.country-language-selector-current:hover, .open .country-language-selector-current, .profile-dropdown-toggle:hover, .open .profile-dropdown-toggle {
  background-color: #1B1C1A;
}
html.lt-ie9 .country-language-selector-current:hover, html.lt-ie9 .open .country-language-selector-current, .open html.lt-ie9 .country-language-selector-current, html.lt-ie9 .profile-dropdown-toggle:hover, html.lt-ie9 .open .profile-dropdown-toggle, .open html.lt-ie9 .profile-dropdown-toggle {
  background-color: #283335;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
\:article,
aside,
\:aside,
details,
\:details,
figcaption,
\:figcaption,
figure,
\:figure,
footer,
\:footer,
header,
\:header,
hgroup,
\:hgroup,
main,
\:main,
nav,
\:nav,
section,
\:section,
summary,
\:summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: DINWebPro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #292b2f;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #61ce42;
  text-decoration: none;
}
a:hover, a:focus {
  color: #4cb12e;
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail, .thumbnail, .stationdetail-image img {
  padding: 8px;
  line-height: 1.375;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: none;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted, #profile-dropdown .list-inline span, #profile-dropdown .footer-worldwide-links span, #profile-dropdown .pager span {
  color: #999999;
}

.text-primary {
  color: #61ce42;
}
.text-primary:hover {
  color: #4ab02e;
}

.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}

.text-left, .top-bar-logotype,
.profile-dropdown-wrapper,
.country-language-selector-wrapper,
.instant-search-wrapper {
  text-align: left;
}

.text-right, .list-footer, .podcast-episodes-footer, .search-footer, .carousel-footer {
  text-align: right;
}

.text-center, .headline-description, .headline-large-center, .headline-medium-center, .headline-small-center, .google-login-wrapper, .newsletter-2016, .newsletter, .content-text, .welcome-subline {
  text-align: center;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: DINWebPro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline, .footer-worldwide-links, .pager, .player-mobile-menu ul, .aside-dropdown ul, .faq ul, footer ul, .footer-social-links ul, ul.radio-list, .tt-suggestions, .position-indicator, #content-wrapper .recommended-stations ul, .search-filter ul, .stationlist,
.languagelist,
.topiclist, ul.tab-navigation, .tracklisting, .tracklisting-affiliate, .tracklisting-items {
  padding-left: 0;
  list-style: none;
}

.list-inline > li, .footer-worldwide-links > li, .pager > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child, .footer-worldwide-links > li:first-child, .pager > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.375;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.375;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.375;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.375;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .faq > ul, .profile-header, .profile-content .form-horizontal, .content-text, .stationdetail-wrapper, .tabcarousel-container, .tracklisting-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .faq > ul:before, .profile-header:before, .profile-content .form-horizontal:before, .content-text:before, .stationdetail-wrapper:before, .tabcarousel-container:before, .tracklisting-wrapper:before, .container:after, .faq > ul:after, .profile-header:after, .profile-content .form-horizontal:after, .content-text:after, .stationdetail-wrapper:after, .tabcarousel-container:after, .tracklisting-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after, .faq > ul:after, .profile-header:after, .profile-content .form-horizontal:after, .content-text:after, .stationdetail-wrapper:after, .tabcarousel-container:after, .tracklisting-wrapper:after {
  clear: both;
}

.row, .tt-dropdown-menu section, .stationdetail {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .tt-dropdown-menu section:before, .stationdetail:before, .row:after, .tt-dropdown-menu section:after, .stationdetail:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after, .tt-dropdown-menu section:after, .stationdetail:after {
  clear: both;
}

.col-xs-12, .player-wrapper, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .google-login-wrapper > p, .newsletter > p, .col-lg-10, .col-xs-9, .col-sm-9, .ui-scrollfix #player .player-inner-wrapper-left, .ui-scrollfix .player__new .player-inner-wrapper-left, .podcast-episodes-list, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .stationdetail-advertising, .col-md-5, .stationdetail-content, .col-lg-5, .col-xs-4, .col-sm-4, .stationdetail-content, .col-md-4, .stationdetail-advertising, .col-lg-4, .col-xs-3, .col-sm-3, .stationdetail-image, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-12, .player-wrapper, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12, .player-wrapper {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .container, .faq > ul, .profile-header, .profile-content .form-horizontal, .content-text, .stationdetail-wrapper, .tabcarousel-container, .tracklisting-wrapper {
    width: 740px;
  }

  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .ui-scrollfix #player .player-inner-wrapper-left, .ui-scrollfix .player__new .player-inner-wrapper-left, .podcast-episodes-list, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .stationdetail-advertising, .col-sm-4, .stationdetail-content, .col-sm-3, .stationdetail-image, .col-sm-2, .col-sm-1 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3, .stationdetail-image {
    width: 25%;
  }

  .col-sm-4, .stationdetail-content {
    width: 33.33333%;
  }

  .col-sm-5, .stationdetail-advertising {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9, .ui-scrollfix #player .player-inner-wrapper-left, .ui-scrollfix .player__new .player-inner-wrapper-left, .podcast-episodes-list {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .container, .faq > ul, .profile-header, .profile-content .form-horizontal, .content-text, .stationdetail-wrapper, .tabcarousel-container, .tracklisting-wrapper {
    width: 960px;
  }

  .col-md-12, .col-md-11, .col-md-10, .google-login-wrapper > p, .newsletter > p, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .stationdetail-content, .col-md-4, .stationdetail-advertising, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4, .stationdetail-advertising {
    width: 33.33333%;
  }

  .col-md-5, .stationdetail-content {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10, .google-login-wrapper > p, .newsletter > p {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1, .google-login-wrapper > p, .newsletter > p {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 9999999px) {
  .container, .faq > ul, .profile-header, .profile-content .form-horizontal, .content-text, .stationdetail-wrapper, .tabcarousel-container, .tracklisting-wrapper {
    width: 1160px;
  }

  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.375;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.375;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  color: #555555;
  vertical-align: middle;
  background-color: #F5F5F5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #61ce42;
  outline: 0;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn-search,
.input-group-sm > .input-group-btn > .btn-integrate,
.input-group-sm > .input-group-btn > .btn-app,
.input-group-sm > .input-group-btn > .btn-facebook,
.input-group-sm > .input-group-btn > .btn-googleplus {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.btn-search,
.input-group-sm > .input-group-btn > select.btn-integrate,
.input-group-sm > .input-group-btn > select.btn-app,
.input-group-sm > .input-group-btn > select.btn-facebook,
.input-group-sm > .input-group-btn > select.btn-googleplus {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.btn-search,
.input-group-sm > .input-group-btn > textarea.btn-integrate,
.input-group-sm > .input-group-btn > textarea.btn-app,
.input-group-sm > .input-group-btn > textarea.btn-facebook,
.input-group-sm > .input-group-btn > textarea.btn-googleplus {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .btn-search,
.input-group-lg > .input-group-btn > .btn-integrate,
.input-group-lg > .input-group-btn > .btn-app,
.input-group-lg > .input-group-btn > .btn-facebook,
.input-group-lg > .input-group-btn > .btn-googleplus {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.btn-search,
.input-group-lg > .input-group-btn > select.btn-integrate,
.input-group-lg > .input-group-btn > select.btn-app,
.input-group-lg > .input-group-btn > select.btn-facebook,
.input-group-lg > .input-group-btn > select.btn-googleplus {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.btn-search,
.input-group-lg > .input-group-btn > textarea.btn-integrate,
.input-group-lg > .input-group-btn > textarea.btn-app,
.input-group-lg > .input-group-btn > textarea.btn-facebook,
.input-group-lg > .input-group-btn > textarea.btn-googleplus {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-search + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-integrate + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-app + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-facebook + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-googleplus + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-search + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-integrate + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-app + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-facebook + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-googleplus + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline {
  color: #3a87ad;
}
.has-info .form-control {
  border-color: #3a87ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-info .form-control:focus {
  border-color: #2d6987;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.has-info .input-group-addon {
  color: #3a87ad;
  border-color: #3a87ad;
  background-color: #d9edf7;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #646973;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}

.btn, .btn-search, .btn-integrate,
.btn-app, .btn-facebook,
.btn-googleplus {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 7px 14px;
  font-size: 18px;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.input-group-btn .btn, .input-group-btn .btn-search, .input-group-btn .btn-integrate,
.input-group-btn .btn-app, .input-group-btn .btn-facebook,
.input-group-btn .btn-googleplus {
  height: 36px;
}
.btn:focus, .btn-search:focus, .btn-integrate:focus,
.btn-app:focus, .btn-facebook:focus,
.btn-googleplus:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn-search:hover, .btn-integrate:hover,
.btn-app:hover, .btn-facebook:hover,
.btn-googleplus:hover, .btn:focus, .btn-search:focus, .btn-integrate:focus,
.btn-app:focus, .btn-facebook:focus,
.btn-googleplus:focus {
  color: #292b2f;
  text-decoration: none;
}
.btn:active, .btn-search:active, .btn-integrate:active,
.btn-app:active, .btn-facebook:active,
.btn-googleplus:active, .btn.active, .active.btn-search, .active.btn-integrate,
.active.btn-app, .active.btn-facebook,
.active.btn-googleplus {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.btn-search, .disabled.btn-integrate,
.disabled.btn-app, .disabled.btn-facebook,
.disabled.btn-googleplus, .btn[disabled], [disabled].btn-search, [disabled].btn-integrate,
[disabled].btn-app, [disabled].btn-facebook,
[disabled].btn-googleplus, fieldset[disabled] .btn, fieldset[disabled] .btn-search, fieldset[disabled] .btn-integrate,
fieldset[disabled] .btn-app, fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-googleplus {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn.btn-default.btn-sm, .btn-default.btn-sm.btn-search, .btn-sm.btn-search.btn-advanced.is-base, .btn-default.btn-sm.btn-integrate, .btn-sm.btn-integrate.btn-advanced.is-base,
.btn-default.btn-sm.btn-app,
.btn-sm.btn-app.btn-advanced.is-base, .btn-default.btn-sm.btn-facebook, .btn-sm.btn-facebook.btn-advanced.is-base,
.btn-default.btn-sm.btn-googleplus,
.btn-sm.btn-googleplus.btn-advanced.is-base, .btn.btn-sm.btn-advanced.is-base {
  text-transform: uppercase;
  font-size: 16px;
}

.btn-default, .btn-advanced.is-base {
  color: #292b2f;
  background-color: #eeeeee;
  text-decoration: none;
}
.btn-default:hover, .btn-advanced.is-base:hover, .btn-default:focus, .btn-advanced.is-base:focus, .btn-default:active, .btn-advanced.is-base:active, .btn-default.active, .active.btn-advanced.is-base {
  color: #292b2f;
  background-color: #eeeeee;
}
.open .btn-default.dropdown-toggle, .open .dropdown-toggle.btn-advanced.is-base {
  color: #292b2f;
  background-color: #eeeeee;
}
.btn-default:active, .btn-advanced.is-base:active, .btn-default.active, .active.btn-advanced.is-base {
  background-image: none;
}
.open .btn-default.dropdown-toggle, .open .dropdown-toggle.btn-advanced.is-base {
  background-image: none;
}
.btn-default.disabled, .disabled.btn-advanced.is-base, .btn-default.disabled:hover, .disabled.btn-advanced.is-base:hover, .btn-default.disabled:focus, .disabled.btn-advanced.is-base:focus, .btn-default.disabled:active, .disabled.btn-advanced.is-base:active, .btn-default.disabled.active, .disabled.active.btn-advanced.is-base, .btn-default[disabled], [disabled].btn-advanced.is-base, .btn-default[disabled]:hover, [disabled].btn-advanced.is-base:hover, .btn-default[disabled]:focus, [disabled].btn-advanced.is-base:focus, .btn-default[disabled]:active, [disabled].btn-advanced.is-base:active, .btn-default[disabled].active, [disabled].active.btn-advanced.is-base, fieldset[disabled] .btn-default, fieldset[disabled] .btn-advanced.is-base, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-advanced.is-base:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-advanced.is-base:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-advanced.is-base:active, fieldset[disabled] .btn-default.active, fieldset[disabled] .active.btn-advanced.is-base {
  background-color: #eeeeee;
}
.btn-default:hover, .btn-advanced.is-base:hover {
  color: #4cb12e;
}

.btn-primary, .btn-search, .btn-integrate,
.btn-app, .btn-next, .btn-prev {
  color: #fff;
  background-color: #61ce42;
  text-decoration: none;
}
.btn-primary:hover, .btn-search:hover, .btn-integrate:hover,
.btn-app:hover, .btn-next:hover, .btn-prev:hover, .btn-primary:focus, .btn-search:focus, .btn-integrate:focus,
.btn-app:focus, .btn-next:focus, .btn-prev:focus, .btn-primary:active, .btn-search:active, .btn-integrate:active,
.btn-app:active, .btn-next:active, .btn-prev:active, .btn-primary.active, .active.btn-search, .active.btn-integrate,
.active.btn-app, .active.btn-next, .active.btn-prev {
  color: #fff;
  background-color: #4cb12e;
}
.open .btn-primary.dropdown-toggle, .open .dropdown-toggle.btn-search, .open .dropdown-toggle.btn-integrate,
.open .dropdown-toggle.btn-app, .open .dropdown-toggle.btn-next, .open .dropdown-toggle.btn-prev {
  color: #fff;
  background-color: #4cb12e;
}
.btn-primary:active, .btn-search:active, .btn-integrate:active,
.btn-app:active, .btn-next:active, .btn-prev:active, .btn-primary.active, .active.btn-search, .active.btn-integrate,
.active.btn-app, .active.btn-next, .active.btn-prev {
  background-image: none;
}
.open .btn-primary.dropdown-toggle, .open .dropdown-toggle.btn-search, .open .dropdown-toggle.btn-integrate,
.open .dropdown-toggle.btn-app, .open .dropdown-toggle.btn-next, .open .dropdown-toggle.btn-prev {
  background-image: none;
}
.btn-primary.disabled, .disabled.btn-search, .disabled.btn-integrate,
.disabled.btn-app, .disabled.btn-next, .disabled.btn-prev, .btn-primary.disabled:hover, .disabled.btn-search:hover, .disabled.btn-integrate:hover,
.disabled.btn-app:hover, .disabled.btn-next:hover, .disabled.btn-prev:hover, .btn-primary.disabled:focus, .disabled.btn-search:focus, .disabled.btn-integrate:focus,
.disabled.btn-app:focus, .disabled.btn-next:focus, .disabled.btn-prev:focus, .btn-primary.disabled:active, .disabled.btn-search:active, .disabled.btn-integrate:active,
.disabled.btn-app:active, .disabled.btn-next:active, .disabled.btn-prev:active, .btn-primary.disabled.active, .disabled.active.btn-search, .disabled.active.btn-integrate,
.disabled.active.btn-app, .disabled.active.btn-next, .disabled.active.btn-prev, .btn-primary[disabled], [disabled].btn-search, [disabled].btn-integrate,
[disabled].btn-app, [disabled].btn-next, [disabled].btn-prev, .btn-primary[disabled]:hover, [disabled].btn-search:hover, [disabled].btn-integrate:hover,
[disabled].btn-app:hover, [disabled].btn-next:hover, [disabled].btn-prev:hover, .btn-primary[disabled]:focus, [disabled].btn-search:focus, [disabled].btn-integrate:focus,
[disabled].btn-app:focus, [disabled].btn-next:focus, [disabled].btn-prev:focus, .btn-primary[disabled]:active, [disabled].btn-search:active, [disabled].btn-integrate:active,
[disabled].btn-app:active, [disabled].btn-next:active, [disabled].btn-prev:active, .btn-primary[disabled].active, [disabled].active.btn-search, [disabled].active.btn-integrate,
[disabled].active.btn-app, [disabled].active.btn-next, [disabled].active.btn-prev, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-search, fieldset[disabled] .btn-integrate,
fieldset[disabled] .btn-app, fieldset[disabled] .btn-next, fieldset[disabled] .btn-prev, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-search:hover, fieldset[disabled] .btn-integrate:hover,
fieldset[disabled] .btn-app:hover, fieldset[disabled] .btn-next:hover, fieldset[disabled] .btn-prev:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-search:focus, fieldset[disabled] .btn-integrate:focus,
fieldset[disabled] .btn-app:focus, fieldset[disabled] .btn-next:focus, fieldset[disabled] .btn-prev:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-search:active, fieldset[disabled] .btn-integrate:active,
fieldset[disabled] .btn-app:active, fieldset[disabled] .btn-next:active, fieldset[disabled] .btn-prev:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .active.btn-search, fieldset[disabled] .active.btn-integrate,
fieldset[disabled] .active.btn-app, fieldset[disabled] .active.btn-next, fieldset[disabled] .active.btn-prev {
  background-color: #61ce42;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  text-decoration: none;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #c1292e;
  text-decoration: none;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #9f2226;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9f2226;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #c1292e;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  text-decoration: none;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #47a447;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
}

.btn-info {
  color: #fff;
  background-color: #3d97b7;
  text-decoration: none;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #337e98;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #337e98;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #3d97b7;
}

.btn-link {
  color: #61ce42;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #4cb12e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 9px 18px;
  font-size: 21px;
  line-height: 28px;
  padding-top: 10px;
}

.btn-sm,
.btn-xs {
  padding: 5px 13px;
  font-size: 14px;
  line-height: 22px;
  padding-top: 6px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.375;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #61ce42;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.375;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid transparent;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.btn-search,
.input-group-sm > .input-group-btn > .input-group-addon.btn-integrate,
.input-group-sm > .input-group-btn > .input-group-addon.btn-app,
.input-group-sm > .input-group-btn > .input-group-addon.btn-facebook,
.input-group-sm > .input-group-btn > .input-group-addon.btn-googleplus {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.btn-search,
.input-group-lg > .input-group-btn > .input-group-addon.btn-integrate,
.input-group-lg > .input-group-btn > .input-group-addon.btn-app,
.input-group-lg > .input-group-btn > .input-group-addon.btn-facebook,
.input-group-lg > .input-group-btn > .input-group-addon.btn-googleplus {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-search,
.input-group-btn:first-child > .btn-integrate,
.input-group-btn:first-child > .btn-app,
.input-group-btn:first-child > .btn-facebook,
.input-group-btn:first-child > .btn-googleplus,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-search:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-integrate:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-app:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-facebook:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-googleplus:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-search,
.input-group-btn:last-child > .btn-integrate,
.input-group-btn:last-child > .btn-app,
.input-group-btn:last-child > .btn-facebook,
.input-group-btn:last-child > .btn-googleplus,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-search:not(:first-child),
.input-group-btn:first-child > .btn-integrate:not(:first-child),
.input-group-btn:first-child > .btn-app:not(:first-child),
.input-group-btn:first-child > .btn-facebook:not(:first-child),
.input-group-btn:first-child > .btn-googleplus:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-search, .input-group-btn:first-child > .btn-integrate,
.input-group-btn:first-child > .btn-app, .input-group-btn:first-child > .btn-facebook,
.input-group-btn:first-child > .btn-googleplus {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-search, .input-group-btn:last-child > .btn-integrate,
.input-group-btn:last-child > .btn-app, .input-group-btn:last-child > .btn-facebook,
.input-group-btn:last-child > .btn-googleplus {
  margin-left: -1px;
}

.input-group-btn > .btn, .input-group-btn > .btn-search, .input-group-btn > .btn-integrate,
.input-group-btn > .btn-app, .input-group-btn > .btn-facebook,
.input-group-btn > .btn-googleplus {
  position: relative;
}
.input-group-btn > .btn + .btn, .input-group-btn > .btn-search + .btn, .input-group-btn > .btn-integrate + .btn,
.input-group-btn > .btn-app + .btn, .input-group-btn > .btn-facebook + .btn,
.input-group-btn > .btn-googleplus + .btn, .input-group-btn > .btn + .btn-search, .input-group-btn > .btn-search + .btn-search, .input-group-btn > .btn-integrate + .btn-search,
.input-group-btn > .btn-app + .btn-search, .input-group-btn > .btn-facebook + .btn-search,
.input-group-btn > .btn-googleplus + .btn-search, .input-group-btn > .btn + .btn-integrate, .input-group-btn > .btn-search + .btn-integrate, .input-group-btn > .btn-integrate + .btn-integrate,
.input-group-btn > .btn-app + .btn-integrate, .input-group-btn > .btn-facebook + .btn-integrate,
.input-group-btn > .btn-googleplus + .btn-integrate,
.input-group-btn > .btn + .btn-app,
.input-group-btn > .btn-search + .btn-app,
.input-group-btn > .btn-integrate + .btn-app,
.input-group-btn > .btn-app + .btn-app,
.input-group-btn > .btn-facebook + .btn-app,
.input-group-btn > .btn-googleplus + .btn-app, .input-group-btn > .btn + .btn-facebook, .input-group-btn > .btn-search + .btn-facebook, .input-group-btn > .btn-integrate + .btn-facebook,
.input-group-btn > .btn-app + .btn-facebook, .input-group-btn > .btn-facebook + .btn-facebook,
.input-group-btn > .btn-googleplus + .btn-facebook,
.input-group-btn > .btn + .btn-googleplus,
.input-group-btn > .btn-search + .btn-googleplus,
.input-group-btn > .btn-integrate + .btn-googleplus,
.input-group-btn > .btn-app + .btn-googleplus,
.input-group-btn > .btn-facebook + .btn-googleplus,
.input-group-btn > .btn-googleplus + .btn-googleplus {
  margin-left: -4px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn-search:hover, .input-group-btn > .btn-integrate:hover,
.input-group-btn > .btn-app:hover, .input-group-btn > .btn-facebook:hover,
.input-group-btn > .btn-googleplus:hover, .input-group-btn > .btn:active, .input-group-btn > .btn-search:active, .input-group-btn > .btn-integrate:active,
.input-group-btn > .btn-app:active, .input-group-btn > .btn-facebook:active,
.input-group-btn > .btn-googleplus:active {
  z-index: 2;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header, .faq > ul > .navbar-header, .profile-header > .navbar-header, .profile-content .form-horizontal > .navbar-header, .content-text > .navbar-header, .stationdetail-wrapper > .navbar-header, .tabcarousel-container > .navbar-header, .tracklisting-wrapper > .navbar-header,
.container > .navbar-collapse,
.faq > ul > .navbar-collapse,
.profile-header > .navbar-collapse,
.profile-content .form-horizontal > .navbar-collapse,
.content-text > .navbar-collapse,
.stationdetail-wrapper > .navbar-collapse,
.tabcarousel-container > .navbar-collapse,
.tracklisting-wrapper > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header, .faq > ul > .navbar-header, .profile-header > .navbar-header, .profile-content .form-horizontal > .navbar-header, .content-text > .navbar-header, .stationdetail-wrapper > .navbar-header, .tabcarousel-container > .navbar-header, .tracklisting-wrapper > .navbar-header,
  .container > .navbar-collapse,
  .faq > ul > .navbar-collapse,
  .profile-header > .navbar-collapse,
  .profile-content .form-horizontal > .navbar-collapse,
  .content-text > .navbar-collapse,
  .stationdetail-wrapper > .navbar-collapse,
  .tabcarousel-container > .navbar-collapse,
  .tracklisting-wrapper > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14px 10px;
  font-size: 20px;
  line-height: 22px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .faq.navbar > ul .navbar-brand, .navbar > .profile-header .navbar-brand, .profile-content .navbar > .form-horizontal .navbar-brand, .navbar > .content-text .navbar-brand, .navbar > .stationdetail-wrapper .navbar-brand, .navbar > .tabcarousel-container .navbar-brand, .navbar > .tracklisting-wrapper .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-text {
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.thumbnail {
  display: block;
  margin-bottom: 22px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #292b2f;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #61ce42;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #61ce42;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-info {
  background-color: #3d97b7;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-danger {
  background-color: #c1292e;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left, .media > .player-logo, .media > .player-station-logo, .tt-suggestion .media > .tt-suggestion-image, .media > .tt-suggestion-text {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

.modal-content {
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #3d3d3d;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.modal-header {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 31.375px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.375;
}

.modal-body {
  position: relative;
  padding: 30px;
}

.modal-footer {
  margin-top: 15px;
  padding: 29px 30px 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .btn-search + .btn, .modal-footer .btn-integrate + .btn,
.modal-footer .btn-app + .btn, .modal-footer .btn-facebook + .btn,
.modal-footer .btn-googleplus + .btn, .modal-footer .btn + .btn-search, .modal-footer .btn-search + .btn-search, .modal-footer .btn-integrate + .btn-search,
.modal-footer .btn-app + .btn-search, .modal-footer .btn-facebook + .btn-search,
.modal-footer .btn-googleplus + .btn-search, .modal-footer .btn + .btn-integrate, .modal-footer .btn-search + .btn-integrate, .modal-footer .btn-integrate + .btn-integrate,
.modal-footer .btn-app + .btn-integrate, .modal-footer .btn-facebook + .btn-integrate,
.modal-footer .btn-googleplus + .btn-integrate,
.modal-footer .btn + .btn-app,
.modal-footer .btn-search + .btn-app,
.modal-footer .btn-integrate + .btn-app,
.modal-footer .btn-app + .btn-app,
.modal-footer .btn-facebook + .btn-app,
.modal-footer .btn-googleplus + .btn-app, .modal-footer .btn + .btn-facebook, .modal-footer .btn-search + .btn-facebook, .modal-footer .btn-integrate + .btn-facebook,
.modal-footer .btn-app + .btn-facebook, .modal-footer .btn-facebook + .btn-facebook,
.modal-footer .btn-googleplus + .btn-facebook,
.modal-footer .btn + .btn-googleplus,
.modal-footer .btn-search + .btn-googleplus,
.modal-footer .btn-integrate + .btn-googleplus,
.modal-footer .btn-app + .btn-googleplus,
.modal-footer .btn-facebook + .btn-googleplus,
.modal-footer .btn-googleplus + .btn-googleplus {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn-search + .btn, .modal-footer .btn-group .btn-integrate + .btn,
.modal-footer .btn-group .btn-app + .btn, .modal-footer .btn-group .btn-facebook + .btn,
.modal-footer .btn-group .btn-googleplus + .btn, .modal-footer .btn-group .btn + .btn-search, .modal-footer .btn-group .btn-search + .btn-search, .modal-footer .btn-group .btn-integrate + .btn-search,
.modal-footer .btn-group .btn-app + .btn-search, .modal-footer .btn-group .btn-facebook + .btn-search,
.modal-footer .btn-group .btn-googleplus + .btn-search, .modal-footer .btn-group .btn + .btn-integrate, .modal-footer .btn-group .btn-search + .btn-integrate, .modal-footer .btn-group .btn-integrate + .btn-integrate,
.modal-footer .btn-group .btn-app + .btn-integrate, .modal-footer .btn-group .btn-facebook + .btn-integrate,
.modal-footer .btn-group .btn-googleplus + .btn-integrate,
.modal-footer .btn-group .btn + .btn-app,
.modal-footer .btn-group .btn-search + .btn-app,
.modal-footer .btn-group .btn-integrate + .btn-app,
.modal-footer .btn-group .btn-app + .btn-app,
.modal-footer .btn-group .btn-facebook + .btn-app,
.modal-footer .btn-group .btn-googleplus + .btn-app, .modal-footer .btn-group .btn + .btn-facebook, .modal-footer .btn-group .btn-search + .btn-facebook, .modal-footer .btn-group .btn-integrate + .btn-facebook,
.modal-footer .btn-group .btn-app + .btn-facebook, .modal-footer .btn-group .btn-facebook + .btn-facebook,
.modal-footer .btn-group .btn-googleplus + .btn-facebook,
.modal-footer .btn-group .btn + .btn-googleplus,
.modal-footer .btn-group .btn-search + .btn-googleplus,
.modal-footer .btn-group .btn-integrate + .btn-googleplus,
.modal-footer .btn-group .btn-app + .btn-googleplus,
.modal-footer .btn-group .btn-facebook + .btn-googleplus,
.modal-footer .btn-group .btn-googleplus + .btn-googleplus {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 360px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.clearfix:before, .carousel-items:before, .google-login-wrapper:before, .newsletter-2016:before, .newsletter:before, .stationdetail-tags:before, .clearfix:after, .carousel-items:after, .google-login-wrapper:after, .newsletter-2016:after, .newsletter:after, .stationdetail-tags:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after, .carousel-items:after, .google-login-wrapper:after, .newsletter-2016:after, .newsletter:after, .stationdetail-tags:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left, .player-logo, .player-station-logo, .tt-suggestion .tt-suggestion-image, .tt-suggestion-text {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 9999998px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 9999999px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 9999998px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 9999999px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 9999998px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 9999999px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 9999998px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 9999999px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 9999998px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 9999999px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 9999998px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 9999999px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 9999998px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 9999999px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 9999998px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 9999999px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: .025em;
  background-color: #6b7277;
}

h2 {
  color: #61ce42;
}

a {
  text-decoration: underline;
  	/*&.more {
  		@extend %font-normal;
  		@extend %font-size-sm;
  		@extend %clean-link;
  		display: block;
  		text-align: right;
  		text-transform: uppercase !important;
  
  		&:after {
  			@extend %icon-arrow-right;
  			font-size: 9px;
  			float: right;
  			line-height: $line-height-sm - 2px !important;
  			margin-left: pxtoem(5, $font-size-xxs);
  		}
  	}*/
}
a.see-more .icon {
  fill: #54595f;
  width: 8px;
  height: 8px;
  position: relative;
  margin-left: 5px;
  display: inline-block;
}

/*// TODO: Move to modules?
.btn-advance {
	&:after {
		@extend %icon-arrow-right;
		padding-left: 15px;
		font-size: .6667em;
	}
}*/
/*.btn-check {
	&:after {
		@extend %icon-check;
		padding-left: 5px;
	}
}*/
.btn-search .icon {
  fill: #eeeeee;
  width: 16px;
  height: 16px;
}
.btn-search:hover .icon {
  fill: #61ce42;
}

.btn-integrate,
.btn-app {
  font-size: 12px;
  padding: 0 7px 0 4px;
  line-height: 25px;
  height: 20px;
  margin-right: 10px;
}

/*
old embedded button

.btn-integrate:before {
	@extend %icon-link;
	padding-right: 3px;
	font-size: 13px;
}*/
/*
old embedded button

.btn-app:before {
	@extend %icon-radio-logo;
	padding-right: 3px;
	font-size: 13px;
}*/
.btn-facebook,
.btn-googleplus {
  position: relative;
  color: #FFF;
  text-align: left;
  padding-left: 50px;
}

.btn-facebook {
  background-color: #3C5A98;
}

.btn-googleplus {
  background-color: #DD543C;
}

.btn-facebook .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 14px;
  top: 9px;
  fill: #ffffff;
}

.btn-googleplus .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 14px;
  top: 9px;
  fill: #ffffff;
}

.btn-advanced.active > ul, .position-indicator li.current a, .stationinfo.stationinfo-playing .stationinfo-link .icon-play, .stationinfo-playing.faq-item .stationinfo-link .icon-play, .stationinfo-playing.language-info .stationinfo-link .icon-play, .stationinfo-playing.stationinfo-extended .stationinfo-link .icon-play, .stationinfo-playing.stationinfo-dummy .stationinfo-link .icon-play, .stationinfo.stationinfo-episode.stationinfo-playing .stationinfo-link .icon-play, .stationinfo-episode.stationinfo-playing.faq-item .stationinfo-link .icon-play, .stationinfo-episode.stationinfo-playing.language-info .stationinfo-link .icon-play, .stationinfo-episode.stationinfo-playing.stationinfo-extended .stationinfo-link .icon-play, .stationinfo-episode.stationinfo-playing.stationinfo-dummy .stationinfo-link .icon-play {
  background-color: #64e346;
}

.position-indicator li a {
  background-color: #40444a;
}

.stationinfo.stationinfo-episode .stationinfo-link .icon-play, .stationinfo-episode.faq-item .stationinfo-link .icon-play, .stationinfo-episode.language-info .stationinfo-link .icon-play, .stationinfo-episode.stationinfo-extended .stationinfo-link .icon-play, .stationinfo-episode.stationinfo-dummy .stationinfo-link .icon-play {
  background-color: #6e737c;
}

.tracklisting-affiliate li {
  background-color: #bec3c7;
}

.arrow-navigation:active, .arrow-navigation:hover, .arrow-navigation:focus {
  background-color: #dadadc;
}

\:section.main-content,
section.main-content, \:section.backgrounded,
section.backgrounded, .faq, .podcast-episodes, .search-filter li > a.active, .search-filter li > a:hover, .tabcarousel, .tabcarousel-topics .arrow-navigation {
  background-color: #eeeeee;
}

.tt-suggestion-text-third-line, .stationinfo-link em, .top-bar-dropdown.top-bar-player-dropdown > li, .top-bar-dropdown.top-bar-player-dropdown > li > a,
.top-bar-dropdown.top-bar-player-dropdown > li > button, .box-text-small, footer, .tt-suggestion-text-second-line, .profile-dropdown-login-link, .profile-dropdown-toggle, .profile-dropdown-account-link > a,
.profile-dropdown-logout-link > a, .content-text, .stationinfo-link small, .stationinfo-content, .stationinfo-timeago,
.stationinfo-duration, .tab-navigation-item small, .top-bar-dropdown > li.top-bar-dropdown-listing, .tracklisting-stream-title, .tracklisting-artist {
  font-size: 12px;
  line-height: 1.33333;
}

.player-info-additional, .tt-dataset-header a.seeall, .tt-suggestion-station {
  font-size: 13px;
}

a.see-more, .top-bar-dropdown.top-bar-player-dropdown.top-bar-player-dropdown-vertical a, .aside-dropdown a, .country-language-selector-wrapper, .country-language-selector-current, label, .form-modal .modal-body > p, .form-modal .modal-title .modal-title-subline, .modal-form .checkbox label, .modal-form .alert, .modal-form .form-control, .modal-form .help-block, .modal-form p, .modal-form label, .pager a, .stationdetail-tags, .stationdetail-format, .stationdetail-url {
  font-size: 14px;
  line-height: 1.5;
}

.headline-description, .aside-dropdown button, .box-headline, .search-filter-header, .faq-item p, .footer-headline, .google-login-wrapper, .tt-dataset-header, .form-modal .login-buttons a.btn-googleplus,
.form-modal .login-buttons button, .newsletter-2016, .newsletter, .newsletter-subscription .newsletter-heading, .paging, #content-wrapper .recommended-stations-heading, .stationinfo-link strong, .stationlist-headline, ul.tabs a, .top-bar-dropdown > li, .instant-search-wrapper, .tracklisting-title, .welcome-subline {
  font-size: 16px;
  line-height: 1.375;
}

.faq-item, .language-info {
  font-size: 14px;
}

.headline-small, .container > h3, .faq > ul > h3, .profile-header > h3, .profile-content .form-horizontal > h3, .content-text > h3, .stationdetail-wrapper > h3, .tabcarousel-container > h3, .tracklisting-wrapper > h3, .headline-small-center, .hero.multi-device .welcome-subheadline {
  font-size: 21px;
}

.headline-medium, .container > h2, .faq > ul > h2, .profile-header > h2, .profile-content .form-horizontal > h2, .content-text > h2, .stationdetail-wrapper > h2, .tabcarousel-container > h2, .tracklisting-wrapper > h2, .headline-medium-center, .all-column-search-items h1, .box-link, .google-login-heading, .hero-intro .headline-medium-center, .newsletter-heading, .podcast-episodes h3, .search-filter li > a, .sticky-cta .btn, .sticky-cta .btn-search, .sticky-cta .btn-integrate,
.sticky-cta .btn-app, .sticky-cta .btn-facebook,
.sticky-cta .btn-googleplus {
  font-size: 24px;
  line-height: 1.20833;
}

.headline-large, .container > h1, .faq > ul > h1, .profile-header > h1, .profile-content .form-horizontal > h1, .content-text > h1, .stationdetail-wrapper > h1, .tabcarousel-container > h1, .tracklisting-wrapper > h1, .headline-large-center, body.landing .welcome-headline,
body.landing .headline-medium-center, .devices-wrapper .headline-medium-center, .download-apps-wrapper .headline-medium-center, .language-list-item-active h1, .popular-stations-wrapper .headline-medium-center, .radio-features-wrapper .headline-medium-center, .stationdetail-title {
  font-size: 30px;
  line-height: 1.2;
}

.btn.btn-sm, .btn-sm.btn-search, .btn-sm.btn-integrate,
.btn-sm.btn-app, .btn-sm.btn-facebook,
.btn-sm.btn-googleplus, .btn.btn-xs, .btn-xs.btn-search, .btn-xs.btn-integrate,
.btn-xs.btn-app, .btn-xs.btn-facebook,
.btn-xs.btn-googleplus, .tt-suggestion-text-third-line, .stationinfo-link em, .headline-large, .container > h1, .faq > ul > h1, .profile-header > h1, .profile-content .form-horizontal > h1, .content-text > h1, .stationdetail-wrapper > h1, .tabcarousel-container > h1, .tracklisting-wrapper > h1, .headline-large-center,
.headline-medium,
.container > h2,
.faq > ul > h2,
.profile-header > h2,
.profile-content .form-horizontal > h2,
.content-text > h2,
.stationdetail-wrapper > h2,
.tabcarousel-container > h2,
.tracklisting-wrapper > h2,
.headline-medium-center,
.all-column-search-items h1,
.headline-small,
.container > h3,
.faq > ul > h3,
.profile-header > h3,
.profile-content .form-horizontal > h3,
.content-text > h3,
.stationdetail-wrapper > h3,
.tabcarousel-container > h3,
.tracklisting-wrapper > h3,
.headline-small-center, .btn-advanced, .btn-advanced > strong, .btn-advanced > small, .tt-dataset-header, .tt-suggestion-text-second-line, .radio-features-wrapper li.feature .quiet, .stationdetail-format, .stationdetail-url, .stationinfo-link small, .stationlist-headline, .tab-navigation-item small, .tracklisting-stream-title, .tracklisting-artist, .welcome-subline {
  font-family: DINWebPro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: .4px;
  text-transform: none;
}

.headline-large mark, .container > h1 mark, .faq > ul > h1 mark, .profile-header > h1 mark, .profile-content .form-horizontal > h1 mark, .content-text > h1 mark, .stationdetail-wrapper > h1 mark, .tabcarousel-container > h1 mark, .tracklisting-wrapper > h1 mark, .headline-large-center mark,
.headline-medium mark,
.container > h2 mark,
.faq > ul > h2 mark,
.profile-header > h2 mark,
.profile-content .form-horizontal > h2 mark,
.content-text > h2 mark,
.stationdetail-wrapper > h2 mark,
.tabcarousel-container > h2 mark,
.tracklisting-wrapper > h2 mark,
.headline-medium-center mark,
.all-column-search-items h1 mark,
.headline-small mark,
.container > h3 mark,
.faq > ul > h3 mark,
.profile-header > h3 mark,
.profile-content .form-horizontal > h3 mark,
.content-text > h3 mark,
.stationdetail-wrapper > h3 mark,
.tabcarousel-container > h3 mark,
.tracklisting-wrapper > h3 mark,
.headline-small-center mark, .podcast-episodes h3, .search-filter li > a, .stationdetail-tags {
  font-weight: normal;
  font-style: italic;
  letter-spacing: .4px;
}

body.landing .welcome-headline,
body.landing .headline-medium-center, .devices-wrapper p, .play-station-wrapper p, .radio-features-wrapper .headline-medium-center, .radio-features-wrapper li.feature {
  font-weight: bold;
}

.btn, .btn-search, .btn-integrate,
.btn-app, .btn-facebook,
.btn-googleplus, .btn.btn-default.btn-sm, .btn-default.btn-sm.btn-search, .btn-sm.btn-search.btn-advanced.is-base, .btn-default.btn-sm.btn-integrate, .btn-sm.btn-integrate.btn-advanced.is-base,
.btn-default.btn-sm.btn-app,
.btn-sm.btn-app.btn-advanced.is-base, .btn-default.btn-sm.btn-facebook, .btn-sm.btn-facebook.btn-advanced.is-base,
.btn-default.btn-sm.btn-googleplus,
.btn-sm.btn-googleplus.btn-advanced.is-base, .btn.btn-sm.btn-advanced.is-base, a.see-more, .top-bar-dropdown.top-bar-player-dropdown > li, .player-info-additional, .box-headline, .search-filter-header, .faq-item h4, .footer-headline, .tt-dataset-header a.seeall, .tt-suggestion-station, .tt-all-results, .language-info, .newsletter-subscription .newsletter-heading, .pager a, .paging, #profile-dropdown .list-inline span, #profile-dropdown .footer-worldwide-links span, #profile-dropdown .pager span, #profile-dropdown .top-bar-link, #content-wrapper .recommended-stations-heading, .stationinfo-link strong, .tab-navigation-item strong, ul.tabs a, .tracklisting-title, .program-block .program-block__item .program-block__item-time {
  font-family: DINWebPro-Cond, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.headline-large, .container > h1, .faq > ul > h1, .profile-header > h1, .profile-content .form-horizontal > h1, .content-text > h1, .stationdetail-wrapper > h1, .tabcarousel-container > h1, .tracklisting-wrapper > h1, .headline-large-center,
.headline-medium,
.container > h2,
.faq > ul > h2,
.profile-header > h2,
.profile-content .form-horizontal > h2,
.content-text > h2,
.stationdetail-wrapper > h2,
.tabcarousel-container > h2,
.tracklisting-wrapper > h2,
.headline-medium-center,
.all-column-search-items h1,
.headline-small,
.container > h3,
.faq > ul > h3,
.profile-header > h3,
.profile-content .form-horizontal > h3,
.content-text > h3,
.stationdetail-wrapper > h3,
.tabcarousel-container > h3,
.tracklisting-wrapper > h3,
.headline-small-center, .arrow-navigation, .box-headline, .search-filter-header, .btn-advanced.active.is-base > ul a, .google-login-heading, .newsletter-heading, .newsletter-subscription .newsletter-heading, .pager a, .profile-footer a, .stationinfo, .faq-item, .language-info, .stationinfo-extended, .stationinfo-dummy, a.stationinfo:hover, a.faq-item:hover, a.language-info:hover, a.stationinfo-extended:hover, a.stationinfo-dummy:hover, .tab-navigation-item.tab-navigation-current small, ul.tabs a {
  color: #292b2f;
}

.headline-large mark, .container > h1 mark, .faq > ul > h1 mark, .profile-header > h1 mark, .profile-content .form-horizontal > h1 mark, .content-text > h1 mark, .stationdetail-wrapper > h1 mark, .tabcarousel-container > h1 mark, .tracklisting-wrapper > h1 mark, .headline-large-center mark,
.headline-medium mark,
.container > h2 mark,
.faq > ul > h2 mark,
.profile-header > h2 mark,
.profile-content .form-horizontal > h2 mark,
.content-text > h2 mark,
.stationdetail-wrapper > h2 mark,
.tabcarousel-container > h2 mark,
.tracklisting-wrapper > h2 mark,
.headline-medium-center mark,
.all-column-search-items h1 mark,
.headline-small mark,
.container > h3 mark,
.faq > ul > h3 mark,
.profile-header > h3 mark,
.profile-content .form-horizontal > h3 mark,
.content-text > h3 mark,
.stationdetail-wrapper > h3 mark,
.tabcarousel-container > h3 mark,
.tracklisting-wrapper > h3 mark,
.headline-small-center mark, .primary, .btn-advanced.active.is-prime li > a, footer a:active, footer a:hover, footer a:focus, .search-filter li > a, .stationdetail-tags, .stationdetail-tags > a {
  color: #61ce42;
}

a.see-more, .tt-suggestion-text-third-line, .stationinfo-link em, .tt-suggestion-station, .paging, .podcast-episodes h3, .stationinfo-link strong, .stationlist-headline, .tab-navigation-item.tab-navigation-current strong, .tracklisting-title {
  color: #54595f;
}

.headline-description, .box-text-small, .faq-item p, .google-login-wrapper, .newsletter-2016, .newsletter, .content-text, .stationinfo-link small, .stationinfo-content, .stationinfo-timeago,
.stationinfo-duration, .tracklisting-stream-title, .tracklisting-artist, .welcome-subline {
  color: #828891;
}

.aside-dropdown a span {
  color: #ccc;
}

.stationdetail-url a {
  color: #3d97b7;
}

.inverted, .stationinfo.stationinfo-playing, .stationinfo-playing.faq-item, .stationinfo-playing.language-info, .stationinfo-playing.stationinfo-extended, .stationinfo-playing.stationinfo-dummy, .tab-navigation-item.tab-navigation-current, .tracklisting-item.tracklisting-item-playing, .devices-wrapper.bottom, .inverted .headline-large, .stationinfo.stationinfo-playing .headline-large, .stationinfo-playing.faq-item .headline-large, .stationinfo-playing.language-info .headline-large, .stationinfo-playing.stationinfo-extended .headline-large, .stationinfo-playing.stationinfo-dummy .headline-large, .tab-navigation-item.tab-navigation-current .headline-large, .tracklisting-item.tracklisting-item-playing .headline-large, .devices-wrapper.bottom .headline-large, .inverted .container > h1, .stationinfo.stationinfo-playing .container > h1, .stationinfo-playing.faq-item .container > h1, .stationinfo-playing.language-info .container > h1, .stationinfo-playing.stationinfo-extended .container > h1, .stationinfo-playing.stationinfo-dummy .container > h1, .tab-navigation-item.tab-navigation-current .container > h1, .tracklisting-item.tracklisting-item-playing .container > h1, .devices-wrapper.bottom .container > h1, .inverted .faq > ul > h1, .stationinfo.stationinfo-playing .faq > ul > h1, .stationinfo-playing.faq-item .faq > ul > h1, .stationinfo-playing.language-info .faq > ul > h1, .stationinfo-playing.stationinfo-extended .faq > ul > h1, .stationinfo-playing.stationinfo-dummy .faq > ul > h1, .tab-navigation-item.tab-navigation-current .faq > ul > h1, .tracklisting-item.tracklisting-item-playing .faq > ul > h1, .devices-wrapper.bottom .faq > ul > h1, .inverted .profile-header > h1, .stationinfo.stationinfo-playing .profile-header > h1, .stationinfo-playing.faq-item .profile-header > h1, .stationinfo-playing.language-info .profile-header > h1, .stationinfo-playing.stationinfo-extended .profile-header > h1, .stationinfo-playing.stationinfo-dummy .profile-header > h1, .tab-navigation-item.tab-navigation-current .profile-header > h1, .tracklisting-item.tracklisting-item-playing .profile-header > h1, .devices-wrapper.bottom .profile-header > h1, .inverted .profile-content .form-horizontal > h1, .profile-content .inverted .form-horizontal > h1, .stationinfo.stationinfo-playing .profile-content .form-horizontal > h1, .profile-content .stationinfo.stationinfo-playing .form-horizontal > h1, .stationinfo-playing.faq-item .profile-content .form-horizontal > h1, .profile-content .stationinfo-playing.faq-item .form-horizontal > h1, .stationinfo-playing.language-info .profile-content .form-horizontal > h1, .profile-content .stationinfo-playing.language-info .form-horizontal > h1, .stationinfo-playing.stationinfo-extended .profile-content .form-horizontal > h1, .profile-content .stationinfo-playing.stationinfo-extended .form-horizontal > h1, .stationinfo-playing.stationinfo-dummy .profile-content .form-horizontal > h1, .profile-content .stationinfo-playing.stationinfo-dummy .form-horizontal > h1, .tab-navigation-item.tab-navigation-current .profile-content .form-horizontal > h1, .profile-content .tab-navigation-item.tab-navigation-current .form-horizontal > h1, .tracklisting-item.tracklisting-item-playing .profile-content .form-horizontal > h1, .profile-content .tracklisting-item.tracklisting-item-playing .form-horizontal > h1, .devices-wrapper.bottom .profile-content .form-horizontal > h1, .profile-content .devices-wrapper.bottom .form-horizontal > h1, .inverted .content-text > h1, .stationinfo.stationinfo-playing .content-text > h1, .stationinfo-playing.faq-item .content-text > h1, .stationinfo-playing.language-info .content-text > h1, .stationinfo-playing.stationinfo-extended .content-text > h1, .stationinfo-playing.stationinfo-dummy .content-text > h1, .tab-navigation-item.tab-navigation-current .content-text > h1, .tracklisting-item.tracklisting-item-playing .content-text > h1, .devices-wrapper.bottom .content-text > h1, .inverted .stationdetail-wrapper > h1, .stationinfo.stationinfo-playing .stationdetail-wrapper > h1, .stationinfo-playing.faq-item .stationdetail-wrapper > h1, .stationinfo-playing.language-info .stationdetail-wrapper > h1, .stationinfo-playing.stationinfo-extended .stationdetail-wrapper > h1, .stationinfo-playing.stationinfo-dummy .stationdetail-wrapper > h1, .tab-navigation-item.tab-navigation-current .stationdetail-wrapper > h1, .tracklisting-item.tracklisting-item-playing .stationdetail-wrapper > h1, .devices-wrapper.bottom .stationdetail-wrapper > h1, .inverted .tabcarousel-container > h1, .stationinfo.stationinfo-playing .tabcarousel-container > h1, .stationinfo-playing.faq-item .tabcarousel-container > h1, .stationinfo-playing.language-info .tabcarousel-container > h1, .stationinfo-playing.stationinfo-extended .tabcarousel-container > h1, .stationinfo-playing.stationinfo-dummy .tabcarousel-container > h1, .tab-navigation-item.tab-navigation-current .tabcarousel-container > h1, .tracklisting-item.tracklisting-item-playing .tabcarousel-container > h1, .devices-wrapper.bottom .tabcarousel-container > h1, .inverted .tracklisting-wrapper > h1, .stationinfo.stationinfo-playing .tracklisting-wrapper > h1, .stationinfo-playing.faq-item .tracklisting-wrapper > h1, .stationinfo-playing.language-info .tracklisting-wrapper > h1, .stationinfo-playing.stationinfo-extended .tracklisting-wrapper > h1, .stationinfo-playing.stationinfo-dummy .tracklisting-wrapper > h1, .tab-navigation-item.tab-navigation-current .tracklisting-wrapper > h1, .tracklisting-item.tracklisting-item-playing .tracklisting-wrapper > h1, .devices-wrapper.bottom .tracklisting-wrapper > h1, .inverted .headline-large-center, .stationinfo.stationinfo-playing .headline-large-center, .stationinfo-playing.faq-item .headline-large-center, .stationinfo-playing.language-info .headline-large-center, .stationinfo-playing.stationinfo-extended .headline-large-center, .stationinfo-playing.stationinfo-dummy .headline-large-center, .tab-navigation-item.tab-navigation-current .headline-large-center, .tracklisting-item.tracklisting-item-playing .headline-large-center, .devices-wrapper.bottom .headline-large-center,
.inverted .headline-medium,
.stationinfo.stationinfo-playing .headline-medium,
.stationinfo-playing.faq-item .headline-medium,
.stationinfo-playing.language-info .headline-medium,
.stationinfo-playing.stationinfo-extended .headline-medium,
.stationinfo-playing.stationinfo-dummy .headline-medium,
.tab-navigation-item.tab-navigation-current .headline-medium,
.tracklisting-item.tracklisting-item-playing .headline-medium,
.devices-wrapper.bottom .headline-medium,
.inverted .container > h2,
.stationinfo.stationinfo-playing .container > h2,
.stationinfo-playing.faq-item .container > h2,
.stationinfo-playing.language-info .container > h2,
.stationinfo-playing.stationinfo-extended .container > h2,
.stationinfo-playing.stationinfo-dummy .container > h2,
.tab-navigation-item.tab-navigation-current .container > h2,
.tracklisting-item.tracklisting-item-playing .container > h2,
.devices-wrapper.bottom .container > h2,
.inverted .faq > ul > h2,
.stationinfo.stationinfo-playing .faq > ul > h2,
.stationinfo-playing.faq-item .faq > ul > h2,
.stationinfo-playing.language-info .faq > ul > h2,
.stationinfo-playing.stationinfo-extended .faq > ul > h2,
.stationinfo-playing.stationinfo-dummy .faq > ul > h2,
.tab-navigation-item.tab-navigation-current .faq > ul > h2,
.tracklisting-item.tracklisting-item-playing .faq > ul > h2,
.devices-wrapper.bottom .faq > ul > h2,
.inverted .profile-header > h2,
.stationinfo.stationinfo-playing .profile-header > h2,
.stationinfo-playing.faq-item .profile-header > h2,
.stationinfo-playing.language-info .profile-header > h2,
.stationinfo-playing.stationinfo-extended .profile-header > h2,
.stationinfo-playing.stationinfo-dummy .profile-header > h2,
.tab-navigation-item.tab-navigation-current .profile-header > h2,
.tracklisting-item.tracklisting-item-playing .profile-header > h2,
.devices-wrapper.bottom .profile-header > h2,
.inverted .profile-content .form-horizontal > h2,
.profile-content .inverted .form-horizontal > h2,
.stationinfo.stationinfo-playing .profile-content .form-horizontal > h2,
.profile-content .stationinfo.stationinfo-playing .form-horizontal > h2,
.stationinfo-playing.faq-item .profile-content .form-horizontal > h2,
.profile-content .stationinfo-playing.faq-item .form-horizontal > h2,
.stationinfo-playing.language-info .profile-content .form-horizontal > h2,
.profile-content .stationinfo-playing.language-info .form-horizontal > h2,
.stationinfo-playing.stationinfo-extended .profile-content .form-horizontal > h2,
.profile-content .stationinfo-playing.stationinfo-extended .form-horizontal > h2,
.stationinfo-playing.stationinfo-dummy .profile-content .form-horizontal > h2,
.profile-content .stationinfo-playing.stationinfo-dummy .form-horizontal > h2,
.tab-navigation-item.tab-navigation-current .profile-content .form-horizontal > h2,
.profile-content .tab-navigation-item.tab-navigation-current .form-horizontal > h2,
.tracklisting-item.tracklisting-item-playing .profile-content .form-horizontal > h2,
.profile-content .tracklisting-item.tracklisting-item-playing .form-horizontal > h2,
.devices-wrapper.bottom .profile-content .form-horizontal > h2,
.profile-content .devices-wrapper.bottom .form-horizontal > h2,
.inverted .content-text > h2,
.stationinfo.stationinfo-playing .content-text > h2,
.stationinfo-playing.faq-item .content-text > h2,
.stationinfo-playing.language-info .content-text > h2,
.stationinfo-playing.stationinfo-extended .content-text > h2,
.stationinfo-playing.stationinfo-dummy .content-text > h2,
.tab-navigation-item.tab-navigation-current .content-text > h2,
.tracklisting-item.tracklisting-item-playing .content-text > h2,
.devices-wrapper.bottom .content-text > h2,
.inverted .stationdetail-wrapper > h2,
.stationinfo.stationinfo-playing .stationdetail-wrapper > h2,
.stationinfo-playing.faq-item .stationdetail-wrapper > h2,
.stationinfo-playing.language-info .stationdetail-wrapper > h2,
.stationinfo-playing.stationinfo-extended .stationdetail-wrapper > h2,
.stationinfo-playing.stationinfo-dummy .stationdetail-wrapper > h2,
.tab-navigation-item.tab-navigation-current .stationdetail-wrapper > h2,
.tracklisting-item.tracklisting-item-playing .stationdetail-wrapper > h2,
.devices-wrapper.bottom .stationdetail-wrapper > h2,
.inverted .tabcarousel-container > h2,
.stationinfo.stationinfo-playing .tabcarousel-container > h2,
.stationinfo-playing.faq-item .tabcarousel-container > h2,
.stationinfo-playing.language-info .tabcarousel-container > h2,
.stationinfo-playing.stationinfo-extended .tabcarousel-container > h2,
.stationinfo-playing.stationinfo-dummy .tabcarousel-container > h2,
.tab-navigation-item.tab-navigation-current .tabcarousel-container > h2,
.tracklisting-item.tracklisting-item-playing .tabcarousel-container > h2,
.devices-wrapper.bottom .tabcarousel-container > h2,
.inverted .tracklisting-wrapper > h2,
.stationinfo.stationinfo-playing .tracklisting-wrapper > h2,
.stationinfo-playing.faq-item .tracklisting-wrapper > h2,
.stationinfo-playing.language-info .tracklisting-wrapper > h2,
.stationinfo-playing.stationinfo-extended .tracklisting-wrapper > h2,
.stationinfo-playing.stationinfo-dummy .tracklisting-wrapper > h2,
.tab-navigation-item.tab-navigation-current .tracklisting-wrapper > h2,
.tracklisting-item.tracklisting-item-playing .tracklisting-wrapper > h2,
.devices-wrapper.bottom .tracklisting-wrapper > h2,
.inverted .headline-medium-center,
.stationinfo.stationinfo-playing .headline-medium-center,
.stationinfo-playing.faq-item .headline-medium-center,
.stationinfo-playing.language-info .headline-medium-center,
.stationinfo-playing.stationinfo-extended .headline-medium-center,
.stationinfo-playing.stationinfo-dummy .headline-medium-center,
.tab-navigation-item.tab-navigation-current .headline-medium-center,
.tracklisting-item.tracklisting-item-playing .headline-medium-center,
.devices-wrapper.bottom .headline-medium-center,
.inverted .all-column-search-items h1,
.all-column-search-items .inverted h1,
.stationinfo.stationinfo-playing .all-column-search-items h1,
.all-column-search-items .stationinfo.stationinfo-playing h1,
.stationinfo-playing.faq-item .all-column-search-items h1,
.all-column-search-items .stationinfo-playing.faq-item h1,
.stationinfo-playing.language-info .all-column-search-items h1,
.all-column-search-items .stationinfo-playing.language-info h1,
.stationinfo-playing.stationinfo-extended .all-column-search-items h1,
.all-column-search-items .stationinfo-playing.stationinfo-extended h1,
.stationinfo-playing.stationinfo-dummy .all-column-search-items h1,
.all-column-search-items .stationinfo-playing.stationinfo-dummy h1,
.tab-navigation-item.tab-navigation-current .all-column-search-items h1,
.all-column-search-items .tab-navigation-item.tab-navigation-current h1,
.tracklisting-item.tracklisting-item-playing .all-column-search-items h1,
.all-column-search-items .tracklisting-item.tracklisting-item-playing h1,
.devices-wrapper.bottom .all-column-search-items h1,
.all-column-search-items .devices-wrapper.bottom h1,
.inverted .headline-small,
.stationinfo.stationinfo-playing .headline-small,
.stationinfo-playing.faq-item .headline-small,
.stationinfo-playing.language-info .headline-small,
.stationinfo-playing.stationinfo-extended .headline-small,
.stationinfo-playing.stationinfo-dummy .headline-small,
.tab-navigation-item.tab-navigation-current .headline-small,
.tracklisting-item.tracklisting-item-playing .headline-small,
.devices-wrapper.bottom .headline-small,
.inverted .container > h3,
.stationinfo.stationinfo-playing .container > h3,
.stationinfo-playing.faq-item .container > h3,
.stationinfo-playing.language-info .container > h3,
.stationinfo-playing.stationinfo-extended .container > h3,
.stationinfo-playing.stationinfo-dummy .container > h3,
.tab-navigation-item.tab-navigation-current .container > h3,
.tracklisting-item.tracklisting-item-playing .container > h3,
.devices-wrapper.bottom .container > h3,
.inverted .faq > ul > h3,
.stationinfo.stationinfo-playing .faq > ul > h3,
.stationinfo-playing.faq-item .faq > ul > h3,
.stationinfo-playing.language-info .faq > ul > h3,
.stationinfo-playing.stationinfo-extended .faq > ul > h3,
.stationinfo-playing.stationinfo-dummy .faq > ul > h3,
.tab-navigation-item.tab-navigation-current .faq > ul > h3,
.tracklisting-item.tracklisting-item-playing .faq > ul > h3,
.devices-wrapper.bottom .faq > ul > h3,
.inverted .profile-header > h3,
.stationinfo.stationinfo-playing .profile-header > h3,
.stationinfo-playing.faq-item .profile-header > h3,
.stationinfo-playing.language-info .profile-header > h3,
.stationinfo-playing.stationinfo-extended .profile-header > h3,
.stationinfo-playing.stationinfo-dummy .profile-header > h3,
.tab-navigation-item.tab-navigation-current .profile-header > h3,
.tracklisting-item.tracklisting-item-playing .profile-header > h3,
.devices-wrapper.bottom .profile-header > h3,
.inverted .profile-content .form-horizontal > h3,
.profile-content .inverted .form-horizontal > h3,
.stationinfo.stationinfo-playing .profile-content .form-horizontal > h3,
.profile-content .stationinfo.stationinfo-playing .form-horizontal > h3,
.stationinfo-playing.faq-item .profile-content .form-horizontal > h3,
.profile-content .stationinfo-playing.faq-item .form-horizontal > h3,
.stationinfo-playing.language-info .profile-content .form-horizontal > h3,
.profile-content .stationinfo-playing.language-info .form-horizontal > h3,
.stationinfo-playing.stationinfo-extended .profile-content .form-horizontal > h3,
.profile-content .stationinfo-playing.stationinfo-extended .form-horizontal > h3,
.stationinfo-playing.stationinfo-dummy .profile-content .form-horizontal > h3,
.profile-content .stationinfo-playing.stationinfo-dummy .form-horizontal > h3,
.tab-navigation-item.tab-navigation-current .profile-content .form-horizontal > h3,
.profile-content .tab-navigation-item.tab-navigation-current .form-horizontal > h3,
.tracklisting-item.tracklisting-item-playing .profile-content .form-horizontal > h3,
.profile-content .tracklisting-item.tracklisting-item-playing .form-horizontal > h3,
.devices-wrapper.bottom .profile-content .form-horizontal > h3,
.profile-content .devices-wrapper.bottom .form-horizontal > h3,
.inverted .content-text > h3,
.stationinfo.stationinfo-playing .content-text > h3,
.stationinfo-playing.faq-item .content-text > h3,
.stationinfo-playing.language-info .content-text > h3,
.stationinfo-playing.stationinfo-extended .content-text > h3,
.stationinfo-playing.stationinfo-dummy .content-text > h3,
.tab-navigation-item.tab-navigation-current .content-text > h3,
.tracklisting-item.tracklisting-item-playing .content-text > h3,
.devices-wrapper.bottom .content-text > h3,
.inverted .stationdetail-wrapper > h3,
.stationinfo.stationinfo-playing .stationdetail-wrapper > h3,
.stationinfo-playing.faq-item .stationdetail-wrapper > h3,
.stationinfo-playing.language-info .stationdetail-wrapper > h3,
.stationinfo-playing.stationinfo-extended .stationdetail-wrapper > h3,
.stationinfo-playing.stationinfo-dummy .stationdetail-wrapper > h3,
.tab-navigation-item.tab-navigation-current .stationdetail-wrapper > h3,
.tracklisting-item.tracklisting-item-playing .stationdetail-wrapper > h3,
.devices-wrapper.bottom .stationdetail-wrapper > h3,
.inverted .tabcarousel-container > h3,
.stationinfo.stationinfo-playing .tabcarousel-container > h3,
.stationinfo-playing.faq-item .tabcarousel-container > h3,
.stationinfo-playing.language-info .tabcarousel-container > h3,
.stationinfo-playing.stationinfo-extended .tabcarousel-container > h3,
.stationinfo-playing.stationinfo-dummy .tabcarousel-container > h3,
.tab-navigation-item.tab-navigation-current .tabcarousel-container > h3,
.tracklisting-item.tracklisting-item-playing .tabcarousel-container > h3,
.devices-wrapper.bottom .tabcarousel-container > h3,
.inverted .tracklisting-wrapper > h3,
.stationinfo.stationinfo-playing .tracklisting-wrapper > h3,
.stationinfo-playing.faq-item .tracklisting-wrapper > h3,
.stationinfo-playing.language-info .tracklisting-wrapper > h3,
.stationinfo-playing.stationinfo-extended .tracklisting-wrapper > h3,
.stationinfo-playing.stationinfo-dummy .tracklisting-wrapper > h3,
.tab-navigation-item.tab-navigation-current .tracklisting-wrapper > h3,
.tracklisting-item.tracklisting-item-playing .tracklisting-wrapper > h3,
.devices-wrapper.bottom .tracklisting-wrapper > h3,
.inverted .headline-small-center,
.stationinfo.stationinfo-playing .headline-small-center,
.stationinfo-playing.faq-item .headline-small-center,
.stationinfo-playing.language-info .headline-small-center,
.stationinfo-playing.stationinfo-extended .headline-small-center,
.stationinfo-playing.stationinfo-dummy .headline-small-center,
.tab-navigation-item.tab-navigation-current .headline-small-center,
.tracklisting-item.tracklisting-item-playing .headline-small-center,
.devices-wrapper.bottom .headline-small-center, .inverted .arrow-navigation, .stationinfo.stationinfo-playing .arrow-navigation, .stationinfo-playing.faq-item .arrow-navigation, .stationinfo-playing.language-info .arrow-navigation, .stationinfo-playing.stationinfo-extended .arrow-navigation, .stationinfo-playing.stationinfo-dummy .arrow-navigation, .tab-navigation-item.tab-navigation-current .arrow-navigation, .tracklisting-item.tracklisting-item-playing .arrow-navigation, .devices-wrapper.bottom .arrow-navigation, .inverted .box-headline, .stationinfo.stationinfo-playing .box-headline, .stationinfo-playing.faq-item .box-headline, .stationinfo-playing.language-info .box-headline, .stationinfo-playing.stationinfo-extended .box-headline, .stationinfo-playing.stationinfo-dummy .box-headline, .tab-navigation-item.tab-navigation-current .box-headline, .tracklisting-item.tracklisting-item-playing .box-headline, .devices-wrapper.bottom .box-headline, .inverted .search-filter-header, .stationinfo.stationinfo-playing .search-filter-header, .stationinfo-playing.faq-item .search-filter-header, .stationinfo-playing.language-info .search-filter-header, .stationinfo-playing.stationinfo-extended .search-filter-header, .stationinfo-playing.stationinfo-dummy .search-filter-header, .tab-navigation-item.tab-navigation-current .search-filter-header, .tracklisting-item.tracklisting-item-playing .search-filter-header, .devices-wrapper.bottom .search-filter-header, .inverted .btn-advanced.active.is-base > ul a, .btn-advanced.active.is-base > ul .inverted a, .stationinfo.stationinfo-playing .btn-advanced.active.is-base > ul a, .btn-advanced.active.is-base > ul .stationinfo.stationinfo-playing a, .stationinfo-playing.faq-item .btn-advanced.active.is-base > ul a, .btn-advanced.active.is-base > ul .stationinfo-playing.faq-item a, .stationinfo-playing.language-info .btn-advanced.active.is-base > ul a, .btn-advanced.active.is-base > ul .stationinfo-playing.language-info a, .stationinfo-playing.stationinfo-extended .btn-advanced.active.is-base > ul a, .btn-advanced.active.is-base > ul .stationinfo-playing.stationinfo-extended a, .stationinfo-playing.stationinfo-dummy .btn-advanced.active.is-base > ul a, .btn-advanced.active.is-base > ul .stationinfo-playing.stationinfo-dummy a, .tab-navigation-item.tab-navigation-current .btn-advanced.active.is-base > ul a, .btn-advanced.active.is-base > ul .tab-navigation-item.tab-navigation-current a, .tracklisting-item.tracklisting-item-playing .btn-advanced.active.is-base > ul a, .btn-advanced.active.is-base > ul .tracklisting-item.tracklisting-item-playing a, .devices-wrapper.bottom .btn-advanced.active.is-base > ul a, .btn-advanced.active.is-base > ul .devices-wrapper.bottom a, .inverted .google-login-heading, .stationinfo.stationinfo-playing .google-login-heading, .stationinfo-playing.faq-item .google-login-heading, .stationinfo-playing.language-info .google-login-heading, .stationinfo-playing.stationinfo-extended .google-login-heading, .stationinfo-playing.stationinfo-dummy .google-login-heading, .tab-navigation-item.tab-navigation-current .google-login-heading, .tracklisting-item.tracklisting-item-playing .google-login-heading, .devices-wrapper.bottom .google-login-heading, .inverted .newsletter-heading, .stationinfo.stationinfo-playing .newsletter-heading, .stationinfo-playing.faq-item .newsletter-heading, .stationinfo-playing.language-info .newsletter-heading, .stationinfo-playing.stationinfo-extended .newsletter-heading, .stationinfo-playing.stationinfo-dummy .newsletter-heading, .tab-navigation-item.tab-navigation-current .newsletter-heading, .tracklisting-item.tracklisting-item-playing .newsletter-heading, .devices-wrapper.bottom .newsletter-heading, .inverted .newsletter-subscription .newsletter-heading, .newsletter-subscription .inverted .newsletter-heading, .stationinfo.stationinfo-playing .newsletter-subscription .newsletter-heading, .newsletter-subscription .stationinfo.stationinfo-playing .newsletter-heading, .stationinfo-playing.faq-item .newsletter-subscription .newsletter-heading, .newsletter-subscription .stationinfo-playing.faq-item .newsletter-heading, .stationinfo-playing.language-info .newsletter-subscription .newsletter-heading, .newsletter-subscription .stationinfo-playing.language-info .newsletter-heading, .stationinfo-playing.stationinfo-extended .newsletter-subscription .newsletter-heading, .newsletter-subscription .stationinfo-playing.stationinfo-extended .newsletter-heading, .stationinfo-playing.stationinfo-dummy .newsletter-subscription .newsletter-heading, .newsletter-subscription .stationinfo-playing.stationinfo-dummy .newsletter-heading, .tab-navigation-item.tab-navigation-current .newsletter-subscription .newsletter-heading, .newsletter-subscription .tab-navigation-item.tab-navigation-current .newsletter-heading, .tracklisting-item.tracklisting-item-playing .newsletter-subscription .newsletter-heading, .newsletter-subscription .tracklisting-item.tracklisting-item-playing .newsletter-heading, .devices-wrapper.bottom .newsletter-subscription .newsletter-heading, .newsletter-subscription .devices-wrapper.bottom .newsletter-heading, .inverted .pager a, .pager .inverted a, .stationinfo.stationinfo-playing .pager a, .pager .stationinfo.stationinfo-playing a, .stationinfo-playing.faq-item .pager a, .pager .stationinfo-playing.faq-item a, .stationinfo-playing.language-info .pager a, .pager .stationinfo-playing.language-info a, .stationinfo-playing.stationinfo-extended .pager a, .pager .stationinfo-playing.stationinfo-extended a, .stationinfo-playing.stationinfo-dummy .pager a, .pager .stationinfo-playing.stationinfo-dummy a, .tab-navigation-item.tab-navigation-current .pager a, .pager .tab-navigation-item.tab-navigation-current a, .tracklisting-item.tracklisting-item-playing .pager a, .pager .tracklisting-item.tracklisting-item-playing a, .devices-wrapper.bottom .pager a, .pager .devices-wrapper.bottom a, .inverted .profile-footer a, .profile-footer .inverted a, .stationinfo.stationinfo-playing .profile-footer a, .profile-footer .stationinfo.stationinfo-playing a, .stationinfo-playing.faq-item .profile-footer a, .profile-footer .stationinfo-playing.faq-item a, .stationinfo-playing.language-info .profile-footer a, .profile-footer .stationinfo-playing.language-info a, .stationinfo-playing.stationinfo-extended .profile-footer a, .profile-footer .stationinfo-playing.stationinfo-extended a, .stationinfo-playing.stationinfo-dummy .profile-footer a, .profile-footer .stationinfo-playing.stationinfo-dummy a, .tab-navigation-item.tab-navigation-current .profile-footer a, .profile-footer .tab-navigation-item.tab-navigation-current a, .tracklisting-item.tracklisting-item-playing .profile-footer a, .profile-footer .tracklisting-item.tracklisting-item-playing a, .devices-wrapper.bottom .profile-footer a, .profile-footer .devices-wrapper.bottom a, .inverted .stationinfo, .stationinfo.stationinfo-playing .stationinfo, .stationinfo-playing.faq-item .stationinfo, .stationinfo-playing.language-info .stationinfo, .stationinfo-playing.stationinfo-extended .stationinfo, .stationinfo-playing.stationinfo-dummy .stationinfo, .tab-navigation-item.tab-navigation-current .stationinfo, .tracklisting-item.tracklisting-item-playing .stationinfo, .devices-wrapper.bottom .stationinfo, .inverted .faq-item, .stationinfo.stationinfo-playing .faq-item, .stationinfo-playing.faq-item .faq-item, .stationinfo-playing.language-info .faq-item, .stationinfo-playing.stationinfo-extended .faq-item, .stationinfo-playing.stationinfo-dummy .faq-item, .tab-navigation-item.tab-navigation-current .faq-item, .tracklisting-item.tracklisting-item-playing .faq-item, .devices-wrapper.bottom .faq-item, .inverted .language-info, .stationinfo.stationinfo-playing .language-info, .stationinfo-playing.faq-item .language-info, .stationinfo-playing.language-info .language-info, .stationinfo-playing.stationinfo-extended .language-info, .stationinfo-playing.stationinfo-dummy .language-info, .tab-navigation-item.tab-navigation-current .language-info, .tracklisting-item.tracklisting-item-playing .language-info, .devices-wrapper.bottom .language-info, .inverted .stationinfo-extended, .stationinfo.stationinfo-playing .stationinfo-extended, .stationinfo-playing.faq-item .stationinfo-extended, .stationinfo-playing.language-info .stationinfo-extended, .stationinfo-playing.stationinfo-extended .stationinfo-extended, .stationinfo-playing.stationinfo-dummy .stationinfo-extended, .tab-navigation-item.tab-navigation-current .stationinfo-extended, .tracklisting-item.tracklisting-item-playing .stationinfo-extended, .devices-wrapper.bottom .stationinfo-extended, .inverted .stationinfo-dummy, .stationinfo.stationinfo-playing .stationinfo-dummy, .stationinfo-playing.faq-item .stationinfo-dummy, .stationinfo-playing.language-info .stationinfo-dummy, .stationinfo-playing.stationinfo-extended .stationinfo-dummy, .stationinfo-playing.stationinfo-dummy .stationinfo-dummy, .tab-navigation-item.tab-navigation-current .stationinfo-dummy, .tracklisting-item.tracklisting-item-playing .stationinfo-dummy, .devices-wrapper.bottom .stationinfo-dummy, .inverted a.stationinfo:hover, .stationinfo.stationinfo-playing a.stationinfo:hover, .stationinfo-playing.faq-item a.stationinfo:hover, .stationinfo-playing.language-info a.stationinfo:hover, .stationinfo-playing.stationinfo-extended a.stationinfo:hover, .stationinfo-playing.stationinfo-dummy a.stationinfo:hover, .tab-navigation-item.tab-navigation-current a.stationinfo:hover, .tracklisting-item.tracklisting-item-playing a.stationinfo:hover, .devices-wrapper.bottom a.stationinfo:hover, .inverted a.faq-item:hover, .stationinfo.stationinfo-playing a.faq-item:hover, .stationinfo-playing.faq-item a.faq-item:hover, .stationinfo-playing.language-info a.faq-item:hover, .stationinfo-playing.stationinfo-extended a.faq-item:hover, .stationinfo-playing.stationinfo-dummy a.faq-item:hover, .tab-navigation-item.tab-navigation-current a.faq-item:hover, .tracklisting-item.tracklisting-item-playing a.faq-item:hover, .devices-wrapper.bottom a.faq-item:hover, .inverted a.language-info:hover, .stationinfo.stationinfo-playing a.language-info:hover, .stationinfo-playing.faq-item a.language-info:hover, .stationinfo-playing.language-info a.language-info:hover, .stationinfo-playing.stationinfo-extended a.language-info:hover, .stationinfo-playing.stationinfo-dummy a.language-info:hover, .tab-navigation-item.tab-navigation-current a.language-info:hover, .tracklisting-item.tracklisting-item-playing a.language-info:hover, .devices-wrapper.bottom a.language-info:hover, .inverted a.stationinfo-extended:hover, .stationinfo.stationinfo-playing a.stationinfo-extended:hover, .stationinfo-playing.faq-item a.stationinfo-extended:hover, .stationinfo-playing.language-info a.stationinfo-extended:hover, .stationinfo-playing.stationinfo-extended a.stationinfo-extended:hover, .stationinfo-playing.stationinfo-dummy a.stationinfo-extended:hover, .tab-navigation-item.tab-navigation-current a.stationinfo-extended:hover, .tracklisting-item.tracklisting-item-playing a.stationinfo-extended:hover, .devices-wrapper.bottom a.stationinfo-extended:hover, .inverted a.stationinfo-dummy:hover, .stationinfo.stationinfo-playing a.stationinfo-dummy:hover, .stationinfo-playing.faq-item a.stationinfo-dummy:hover, .stationinfo-playing.language-info a.stationinfo-dummy:hover, .stationinfo-playing.stationinfo-extended a.stationinfo-dummy:hover, .stationinfo-playing.stationinfo-dummy a.stationinfo-dummy:hover, .tab-navigation-item.tab-navigation-current a.stationinfo-dummy:hover, .tracklisting-item.tracklisting-item-playing a.stationinfo-dummy:hover, .devices-wrapper.bottom a.stationinfo-dummy:hover, .inverted .tab-navigation-item.tab-navigation-current small, .tab-navigation-item.tab-navigation-current .inverted small, .stationinfo.stationinfo-playing .tab-navigation-item.tab-navigation-current small, .tab-navigation-item.tab-navigation-current .stationinfo.stationinfo-playing small, .stationinfo-playing.faq-item .tab-navigation-item.tab-navigation-current small, .tab-navigation-item.tab-navigation-current .stationinfo-playing.faq-item small, .stationinfo-playing.language-info .tab-navigation-item.tab-navigation-current small, .tab-navigation-item.tab-navigation-current .stationinfo-playing.language-info small, .stationinfo-playing.stationinfo-extended .tab-navigation-item.tab-navigation-current small, .tab-navigation-item.tab-navigation-current .stationinfo-playing.stationinfo-extended small, .stationinfo-playing.stationinfo-dummy .tab-navigation-item.tab-navigation-current small, .tab-navigation-item.tab-navigation-current .stationinfo-playing.stationinfo-dummy small, .tab-navigation-item.tab-navigation-current small, .tracklisting-item.tracklisting-item-playing .tab-navigation-item.tab-navigation-current small, .tab-navigation-item.tab-navigation-current .tracklisting-item.tracklisting-item-playing small, .devices-wrapper.bottom .tab-navigation-item.tab-navigation-current small, .tab-navigation-item.tab-navigation-current .devices-wrapper.bottom small, .inverted ul.tabs a, ul.tabs .inverted a, .stationinfo.stationinfo-playing ul.tabs a, ul.tabs .stationinfo.stationinfo-playing a, .stationinfo-playing.faq-item ul.tabs a, ul.tabs .stationinfo-playing.faq-item a, .stationinfo-playing.language-info ul.tabs a, ul.tabs .stationinfo-playing.language-info a, .stationinfo-playing.stationinfo-extended ul.tabs a, ul.tabs .stationinfo-playing.stationinfo-extended a, .stationinfo-playing.stationinfo-dummy ul.tabs a, ul.tabs .stationinfo-playing.stationinfo-dummy a, .tab-navigation-item.tab-navigation-current ul.tabs a, ul.tabs .tab-navigation-item.tab-navigation-current a, .tracklisting-item.tracklisting-item-playing ul.tabs a, ul.tabs .tracklisting-item.tracklisting-item-playing a, .devices-wrapper.bottom ul.tabs a, ul.tabs .devices-wrapper.bottom a, footer, #content-wrapper .recommended-stations-heading {
  color: #eeeeee;
}

.inverted a.see-more, .stationinfo.stationinfo-playing a.see-more, .stationinfo-playing.faq-item a.see-more, .stationinfo-playing.language-info a.see-more, .stationinfo-playing.stationinfo-extended a.see-more, .stationinfo-playing.stationinfo-dummy a.see-more, .tab-navigation-item.tab-navigation-current a.see-more, .tracklisting-item.tracklisting-item-playing a.see-more, .devices-wrapper.bottom a.see-more, .inverted .tt-suggestion-text-third-line, .stationinfo.stationinfo-playing .tt-suggestion-text-third-line, .stationinfo-playing.faq-item .tt-suggestion-text-third-line, .stationinfo-playing.language-info .tt-suggestion-text-third-line, .stationinfo-playing.stationinfo-extended .tt-suggestion-text-third-line, .stationinfo-playing.stationinfo-dummy .tt-suggestion-text-third-line, .tab-navigation-item.tab-navigation-current .tt-suggestion-text-third-line, .tracklisting-item.tracklisting-item-playing .tt-suggestion-text-third-line, .devices-wrapper.bottom .tt-suggestion-text-third-line, .inverted .stationinfo-link em, .stationinfo-link .inverted em, .stationinfo.stationinfo-playing .stationinfo-link em, .stationinfo-link .stationinfo.stationinfo-playing em, .stationinfo-playing.faq-item .stationinfo-link em, .stationinfo-link .stationinfo-playing.faq-item em, .stationinfo-playing.language-info .stationinfo-link em, .stationinfo-link .stationinfo-playing.language-info em, .stationinfo-playing.stationinfo-extended .stationinfo-link em, .stationinfo-link .stationinfo-playing.stationinfo-extended em, .stationinfo-playing.stationinfo-dummy .stationinfo-link em, .stationinfo-link .stationinfo-playing.stationinfo-dummy em, .tab-navigation-item.tab-navigation-current .stationinfo-link em, .stationinfo-link .tab-navigation-item.tab-navigation-current em, .tracklisting-item.tracklisting-item-playing .stationinfo-link em, .stationinfo-link .tracklisting-item.tracklisting-item-playing em, .devices-wrapper.bottom .stationinfo-link em, .stationinfo-link .devices-wrapper.bottom em, .inverted .tt-suggestion-station, .stationinfo.stationinfo-playing .tt-suggestion-station, .stationinfo-playing.faq-item .tt-suggestion-station, .stationinfo-playing.language-info .tt-suggestion-station, .stationinfo-playing.stationinfo-extended .tt-suggestion-station, .stationinfo-playing.stationinfo-dummy .tt-suggestion-station, .tab-navigation-item.tab-navigation-current .tt-suggestion-station, .tracklisting-item.tracklisting-item-playing .tt-suggestion-station, .devices-wrapper.bottom .tt-suggestion-station, .inverted .paging, .stationinfo.stationinfo-playing .paging, .stationinfo-playing.faq-item .paging, .stationinfo-playing.language-info .paging, .stationinfo-playing.stationinfo-extended .paging, .stationinfo-playing.stationinfo-dummy .paging, .tab-navigation-item.tab-navigation-current .paging, .tracklisting-item.tracklisting-item-playing .paging, .devices-wrapper.bottom .paging, .inverted .podcast-episodes h3, .podcast-episodes .inverted h3, .stationinfo.stationinfo-playing .podcast-episodes h3, .podcast-episodes .stationinfo.stationinfo-playing h3, .stationinfo-playing.faq-item .podcast-episodes h3, .podcast-episodes .stationinfo-playing.faq-item h3, .stationinfo-playing.language-info .podcast-episodes h3, .podcast-episodes .stationinfo-playing.language-info h3, .stationinfo-playing.stationinfo-extended .podcast-episodes h3, .podcast-episodes .stationinfo-playing.stationinfo-extended h3, .stationinfo-playing.stationinfo-dummy .podcast-episodes h3, .podcast-episodes .stationinfo-playing.stationinfo-dummy h3, .tab-navigation-item.tab-navigation-current .podcast-episodes h3, .podcast-episodes .tab-navigation-item.tab-navigation-current h3, .tracklisting-item.tracklisting-item-playing .podcast-episodes h3, .podcast-episodes .tracklisting-item.tracklisting-item-playing h3, .devices-wrapper.bottom .podcast-episodes h3, .podcast-episodes .devices-wrapper.bottom h3, .inverted .stationinfo-link strong, .stationinfo-link .inverted strong, .stationinfo.stationinfo-playing .stationinfo-link strong, .stationinfo-link .stationinfo.stationinfo-playing strong, .stationinfo-playing.faq-item .stationinfo-link strong, .stationinfo-link .stationinfo-playing.faq-item strong, .stationinfo-playing.language-info .stationinfo-link strong, .stationinfo-link .stationinfo-playing.language-info strong, .stationinfo-playing.stationinfo-extended .stationinfo-link strong, .stationinfo-link .stationinfo-playing.stationinfo-extended strong, .stationinfo-playing.stationinfo-dummy .stationinfo-link strong, .stationinfo-link .stationinfo-playing.stationinfo-dummy strong, .tab-navigation-item.tab-navigation-current .stationinfo-link strong, .stationinfo-link .tab-navigation-item.tab-navigation-current strong, .tracklisting-item.tracklisting-item-playing .stationinfo-link strong, .stationinfo-link .tracklisting-item.tracklisting-item-playing strong, .devices-wrapper.bottom .stationinfo-link strong, .stationinfo-link .devices-wrapper.bottom strong, .inverted .stationlist-headline, .stationinfo.stationinfo-playing .stationlist-headline, .stationinfo-playing.faq-item .stationlist-headline, .stationinfo-playing.language-info .stationlist-headline, .stationinfo-playing.stationinfo-extended .stationlist-headline, .stationinfo-playing.stationinfo-dummy .stationlist-headline, .tab-navigation-item.tab-navigation-current .stationlist-headline, .tracklisting-item.tracklisting-item-playing .stationlist-headline, .devices-wrapper.bottom .stationlist-headline, .inverted .tab-navigation-item.tab-navigation-current strong, .tab-navigation-item.tab-navigation-current .inverted strong, .stationinfo.stationinfo-playing .tab-navigation-item.tab-navigation-current strong, .tab-navigation-item.tab-navigation-current .stationinfo.stationinfo-playing strong, .stationinfo-playing.faq-item .tab-navigation-item.tab-navigation-current strong, .tab-navigation-item.tab-navigation-current .stationinfo-playing.faq-item strong, .stationinfo-playing.language-info .tab-navigation-item.tab-navigation-current strong, .tab-navigation-item.tab-navigation-current .stationinfo-playing.language-info strong, .stationinfo-playing.stationinfo-extended .tab-navigation-item.tab-navigation-current strong, .tab-navigation-item.tab-navigation-current .stationinfo-playing.stationinfo-extended strong, .stationinfo-playing.stationinfo-dummy .tab-navigation-item.tab-navigation-current strong, .tab-navigation-item.tab-navigation-current .stationinfo-playing.stationinfo-dummy strong, .tab-navigation-item.tab-navigation-current strong, .tracklisting-item.tracklisting-item-playing .tab-navigation-item.tab-navigation-current strong, .tab-navigation-item.tab-navigation-current .tracklisting-item.tracklisting-item-playing strong, .devices-wrapper.bottom .tab-navigation-item.tab-navigation-current strong, .tab-navigation-item.tab-navigation-current .devices-wrapper.bottom strong, .inverted .tracklisting-title, .stationinfo.stationinfo-playing .tracklisting-title, .stationinfo-playing.faq-item .tracklisting-title, .stationinfo-playing.language-info .tracklisting-title, .stationinfo-playing.stationinfo-extended .tracklisting-title, .stationinfo-playing.stationinfo-dummy .tracklisting-title, .tab-navigation-item.tab-navigation-current .tracklisting-title, .tracklisting-item.tracklisting-item-playing .tracklisting-title, .devices-wrapper.bottom .tracklisting-title,
.inverted .headline-description,
.stationinfo.stationinfo-playing .headline-description,
.stationinfo-playing.faq-item .headline-description,
.stationinfo-playing.language-info .headline-description,
.stationinfo-playing.stationinfo-extended .headline-description,
.stationinfo-playing.stationinfo-dummy .headline-description,
.tab-navigation-item.tab-navigation-current .headline-description,
.tracklisting-item.tracklisting-item-playing .headline-description,
.devices-wrapper.bottom .headline-description,
.inverted .box-text-small,
.stationinfo.stationinfo-playing .box-text-small,
.stationinfo-playing.faq-item .box-text-small,
.stationinfo-playing.language-info .box-text-small,
.stationinfo-playing.stationinfo-extended .box-text-small,
.stationinfo-playing.stationinfo-dummy .box-text-small,
.tab-navigation-item.tab-navigation-current .box-text-small,
.tracklisting-item.tracklisting-item-playing .box-text-small,
.devices-wrapper.bottom .box-text-small,
.inverted .faq-item p,
.faq-item .inverted p,
.stationinfo.stationinfo-playing .faq-item p,
.faq-item .stationinfo.stationinfo-playing p,
.stationinfo-playing.faq-item p,
.stationinfo-playing.language-info .faq-item p,
.faq-item .stationinfo-playing.language-info p,
.stationinfo-playing.stationinfo-extended .faq-item p,
.faq-item .stationinfo-playing.stationinfo-extended p,
.stationinfo-playing.stationinfo-dummy .faq-item p,
.faq-item .stationinfo-playing.stationinfo-dummy p,
.tab-navigation-item.tab-navigation-current .faq-item p,
.faq-item .tab-navigation-item.tab-navigation-current p,
.tracklisting-item.tracklisting-item-playing .faq-item p,
.faq-item .tracklisting-item.tracklisting-item-playing p,
.devices-wrapper.bottom .faq-item p,
.faq-item .devices-wrapper.bottom p,
.inverted .google-login-wrapper,
.stationinfo.stationinfo-playing .google-login-wrapper,
.stationinfo-playing.faq-item .google-login-wrapper,
.stationinfo-playing.language-info .google-login-wrapper,
.stationinfo-playing.stationinfo-extended .google-login-wrapper,
.stationinfo-playing.stationinfo-dummy .google-login-wrapper,
.tab-navigation-item.tab-navigation-current .google-login-wrapper,
.tracklisting-item.tracklisting-item-playing .google-login-wrapper,
.devices-wrapper.bottom .google-login-wrapper,
.inverted .newsletter-2016,
.stationinfo.stationinfo-playing .newsletter-2016,
.stationinfo-playing.faq-item .newsletter-2016,
.stationinfo-playing.language-info .newsletter-2016,
.stationinfo-playing.stationinfo-extended .newsletter-2016,
.stationinfo-playing.stationinfo-dummy .newsletter-2016,
.tab-navigation-item.tab-navigation-current .newsletter-2016,
.tracklisting-item.tracklisting-item-playing .newsletter-2016,
.devices-wrapper.bottom .newsletter-2016,
.inverted .newsletter,
.stationinfo.stationinfo-playing .newsletter,
.stationinfo-playing.faq-item .newsletter,
.stationinfo-playing.language-info .newsletter,
.stationinfo-playing.stationinfo-extended .newsletter,
.stationinfo-playing.stationinfo-dummy .newsletter,
.tab-navigation-item.tab-navigation-current .newsletter,
.tracklisting-item.tracklisting-item-playing .newsletter,
.devices-wrapper.bottom .newsletter,
.inverted .content-text,
.stationinfo.stationinfo-playing .content-text,
.stationinfo-playing.faq-item .content-text,
.stationinfo-playing.language-info .content-text,
.stationinfo-playing.stationinfo-extended .content-text,
.stationinfo-playing.stationinfo-dummy .content-text,
.tab-navigation-item.tab-navigation-current .content-text,
.tracklisting-item.tracklisting-item-playing .content-text,
.devices-wrapper.bottom .content-text,
.inverted .stationinfo-link small,
.stationinfo-link .inverted small,
.stationinfo.stationinfo-playing .stationinfo-link small,
.stationinfo-link .stationinfo.stationinfo-playing small,
.stationinfo-playing.faq-item .stationinfo-link small,
.stationinfo-link .stationinfo-playing.faq-item small,
.stationinfo-playing.language-info .stationinfo-link small,
.stationinfo-link .stationinfo-playing.language-info small,
.stationinfo-playing.stationinfo-extended .stationinfo-link small,
.stationinfo-link .stationinfo-playing.stationinfo-extended small,
.stationinfo-playing.stationinfo-dummy .stationinfo-link small,
.stationinfo-link .stationinfo-playing.stationinfo-dummy small,
.tab-navigation-item.tab-navigation-current .stationinfo-link small,
.stationinfo-link .tab-navigation-item.tab-navigation-current small,
.tracklisting-item.tracklisting-item-playing .stationinfo-link small,
.stationinfo-link .tracklisting-item.tracklisting-item-playing small,
.devices-wrapper.bottom .stationinfo-link small,
.stationinfo-link .devices-wrapper.bottom small,
.inverted .stationinfo-content,
.stationinfo.stationinfo-playing .stationinfo-content,
.stationinfo-playing.faq-item .stationinfo-content,
.stationinfo-playing.language-info .stationinfo-content,
.stationinfo-playing.stationinfo-extended .stationinfo-content,
.stationinfo-playing.stationinfo-dummy .stationinfo-content,
.tab-navigation-item.tab-navigation-current .stationinfo-content,
.tracklisting-item.tracklisting-item-playing .stationinfo-content,
.devices-wrapper.bottom .stationinfo-content,
.inverted .stationinfo-timeago,
.stationinfo.stationinfo-playing .stationinfo-timeago,
.stationinfo-playing.faq-item .stationinfo-timeago,
.stationinfo-playing.language-info .stationinfo-timeago,
.stationinfo-playing.stationinfo-extended .stationinfo-timeago,
.stationinfo-playing.stationinfo-dummy .stationinfo-timeago,
.tab-navigation-item.tab-navigation-current .stationinfo-timeago,
.tracklisting-item.tracklisting-item-playing .stationinfo-timeago,
.devices-wrapper.bottom .stationinfo-timeago,
.inverted .stationinfo-duration,
.stationinfo.stationinfo-playing .stationinfo-duration,
.stationinfo-playing.faq-item .stationinfo-duration,
.stationinfo-playing.language-info .stationinfo-duration,
.stationinfo-playing.stationinfo-extended .stationinfo-duration,
.stationinfo-playing.stationinfo-dummy .stationinfo-duration,
.tab-navigation-item.tab-navigation-current .stationinfo-duration,
.tracklisting-item.tracklisting-item-playing .stationinfo-duration,
.devices-wrapper.bottom .stationinfo-duration,
.inverted .tracklisting-stream-title,
.stationinfo.stationinfo-playing .tracklisting-stream-title,
.stationinfo-playing.faq-item .tracklisting-stream-title,
.stationinfo-playing.language-info .tracklisting-stream-title,
.stationinfo-playing.stationinfo-extended .tracklisting-stream-title,
.stationinfo-playing.stationinfo-dummy .tracklisting-stream-title,
.tab-navigation-item.tab-navigation-current .tracklisting-stream-title,
.tracklisting-item.tracklisting-item-playing .tracklisting-stream-title,
.devices-wrapper.bottom .tracklisting-stream-title,
.inverted .tracklisting-artist,
.stationinfo.stationinfo-playing .tracklisting-artist,
.stationinfo-playing.faq-item .tracklisting-artist,
.stationinfo-playing.language-info .tracklisting-artist,
.stationinfo-playing.stationinfo-extended .tracklisting-artist,
.stationinfo-playing.stationinfo-dummy .tracklisting-artist,
.tab-navigation-item.tab-navigation-current .tracklisting-artist,
.tracklisting-item.tracklisting-item-playing .tracklisting-artist,
.devices-wrapper.bottom .tracklisting-artist,
.inverted .welcome-subline,
.stationinfo.stationinfo-playing .welcome-subline,
.stationinfo-playing.faq-item .welcome-subline,
.stationinfo-playing.language-info .welcome-subline,
.stationinfo-playing.stationinfo-extended .welcome-subline,
.stationinfo-playing.stationinfo-dummy .welcome-subline,
.tab-navigation-item.tab-navigation-current .welcome-subline,
.tracklisting-item.tracklisting-item-playing .welcome-subline,
.devices-wrapper.bottom .welcome-subline, .footer-headline {
  color: #ffffff;
}

footer p {
  color: #9D9D9D;
}

.stationinfo-link {
  text-decoration: none;
}
.stationinfo-link:hover, .stationinfo-link:active, .stationinfo-link:focus {
  text-decoration: none;
}

a.see-more, .arrow-navigation, .search-filter li > a, .stationdetail-tags > a {
  text-decoration: none;
}
a.see-more:hover, .arrow-navigation:hover, .search-filter li > a:hover, .stationdetail-tags > a:hover, a.see-more:active, .arrow-navigation:active, .search-filter li > a:active, .stationdetail-tags > a:active, a.see-more:focus, .arrow-navigation:focus, .search-filter li > a:focus, .stationdetail-tags > a:focus {
  text-decoration: underline;
}

.player-notification-close, .tracklisting-item-content {
  text-decoration: none;
}
.player-notification-close:link, .tracklisting-item-content:link, .player-notification-close:visited, .tracklisting-item-content:visited {
  text-decoration: none;
}
.player-notification-close:active, .tracklisting-item-content:active, .player-notification-close:hover, .tracklisting-item-content:hover, .player-notification-close:focus, .tracklisting-item-content:focus {
  text-decoration: none;
}

.stationinfo, .faq-item, .language-info, .stationinfo-extended, .stationinfo-dummy, .tracklisting-item, .tracklisting-item img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.tracklisting-affiliate a:link, .tracklisting-affiliate a:visited {
  text-decoration: none;
}
.tracklisting-affiliate a:active, .tracklisting-affiliate a:hover, .tracklisting-affiliate a:focus {
  text-decoration: none;
}

.box, .search-filter, .carousel-footer, .devices-wrapper .device, ul.radio-list, .hero-intro p, .prime-info-wrapper a, .stationinfo, .faq-item, .language-info, .stationinfo-extended, .stationinfo-dummy {
  margin-top: 8px;
}

.store-list li, .devices-wrapper .headline-medium-center, .hero.multi-device .welcome-subheadline, .hero-intro .headline-medium-center, .play-station-wrapper .headline-medium-center, .prime-info-wrapper a, .stationinfo, .faq-item, .language-info, .stationinfo-extended, .stationinfo-dummy, ul.tabs {
  margin-bottom: 8px;
}

.list-footer, .podcast-episodes-footer, .search-footer, .devices-wrapper > .container, .faq.devices-wrapper > ul, .devices-wrapper > .profile-header, .profile-content .devices-wrapper > .form-horizontal, .devices-wrapper > .content-text, .devices-wrapper > .stationdetail-wrapper, .devices-wrapper > .tabcarousel-container, .devices-wrapper > .tracklisting-wrapper, .hero.multi-device .welcome-subheadline, .hero-header .welcome-subheadline, .hero-intro .headline-medium-center, .play-station-wrapper > .container, .faq.play-station-wrapper > ul, .play-station-wrapper > .profile-header, .profile-content .play-station-wrapper > .form-horizontal, .play-station-wrapper > .content-text, .play-station-wrapper > .stationdetail-wrapper, .play-station-wrapper > .tabcarousel-container, .play-station-wrapper > .tracklisting-wrapper, .profile-header p {
  margin-top: 24px;
}

.headline-medium, .container > h2, .faq > ul > h2, .profile-header > h2, .profile-content .form-horizontal > h2, .content-text > h2, .stationdetail-wrapper > h2, .tabcarousel-container > h2, .tracklisting-wrapper > h2, .headline-medium-center, .all-column-search-items h1, .list-footer, .podcast-episodes-footer, .search-footer, .devices-wrapper > .container, .faq.devices-wrapper > ul, .devices-wrapper > .profile-header, .profile-content .devices-wrapper > .form-horizontal, .devices-wrapper > .content-text, .devices-wrapper > .stationdetail-wrapper, .devices-wrapper > .tabcarousel-container, .devices-wrapper > .tracklisting-wrapper, .devices-wrapper p, .devices-wrapper .device, .devices-wrapper.bottom .headline-medium-center, .play-station-wrapper p {
  margin-bottom: 24px;
}

.download-apps-wrapper .headline-medium-center, .hero.multi-device .welcome-headline, .hero-header .welcome-headline, .popular-stations-wrapper .headline-medium-center, .radio-features-wrapper .headline-medium-center {
  margin-top: 48px;
}

.download-apps-wrapper, .download-apps-wrapper .headline-medium-center, .play-station-wrapper > .container, .faq.play-station-wrapper > ul, .play-station-wrapper > .profile-header, .profile-content .play-station-wrapper > .form-horizontal, .play-station-wrapper > .content-text, .play-station-wrapper > .stationdetail-wrapper, .play-station-wrapper > .tabcarousel-container, .play-station-wrapper > .tracklisting-wrapper, .radio-features-wrapper .headline-medium-center, .radio-features-wrapper li.feature {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .margin-top-xs {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .margin-top-sm {
    margin-top: 24px;
  }
}
@media (min-width: 9999999px) {
  .margin-top-md {
    margin-top: 24px;
  }
}
.tt-suggestion-text-third-line, .stationinfo-link em {
  line-height: 1em;
  height: 13px;
  position: relative;
  padding-left: 12px;
}
.tt-suggestion-text-third-line .icon, .stationinfo-link em .icon {
  fill: #61ce42;
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 3px;
  left: 1px;
}

#content-wrapper > \:section,
#content-wrapper > section {
  padding-top: 24px;
}

#content-wrapper > \:section,
#content-wrapper > section {
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .padding-top-xs {
    padding-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .padding-top-sm {
    padding-top: 24px;
  }
}
@media (min-width: 9999999px) {
  .padding-top-md {
    padding-top: 24px;
  }
}
.btn-advanced.active > ul, .btn-advanced.active li, .store-list {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  background-color: #2E3235;
  width: 100%;
  overflow-x: hidden;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

debug {
  display: none;
}

a {
  outline: 0;
}
a:focus {
  outline: none !important;
}
a[ng-click] {
  cursor: pointer;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

fieldset[disabled] label {
  color: #999999;
}

#content {
  pointer-events: none;
}

.content-bg {
  background-color: #FFF;
}

.icon {
  width: 14px;
  height: 14px;
}

#content-wrapper {
  pointer-events: all;
  padding-left: 0;
  padding-right: 0;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #content-wrapper {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #content-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 1223px) {
  #content-wrapper {
    min-height: 625px;
  }
}
#content-wrapper > \:section,
#content-wrapper > section {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #content-wrapper > \:section,
  #content-wrapper > section {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#content-wrapper > \:section:last-child,
#content-wrapper > section:last-child {
  padding-bottom: 0;
}
#content-wrapper > .headline-large, .container#content-wrapper > h1, .faq > ul#content-wrapper > h1, .profile-header#content-wrapper > h1, .profile-content .form-horizontal#content-wrapper > h1, .content-text#content-wrapper > h1, .stationdetail-wrapper#content-wrapper > h1, .tabcarousel-container#content-wrapper > h1, .tracklisting-wrapper#content-wrapper > h1, #content-wrapper > .headline-large-center,
#content-wrapper > .headline-medium,
.container#content-wrapper > h2,
.faq > ul#content-wrapper > h2,
.profile-header#content-wrapper > h2,
.profile-content .form-horizontal#content-wrapper > h2,
.content-text#content-wrapper > h2,
.stationdetail-wrapper#content-wrapper > h2,
.tabcarousel-container#content-wrapper > h2,
.tracklisting-wrapper#content-wrapper > h2,
#content-wrapper > .headline-medium-center,
.all-column-search-items #content-wrapper > h1,
#content-wrapper > .headline-small,
.container#content-wrapper > h3,
.faq > ul#content-wrapper > h3,
.profile-header#content-wrapper > h3,
.profile-content .form-horizontal#content-wrapper > h3,
.content-text#content-wrapper > h3,
.stationdetail-wrapper#content-wrapper > h3,
.tabcarousel-container#content-wrapper > h3,
.tracklisting-wrapper#content-wrapper > h3,
#content-wrapper > .headline-small-center {
  margin-top: 58px;
}

.headline-large mark, .container > h1 mark, .faq > ul > h1 mark, .profile-header > h1 mark, .profile-content .form-horizontal > h1 mark, .content-text > h1 mark, .stationdetail-wrapper > h1 mark, .tabcarousel-container > h1 mark, .tracklisting-wrapper > h1 mark, .headline-large-center mark,
.headline-medium mark,
.container > h2 mark,
.faq > ul > h2 mark,
.profile-header > h2 mark,
.profile-content .form-horizontal > h2 mark,
.content-text > h2 mark,
.stationdetail-wrapper > h2 mark,
.tabcarousel-container > h2 mark,
.tracklisting-wrapper > h2 mark,
.headline-medium-center mark,
.all-column-search-items h1 mark,
.headline-small mark,
.container > h3 mark,
.faq > ul > h3 mark,
.profile-header > h3 mark,
.profile-content .form-horizontal > h3 mark,
.content-text > h3 mark,
.stationdetail-wrapper > h3 mark,
.tabcarousel-container > h3 mark,
.tracklisting-wrapper > h3 mark,
.headline-small-center mark {
  background: none;
}

@media (max-width: 767px) {
  .headline-large, .container > h1, .faq > ul > h1, .profile-header > h1, .profile-content .form-horizontal > h1, .content-text > h1, .stationdetail-wrapper > h1, .tabcarousel-container > h1, .tracklisting-wrapper > h1, .headline-large-center {
    font-size: 24px;
    line-height: 1.3;
  }
}

.headline-medium, .container > h2, .faq > ul > h2, .profile-header > h2, .profile-content .form-horizontal > h2, .content-text > h2, .stationdetail-wrapper > h2, .tabcarousel-container > h2, .tracklisting-wrapper > h2, .headline-medium-center, .all-column-search-items h1 {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .headline-medium, .container > h2, .faq > ul > h2, .profile-header > h2, .profile-content .form-horizontal > h2, .content-text > h2, .stationdetail-wrapper > h2, .tabcarousel-container > h2, .tracklisting-wrapper > h2, .headline-medium-center, .all-column-search-items h1 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .headline-small, .container > h3, .faq > ul > h3, .profile-header > h3, .profile-content .form-horizontal > h3, .content-text > h3, .stationdetail-wrapper > h3, .tabcarousel-container > h3, .tracklisting-wrapper > h3, .headline-small-center {
    font-size: 18px;
    line-height: 1.3;
  }
}

.headline-for-tabcarousel {
  margin: 0;
  padding-bottom: 24px;
}

\:section.main-content,
section.main-content {
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
  padding-bottom: 32px;
}

\:section.backgrounded,
section.backgrounded {
  padding: 60px 50px 55px;
  margin-top: 60px;
}

\:section.padded,
section.padded {
  padding: 40px 50px;
  margin-left: 5em !important;
  margin-right: 5em;
  margin-top: 20px;
}

.disable-interaction {
  pointer-events: none;
  opacity: .7;
}

.img-responsive, #recaptcha_image img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

/* Icon Pop animation */
/* so far used for social buttons in station page */
@keyframes hvr-icon-pop {
  50% {
    transform: scale(1.3);
  }
}
.inverted, .stationinfo.stationinfo-playing, .stationinfo-playing.faq-item, .stationinfo-playing.language-info, .stationinfo-playing.stationinfo-extended, .stationinfo-playing.stationinfo-dummy, .tab-navigation-item.tab-navigation-current, .tracklisting-item.tracklisting-item-playing {
  background-color: #40444a;
}

#section-tabcarousel,
#section-popular-stations {
  padding-top: 1px;
}

#top-bar ~ #content {
  margin-top: -6px;
}

#content {
  min-height: 250px;
}

.bordered-content > section {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.bordered-content .section-border-top {
  border-top: 1px solid #e6e6e6;
}
.bordered-content .section-empty-border-top {
  padding: 0 !important;
}

#content-wrapper > .container, .faq#content-wrapper > ul, #content-wrapper > .profile-header, .profile-content #content-wrapper > .form-horizontal, #content-wrapper > .content-text, #content-wrapper > .stationdetail-wrapper, #content-wrapper > .tabcarousel-container, #content-wrapper > .tracklisting-wrapper {
  margin-top: 55px;
  padding-bottom: 50px;
}
#content-wrapper .recents-sidebar ul {
  border: 1px solid #e6e6e6;
  border-right: 0px;
  margin-top: -1px;
}
#content-wrapper #section-ad {
  border-left: none;
  border-right: none;
}
#content-wrapper #section-intro {
  padding-top: 0;
}
#content-wrapper #section-page-subtitle {
  padding: 0 0 12px;
}
#content-wrapper #section-page-subtitle .welcome-subline {
  margin: 0;
}
#content-wrapper #section-newsletter {
  padding-bottom: 12px;
}

#section-ad {
  margin-top: 20px;
  width: 100%;
  padding: 0 !important;
  background: none !important;
}

#section-stationdetail {
  padding-top: 48px !important;
}
@media (max-width: 767px) {
  #section-stationdetail {
    padding-top: 60px !important;
  }
}

.full-width {
  width: 100%;
}

.modal-dialog.modal-lg {
  width: 100%;
  max-width: 715px;
}

body.landing {
  min-width: 320px;
}
.mobile body.landing #specific-station,
.mobile body.landing #popular-stations {
  display: none;
}
body.landing #top-bar + #content {
  margin-top: 0;
}
body.landing #content-wrapper > section {
  padding-top: 0;
}
body.landing #section-prime {
  padding-bottom: 0;
}
body.landing #content > \:section,
body.landing #content > section {
  margin-top: 0;
  margin-bottom: 0;
}
body.landing #section-stations-tab {
  border-top: 1px solid;
}
@media (max-width: 1023px) {
  body.landing .welcome-headline,
  body.landing .headline-medium-center {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body.landing .welcome-headline,
  body.landing .headline-medium-center {
    font-size: 21px;
  }
}
@media (max-width: 1023px) {
  body.landing .top-bar-logotype {
    margin-top: 12px;
  }
}
body.landing .prime-info-wrapper a {
  color: #555960;
}

aside .aside-dropdown {
  margin-bottom: 10px;
}
aside .newsletter {
  margin: 15px 0 40px;
}
aside .newsletter > p {
  margin: 0;
  width: 100%;
  padding: 0;
  left: auto;
}
@media (max-width: 1023px) {
  aside .recommended-stations {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* Flexbox layout */
.flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#content-wrapper {
  min-height: 150px;
}

.content-flex-container {
  margin-left: -160px;
  min-height: inherit;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  clear: both;
}
.content-flex-container--no_sidebar {
  margin-left: 0;
}
.content-flex-container--adbfix {
  display: block;
  margin-left: 0;
}
.content-flex-container .content-flex-sidebar {
  width: 160px;
  position: relative;
  background-color: #40444a;
}
.content-flex-container .content-flex-main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 20px;
}
.content-flex-container .content-flex-main.flex-top-border {
  border: 1px solid #e6e6e6;
}

iframe#launcher {
  display: none;
}

@media (max-width: 1344px) {
  .content-flex-container {
    margin-left: -72px;
  }
  .content-flex-container--adbfix {
    margin-left: 0;
  }
  .content-flex-container .content-flex-sidebar {
    width: 72px;
  }
  .content-flex-container .content-flex-main {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}
@media (max-width: 1168px) {
  .content-flex-container {
    margin-left: 0;
    width: 100%;
  }
  .content-flex-container .content-flex-sidebar {
    display: none;
  }
  .content-flex-container .content-flex-main {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}
@media (max-width: 1024px) {
  .content-flex-container .content-flex-main {
    width: 100%;
  }
}
#player .dropdown-menu-volume, .player__new .dropdown-menu-volume {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 36px;
  min-width: 0;
}
#player .has-dropdown, .player__new .has-dropdown {
  position: relative;
}
#player .has-dropdown.open > .btn, #player .has-dropdown.open > .btn-search, #player .has-dropdown.open > .btn-integrate,
#player .has-dropdown.open > .btn-app, #player .has-dropdown.open > .btn-facebook,
#player .has-dropdown.open > .btn-googleplus, .player__new .has-dropdown.open > .btn, .player__new .has-dropdown.open > .btn-search, .player__new .has-dropdown.open > .btn-integrate,
.player__new .has-dropdown.open > .btn-app, .player__new .has-dropdown.open > .btn-facebook,
.player__new .has-dropdown.open > .btn-googleplus {
  background: #61ce42;
  color: #FFF;
}
#player .has-dropdown.player-btn-random-wrapper .dropdown-menu, .player__new .has-dropdown.player-btn-random-wrapper .dropdown-menu {
  right: -2px;
}

.top-bar-dropdown.top-bar-player-dropdown {
  text-align: left;
  min-width: 80px;
  left: auto;
  right: 0;
  /*	.btn.check {
  		&:after {
  			@extend %icon-check;
  			position: absolute;
  			right: 11px;
  			top: 11px;
  		}
  	}*/
}
.top-bar-dropdown.top-bar-player-dropdown > li {
  text-transform: uppercase;
  position: relative;
  padding: 0;
}
.top-bar-dropdown.top-bar-player-dropdown > li > a,
.top-bar-dropdown.top-bar-player-dropdown > li > button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 11px 30px 11px 11px;
}
.top-bar-dropdown.top-bar-player-dropdown.top-bar-player-dropdown-shuffle {
  right: -2px;
}
.top-bar-dropdown.top-bar-player-dropdown.top-bar-player-dropdown-vertical {
  *zoom: 1;
  height: 45px;
  min-width: 105px;
}
.top-bar-dropdown.top-bar-player-dropdown.top-bar-player-dropdown-vertical:after {
  content: "";
  display: table;
  clear: both;
}
.top-bar-dropdown.top-bar-player-dropdown.top-bar-player-dropdown-vertical a {
  padding-top: 15px;
}
.top-bar-dropdown.top-bar-player-dropdown.top-bar-player-dropdown-vertical a:active, .top-bar-dropdown.top-bar-player-dropdown.top-bar-player-dropdown-vertical a:hover, .top-bar-dropdown.top-bar-player-dropdown.top-bar-player-dropdown-vertical a:focus {
  color: #61ce42;
}
.top-bar-dropdown.top-bar-player-dropdown.top-bar-player-dropdown-vertical > li {
  border-left: 1px solid #4d4d4d;
  border-top: 0;
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  width: 34px;
  padding: 0;
}
.top-bar-dropdown.top-bar-player-dropdown.top-bar-player-dropdown-vertical > li:first-child {
  border-left: 0;
}
.top-bar-dropdown.top-bar-player-dropdown .social-toggle .icon {
  width: 15px;
  height: 15px;
  fill: currentColor;
  display: inline-block;
}
.top-bar-dropdown.top-bar-player-dropdown .social-toggle .icon:hover {
  fill: #64e346;
}
.top-bar-dropdown.top-bar-player-dropdown .social-toggle .icon-googleplus {
  width: 20px;
  height: 20px;
  position: relative;
  left: -2px;
  top: -3px;
}

.player-info-wrapper {
  height: 44px;
  display: none;
  float: left;
  line-height: 44px;
  vertical-align: middle;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.player-info-wrapper.shown {
  cursor: pointer;
  display: table;
}
.isradio .player-info-wrapper {
  margin-left: -65px;
  padding-left: 65px;
}
@media (min-width: 768px) {
  .isradio .player-info-wrapper {
    margin-left: -110px;
    padding-left: 110px;
  }
}
.ui-scrollfix .isradio .player-info-wrapper {
  margin-left: -110px;
  padding-left: 110px;
}
.ispodcast .player-info-wrapper {
  margin-left: -155px;
  padding-left: 155px;
}
@media (min-width: 768px) {
  .ispodcast .player-info-wrapper {
    margin-left: -199px;
    padding-left: 199px;
  }
}
.ui-scrollfix .ispodcast .player-info-wrapper {
  margin-left: -155px;
  padding-left: 155px;
}
@media (min-width: 768px) {
  .ui-scrollfix .ispodcast .player-info-wrapper {
    margin-left: -199px;
    padding-left: 199px;
  }
}
.player-info-wrapper.player-info-is-error .player-info,
.player-info-wrapper.player-info-is-error .player-info-additional {
  color: #FF2727;
}
.player-info-wrapper.player-info-is-error .player-info p,
.player-info-wrapper.player-info-is-error .player-info-additional p {
  color: #FF2727;
}
.player-info-wrapper .player-info-text {
  height: 44px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.player-info-wrapper .player-info {
  display: table-cell;
  position: relative;
  width: 100%;
}

.phone .ui-scrollfix .ispodcast .player-info-wrapper {
  display: none;
}

.player-info-playing-animation {
  display: table-cell;
  padding-right: 4px;
  width: 16px;
  padding-top: 3px;
}
.player-info-playing-animation span {
  background: url("../images/ani_equalizer_green.gif");
  width: 16px;
  height: 16px;
  display: inline-block;
}
.phone .player-info-playing-animation {
  display: none;
}

.player-info {
  color: #eeeeee;
  letter-spacing: .05em;
  padding-top: 3px;
  display: inline;
  vertical-align: -2px;
}
.player-info.is-overflown {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis');
  display: inline-block;
  vertical-align: middle;
}

.player-info-additional {
  color: #eeeeee;
  height: 44px;
  line-height: 44px;
  padding-left: 1.25em;
  padding-top: 3px;
  text-align: right;
  vertical-align: top;
  display: table-cell;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .player-info-additional {
    display: none;
  }
}

.player-info-additional-right {
  color: #61ce42;
}

.player-mobile-menu,
.player-additional-controls {
  height: 44px;
  padding-right: 0;
}
.player-mobile-menu .btn, .player-mobile-menu .btn-search, .player-mobile-menu .btn-integrate,
.player-mobile-menu .btn-app, .player-mobile-menu .btn-facebook,
.player-mobile-menu .btn-googleplus,
.player-additional-controls .btn,
.player-additional-controls .btn-search,
.player-additional-controls .btn-integrate,
.player-additional-controls .btn-app,
.player-additional-controls .btn-facebook,
.player-additional-controls .btn-googleplus {
  padding-left: 10px;
  padding-right: 10px;
}
.player-mobile-menu .dropdown-menu a,
.player-additional-controls .dropdown-menu a {
  color: #eeeeee;
  text-decoration: none;
}
.player-mobile-menu .dropdown-menu a:link, .player-mobile-menu .dropdown-menu a:visited,
.player-additional-controls .dropdown-menu a:link,
.player-additional-controls .dropdown-menu a:visited {
  background: none;
  color: #eeeeee;
}
.player-mobile-menu .dropdown-menu a:active, .player-mobile-menu .dropdown-menu a:hover, .player-mobile-menu .dropdown-menu a:focus,
.player-additional-controls .dropdown-menu a:active,
.player-additional-controls .dropdown-menu a:hover,
.player-additional-controls .dropdown-menu a:focus {
  background: none;
  color: #61ce42;
}
.player-mobile-menu .active,
.player-additional-controls .active {
  color: #61ce42;
}
.player-mobile-menu .active a,
.player-additional-controls .active a {
  background: none;
  color: #61ce42;
  display: inline-block;
  text-decoration: none;
}
.player-mobile-menu .active button,
.player-additional-controls .active button {
  color: #61ce42;
}

.player-btn-mobile-menu {
  font-size: 16px;
  padding-top: 14px;
}
.player-btn-mobile-menu > .icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  fill: currentColor;
}

.player-mobile-menu {
  position: relative;
  border-top: 0;
  border-left: 1px solid #4d4d4d;
}
.player-mobile-menu [dropdown-toggle] {
  cursor: default !important;
}
.player-mobile-menu [dropdown-toggle]:hover {
  color: #eeeeee !important;
}
.player-mobile-menu .player-mobile-menu-social li {
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 16px;
  vertical-align: top;
  margin: 0 !important;
}
.player-mobile-menu .player-mobile-menu-social a {
  display: block;
}
.player-mobile-menu .btn-link {
  padding: 0 !important;
  color: #eeeeee;
  font-size: 12px;
  line-height: inherit;
}
.player-mobile-menu .btn-link:hover {
  color: #61ce42;
}
.player-mobile-menu .dropdown-menu {
  width: 293px;
  right: -4px;
}
.ui-scrollfix .player-mobile-menu .dropdown-menu {
  right: -36px;
}
.player-mobile-menu ul {
  float: left;
}
.player-mobile-menu ul li {
  position: relative;
  padding-right: 40px;
  margin-top: 8px;
}
.player-mobile-menu ul li:first-child {
  margin-top: 2px;
}
.player-mobile-menu span .btn-default, .player-mobile-menu span .btn-advanced.is-base {
  border: none !important;
  padding: 0 !important;
  height: auto !important;
  margin-right: 23px;
}
.player-mobile-menu .top-bar-dropdown.top-bar-player-dropdown {
  top: 44px;
}
.player-mobile-menu .top-bar-dropdown.top-bar-player-dropdown > li {
  *zoom: 1;
  position: relative;
  display: block;
  padding: 27px 0 16px 17px;
  margin: 0;
  border-top: 1px solid #4d4d4d;
}
.player-mobile-menu .top-bar-dropdown.top-bar-player-dropdown > li:after {
  content: "";
  display: table;
  clear: both;
}
.player-mobile-menu .top-bar-dropdown.top-bar-player-dropdown a {
  padding: 0;
}
.player-mobile-menu .top-bar-dropdown.top-bar-player-dropdown .btn.check:after, .player-mobile-menu .top-bar-dropdown.top-bar-player-dropdown .check.btn-search:after, .player-mobile-menu .top-bar-dropdown.top-bar-player-dropdown .check.btn-integrate:after,
.player-mobile-menu .top-bar-dropdown.top-bar-player-dropdown .check.btn-app:after, .player-mobile-menu .top-bar-dropdown.top-bar-player-dropdown .check.btn-facebook:after,
.player-mobile-menu .top-bar-dropdown.top-bar-player-dropdown .check.btn-googleplus:after {
  right: 0;
  top: 0;
}
.player-mobile-menu li > span {
  display: block;
  float: left;
}

/**
 * 	Angular RangeSlider SCSS
 *
 *	Version: 0.0.7
 *
 * 	Author: Daniel Crisp, danielcrisp.com
 *
 * 	The rangeSlider has been styled to match the default styling
 * 	of form elements styled using Twitter's Bootstrap
 *
 * 	Originally forked from https://github.com/leongersen/noUiSlider
 *

	This code is released under the MIT Licence - http://opensource.org/licenses/MIT

	Copyright (c) 2013 Daniel Crisp

	Permission is hereby granted, free of charge, to any person obtaining a copy
	of this software and associated documentation files (the "Software"), to deal
	in the Software without restriction, including without limitation the rights
	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
	copies of the Software, and to permit persons to whom the Software is
	furnished to do so, subject to the following conditions:

	The above copyright notice and this permission notice shall be included in
	all copies or substantial portions of the Software.

	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
	THE SOFTWARE.

 */
/*------------------------------------*\
    COMPASS IMPORTS
\*------------------------------------*/
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
/*------------------------------------*\
    THE CSS
\*------------------------------------*/
/* line 69, scss/angular.rangeSlider.scss */
.ngrs-range-slider {
  position: relative;
  margin: 10px 0 30px;
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear, box-shadow linear;
  -webkit-transition-delay: 0.2s, 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-tap-highlight-color: transparent;
  /*------------------------------------*\
      RUNNER
  \*------------------------------------*/
  /*------------------------------------*\
      JOIN (connects the two handles)
  \*------------------------------------*/
  /*------------------------------------*\
      HANDLE
  \*------------------------------------*/
  /*------------------------------------*\
      HANDLE SPECIFICS
  \*------------------------------------*/
  /*------------------------------------*\
      VALUE LABELS
  \*------------------------------------*/
  /*------------------------------------*\
      VERTICAL SLIDER
  \*------------------------------------*/
  /*------------------------------------*\
      FOCUS STATE
  \*------------------------------------*/
  /*------------------------------------*\
      DISABLED STATE
  \*------------------------------------*/
}

/* line 72, scss/angular.rangeSlider.scss */
.ngrs-range-slider, .ngrs-range-slider * {
  display: block;
  cursor: default;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 97, scss/angular.rangeSlider.scss */
.ngrs-range-slider .ngrs-runner {
  position: relative;
  margin: 0 9px;
  height: 18px;
}

/* line 107, scss/angular.rangeSlider.scss */
.ngrs-range-slider .ngrs-join {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 100%;
  height: 8px;
  margin: -4px 0 0 0;
  border-radius: 4px;
  background-color: #2f96b4;
  background-image: linear-gradient(#5bc0de, #2f96b4);
}

/* line 125, scss/angular.rangeSlider.scss */
.ngrs-range-slider .ngrs-handle {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 18px;
  margin: 0 0 0 -9px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  /*------------------------------------*\
      HANDLE ICON
  \*------------------------------------*/
}

/* line 139, scss/angular.rangeSlider.scss */
.ngrs-range-slider .ngrs-handle i {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat -9999px -9999px;
  cursor: pointer;
}

/* line 149, scss/angular.rangeSlider.scss */
.ngrs-no-touch .ngrs-range-slider .ngrs-handle:hover i, .ngrs-range-slider .ngrs-handle.ngrs-down i {
  background-position: 50% 50%;
}

/* line 154, scss/angular.rangeSlider.scss */
.ngrs-range-slider .ngrs-handle.ngrs-down {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* line 165, scss/angular.rangeSlider.scss */
.ngrs-range-slider .ngrs-handle-min i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFNJREFUeNpiYMAEXEDsA+OwoEnKALETEHOgK2AEYhMgNkQ3DqSAB6pLAot1DExIJmAFzED8C4hvQdnIppyFKYCBp0D8CohloVafxWUqN7I3AQIMAKw6B24pOi8lAAAAAElFTkSuQmCC");
}

/* line 172, scss/angular.rangeSlider.scss */
.ngrs-range-slider .ngrs-handle-max i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFdJREFUeNpiYEAAHyDmYkADzEhsByBWA+K3QPwJmwJjIGYBYlUgZgLi59gUwIAkEEsD8VMmBtyAkQFqJDZwAYjPAPE/dAU/gHg/ED/GpgvkTW50QYAAAwADfwrM5sqplgAAAABJRU5ErkJggg==");
}

/* line 182, scss/angular.rangeSlider.scss */
.ngrs-range-slider .ngrs-value {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 0 0 0;
  font-size: 12px;
  color: #999;
}

/* line 190, scss/angular.rangeSlider.scss */
.ngrs-range-slider .ngrs-value.ngrs-value-max {
  left: auto;
  right: 0;
  text-align: right;
}

/* line 198, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-handle-min-down .ngrs-value-min, .ngrs-range-slider.ngrs-handle-max-down .ngrs-value-max {
  color: #333;
}

/* line 206, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical {
  width: 28px;
  margin: 10px auto;
  /*------------------------------------*\
      RUNNER
  \*------------------------------------*/
  /*------------------------------------*\
      JOIN
  \*------------------------------------*/
  /*------------------------------------*\
      HANDLE
  \*------------------------------------*/
  /*------------------------------------*\
      HANDLE SPECIFICS
  \*------------------------------------*/
  /*------------------------------------*\
      VALUE LABELS
  \*------------------------------------*/
  /*------------------------------------*\
      VERTICAL LEFT SLIDER
  \*------------------------------------*/
  /*------------------------------------*\
      VERTICAL RIGHT SLIDER
  \*------------------------------------*/
}

/* line 214, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical .ngrs-runner {
  margin: 9px 0;
  height: 300px;
  width: 18px;
}

/* line 224, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical .ngrs-join {
  width: 8px;
  height: auto;
  top: 0;
  bottom: 100%;
  left: 50%;
  right: auto;
  margin: 0 0 0 -4px;
}

/* line 238, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical .ngrs-handle {
  width: 100%;
  height: 18px;
  margin: -9px 0 0 0;
}

/* line 249, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical .ngrs-handle-min i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFFJREFUeNpiYEAFPFAMB0xIbEYgdoJiRpggM5ICUyBWhZoA0vgMWYEsENsg6ZQE4ldA/AmkkguIHZGNhQKQGBfIBHcgFmTABCxALMJAMQAIMAAcNgVQJ7t7JQAAAABJRU5ErkJggg==");
}

/* line 256, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical .ngrs-handle-max i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeNpiYKAUMAKxDxBL4ZB/xgQk9gHxDyySILF9zEDiNxC/A2JVNAW7gfgtM5TzCYhZgFgCyr8IxNdADGZk+4BYGoi/APEBIP6PzVE8UAwHAAEGAArIDvzRFIA6AAAAAElFTkSuQmCC");
}

/* line 266, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical .ngrs-value {
  top: 0;
  left: 100%;
  padding: 0 0 0 5px;
}

/* line 271, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical .ngrs-value.ngrs-value-max {
  top: auto;
  bottom: 0;
  right: auto;
  text-align: left;
}

/* line 283, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical.ngrs-left {
  margin: 10px 0;
}

/* line 291, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical.ngrs-right {
  margin: 10px 0 10px auto;
  /*------------------------------------*\
      VALUE LABELS
  \*------------------------------------*/
}

/* line 298, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical.ngrs-right .ngrs-value {
  left: auto;
  right: 100%;
  padding: 0 5px 0 0;
  text-align: right;
}

/* line 304, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-vertical.ngrs-right .ngrs-value.ngrs-value-max {
  text-align: right;
}

/* line 316, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 327, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-disabled, .ngrs-range-slider.ngrs-disabled.ngrs-focus {
  border-color: #ddd;
  box-shadow: none;
}

/* line 333, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-disabled .ngrs-handle {
  background: #fff;
  border-color: #ddd;
}

/* line 337, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-disabled .ngrs-handle i {
  background: none !important;
  cursor: default;
}

/* line 343, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-disabled .ngrs-join {
  background: #ddd;
}

/* line 347, scss/angular.rangeSlider.scss */
.ngrs-range-slider.ngrs-disabled .ngrs-value {
  color: #ddd;
}

/*------------------------------------*\
    TOUCH STATE
\*------------------------------------*/
/* line 359, scss/angular.rangeSlider.scss */
body.ngrs-touching {
  -ms-touch-action: none;
}

#player:hover .progress-time,
#player:hover .progress-time-arrow {
  display: block !important;
}
.ui-scrollfix #player.isradio .progress {
  width: 100%;
  position: fixed;
  top: 44px;
  left: 0;
}
@media (max-width: 768px) {
  .ui-scrollfix #player.ispodcast .progress {
    width: 100%;
    position: fixed;
    top: 44px;
    left: 0;
  }
}
#player.ispodcast .progress.progress-is-success {
  background: #64e346;
  /*background-color: $background-color-base-light;
  .progress-bar {
  	background: $background-color-primary;
  }*/
}
#player .progress {
  box-shadow: none;
  background: #6e737c;
  clear: left;
  height: 3px;
  position: relative;
  overflow: visible;
  margin-bottom: 0;
}
#player .progress .progress-bar {
  transition: none;
  animation: none;
  box-shadow: none;
  background-color: #bdbbbc;
}
#player .progress.progress-is-inactive {
  background: #64e346;
}
#player .progress.progress-is-success, #player .progress.progress-is-active {
  background: #64e346;
}
#player .progress.progress-is-error {
  background: #c1292e;
}
#player .progress.is-deep {
  background-image: none !important;
  height: 8px;
}
#player .progress.is-deep .progress-handle {
  height: 12px;
  width: 4px;
}
#player .progress.is-deep .progress-time,
#player .progress.is-deep .progress-time-arrow {
  display: none;
}
#player .progress.is-deep .progress-handle:hover ~ .progress-time,
#player .progress.is-deep .progress-handle:hover ~ .progress-time-arrow {
  display: block;
}
#player .progress.progress-is-loading {
  background-image: url("../images/ani_line_bw.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#player .progress.is-animated {
  background-image: url("../images/ani_line.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#player .progress-handle-wrapper {
  cursor: ew-resize;
  position: absolute;
  z-index: 1010;
  top: -4px;
  text-align: center;
}
#player .progress-handle-wrapper.is-dragged .progress-time,
#player .progress-handle-wrapper.is-dragged .progress-time-arrow {
  display: block;
}
#player .progress-handle {
  height: 7px;
  background-color: #eeeeee;
  width: 2px;
  display: block;
  position: relative;
  top: 0;
}
#player .progress-time {
  display: none;
  background-color: #64e346;
  color: #eeeeee;
  font-size: 13px;
  padding: 0.3125em;
  z-index: 1010;
  position: relative;
  left: -47%;
}
#player .progress-time-arrow {
  height: 0;
  width: 0;
  content: '';
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #64e346;
  margin-left: 0;
  display: none;
  position: relative;
  left: -3px;
  padding-top: 3px;
}
#player .ngrs-range-slider {
  background: #252727;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1MjcyNyIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjFjMWEiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #252727;
  background: linear-gradient(rgba(37, 39, 39, 0.9), rgba(27, 28, 26, 0.9)), #252727;
  background-color: transparent !important;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  height: 85px;
  margin: 0 auto;
  padding: 10px 0 15px;
  z-index: 1050;
  position: relative;
}
#player .ngrs-runner {
  background: #64e346;
  height: 60px;
  margin: 0 auto;
  width: 2px;
}
#player .ngrs-handle {
  background: none;
  border: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: -8px 0 0 -7px;
  text-align: center;
}
#player .ngrs-handle i {
  border-radius: 3px / 3px;
  background: none;
  background: #64e346;
  border-color: #64e346;
  display: inline-block;
  height: 12px;
  width: 12px;
}
#player .ngrs-join {
  background: #eeeeee;
  width: 100%;
  left: auto;
  top: auto;
  right: auto;
  margin: 0;
  height: auto;
}

.player-inner-wrapper {
  border-top: 1px solid #030303 !important;
  height: 47px;
  position: relative;
}
@media (min-width: 768px) {
  .player-inner-wrapper {
    width: 720px;
  }
}
@media (min-width: 1024px) {
  .player-inner-wrapper {
    width: 940px;
  }
}
@media (min-width: 9999999px) {
  .player-inner-wrapper {
    width: 1160px;
  }
}
.ui-scrollfix .player-inner-wrapper {
  border-top: 0 !important;
}

#player, .player__new {
  *zoom: 1;
  border-top: 1px solid #414242;
}
#player:after, .player__new:after {
  content: "";
  display: table;
  clear: both;
}
#player .player-inner-wrapper-left, .player__new .player-inner-wrapper-left {
  width: 100%;
  margin-right: -44px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  #player .player-inner-wrapper-left, .player__new .player-inner-wrapper-left {
    width: 100%;
    margin-right: -132px;
    padding-right: 138px;
  }
}
#player .player-btn-volume, .player__new .player-btn-volume {
  padding-top: 13px;
}
#player .player-btn-volume .icon, .player__new .player-btn-volume .icon {
  fill: currentColor;
  display: none;
  width: 15px;
  height: 15px;
}
#player .player-btn-volume .icon-volume, .player__new .player-btn-volume .icon-volume {
  display: inline-block;
}
#player .player-btn-volume.is-low .icon-volume-low, .player__new .player-btn-volume.is-low .icon-volume-low {
  display: inline-block;
}
#player .player-btn-volume.is-low .icon-volume, .player__new .player-btn-volume.is-low .icon-volume {
  display: none;
}
#player .player-btn-volume.is-muted .icon-volume-off, .player__new .player-btn-volume.is-muted .icon-volume-off {
  display: inline-block;
}
#player .player-btn-volume.is-muted .icon-volume, .player__new .player-btn-volume.is-muted .icon-volume {
  display: none;
}
#player .btn-favorite, .player__new .btn-favorite {
  font-size: 17px;
  padding-top: 15px;
}
#player .btn-favorite .icon, .player__new .btn-favorite .icon {
  fill: currentColor;
  width: 17px;
  height: 17px;
  display: inline-block;
}
#player .btn-favorite .icon-heart-filled, .player__new .btn-favorite .icon-heart-filled {
  display: none;
}
#player .btn-favorite.filled .icon-heart-filled, .player__new .btn-favorite.filled .icon-heart-filled {
  fill: #64e346;
  display: inline-block;
}
#player .btn-favorite.filled .icon-heart, .player__new .btn-favorite.filled .icon-heart {
  display: none;
}
#player .has-dropdown.open .btn-favorite.filled .icon-heart-filled, .player__new .has-dropdown.open .btn-favorite.filled .icon-heart-filled {
  display: inline-block;
  fill: #FFF;
}
#player .has-dropdown.open:hover .icon, .player__new .has-dropdown.open:hover .icon {
  fill: #FFF !important;
}
#player .player-btn-social, .player__new .player-btn-social {
  padding-top: 15px;
  font-size: 15px;
}
#player .player-btn-social .icon, .player__new .player-btn-social .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  fill: currentColor;
  position: relative;
  left: -1px;
}
.phone #player .player-btn-social, .phone .player__new .player-btn-social {
  border-left: 1px solid #414242;
}
#player .player-btn-next,
#player .player-btn-previous,
#player .player-btn-play-pause, .player__new .player-btn-next,
.player__new .player-btn-previous,
.player__new .player-btn-play-pause {
  padding-top: 8px;
  /** firefox css hack */
  /** IE10/11 hack */
}
@supports (-moz-appearance: none) and (display: contents) {
  #player .player-btn-next,
  #player .player-btn-previous,
  #player .player-btn-play-pause, .player__new .player-btn-next,
  .player__new .player-btn-previous,
  .player__new .player-btn-play-pause {
    padding-top: 9px;
  }
}
@media all and (-ms-high-contrast: none) {
  #player .player-btn-next,
  #player .player-btn-previous,
  #player .player-btn-play-pause, .player__new .player-btn-next,
  .player__new .player-btn-previous,
  .player__new .player-btn-play-pause {
    padding-top: 10px;
  }
}
#player .player-btn-next .icon,
#player .player-btn-previous .icon,
#player .player-btn-play-pause .icon, .player__new .player-btn-next .icon,
.player__new .player-btn-previous .icon,
.player__new .player-btn-play-pause .icon {
  display: inline-block;
  fill: currentColor;
  width: 11px;
  height: 11px;
}
#player .player-btn-play-pause, .player__new .player-btn-play-pause {
  position: relative;
}
#player .player-btn-play-pause .icon, .player__new .player-btn-play-pause .icon {
  fill: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-left: 1px;
  display: block;
}
#player .player-btn-play-pause .icon-play, .player__new .player-btn-play-pause .icon-play {
  /** IE10/11 hack */
  /** @media all and (-ms-high-contrast:none) { margin-left: 2px; } */
}
#player .player-btn-play-pause .icon-pause, .player__new .player-btn-play-pause .icon-pause {
  display: none;
  margin-left: 0px;
  /** IE10/11 hack */
  /**@media all and (-ms-high-contrast:none) { margin-left: 1px; } */
}
#player .player-btn-play-pause.playing .icon, .player__new .player-btn-play-pause.playing .icon {
  padding-left: 0px;
}
#player .player-btn-play-pause.playing .icon-pause, .player__new .player-btn-play-pause.playing .icon-pause {
  display: inline-block;
}
#player .player-btn-play-pause.playing .icon-play, .player__new .player-btn-play-pause.playing .icon-play {
  display: none;
}
#player .player-btn-play-pause:before, .player__new .player-btn-play-pause:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: 2px solid #828891;
}
#player .player-btn-random, .player__new .player-btn-random {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 14px;
}
#player .player-btn-random .icon, .player__new .player-btn-random .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  fill: currentColor;
}
.ui-scrollfix #player, .ui-scrollfix .player__new {
  background: none;
  border-top: 0 !important;
  height: 44px;
}
.ui-scrollfix #player .player-additional-controls, .ui-scrollfix .player__new .player-additional-controls {
  width: 77px;
  padding-right: 0;
  padding-left: 0;
  margin-right: 10px;
  float: right;
}
@media (min-width: 768px) {
  .ui-scrollfix #player .player-additional-controls, .ui-scrollfix .player__new .player-additional-controls {
    width: 186px;
  }
}
.ui-scrollfix #player .player-inner-wrapper-left, .ui-scrollfix .player__new .player-inner-wrapper-left {
  padding-left: 0;
}
#player .btn, #player .btn-search, #player .btn-integrate,
#player .btn-app, #player .btn-facebook,
#player .btn-googleplus, .player__new .btn, .player__new .btn-search, .player__new .btn-integrate,
.player__new .btn-app, .player__new .btn-facebook,
.player__new .btn-googleplus {
  color: #eeeeee;
}
#player .btn.active, #player .active.btn-search, #player .active.btn-integrate,
#player .active.btn-app, #player .active.btn-facebook,
#player .active.btn-googleplus, .player__new .btn.active, .player__new .active.btn-search, .player__new .active.btn-integrate,
.player__new .active.btn-app, .player__new .active.btn-facebook,
.player__new .active.btn-googleplus {
  color: #61ce42;
}
#player .btn:focus, #player .btn-search:focus, #player .btn-integrate:focus,
#player .btn-app:focus, #player .btn-facebook:focus,
#player .btn-googleplus:focus, .player__new .btn:focus, .player__new .btn-search:focus, .player__new .btn-integrate:focus,
.player__new .btn-app:focus, .player__new .btn-facebook:focus,
.player__new .btn-googleplus:focus {
  outline: none;
}
.ngrs-no-touch #player .btn:hover, .ngrs-no-touch #player .btn-search:hover, .ngrs-no-touch #player .btn-integrate:hover,
.ngrs-no-touch #player .btn-app:hover, .ngrs-no-touch #player .btn-facebook:hover,
.ngrs-no-touch #player .btn-googleplus:hover, .ngrs-no-touch .player__new .btn:hover, .ngrs-no-touch .player__new .btn-search:hover, .ngrs-no-touch .player__new .btn-integrate:hover,
.ngrs-no-touch .player__new .btn-app:hover, .ngrs-no-touch .player__new .btn-facebook:hover,
.ngrs-no-touch .player__new .btn-googleplus:hover {
  color: #61ce42;
}
.ngrs-no-touch #player .btn:hover .icon, .ngrs-no-touch #player .btn-search:hover .icon, .ngrs-no-touch #player .btn-integrate:hover .icon,
.ngrs-no-touch #player .btn-app:hover .icon, .ngrs-no-touch #player .btn-facebook:hover .icon,
.ngrs-no-touch #player .btn-googleplus:hover .icon, .ngrs-no-touch .player__new .btn:hover .icon, .ngrs-no-touch .player__new .btn-search:hover .icon, .ngrs-no-touch .player__new .btn-integrate:hover .icon,
.ngrs-no-touch .player__new .btn-app:hover .icon, .ngrs-no-touch .player__new .btn-facebook:hover .icon,
.ngrs-no-touch .player__new .btn-googleplus:hover .icon {
  fill: #61ce42;
}
#player .btn-default, #player .btn-advanced.is-base, .player__new .btn-default, .player__new .btn-advanced.is-base {
  background-color: transparent;
  height: 44px;
}

.player-additional-controls {
  text-align: right;
}

.player-volume {
  display: inline-block;
  position: relative;
}
.phone .player-volume {
  display: none;
}

.top-bar-search-button {
  z-index: 1031;
}

.ui-scrollfix .player-search {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  position: relative;
  margin-right: 5px;
  z-index: 9999;
}
.phone .player-search {
  margin-right: 0;
}

.player-logos {
  float: left;
  z-index: 9999;
  position: relative;
}

.player-logo {
  animation: fadeOutLeft 0.5s 1;
  margin: 5px 4px 7px 10px;
  display: none;
}
.player-logo .icon-logo-radio-pictogramm {
  width: 30px;
  height: 30px;
}
.player-logo.shown {
  display: block;
  animation: fadeInLeft 0.5s 1;
}

.player-station-logo {
  height: 44px;
  width: 44px;
}
.ui-scrollfix .player-station-logo {
  margin-left: 14px;
}

.player-inner-wrapper-left {
  padding-left: 0;
  height: 44px;
  float: left;
  position: relative;
}
.ui-scrollfix .player-inner-wrapper-left {
  border-top: 0;
}

.ui-scrollfix #player .player-inner-wrapper-left {
  width: 100%;
  margin-right: -87px;
  padding-right: 93px;
}
@media (min-width: 768px) {
  .ui-scrollfix #player .player-inner-wrapper-left {
    width: 100%;
    margin-right: -196px;
    padding-right: 202px;
  }
}

.player-btn-random-wrapper {
  border: 1px solid #414242;
  border-bottom: 0;
  border-top: 0;
  display: inline-block;
}
.ui-scrollfix .player-btn-random-wrapper {
  border-top: 0;
}
.phone .player-btn-random-wrapper {
  border: 0;
}

.player-controls-and-info {
  *zoom: 1;
  height: 44px;
  float: left;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
.player-controls-and-info:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .player-controls-and-info {
    margin-left: -44px;
    padding-left: 44px;
  }
}
.player-controls-and-info .player-controls-overflown {
  width: 100%;
}
.ui-scrollfix .player-controls-and-info {
  margin-left: -44px;
  padding-left: 44px;
}
@media (min-width: 768px) {
  .ui-scrollfix .player-controls-and-info {
    margin-left: -108px;
    padding-left: 108px;
  }
}
.player-controls-and-info .btn, .player-controls-and-info .btn-search, .player-controls-and-info .btn-integrate,
.player-controls-and-info .btn-app, .player-controls-and-info .btn-facebook,
.player-controls-and-info .btn-googleplus {
  display: inline-block;
}
.player-controls-and-info .btn-primary, .player-controls-and-info .btn-search, .player-controls-and-info .btn-integrate,
.player-controls-and-info .btn-app, .player-controls-and-info .btn-next, .player-controls-and-info .btn-prev {
  margin-top: 7px;
  height: 32px;
  font-size: 16px;
}

.player-main-controls {
  font-size: 0 !important;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: relative;
  z-index: 50;
}
.player-main-controls > button {
  float: left;
}
.player-main-controls .btn, .player-main-controls .btn-search, .player-main-controls .btn-integrate,
.player-main-controls .btn-app, .player-main-controls .btn-facebook,
.player-main-controls .btn-googleplus {
  width: 44px;
}

.player-additional-control-item {
  vertical-align: middle;
}

.player-loading {
  margin: 0;
  padding: 0;
  border: 0;
  height: 44px;
  line-height: 44px;
}
.player-loading li {
  padding: 0;
}
.player-loading li span {
  border-radius: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #35a91a;
}
.player-loading li.active span {
  background-color: #64e346;
}

.player-additional-area {
  color: #eeeeee;
  padding: 15px 35px 8px;
}
@media (max-width: 767px) {
  .player-additional-area {
    padding: 0;
  }
}
.player-additional-area.player-notification-success, .player-additional-area.player-notification-error, .player-additional-area.player-notification-info {
  text-align: left;
  font-size: 14px;
  padding-left: 7em;
  padding-right: 7em;
  padding-bottom: 1em;
}
.player-additional-area.player-notification-success:before, .player-additional-area.player-notification-error:before, .player-additional-area.player-notification-info:before {
  font-size: 16px;
  position: absolute;
  top: .5em;
  left: 4.325em;
}
@media (max-width: 1024px) {
  .player-additional-area.player-notification-success, .player-additional-area.player-notification-error, .player-additional-area.player-notification-info {
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media (max-width: 320px) {
  .player-additional-area.player-notification-success, .player-additional-area.player-notification-error, .player-additional-area.player-notification-info {
    background-color: #000;
  }
}

#player-ad-region {
  box-sizing: content-box;
  background-color: #252727;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #player-ad-region {
    padding: 5px;
  }
}
.ad-scrollfix .ui-scrollfix #player-ad-region {
  background-color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  width: 768px;
}
@media (min-width: 1024px) {
  .ad-scrollfix .ui-scrollfix #player-ad-region {
    width: 954px;
  }
}
#player-ad-region .image-container {
  margin: 0 auto;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 1023px) {
  #player-ad-region .image-container img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #player-ad-region .image-container {
    padding-bottom: 0;
  }
}
#player-ad-region .flash-container {
  margin: 0 auto;
}

#player-ad-region-display {
  width: 640px;
  height: 370px;
  margin: 0 auto;
}

.player-notification {
  position: relative;
  clear: both;
}
.player-notification.player-notification-info {
  color: #61ce42;
  padding-left: 7em;
  padding-right: 7em;
  padding-bottom: 1em;
  font-size: 14px;
}
.player-notification.player-notification-info .icon-info-circle {
  width: 14px;
  height: 14px;
  display: inline-block;
  fill: #61ce42;
  font-size: 16px;
  position: absolute;
  top: .75em;
  left: 4.325em;
}
.player-notification.player-notification-success {
  padding-left: 2em;
  padding-right: 2em;
  color: #61ce42;
}
.player-notification.player-notification-success a:link, .player-notification.player-notification-success a:visited {
  color: #61ce42;
}
.player-notification.player-notification-success a:active, .player-notification.player-notification-success a:hover, .player-notification.player-notification-success a:focus {
  color: #61ce42;
}
.player-notification.player-notification-success .icon-info-circle {
  display: none;
}
.player-notification.player-notification-error {
  color: #c1292e;
}
.player-notification.player-notification-error a:link, .player-notification.player-notification-error a:visited {
  color: #c1292e;
}
.player-notification.player-notification-error a:active, .player-notification.player-notification-error a:hover, .player-notification.player-notification-error a:focus {
  color: #c1292e;
}
.player-notification.player-notification-error .icon-info-circle {
  fill: #c1292e;
  float: left;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .player-notification.player-notification-error .icon-info-circle {
    margin-top: .65em;
  }
}
.player-notification p {
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .player-notification p {
    padding-top: .65em;
    max-width: 90%;
  }
}
.ui-scrollfix .player-notification {
  position: relative;
  top: 0;
}
.ui-scrollfix .ispodcast .player-notification {
  top: 0;
}

.player-notification-close {
  cursor: pointer;
  display: block;
  font-size: 15px;
  position: absolute;
  top: 16px;
  right: 10px;
  text-decoration: none;
}
.player-notification-close .icon {
  fill: currentColor;
}
.player-notification-close[ng-click] .icon, .player-notification-close:link .icon, .player-notification-close:visited .icon {
  fill: #eeeeee;
}
.player-notification-close:active .icon, .player-notification-close:hover .icon, .player-notification-close:focus .icon {
  fill: #61ce42;
}

/* Sponsored listing */
.station-ad > div {
  width: inherit;
  height: inherit;
}

.station-ad iframe {
  width: inherit !important;
  height: inherit !important;
}

/* END: Sponsored listing */
.adcontainer {
  background: none;
  text-align: center;
}
.adcontainer.bottom-ad {
  margin-bottom: 70px;
}

.stationdetail-advertising > div,
.stationdetail-advertising > div > div,
.adcontainer > div,
.adcontainer > div > div {
  display: block !important;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #section-ad {
    transition: height 2s;
    min-height: 90px;
    margin-bottom: 6px;
  }
}

#omsv_sky_DhtmlLayer, div[id="omsv_sky_DhtmlLayer"], div#omsv_sky_DhtmlLayer[style] {
  margin-left: 6px;
  position: relative !important;
}

@media (max-width: 1024px) {
  .adform-adbox {
    display: none !important;
  }
}
#ad-skyscraper {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 6px;
  margin-top: 96px;
  /*&.underPlayer {
    > div {
      transition: margin-top 1s;
      margin-top: -75px;

      &:first-child {
        margin-top: 0 !important;
      }
    }
  }*/
}
@media (max-width: 1223px) {
  #ad-skyscraper {
    display: none !important;
  }
}
#ad-skyscraper > div {
  left: 0 !important;
}

#adl_sb_table {
  position: relative;
  width: 100%;
}

#adrtx_tag {
  position: absolute;
}

#gpt_search_medium_rectangle {
  margin-top: 8px;
}

#oewa,
.oewa {
  height: 0 !important;
}

#gpt_stationpage_superbanner_top, #gpt_homepage_superbanner_top {
  position: relative;
  margin-bottom: 6px;
  line-height: 0px;
  clear: both;
}

.adform-adbox {
  transition: padding-top 0.5s;
}

.ad-scrollfix .adform-adbox {
  padding-top: 0 !important;
}

/* fixing the top ad for tisoomi to be centered */
#content-wrapper div:nth-of-type(1):not([class]) > div[id] {
  margin-left: auto;
  margin-right: auto;
}

/* fixing the side ad for tisoomi to be psuhed lower */
#content-wrapper div:nth-of-type(3):not([class]) > div[id] {
  padding-top: 96px;
}

.app-smart-banner {
  color: #000;
  background-color: #fff;
  padding: 20px;
}
.app-smart-banner .logo-container {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.app-smart-banner .app-banner-star-filled, .app-smart-banner .app-banner-star-unfilled {
  width: 15px;
  height: 15px;
  margin-top: 3px;
}
.app-smart-banner .app-banner-check {
  width: 11px;
  height: 11px;
}
.app-smart-banner .sb-teaser-text {
  font-family: DINWebPro-Bold, serif;
  font-size: 17px;
  color: #242727;
  line-height: 20px;
}
.app-smart-banner .sb-rating-stars .rating-count {
  position: absolute;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 12px;
}
.app-smart-banner .bullets-container {
  padding-left: 0;
  padding-right: 0;
}
.app-smart-banner .bullets-container .bullet-point {
  display: inline-block;
  margin-bottom: 5px;
  font-family: DINWebPro-Bold, serif;
  font-size: 12px;
  line-height: 23px;
  padding-left: 0;
  padding-right: 0;
}
.app-smart-banner .bullets-container .bullet-point .icon-text {
  margin-top: 0;
}
.app-smart-banner .btn-container {
  padding-left: 0;
  padding-right: 0;
}
.app-smart-banner .btn-container .app-banner-btn {
  display: block;
  text-align: center;
  background-color: #4cb12e;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
  font-family: DINWebPro-Bold, serif;
}
.app-smart-banner .btn-container .app-banner-btn__icon {
  margin-top: -5px;
}
.app-smart-banner .btn-container .app-banner-btn__text {
  display: inline-block;
  padding-top: 5px;
  padding-left: 10px;
}

@media (min-width: 349px) {
  .app-smart-banner .sb-teaser-text {
    font-size: 15px;
  }
  .app-smart-banner .bullet-point {
    font-size: 12px;
  }
  .app-smart-banner .bullet-point .icon-text {
    margin-top: 0;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  .app-smart-banner .logo-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .app-smart-banner .sb-teaser-text {
    font-size: 2.5rem;
    line-height: normal;
  }
  .app-smart-banner .app-banner-check {
    width: 15px;
    height: 15px;
  }
  .app-smart-banner .sb-rating-stars .rating-count {
    font-size: 1.5rem;
  }
  .app-smart-banner .app-banner-btn {
    margin-top: 5px;
  }
  .app-smart-banner .app-banner-btn__text {
    font-size: 2.5rem;
  }
  .app-smart-banner .bullets-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .app-smart-banner .bullets-container .bullet-point {
    display: block;
    margin-top: 5px;
  }
  .app-smart-banner .bullets-container .bullet-point .icon-text {
    font-size: 1.75rem;
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .app-smart-banner {
    display: none;
  }
}
.terms-and-conditions ul {
  list-style-type: none;
  -moz-padding-start: 0;
  -webkit-padding-start: 0;
}
.terms-and-conditions ol {
  counter-reset: list;
  list-style-type: none;
  -moz-margin-before: 0;
  -webkit-margin-before: 0;
  -moz-padding-start: 0;
  -webkit-padding-start: 0;
}
.terms-and-conditions ol > li:before {
  counter-increment: list;
  content: "(" counter(list,decimal) ") ";
  position: relative;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: .75s;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
  animation-duration: .75s;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  animation-duration: .75s;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: .75s;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

.arrow-navigation {
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  overflow: hidden;
  cursor: pointer;
  z-index: 100;
}
.arrow-navigation.prev {
  left: 0;
}
.arrow-navigation.next {
  right: 0;
}
.arrow-navigation.prev .icon, .arrow-navigation.next .icon {
  fill: #292b2f;
  width: 32px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 50%;
  margin-left: -16px;
  background-color: transparent;
  padding: 49px 5px;
}
.arrow-navigation:active, .arrow-navigation:hover, .arrow-navigation:focus {
  text-decoration: none;
}
.arrow-navigation:active .icon, .arrow-navigation:hover .icon, .arrow-navigation:focus .icon {
  background-color: #dadadc;
}
.arrow-navigation.arrow-navigation-invisible .icon {
  display: none;
}

@media (min-width: 1024px) {
  .aside-dropdown-container {
    float: right;
  }
}

.aside-dropdown {
  border: 1px solid #e6e6e6;
  position: relative;
}
.aside-dropdown.open {
  border-bottom-color: transparent;
}
.aside-dropdown.open ul {
  display: block;
}
.aside-dropdown .icon {
  fill: #54595f;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 16px;
  right: 22px;
  pointer-events: none;
}
.aside-dropdown .icon-arrow-up {
  display: none;
}
.aside-dropdown:hover > button {
  border-top: 3px solid #61ce42;
}
.aside-dropdown.open .icon-arrow-up {
  display: block;
}
.aside-dropdown.open .icon-arrow-down {
  display: none;
}
.aside-dropdown button {
  background: none;
  border-top: 3px solid transparent;
  width: 100%;
  cursor: pointer;
}
.aside-dropdown button:focus {
  outline: none;
}
.aside-dropdown button:active {
  box-shadow: none;
}
.aside-dropdown button:hover, .open .aside-dropdown button {
  outline: none;
  border-top: 3px solid #61ce42;
}
.aside-dropdown a {
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  margin: 0 -22px;
  padding: 0 22px;
}
.aside-dropdown a span {
  margin-left: 5px;
}
.aside-dropdown a:link, .aside-dropdown a:visited {
  color: #292b2f;
  text-decoration: none;
}
.aside-dropdown a:active, .aside-dropdown a:hover, .aside-dropdown a:focus {
  color: #61ce42;
  text-decoration: none;
}
.aside-dropdown a:active span, .aside-dropdown a:hover span, .aside-dropdown a:focus span {
  color: #61ce42;
}
.aside-dropdown > ul {
  display: none;
  border: 1px solid #e6e6e6;
  border-top: 0;
  position: absolute;
  top: 34px;
  left: -1px;
  margin: 0 0 14px;
  padding: 10px 0 14px;
}
.aside-dropdown ul {
  background-color: #FFF;
  line-height: 24px;
  z-index: 1020;
}
.aside-dropdown ul li {
  padding: 0 22px;
  position: relative;
}
.aside-dropdown ul li.active.icon {
  fill: #54595f;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 7px;
  left: 8px;
  cursor: pointer;
}
.aside-dropdown ul li.active.icon-arrow-down {
  display: none;
}
.aside-dropdown .has-childs {
  z-index: 10;
}
.aside-dropdown .has-childs .icon {
  fill: #54595f;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: -1;
}
.aside-dropdown .has-childs.open .icon-arrow-down {
  display: block;
}
.aside-dropdown .has-childs.open .icon-arrow-right {
  display: none;
}
.aside-dropdown .has-childs.open > ul {
  display: block;
}
.aside-dropdown .has-childs > ul {
  display: none;
}

.box, .search-filter {
  box-shadow: 0 1px #d9d9d9;
  background: #fff;
  padding: 17px 17px 7px;
}

.box-min-height .box-content {
  min-height: 135px;
}
.box-min-height .box-footer {
  min-height: 56px;
}

.box-link {
  padding-top: 3px;
  display: block;
}
.box-link:link, .box-link:visited {
  text-decoration: none;
}
.box-link:active, .box-link:hover, .box-link:focus {
  text-decoration: underline;
}

.box-link-mailto.icon {
  fill: #61ce42;
  vertical-align: 0;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

/*

.box-link-info {
	@extend %text-color-info;

	&:link,
	&:visited {
		@extend %text-color-info;
	}

	&:active,
	&:hover,
	&:focus {
		@extend %text-color-info;
	}

	&:before {
		@extend %icon-world;
		vertical-align: 0;
		margin-right: 5px;
		font-size: 16px;
	}
}
*/
.box-headline + .box-text-small, .search-filter-header + .box-text-small {
  margin-top: 10px;
}

.box-footer {
  padding-bottom: 20px;
}

.btn-primary, .btn-search, .btn-integrate,
.btn-app, .btn-next, .btn-prev {
  line-height: 26px;
  padding-bottom: 5px;
}

.btn-advanced {
  *zoom: 1;
  position: relative;
  display: block;
  max-width: 362px;
  padding: 10px 24px 6px 12px;
  margin: 0 auto;
  border: 1px solid #64e346;
  background: #64e346;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-advanced:after {
  content: "";
  display: table;
  clear: both;
}
.btn-advanced > img {
  float: left;
  width: 40px;
  margin-right: 8px;
  height: auto;
}
.btn-advanced > strong {
  text-transform: uppercase;
  padding: 0;
  margin: 2px 0 0;
  display: block;
  letter-spacing: 0 !important;
}
.btn-advanced > strong.title-only {
  line-height: 40px;
}
.btn-advanced > strong .icon {
  display: inline-block;
  clear: both;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .btn-advanced > strong {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  .btn-advanced > strong {
    font-size: 18px;
    overflow: hidden;
  }
}
.btn-advanced > small {
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .btn-advanced > small {
    font-size: 10px;
  }
}
.btn-advanced .stores {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
.btn-advanced:hover {
  background: #64e346;
}
.btn-advanced.is-prime {
  border: 1px solid #e6e6e6;
}
.btn-advanced.is-base {
  border: 1px solid #292b2f;
}
.btn-advanced.is-base:hover {
  background: #fff;
  border: 1px solid #292b2f;
}
.btn-advanced.is-base.active {
  background: #fff;
  border: 1px solid;
}
.btn-advanced > ul {
  display: none;
}
.btn-advanced.active {
  z-index: 300;
}
.btn-advanced.active > ul {
  clear: both;
  display: block;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.btn-advanced.active li > a {
  position: relative;
  border-top: 1px solid;
  padding: 12px;
  display: block;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  /*&:after {
  	@extend %icon-arrow-right;
  	@extend %icon;
  	position: absolute;
  	right: 12px;
  	top: 50%;
  	margin-top: -7px;
  	font-size: 14px;
  }*/
}
.btn-advanced.active.is-prime > ul {
  background-color: #FFF;
}
.btn-advanced.active.is-prime > ul a {
  color: #FF36BE;
  border-color: #292b2f;
}
.btn-advanced.active.is-prime li > a {
  border-top: 1px solid #e6e6e6;
}
.btn-advanced.active.is-base > ul {
  background-color: #FFF;
}
.btn-advanced.active.is-base > ul a {
  border-top: 1px solid #e6e6e6;
}

.btn-next .icon {
  color: currentColor;
  width: 14px;
  height: 14px;
  margin-left: .5em;
  display: inline-block;
}

.btn-default, .btn-advanced.is-base {
  background-color: #FFF;
  color: #292b2f;
  border-color: #292b2f;
}

.btn-prime, .btn-advanced.is-prime {
  background-color: #FFF;
  color: #FF36BE;
  border-color: #292b2f;
}

.btn-prev .icon {
  color: currentColor;
  width: 14px;
  height: 14px;
  margin-right: .5em;
  display: inline-block;
}

.store-list {
  list-style: none;
  float: right;
}
.store-list li {
  width: 110px;
}
.store-list img {
  width: 100%;
  height: auto;
}

.btn-loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-loading:after {
  content: ' ...' !important;
}

#recaptcha_widget, #recaptcha_widget_div {
  display: none !important;
}

.carousel {
  overflow: hidden;
  position: relative;
}

.carousel-items {
  display: block;
  position: relative;
  width: 10000em;
}

.carousel-footer {
  padding: 0 10px;
}

.category-title {
  font-size: 30px;
  color: #000;
  display: inline-block;
}
@media (max-width: 1023px) {
  .category-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .category-title {
    font-size: 24px;
  }
}
.category-title h1,
.category-title .h1,
.category-title h2,
.category-title .h2 {
  font-size: 30px;
  color: #000;
  display: inline-block;
}
@media (max-width: 1023px) {
  .category-title h1,
  .category-title .h1,
  .category-title h2,
  .category-title .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .category-title h1,
  .category-title .h1,
  .category-title h2,
  .category-title .h2 {
    font-size: 24px;
  }
}
.category-title mark {
  color: #61ce42;
  background-color: transparent;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

/**.city-page-container {
  .main-content {
    background-color: $background-color-white;
  }
}**/
.city-header-bg {
  background-color: #eeeeee;
  width: 100%;
  padding: 30px 40px 50px 40px;
  min-height: 257px;
}
.city-header-bg .top-stations-by-list {
  padding: 0;
  margin: 0 -10px;
  font-size: 0;
}
.city-header-bg .top-stations-by-list li.station-teaser {
  width: 19.8%;
}
@media (max-width: 768px) {
  .city-header-bg .top-stations-by-list li.station-teaser {
    width: 33%;
  }
}
.city-header-bg .top-stations-by-list.station-teaser-list li.station-teaser {
  width: 100%;
}

.station-list-frequencies .frequencies-list-title {
  font-size: 1.2em;
  font-weight: 600;
}
.station-list-frequencies .frequencies-list {
  background-color: #fff;
  padding: 20px;
  list-style: none;
  font-size: 14px;
}
.station-list-frequencies .frequencies-list a {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis');
  display: inline-block;
  max-width: calc(100% - 60px);
  color: #828891;
  font-weight: 800;
  font-family: DINWebPro-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-decoration: none;
}
.station-list-frequencies .frequencies-list a:hover {
  color: #61ce42;
}
.station-list-frequencies .frequencies-list .frequencies-list__frequency {
  width: 50px;
  display: inline-block;
  float: right;
  text-align: right;
  color: #828891;
}

.cookie-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 1s;
  padding-top: 10px;
  background-color: rgba(37, 39, 39, 0.9);
  z-index: 1011;
  min-height: 53px;
}
.cookie-disclaimer.slide-disclaimer-in {
  transform: translateY(0%);
}
.cookie-disclaimer p.disclaimer-container {
  font-size: 12px;
  padding: 0 10px 10px;
  margin: 0 auto;
  color: #ffffff;
}
.cookie-disclaimer p.disclaimer-container button {
  border-radius: 0;
}
.cookie-disclaimer .disclaimer-more {
  margin: -5px 0;
}
.cookie-disclaimer .disclaimer-agree {
  text-align: center;
  display: inline-block;
  float: right;
  margin: 0 0 10px 20px;
  font-size: 14px;
  padding: 7px 8px 5px 8px;
}
.cookie-disclaimer .disclaimer-agree:hover {
  background-color: #4cb12e;
  border-color: #4cb12e;
}

@media (min-width: 1024px) {
  p.disclaimer-container {
    width: 1024px;
    padding: 0;
  }
}
body #launcher {
  transition: transform 1s;
  transform: translateY(0) !important;
}

body.disclaimer-opened #launcher {
  transform: translateY(-75px) !important;
}

.country-language-selector-wrapper {
  position: relative;
}

.country-language-selector-current {
  color: #FFF;
  cursor: pointer;
  display: block;
  padding: 26px 1.71429em 22px;
  line-height: 14px;
  text-decoration: none;
}
.country-language-selector-current .flag {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
  bottom: -5px;
}

#country-language-selector {
  position: relative;
}

.devices-wrapper {
  *zoom: 1;
  overflow: hidden;
}
.devices-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1023px) {
  .devices-wrapper .headline-medium-center {
    font-size: 24px;
  }
}
.devices-wrapper .devices-mobile-text {
  display: none;
}
.devices-wrapper p {
  text-align: center;
}
.devices-wrapper .device {
  text-align: center;
}
.devices-wrapper .device img {
  display: block;
  margin: 0 auto;
}
.devices-wrapper.top {
  border-top: 1px solid #e6e6e6;
  background-color: #eeeeee;
}
@media (max-width: 1023px) {
  .devices-wrapper .btn.btn-next, .devices-wrapper .btn-next.btn-search, .devices-wrapper .btn-next.btn-integrate,
  .devices-wrapper .btn-next.btn-app, .devices-wrapper .btn-next.btn-facebook,
  .devices-wrapper .btn-next.btn-googleplus {
    font-size: 15px;
    padding: 5px 6px 2px 10px;
  }
  .devices-wrapper .btn.btn-next:after, .devices-wrapper .btn-next.btn-search:after, .devices-wrapper .btn-next.btn-integrate:after,
  .devices-wrapper .btn-next.btn-app:after, .devices-wrapper .btn-next.btn-facebook:after,
  .devices-wrapper .btn-next.btn-googleplus:after {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .devices-wrapper .btn.btn-next, .devices-wrapper .btn-next.btn-search, .devices-wrapper .btn-next.btn-integrate,
  .devices-wrapper .btn-next.btn-app, .devices-wrapper .btn-next.btn-facebook,
  .devices-wrapper .btn-next.btn-googleplus {
    font-size: 13px;
  }
  .devices-wrapper .btn.btn-next:after, .devices-wrapper .btn-next.btn-search:after, .devices-wrapper .btn-next.btn-integrate:after,
  .devices-wrapper .btn-next.btn-app:after, .devices-wrapper .btn-next.btn-facebook:after,
  .devices-wrapper .btn-next.btn-googleplus:after {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .devices-wrapper .devices-mobile-text {
    display: block;
    padding: 0 30px;
    text-align: center;
    color: #828891;
    font-size: 14px;
  }
  .devices-wrapper .devices-mobile-text a {
    font-size: 11px;
  }
}
@media (max-width: 1023px) {
  .download-apps-wrapper .headline-medium-center {
    font-size: 24px;
  }
}

.download-buttons {
  *zoom: 1;
}
.download-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.dummy-text {
  background: #f6f6f6;
  height: 12px;
  margin-bottom: 4px;
}

.dummy-image {
  background: #f6f6f6;
}

.dummy-text-long {
  width: 100%;
}

.dummy-text-medium {
  width: 75%;
}

.dummy-text-short {
  width: 50%;
}

.dummy-text-dark {
  background: #f1f1f1;
}

/* new styles */
#player {
  position: relative;
}

.ui-scrollfix .fast-favorites {
  left: inherit;
  right: inherit;
  width: 816px;
  margin-left: 59px;
}
@media (max-width: 1024px) {
  .ui-scrollfix .fast-favorites {
    width: 565px;
  }
}

.fast-favorites-wrap {
  display: block;
  height: 0;
}

.fast-favorites {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 16px;
  right: 92px;
  left: 0;
  top: 44px;
  z-index: 9999;
}
.fast-favorites .favorites-direct-add {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fast-favorites .favorites-direct-add .fav-button {
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  border: 0;
  background-color: transparent;
  line-height: 24px;
  font-size: 12px;
  padding: 0 0 10px 0;
  color: #ffffff;
  font-family: DINWebPro-Cond, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.fast-favorites .favorites-direct-add .fav-button .icon {
  position: relative;
  top: 3px;
  fill: #ffffff;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container {
  width: auto;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .tracklisting-stage {
  overflow: visible;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .tab-navigation {
  height: 24px;
  margin-bottom: 16px;
  color: #ffffff;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .tab-navigation li {
  height: 24px;
  border-right: 1px solid #40444a !important;
  border-left: 1px solid #40444a !important;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .tab-navigation li:last-of-type {
  border-right: 0px !important;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .tab-navigation li:first-of-type {
  border-left: 0px !important;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .tab-navigation-item, .fast-favorites .favorites-tabcarousel .tabcarousel-container .tab-navigation-item.tab-navigation-current {
  background-color: #000;
  border: 0;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .tab-navigation-item strong, .fast-favorites .favorites-tabcarousel .tabcarousel-container .tab-navigation-item.tab-navigation-current strong {
  line-height: 24px;
  padding-top: 2px;
  font-size: 14px;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .tab-navigation-item.tab-navigation-current:before, .fast-favorites .favorites-tabcarousel .tabcarousel-container .tab-navigation-item:hover:before {
  top: -2px;
  height: 2px;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .tab-navigation-item.tab-navigation-current:after {
  border-top-color: #000;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .favorites-song-list {
  position: relative;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .favorites-song-list .tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-affiliate {
  bottom: 4px;
  right: 4px;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .favorites-song-list .tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-affiliate li {
  padding: 0;
  margin-top: 0;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .favorites-song-list .tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-item-content .tracklisting-stream-title {
  margin-top: 7px;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .favorites-song-list .tracklisting.tracklisting-listmode .tracklisting-items li.tracklisting-item-empty {
  background-color: rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #40444a !important;
  box-shadow: none;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .favorites-song-list .tracklisting.tracklisting-listmode .tracklisting-items li.tracklisting-item-empty span {
  display: none;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .favorites-song-list .tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item {
  height: 45px;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .favorites-song-list .tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item:last-of-type {
  margin-bottom: 0;
}
.fast-favorites .favorites-tabcarousel .tabcarousel-container .favorites-song-list .tracklisting-remove-track {
  display: none;
}
.fast-favorites .favorites-sections {
  width: 711px;
  float: right;
  padding-left: 16px;
  border-left: 1px solid #40444a;
}
.fast-favorites .favorites-sections .favorites-no-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 46px;
  color: #ffffff;
  font-family: DINWebPro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  z-index: 2;
  text-transform: none;
}
.fast-favorites .favorites-sections .favorites-no-data.favorites-no-songs {
  padding-top: 41px;
}
.fast-favorites .favorites-sections .favorites-station-teasers {
  margin: -5px;
  position: relative;
}
.fast-favorites .favorites-sections .favorites-station-teasers .favorites-station-teaser {
  margin: 5px;
  border: 1px solid #40444a;
  width: 44px;
  height: 44px;
  float: left;
  background-color: rgba(0, 0, 0, 0.15);
}
.fast-favorites .favorites-sections .favorites-station-teasers .favorites-station-teaser img {
  position: relative;
  top: -1px;
  left: -1px;
  width: 44px;
  height: 44px;
}
.fast-favorites .favorites-sections .favorites-more {
  display: block;
  margin-top: 16px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
  line-height: 16px;
  font-size: 12px;
}
.fast-favorites .favorites-sections .favorites-more .icon {
  color: #ffffff;
  top: -1px;
}

.ui-scrollfix .favorites-sections {
  width: 658px;
}
.ui-scrollfix .favorites-sections .favorites-station-teasers .favorites-station-teaser:nth-last-child(-n+2) {
  display: none;
}

@media (max-width: 1024px) {
  .fast-favorites .favorites-sections {
    width: 495px;
  }
  .fast-favorites .favorites-sections .favorites-station-teasers .favorites-station-teaser:nth-last-child(-n+8) {
    display: none;
  }

  .ui-scrollfix .favorites-sections {
    width: 388px;
  }
  .ui-scrollfix .favorites-sections .favorites-station-teasers .favorites-station-teaser:nth-last-child(-n+12) {
    display: none;
  }
}
@media (max-width: 768px) {
  .player-mobile-menu .top-bar-dropdown.top-bar-player-dropdown > li.easy-favs-mobile-block {
    padding: 16px 0 16px 16px;
  }

  .fast-favorites-wrap-mobile .fast-favorites {
    position: static;
    background-color: transparent;
    padding: 0;
  }
  .fast-favorites-wrap-mobile .fast-favorites .favorites-direct-add {
    position: relative;
    float: left;
    padding-right: 16px;
    z-index: 999;
    top: -3px;
  }
  .fast-favorites-wrap-mobile .fast-favorites .favorites-direct-add > li {
    position: initial;
    display: inline-block;
    padding: 0 30px 0 0;
    margin: 0;
    float: left;
  }
  .fast-favorites-wrap-mobile .fast-favorites .favorites-sections {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .fast-favorites-wrap-mobile .fast-favorites .favorites-sections .favorites-station-teasers .favorites-no-data {
    padding-top: 90px;
  }
  .fast-favorites-wrap-mobile .fast-favorites .favorites-sections .favorites-station-teasers .favorites-station-teaser:nth-child(n+11) {
    display: none;
  }
  .fast-favorites-wrap-mobile .fast-favorites .tabcarousel-container {
    padding-right: 16px;
  }
  .fast-favorites-wrap-mobile .fast-favorites .tabcarousel-container .tracklisting-stage {
    clear: both;
  }
  .fast-favorites-wrap-mobile .fast-favorites .tabcarousel-container .tracklisting-stage ul.tracklisting-items {
    width: 100%;
  }
  .fast-favorites-wrap-mobile .fast-favorites .tabcarousel-container .tracklisting-stage ul.tracklisting-items .tracklisting-item:first-of-type {
    margin-top: 5px !important;
  }
  .fast-favorites-wrap-mobile .fast-favorites .tabcarousel-container .tracklisting-stage ul.tracklisting-items .tracklisting-item:last-of-type {
    margin-bottom: 5px !important;
  }
  .fast-favorites-wrap-mobile .fast-favorites .tabcarousel-container ul.tab-navigation {
    padding-top: 0;
  }
  .fast-favorites-wrap-mobile .fast-favorites .tabcarousel-container ul.tab-navigation li {
    display: inline-block !important;
    position: relative !important;
    padding: 0;
    margin-top: -1px;
    float: left;
  }
  .fast-favorites-wrap-mobile .fast-favorites .tabcarousel-container .favorites-song-list .favorites-no-data {
    padding-top: 85px;
  }
  .fast-favorites-wrap-mobile .fast-favorites .tabcount-2 ul.tab-navigation li {
    width: 50% !important;
  }
  .fast-favorites-wrap-mobile .fast-favorites .tabcount-3 ul.tab-navigation li {
    width: 33.3% !important;
  }
  .fast-favorites-wrap-mobile .fast-favorites .tabcount-4 ul.tab-navigation li {
    width: 25% !important;
  }
  .fast-favorites-wrap-mobile .ui-scrollfix .fast-favorites {
    left: 0;
    right: 0;
  }
}
.faq {
  padding-bottom: 90px;
}
.faq \:aside,
.faq aside {
  margin-top: 55px;
}
.faq \:aside .search-filter,
.faq aside .search-filter {
  margin-bottom: 20px;
}

.faq-item {
  padding: 10px 55px 10px 10px;
  margin-bottom: 10px;
  position: relative;
}
.faq-item:hover {
  border-color: transparent !important;
}
.faq-item.expanded {
  border-color: #61ce42 !important;
}
.faq-item.collapsed p {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}
.faq-item.collapsed .faq-item-toggle .icon-arrow-down {
  display: inline-block !important;
}
.faq-item.collapsed .faq-item-toggle .icon-arrow-up {
  display: none !important;
}
.faq-item p {
  margin: 0;
  width: 100%;
}

.faq-group.hidden {
  display: none;
}

.faq-item-toggle {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: 0;
  height: 100%;
  padding-right: 10px;
  width: 45px;
}
.faq-item-toggle:hover .icon {
  fill: #61ce42;
}
.faq-item-toggle .icon {
  fill: #54595f;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.faq-item-toggle .icon-arrow-up {
  display: inline-block;
}
.faq-item-toggle .icon-arrow-down {
  display: none;
}

footer {
  background-color: #2E3235;
  padding-top: 22px;
  padding-bottom: 15px;
}
footer ul li {
  margin-bottom: 4px;
}
footer a {
  color: #9D9D9D;
}
footer a:link, footer a:visited {
  color: #9D9D9D;
  text-decoration: none;
}
footer a:active, footer a:hover, footer a:focus {
  text-decoration: underline;
}
footer p {
  margin-bottom: 0;
}
footer hr {
  border-color: #9D9D9D;
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer-item {
    min-height: 190px;
  }
}

.footer-headline {
  margin-bottom: 10px;
}

.footer-worldwide-links {
  margin-bottom: 9px;
}
.footer-worldwide-links li {
  padding: 0 0 0 20px;
}

.footer-social-links li {
  float: left;
  margin-right: 1em;
  margin-bottom: 12px;
}
.footer-social-links li.clear {
  clear: left;
}
.footer-social-links a {
  display: block;
  height: 28px;
  width: 28px;
  padding: 6px;
  border-radius: 50%;
}
.footer-social-links a.icon-twitter {
  background-color: #80abe0;
}
.footer-social-links a.icon-twitter .icon {
  top: 1px;
  left: 1px;
}
.footer-social-links a.icon-facebook-f {
  background-color: #3b5998;
}
.footer-social-links a.icon-googleplus {
  background-color: #dc4e41;
}
.footer-social-links a.icon-googleplus .icon {
  width: 22px;
  height: 22px;
  position: relative;
  top: -3px;
  left: -2px;
}
.footer-social-links a.icon-xing {
  background-color: #436b9f;
}
.footer-social-links a.icon-play {
  background-color: #b73a3e;
}
.footer-social-links a.icon-play .icon {
  padding: 3px;
}
.footer-social-links a.icon-linkedin {
  background-color: #43739b;
}
.footer-social-links a.icon-linkedin .icon {
  padding: 0.5px;
}
.footer-social-links a .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #ffffff;
  position: relative;
}

.footer-logo .icon-logo-radio-pictogramm {
  width: 112px;
}

label {
  color: #504B4B;
}
label input[type=radio] {
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.all-column-search-items {
  width: 100%;
  padding: 20px 40px 20px 40px;
}
.all-column-search-items--bg {
  padding-bottom: 1px;
  background-color: #eeeeee;
}
.all-column-search-items .breadcrumb-wrap {
  padding: 10px 0;
}
.all-column-search-items h1 {
  font-size: 34px;
  margin-top: 22px;
  margin-bottom: 11px;
  color: #292b2f;
}
.all-column-search-items ul.no-list, .all-column-search-items ol.no-list {
  margin: 0;
  padding: 0;
}
.all-column-search-items ul.no-list li, .all-column-search-items ol.no-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.all-column-search-items .index {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 35px 0 0 0;
  padding: 20px 0 24px 0;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 0;
}
.all-column-search-items .index__char {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.all-column-search-items .index__char a {
  color: #828891;
  font-family: DINWebPro-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-decoration: none;
  transition: color 0.5s;
}
.all-column-search-items .index__char:last-child {
  padding-left: 8px;
}
.all-column-search-items .index__char--dim a {
  color: #bec3c7;
  cursor: default;
}
.all-column-search-items .search {
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
  position: relative;
}
.all-column-search-items .search label[for="column_search_input"] {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -10px;
  font-size: 16px;
  color: #aaa;
  z-index: 1;
}
.all-column-search-items .search__input {
  -ms-flex: 1;
      flex: 1;
  display: block;
  padding: 4px 12px 0 12px;
  border-style: none;
  position: relative;
  font-size: 16px;
}
.all-column-search-items .search__input:focus {
  border-style: none;
}
.all-column-search-items .search__favs {
  -ms-flex: 1;
      flex: 1;
  padding-left: 10px;
  font-size: 14px;
}
.all-column-search-items .search__favs__label {
  display: block;
  margin-top: 8px;
}
.all-column-search-items .search__favs__item {
  font-style: italic;
  color: #61ce42;
  font-size: 14px;
}
.all-column-search-items.all-column-search-list {
  padding-top: 50px;
}
.all-column-search-items.column-search-list {
  border: 1px solid #eeeeee;
  border-top-width: 0;
}
.all-column-search-items .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.all-column-search-items .items .group {
  -ms-flex: 0 15%;
      flex: 0 15%;
  min-width: 140px;
  margin-bottom: 88px;
}
.all-column-search-items .items .group.no-height {
  height: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
}
.all-column-search-items .items .group__label {
  color: #2E3235;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}
.all-column-search-items .items .group__label .icon {
  display: none;
}
.all-column-search-items .items .group__list {
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid #ddd;
}
.all-column-search-items .items .group__item a {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis');
  max-width: 100%;
  display: inline-block;
  font-size: 13px;
  color: #828891;
  text-decoration: none;
  line-height: 1.6;
}
.all-column-search-items .items .group__item a:hover {
  text-decoration: underline;
}

/* tablet */
@media (max-width: 1023px) {
  .all-column-search-items .items .group {
    -ms-flex: 0 20%;
        flex: 0 20%;
    min-width: 110px;
    max-width: 125px;
  }
}
/* mobile */
@media (max-width: 768px) {
  .all-column-search-items {
    padding: 20px 10px 20px 10px;
  }
  .all-column-search-items--bg {
    padding-bottom: 50px;
  }
  .all-column-search-items h2 {
    margin-top: 5px;
  }
  .all-column-search-items.column-search-list {
    padding: 0 0 0 0;
  }
  .all-column-search-items .index,
  .all-column-search-items .search {
    display: none;
  }
  .all-column-search-items .items {
    display: block;
    margin-bottom: 0;
  }
  .all-column-search-items .items .group {
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
  }
  .all-column-search-items .items .group__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 56px;
    padding: 6px 20px 0 20px;
    color: #bec3c7;
    background-color: #40444a;
    border-top: 1px solid #6b7277;
    border-bottom: 1px solid #292b2f;
    transition: color 0.5s;
  }
  .all-column-search-items .items .group__label:first-child {
    border-top: none;
  }
  .all-column-search-items .items .group__label:last-child {
    border-bottom: none;
  }
  .all-column-search-items .items .group__label .icon {
    display: inherit;
    float: right;
    fill: #bec3c7;
    transition: fill 0.5s;
  }
  .all-column-search-items .items .group__label .icon-arrow-up {
    display: none;
  }
  .all-column-search-items .items .group__label .icon-arrow-down {
    display: inherit;
  }
  .all-column-search-items .items .group__label--active {
    color: #61ce42;
  }
  .all-column-search-items .items .group__label--active .icon {
    fill: #61ce42;
    transition: fill 0.5s;
  }
  .all-column-search-items .items .group__label--active .icon-arrow-up {
    display: inherit;
  }
  .all-column-search-items .items .group__label--active .icon-arrow-down {
    display: none;
  }
  .all-column-search-items .items .group__label--active + .group__list {
    max-height: 1000px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .all-column-search-items .items .group__item a {
    display: block;
    padding: 18px 10px;
  }
  .all-column-search-items .items .group__list {
    max-height: 0px;
    overflow: hidden;
    margin-top: 0;
    padding: 0;
    border-top: none;
    transition: all 0.5s;
  }
  .all-column-search-items .items .group__list > li {
    border-bottom: 1px solid #ddd;
  }
  .all-column-search-items .items .group__list > li:last-child {
    border-bottom: none;
  }
}
.fa-spin {
  animation: spin 1.5s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.google-login-loading {
  text-align: center;
  margin-top: .4em;
}
.google-login-loading .icon-hourglass {
  fill: #61ce42;
  display: inline-block;
  height: 43px;
  width: 31px;
  line-height: 120px;
}

.google-login-heading {
  margin-bottom: 1em;
}

.google-login-wrapper {
  padding-top: 20px;
}
.google-login-wrapper .alert {
  clear: both;
}
.google-login-wrapper .icon-googleplus {
  fill: currentColor !important;
}

.hero {
  position: relative;
  width: 100%;
}
.hero > .container, .faq.hero > ul, .hero > .profile-header, .profile-content .hero > .form-horizontal, .hero > .content-text, .hero > .stationdetail-wrapper, .hero > .tabcarousel-container, .hero > .tracklisting-wrapper {
  z-index: 110;
}
.hero .download-buttons {
  *zoom: 1;
  margin: 0;
}
.hero .download-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.hero .hero-device {
  text-align: center;
}
.hero .hero-device .hero-device-inner {
  width: 100%;
}
.hero .hero-device .hero-device-hardware {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.hero .hero-device .hero-device-station-label,
.hero .hero-device .hero-device-station-city,
.hero .hero-device .hero-device-station-genre,
.hero .hero-device .hero-device-station-song {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hero .hero-device.iphone {
  width: 380px;
}
.hero .hero-device.iphone .hero-device-station-label,
.hero .hero-device.iphone .hero-device-station-city,
.hero .hero-device.iphone .hero-device-station-genre {
  text-align: center;
  display: block;
  color: #000;
}
.hero .hero-device.iphone .hero-device-station-label {
  font-weight: bold;
  font-size: 110%;
}
.hero .hero-device.iphone .hero-device-station-song {
  display: none;
}
.hero .hero-device.iphone .hero-device-station-city {
  color: #929295;
  margin-bottom: .1em;
}
.hero .hero-device.iphone .hero-device-station-img {
  position: absolute;
  top: 30%;
  width: 27%;
  left: 48.9%;
  margin-left: -12.5%;
}
.hero .hero-device.iphone .station-text-wrapper {
  position: absolute;
  width: 60%;
  height: 10%;
  top: 46%;
  left: 20%;
}
@media (max-width: 767px) {
  .hero .hero-device.iphone .station-text-wrapper {
    font-size: 80%;
  }
}
@media (max-width: 480px) {
  .hero .hero-device.iphone .station-text-wrapper {
    font-size: 50%;
  }
}
.hero .hero-device.iphone .station-container.second, .hero .hero-device.iphone .station-container.third, .hero .hero-device.iphone .station-container.now-playing {
  display: none;
}
.hero .hero-device.ipad {
  width: 900px;
}
.hero .hero-device.ipad .station-container {
  width: 60%;
  height: 10%;
}
.hero .hero-device.ipad .station-container .hero-device-station-img {
  position: absolute;
  left: 10.2%;
  width: 5.8%;
  height: auto;
  z-index: -1;
}
.hero .hero-device.ipad .station-container .station-text-wrapper {
  position: absolute;
  left: 16.5%;
  text-align: left;
  width: 40%;
  margin-top: .2%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .hero-device.ipad .station-container .station-text-wrapper {
    font-size: 90%;
  }
}
@media (max-width: 767px) {
  .hero .hero-device.ipad .station-container .station-text-wrapper {
    font-size: 60%;
  }
}
@media (max-width: 480px) {
  .hero .hero-device.ipad .station-container .station-text-wrapper {
    font-size: 40%;
  }
}
.hero .hero-device.ipad .station-container .station-text-wrapper .hero-device-station-label,
.hero .hero-device.ipad .station-container .station-text-wrapper .hero-device-station-city,
.hero .hero-device.ipad .station-container .station-text-wrapper .hero-device-station-genre {
  display: block;
}
.hero .hero-device.ipad .station-container .station-text-wrapper .hero-device-station-label {
  font-weight: bold;
}
.hero .hero-device.ipad .station-container .station-text-wrapper .hero-device-station-song {
  display: block;
  white-space: nowrap;
  font-size: 70%;
}
.hero .hero-device.ipad .station-container .station-text-wrapper .hero-device-station-genre {
  margin-top: -1%;
  margin-bottom: 1%;
  font-size: 70%;
  color: #7f7f7f;
}
@media (max-width: 767px) {
  .hero .hero-device.ipad .station-container .station-text-wrapper .hero-device-station-genre {
    margin-top: -1.5%;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .hero .hero-device.ipad .station-container .station-text-wrapper .hero-device-station-genre {
    margin: 0;
  }
}
.hero .hero-device.ipad .station-container .station-text-wrapper .hero-device-station-city {
  display: none;
}
.hero .hero-device.ipad .station-container.first .hero-device-station-img,
.hero .hero-device.ipad .station-container.first .station-text-wrapper {
  top: 20.8%;
}
.hero .hero-device.ipad .station-container.second .hero-device-station-img,
.hero .hero-device.ipad .station-container.second .station-text-wrapper {
  top: 30.9%;
}
.hero .hero-device.ipad .station-container.third .hero-device-station-img,
.hero .hero-device.ipad .station-container.third .station-text-wrapper {
  top: 41.1%;
}
.hero .hero-device.ipad .station-container.now-playing .hero-device-station-img {
  z-index: 100;
  left: 72.9%;
  top: 26.9%;
  width: 8.7%;
}
.hero .hero-device.ipad .station-container.now-playing .station-text-wrapper {
  top: 40%;
  left: 69%;
  width: 16.5%;
  text-align: center;
}
.hero .hero-device.ipad .station-container.now-playing .station-text-wrapper .hero-device-station-label {
  margin-top: 4%;
}
.hero .hero-device.ipad .station-container.now-playing .station-text-wrapper .hero-device-station-city {
  display: block;
  color: #7f7f7f;
  font-size: 70%;
  margin-bottom: 5%;
}
.hero .hero-device.ipad .station-container.now-playing .station-text-wrapper .hero-device-station-genre {
  color: #000;
}
.hero .hero-device.ipad .station-container.now-playing .station-text-wrapper .hero-device-station-song {
  color: #fff;
  font-size: 100%;
  margin-top: 60%;
  white-space: pre-wrap;
}
.hero .hero-device.ipad .station-container.now-playing .station-text-wrapper .hero-device-station-song:before {
  content: '';
}
.hero .hero-device.winphone {
  width: 460px;
}
.hero .hero-device.winphone .station-container {
  position: absolute;
  left: 18.5%;
  width: 60%;
}
.hero .hero-device.winphone .station-container.first {
  top: 44%;
}
.hero .hero-device.winphone .station-container.second {
  top: 54%;
}
.hero .hero-device.winphone .station-container.third {
  top: 64%;
}
.hero .hero-device.winphone .station-container .hero-device-station-img {
  display: inline-block;
  width: 23.5%;
}
.hero .hero-device.winphone .station-container .station-text-wrapper {
  display: inline-block;
  width: 68%;
  text-align: left;
  padding-left: 10px;
  color: #7F7F7F;
  font-size: 1.3em;
}
@media (max-width: 480px) {
  .hero .hero-device.winphone .station-container .station-text-wrapper {
    font-size: 55%;
  }
}
.hero .hero-device.winphone .station-container .station-text-wrapper .hero-device-station-city,
.hero .hero-device.winphone .station-container .station-text-wrapper .hero-device-station-genre,
.hero .hero-device.winphone .station-container .station-text-wrapper .hero-device-station-song {
  display: none;
}
.hero .hero-device.winphone .station-container .station-container.now-playing {
  display: none;
}
.hero .hero-device.blackberry {
  width: 530px;
}
.hero .hero-device.blackberry .station-container {
  position: absolute;
  display: block;
  width: 15.4%;
  top: 25.2%;
  z-index: -1;
}
.hero .hero-device.blackberry .station-container.first {
  left: 9.4%;
}
.hero .hero-device.blackberry .station-container.second {
  left: 25.8%;
}
.hero .hero-device.blackberry .station-container.third {
  left: 42.2%;
}
.hero .hero-device.blackberry .station-container .hero-device-station-img {
  display: inline-block;
}
.hero .hero-device.blackberry .station-container .hero-device-station-img img {
  border-radius: 8px;
}
.hero .hero-device.blackberry .station-container.now-playing {
  width: 9.4%;
  top: 14.4%;
  left: 77.8%;
}
.hero .hero-device.blackberry .station-container.now-playing .hero-device-station-img {
  display: inline-block;
}
.hero .hero-device.blackberry .station-container.now-playing .hero-device-station-img img {
  border-radius: 4px;
}
.hero .hero-device.blackberry .station-container .station-text-wrapper {
  display: none;
}
.hero .hero-device.android {
  width: 480px;
}
.hero .hero-device.android .station-container .hero-device-station-img {
  position: absolute;
  left: 12.7%;
  display: inline-block;
  width: 14.2%;
  z-index: -1;
}
.hero .hero-device.android .station-container .station-text-wrapper {
  position: absolute;
  left: 27%;
  width: 49%;
  text-align: left;
  padding-left: 10px;
  color: #000;
  font-size: 1.3em;
}
.hero .hero-device.android .station-container .station-text-wrapper .hero-device-station-label {
  display: block;
  white-space: nowrap;
  margin-top: .5%;
  font-size: 16px;
}
@media (max-width: 480px) {
  .hero .hero-device.android .station-container .station-text-wrapper .hero-device-station-label {
    font-size: 13px;
  }
}
.hero .hero-device.android .station-container .station-text-wrapper .hero-device-station-city {
  display: none;
  white-space: nowrap;
}
.hero .hero-device.android .station-container .station-text-wrapper .hero-device-station-genre {
  display: block;
  white-space: nowrap;
  color: #7F7F7F;
  font-size: 14px;
  margin-bottom: 3%;
  margin-top: -1%;
}
@media (max-width: 767px) {
  .hero .hero-device.android .station-container .station-text-wrapper .hero-device-station-genre {
    margin-bottom: 1%;
    margin-top: -2%;
  }
}
@media (max-width: 480px) {
  .hero .hero-device.android .station-container .station-text-wrapper .hero-device-station-genre {
    margin-bottom: 1%;
    margin-top: -1%;
    font-size: 11px;
  }
}
.hero .hero-device.android .station-container .station-text-wrapper .hero-device-station-song {
  display: block;
  white-space: nowrap;
  font-size: 13px;
}
@media (max-width: 767px) {
  .hero .hero-device.android .station-container .station-text-wrapper .hero-device-station-song {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .hero .hero-device.android .station-container .station-text-wrapper .hero-device-station-song {
    font-size: 10px;
  }
}
.hero .hero-device.android .station-container.first .station-text-wrapper,
.hero .hero-device.android .station-container.first .hero-device-station-img {
  top: 32%;
}
.hero .hero-device.android .station-container.second .station-text-wrapper,
.hero .hero-device.android .station-container.second .hero-device-station-img {
  top: 42.4%;
}
.hero .hero-device.android .station-container.third .station-text-wrapper,
.hero .hero-device.android .station-container.third .hero-device-station-img {
  top: 53%;
}
.hero .hero-device.android .station-container.now-playing .hero-device-station-img {
  top: 82.5%;
  left: 10%;
  width: 10%;
}
.hero .hero-device.android .station-container.now-playing .station-text-wrapper {
  top: 82.5%;
  left: 20%;
  width: 45%;
  color: #fff;
}
.hero .hero-device.android .station-container.now-playing .hero-device-station-song {
  margin-top: 5%;
  color: #7f7f7f;
}
@media (max-width: 767px) {
  .hero .hero-device.android .station-container.now-playing .hero-device-station-song {
    margin-top: 2%;
  }
}
@media (max-width: 480px) {
  .hero .hero-device.android .station-container.now-playing .hero-device-station-song {
    margin-top: 0;
  }
}
.hero .hero-device.android .station-container.now-playing .hero-device-station-song:before {
  color: #61ce42;
}
.hero .hero-device.android .station-container.now-playing .hero-device-station-genre {
  display: none;
}
.hero .hero-device-inner {
  position: relative;
  display: inline-block;
}
.hero .hero-device-inner img {
  width: 100%;
  height: auto;
}
.hero.single-device {
  background: url("../images/landing/hero/keyvisuals/single-device.jpg");
}
.hero.single-device.hero-no-bg {
  background: none;
}
@media (max-width: 767px) {
  .hero.single-device .hero-device {
    width: 410px;
  }
}
@media (max-width: 480px) {
  .hero.single-device .hero-device {
    width: 85%;
  }
}
.hero.single-device .hero-device > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.hero.single-device .hero-device.iphone, .hero.single-device .hero-device.ipad, .hero.single-device .hero-device.android, .hero.single-device .hero-device.winphone, .hero.single-device .hero-device.blackberry {
  margin: 40px auto 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero.single-device .hero-device.ipad {
    width: 730px;
  }
}
@media (max-width: 767px) {
  .hero.single-device .hero-device.ipad {
    width: 470px;
  }
}
@media (max-width: 480px) {
  .hero.single-device .hero-device.ipad {
    width: 98%;
  }
}
@media (max-width: 767px) {
  .hero.single-device .hero-device.blackberry {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .hero.single-device .hero-device.blackberry {
    margin-top: 0;
  }
}
.hero.multi-device {
  background: url("../images/landing/hero/keyvisuals/multi-device.jpg");
}
.hero.multi-device.hero-no-bg {
  background: none;
}
.hero.multi-device .hero-device {
  position: absolute;
  top: 0;
  width: 360px;
  overflow: hidden;
  text-align: center;
  z-index: 111;
}
.hero.multi-device .hero-device.android {
  right: 50%;
  z-index: 111;
  text-align: right;
}
.hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-label,
.hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-city,
.hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-genre,
.hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-song {
  font-size: 55%;
}
@media (max-width: 767px) {
  .hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-label,
  .hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-city,
  .hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-genre,
  .hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-song {
    font-size: 50%;
  }
}
@media (max-width: 480px) {
  .hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-label,
  .hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-city,
  .hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-genre,
  .hero.multi-device .hero-device.android .station-container .station-text-wrapper .hero-device-station-song {
    font-size: 24%;
  }
}
.hero.multi-device .hero-device.winphone, .hero.multi-device .hero-device.blackberry {
  left: 50%;
  z-index: 112;
}
.hero.multi-device .hero-device.android, .hero.multi-device .hero-device.winphone, .hero.multi-device .hero-device.blackberry {
  margin-top: 6em;
}
@media (max-width: 767px) {
  .hero.multi-device .hero-device.android, .hero.multi-device .hero-device.winphone, .hero.multi-device .hero-device.blackberry {
    width: 280px;
    margin-top: 4em;
  }
}
@media (max-width: 480px) {
  .hero.multi-device .hero-device.android, .hero.multi-device .hero-device.winphone, .hero.multi-device .hero-device.blackberry {
    width: 150px;
    margin-top: 2em;
  }
}
.hero.multi-device .hero-device.iphone {
  margin-top: 1em;
  left: calc(50% - 180px);
  z-index: 113;
}
@media (max-width: 767px) {
  .hero.multi-device .hero-device.iphone {
    width: 280px;
    left: calc(50% - 140px);
  }
}
@media (max-width: 480px) {
  .hero.multi-device .hero-device.iphone {
    width: 150px;
    left: calc(50% - 75px);
  }
}

.hero-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
}
.hero-bg-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .hero-bg-image img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
  }
}

.hero-devices-wrapper {
  position: relative;
  width: 100%;
  height: 572px;
  overflow: hidden;
  z-index: 110;
}
@media (max-width: 767px) {
  .hero-devices-wrapper {
    height: 462px;
  }
}
@media (max-width: 480px) {
  .hero-devices-wrapper {
    height: 382px;
  }
}
@media (max-width: 767px) {
  .hero-devices-wrapper.iphone {
    height: 580px;
  }
}
@media (max-width: 480px) {
  .hero-devices-wrapper.iphone {
    height: 490px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-devices-wrapper.ipad {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-devices-wrapper.ipad {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .hero-devices-wrapper.ipad {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .hero-devices-wrapper.android {
    height: 490px;
  }
}
@media (max-width: 480px) {
  .hero-devices-wrapper.android {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-devices-wrapper.winphone {
    height: 490px;
  }
}
@media (max-width: 480px) {
  .hero-devices-wrapper.winphone {
    height: 460px;
  }
}

.hero-header {
  position: relative;
  text-align: center;
  z-index: 160;
}
.hero-header > .container, .faq.hero-header > ul, .hero-header > .profile-header, .profile-content .hero-header > .form-horizontal, .hero-header > .content-text, .hero-header > .stationdetail-wrapper, .hero-header > .tabcarousel-container, .hero-header > .tracklisting-wrapper {
  position: relative;
}
.hero-header .appstore-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 320px) {
  .hero-header .store-list {
    margin-top: 24px;
  }
}
.hero-header .welcome-subheadline + .welcome-headline {
  margin-top: 0;
}

.hero-intro {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 120;
  width: 100%;
}
.hero-intro > .container, .faq.hero-intro > ul, .hero-intro > .profile-header, .profile-content .hero-intro > .form-horizontal, .hero-intro > .content-text, .hero-intro > .stationdetail-wrapper, .hero-intro > .tabcarousel-container, .hero-intro > .tracklisting-wrapper {
  background: rgba(47, 47, 47, 0.9);
}
.hero-intro .container.inverted .btn-advanced.btn-primary > strong .icon, .hero-intro .faq > ul.inverted .btn-advanced.btn-primary > strong .icon, .hero-intro .faq > ul.stationinfo.stationinfo-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .faq > ul.stationinfo-playing.faq-item .btn-advanced.btn-primary > strong .icon, .hero-intro .faq > ul.stationinfo-playing.language-info .btn-advanced.btn-primary > strong .icon, .hero-intro .faq > ul.stationinfo-playing.stationinfo-extended .btn-advanced.btn-primary > strong .icon, .hero-intro .faq > ul.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-primary > strong .icon, .hero-intro .faq > ul.tab-navigation-item.tab-navigation-current .btn-advanced.btn-primary > strong .icon, .hero-intro .faq > ul.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .inverted.profile-header .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-header.stationinfo.stationinfo-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-header.stationinfo-playing.faq-item .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-header.stationinfo-playing.language-info .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-header.stationinfo-playing.stationinfo-extended .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-header.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-header.tab-navigation-item.tab-navigation-current .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-header.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-content .inverted.form-horizontal .btn-advanced.btn-primary > strong .icon, .profile-content .hero-intro .inverted.form-horizontal .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-primary > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-primary > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-primary > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-primary > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-primary > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-content .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-primary > strong .icon, .profile-content .hero-intro .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-primary > strong .icon, .hero-intro .profile-content .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-primary > strong .icon, .profile-content .hero-intro .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .inverted.content-text .btn-advanced.btn-primary > strong .icon, .hero-intro .content-text.stationinfo.stationinfo-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .content-text.stationinfo-playing.faq-item .btn-advanced.btn-primary > strong .icon, .hero-intro .content-text.stationinfo-playing.language-info .btn-advanced.btn-primary > strong .icon, .hero-intro .content-text.stationinfo-playing.stationinfo-extended .btn-advanced.btn-primary > strong .icon, .hero-intro .content-text.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-primary > strong .icon, .hero-intro .content-text.tab-navigation-item.tab-navigation-current .btn-advanced.btn-primary > strong .icon, .hero-intro .content-text.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .inverted.stationdetail-wrapper .btn-advanced.btn-primary > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo.stationinfo-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.faq-item .btn-advanced.btn-primary > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.language-info .btn-advanced.btn-primary > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-extended .btn-advanced.btn-primary > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-primary > strong .icon, .hero-intro .stationdetail-wrapper.tab-navigation-item.tab-navigation-current .btn-advanced.btn-primary > strong .icon, .hero-intro .stationdetail-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .container.stationinfo.stationinfo-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .container.stationinfo-playing.faq-item .btn-advanced.btn-primary > strong .icon, .hero-intro .stationinfo-playing.faq-item.tabcarousel-container .btn-advanced.btn-primary > strong .icon, .hero-intro .stationinfo-playing.faq-item.tracklisting-wrapper .btn-advanced.btn-primary > strong .icon, .hero-intro .container.stationinfo-playing.language-info .btn-advanced.btn-primary > strong .icon, .hero-intro .stationinfo-playing.language-info.tabcarousel-container .btn-advanced.btn-primary > strong .icon, .hero-intro .stationinfo-playing.language-info.tracklisting-wrapper .btn-advanced.btn-primary > strong .icon, .hero-intro .container.stationinfo-playing.stationinfo-extended .btn-advanced.btn-primary > strong .icon, .hero-intro .stationinfo-playing.stationinfo-extended.tabcarousel-container .btn-advanced.btn-primary > strong .icon, .hero-intro .stationinfo-playing.stationinfo-extended.tracklisting-wrapper .btn-advanced.btn-primary > strong .icon, .hero-intro .container.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-primary > strong .icon, .hero-intro .stationinfo-playing.stationinfo-dummy.tabcarousel-container .btn-advanced.btn-primary > strong .icon, .hero-intro .stationinfo-playing.stationinfo-dummy.tracklisting-wrapper .btn-advanced.btn-primary > strong .icon, .hero-intro .stationinfo.stationinfo-playing.tabcarousel-container .btn-advanced.btn-primary > strong .icon, .hero-intro .stationinfo.stationinfo-playing.tracklisting-wrapper .btn-advanced.btn-primary > strong .icon, .hero-intro .container.tab-navigation-item.tab-navigation-current .btn-advanced.btn-primary > strong .icon, .hero-intro .tab-navigation-item.tab-navigation-current.tabcarousel-container .btn-advanced.btn-primary > strong .icon, .hero-intro .tab-navigation-item.tab-navigation-current.tracklisting-wrapper .btn-advanced.btn-primary > strong .icon, .hero-intro .inverted.tabcarousel-container .btn-advanced.btn-primary > strong .icon, .hero-intro .tabcarousel-container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .inverted.tracklisting-wrapper .btn-advanced.btn-primary > strong .icon, .hero-intro .tracklisting-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-primary > strong .icon, .hero-intro .container.inverted .btn-advanced.btn-search > strong .icon, .hero-intro .faq > ul.inverted .btn-advanced.btn-search > strong .icon, .hero-intro .faq > ul.stationinfo.stationinfo-playing .btn-advanced.btn-search > strong .icon, .hero-intro .faq > ul.stationinfo-playing.faq-item .btn-advanced.btn-search > strong .icon, .hero-intro .faq > ul.stationinfo-playing.language-info .btn-advanced.btn-search > strong .icon, .hero-intro .faq > ul.stationinfo-playing.stationinfo-extended .btn-advanced.btn-search > strong .icon, .hero-intro .faq > ul.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-search > strong .icon, .hero-intro .faq > ul.tab-navigation-item.tab-navigation-current .btn-advanced.btn-search > strong .icon, .hero-intro .faq > ul.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-search > strong .icon, .hero-intro .inverted.profile-header .btn-advanced.btn-search > strong .icon, .hero-intro .profile-header.stationinfo.stationinfo-playing .btn-advanced.btn-search > strong .icon, .hero-intro .profile-header.stationinfo-playing.faq-item .btn-advanced.btn-search > strong .icon, .hero-intro .profile-header.stationinfo-playing.language-info .btn-advanced.btn-search > strong .icon, .hero-intro .profile-header.stationinfo-playing.stationinfo-extended .btn-advanced.btn-search > strong .icon, .hero-intro .profile-header.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-search > strong .icon, .hero-intro .profile-header.tab-navigation-item.tab-navigation-current .btn-advanced.btn-search > strong .icon, .hero-intro .profile-header.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-search > strong .icon, .hero-intro .profile-content .inverted.form-horizontal .btn-advanced.btn-search > strong .icon, .profile-content .hero-intro .inverted.form-horizontal .btn-advanced.btn-search > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-search > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-search > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-search > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-search > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-search > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-search > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-search > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-search > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-search > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-search > strong .icon, .hero-intro .profile-content .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-search > strong .icon, .profile-content .hero-intro .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-search > strong .icon, .hero-intro .profile-content .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-search > strong .icon, .profile-content .hero-intro .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-search > strong .icon, .hero-intro .inverted.content-text .btn-advanced.btn-search > strong .icon, .hero-intro .content-text.stationinfo.stationinfo-playing .btn-advanced.btn-search > strong .icon, .hero-intro .content-text.stationinfo-playing.faq-item .btn-advanced.btn-search > strong .icon, .hero-intro .content-text.stationinfo-playing.language-info .btn-advanced.btn-search > strong .icon, .hero-intro .content-text.stationinfo-playing.stationinfo-extended .btn-advanced.btn-search > strong .icon, .hero-intro .content-text.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-search > strong .icon, .hero-intro .content-text.tab-navigation-item.tab-navigation-current .btn-advanced.btn-search > strong .icon, .hero-intro .content-text.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-search > strong .icon, .hero-intro .inverted.stationdetail-wrapper .btn-advanced.btn-search > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo.stationinfo-playing .btn-advanced.btn-search > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.faq-item .btn-advanced.btn-search > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.language-info .btn-advanced.btn-search > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-extended .btn-advanced.btn-search > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-search > strong .icon, .hero-intro .stationdetail-wrapper.tab-navigation-item.tab-navigation-current .btn-advanced.btn-search > strong .icon, .hero-intro .stationdetail-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-search > strong .icon, .hero-intro .container.stationinfo.stationinfo-playing .btn-advanced.btn-search > strong .icon, .hero-intro .container.stationinfo-playing.faq-item .btn-advanced.btn-search > strong .icon, .hero-intro .stationinfo-playing.faq-item.tabcarousel-container .btn-advanced.btn-search > strong .icon, .hero-intro .stationinfo-playing.faq-item.tracklisting-wrapper .btn-advanced.btn-search > strong .icon, .hero-intro .container.stationinfo-playing.language-info .btn-advanced.btn-search > strong .icon, .hero-intro .stationinfo-playing.language-info.tabcarousel-container .btn-advanced.btn-search > strong .icon, .hero-intro .stationinfo-playing.language-info.tracklisting-wrapper .btn-advanced.btn-search > strong .icon, .hero-intro .container.stationinfo-playing.stationinfo-extended .btn-advanced.btn-search > strong .icon, .hero-intro .stationinfo-playing.stationinfo-extended.tabcarousel-container .btn-advanced.btn-search > strong .icon, .hero-intro .stationinfo-playing.stationinfo-extended.tracklisting-wrapper .btn-advanced.btn-search > strong .icon, .hero-intro .container.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-search > strong .icon, .hero-intro .stationinfo-playing.stationinfo-dummy.tabcarousel-container .btn-advanced.btn-search > strong .icon, .hero-intro .stationinfo-playing.stationinfo-dummy.tracklisting-wrapper .btn-advanced.btn-search > strong .icon, .hero-intro .stationinfo.stationinfo-playing.tabcarousel-container .btn-advanced.btn-search > strong .icon, .hero-intro .stationinfo.stationinfo-playing.tracklisting-wrapper .btn-advanced.btn-search > strong .icon, .hero-intro .container.tab-navigation-item.tab-navigation-current .btn-advanced.btn-search > strong .icon, .hero-intro .tab-navigation-item.tab-navigation-current.tabcarousel-container .btn-advanced.btn-search > strong .icon, .hero-intro .tab-navigation-item.tab-navigation-current.tracklisting-wrapper .btn-advanced.btn-search > strong .icon, .hero-intro .inverted.tabcarousel-container .btn-advanced.btn-search > strong .icon, .hero-intro .tabcarousel-container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-search > strong .icon, .hero-intro .inverted.tracklisting-wrapper .btn-advanced.btn-search > strong .icon, .hero-intro .tracklisting-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-search > strong .icon, .hero-intro .container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-search > strong .icon, .hero-intro .container.inverted .btn-advanced.btn-integrate > strong .icon, .hero-intro .faq > ul.inverted .btn-advanced.btn-integrate > strong .icon, .hero-intro .faq > ul.stationinfo.stationinfo-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .faq > ul.stationinfo-playing.faq-item .btn-advanced.btn-integrate > strong .icon, .hero-intro .faq > ul.stationinfo-playing.language-info .btn-advanced.btn-integrate > strong .icon, .hero-intro .faq > ul.stationinfo-playing.stationinfo-extended .btn-advanced.btn-integrate > strong .icon, .hero-intro .faq > ul.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-integrate > strong .icon, .hero-intro .faq > ul.tab-navigation-item.tab-navigation-current .btn-advanced.btn-integrate > strong .icon, .hero-intro .faq > ul.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .inverted.profile-header .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-header.stationinfo.stationinfo-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-header.stationinfo-playing.faq-item .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-header.stationinfo-playing.language-info .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-header.stationinfo-playing.stationinfo-extended .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-header.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-header.tab-navigation-item.tab-navigation-current .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-header.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-content .inverted.form-horizontal .btn-advanced.btn-integrate > strong .icon, .profile-content .hero-intro .inverted.form-horizontal .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-integrate > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-integrate > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-integrate > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-integrate > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-integrate > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-content .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-integrate > strong .icon, .profile-content .hero-intro .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-integrate > strong .icon, .hero-intro .profile-content .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-integrate > strong .icon, .profile-content .hero-intro .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .inverted.content-text .btn-advanced.btn-integrate > strong .icon, .hero-intro .content-text.stationinfo.stationinfo-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .content-text.stationinfo-playing.faq-item .btn-advanced.btn-integrate > strong .icon, .hero-intro .content-text.stationinfo-playing.language-info .btn-advanced.btn-integrate > strong .icon, .hero-intro .content-text.stationinfo-playing.stationinfo-extended .btn-advanced.btn-integrate > strong .icon, .hero-intro .content-text.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-integrate > strong .icon, .hero-intro .content-text.tab-navigation-item.tab-navigation-current .btn-advanced.btn-integrate > strong .icon, .hero-intro .content-text.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .inverted.stationdetail-wrapper .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo.stationinfo-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.faq-item .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.language-info .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-extended .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationdetail-wrapper.tab-navigation-item.tab-navigation-current .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationdetail-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .container.stationinfo.stationinfo-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .container.stationinfo-playing.faq-item .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationinfo-playing.faq-item.tabcarousel-container .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationinfo-playing.faq-item.tracklisting-wrapper .btn-advanced.btn-integrate > strong .icon, .hero-intro .container.stationinfo-playing.language-info .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationinfo-playing.language-info.tabcarousel-container .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationinfo-playing.language-info.tracklisting-wrapper .btn-advanced.btn-integrate > strong .icon, .hero-intro .container.stationinfo-playing.stationinfo-extended .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationinfo-playing.stationinfo-extended.tabcarousel-container .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationinfo-playing.stationinfo-extended.tracklisting-wrapper .btn-advanced.btn-integrate > strong .icon, .hero-intro .container.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationinfo-playing.stationinfo-dummy.tabcarousel-container .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationinfo-playing.stationinfo-dummy.tracklisting-wrapper .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationinfo.stationinfo-playing.tabcarousel-container .btn-advanced.btn-integrate > strong .icon, .hero-intro .stationinfo.stationinfo-playing.tracklisting-wrapper .btn-advanced.btn-integrate > strong .icon, .hero-intro .container.tab-navigation-item.tab-navigation-current .btn-advanced.btn-integrate > strong .icon, .hero-intro .tab-navigation-item.tab-navigation-current.tabcarousel-container .btn-advanced.btn-integrate > strong .icon, .hero-intro .tab-navigation-item.tab-navigation-current.tracklisting-wrapper .btn-advanced.btn-integrate > strong .icon, .hero-intro .inverted.tabcarousel-container .btn-advanced.btn-integrate > strong .icon, .hero-intro .tabcarousel-container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .inverted.tracklisting-wrapper .btn-advanced.btn-integrate > strong .icon, .hero-intro .tracklisting-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-integrate > strong .icon, .hero-intro .container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-integrate > strong .icon,
.hero-intro .container.inverted .btn-advanced.btn-app > strong .icon,
.hero-intro .faq > ul.inverted .btn-advanced.btn-app > strong .icon,
.hero-intro .faq > ul.stationinfo.stationinfo-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .faq > ul.stationinfo-playing.faq-item .btn-advanced.btn-app > strong .icon,
.hero-intro .faq > ul.stationinfo-playing.language-info .btn-advanced.btn-app > strong .icon,
.hero-intro .faq > ul.stationinfo-playing.stationinfo-extended .btn-advanced.btn-app > strong .icon,
.hero-intro .faq > ul.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-app > strong .icon,
.hero-intro .faq > ul.tab-navigation-item.tab-navigation-current .btn-advanced.btn-app > strong .icon,
.hero-intro .faq > ul.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .inverted.profile-header .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-header.stationinfo.stationinfo-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-header.stationinfo-playing.faq-item .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-header.stationinfo-playing.language-info .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-header.stationinfo-playing.stationinfo-extended .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-header.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-header.tab-navigation-item.tab-navigation-current .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-header.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-content .inverted.form-horizontal .btn-advanced.btn-app > strong .icon,
.profile-content .hero-intro .inverted.form-horizontal .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-content .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-app > strong .icon,
.profile-content .hero-intro .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-content .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-app > strong .icon,
.profile-content .hero-intro .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-content .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-app > strong .icon,
.profile-content .hero-intro .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-app > strong .icon,
.profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-app > strong .icon,
.profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-content .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-app > strong .icon,
.profile-content .hero-intro .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-app > strong .icon,
.hero-intro .profile-content .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-app > strong .icon,
.profile-content .hero-intro .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .inverted.content-text .btn-advanced.btn-app > strong .icon,
.hero-intro .content-text.stationinfo.stationinfo-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .content-text.stationinfo-playing.faq-item .btn-advanced.btn-app > strong .icon,
.hero-intro .content-text.stationinfo-playing.language-info .btn-advanced.btn-app > strong .icon,
.hero-intro .content-text.stationinfo-playing.stationinfo-extended .btn-advanced.btn-app > strong .icon,
.hero-intro .content-text.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-app > strong .icon,
.hero-intro .content-text.tab-navigation-item.tab-navigation-current .btn-advanced.btn-app > strong .icon,
.hero-intro .content-text.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .inverted.stationdetail-wrapper .btn-advanced.btn-app > strong .icon,
.hero-intro .stationdetail-wrapper.stationinfo.stationinfo-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .stationdetail-wrapper.stationinfo-playing.faq-item .btn-advanced.btn-app > strong .icon,
.hero-intro .stationdetail-wrapper.stationinfo-playing.language-info .btn-advanced.btn-app > strong .icon,
.hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-extended .btn-advanced.btn-app > strong .icon,
.hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-app > strong .icon,
.hero-intro .stationdetail-wrapper.tab-navigation-item.tab-navigation-current .btn-advanced.btn-app > strong .icon,
.hero-intro .stationdetail-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .container.stationinfo.stationinfo-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .container.stationinfo-playing.faq-item .btn-advanced.btn-app > strong .icon,
.hero-intro .stationinfo-playing.faq-item.tabcarousel-container .btn-advanced.btn-app > strong .icon,
.hero-intro .stationinfo-playing.faq-item.tracklisting-wrapper .btn-advanced.btn-app > strong .icon,
.hero-intro .container.stationinfo-playing.language-info .btn-advanced.btn-app > strong .icon,
.hero-intro .stationinfo-playing.language-info.tabcarousel-container .btn-advanced.btn-app > strong .icon,
.hero-intro .stationinfo-playing.language-info.tracklisting-wrapper .btn-advanced.btn-app > strong .icon,
.hero-intro .container.stationinfo-playing.stationinfo-extended .btn-advanced.btn-app > strong .icon,
.hero-intro .stationinfo-playing.stationinfo-extended.tabcarousel-container .btn-advanced.btn-app > strong .icon,
.hero-intro .stationinfo-playing.stationinfo-extended.tracklisting-wrapper .btn-advanced.btn-app > strong .icon,
.hero-intro .container.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-app > strong .icon,
.hero-intro .stationinfo-playing.stationinfo-dummy.tabcarousel-container .btn-advanced.btn-app > strong .icon,
.hero-intro .stationinfo-playing.stationinfo-dummy.tracklisting-wrapper .btn-advanced.btn-app > strong .icon,
.hero-intro .stationinfo.stationinfo-playing.tabcarousel-container .btn-advanced.btn-app > strong .icon,
.hero-intro .stationinfo.stationinfo-playing.tracklisting-wrapper .btn-advanced.btn-app > strong .icon,
.hero-intro .container.tab-navigation-item.tab-navigation-current .btn-advanced.btn-app > strong .icon,
.hero-intro .tab-navigation-item.tab-navigation-current.tabcarousel-container .btn-advanced.btn-app > strong .icon,
.hero-intro .tab-navigation-item.tab-navigation-current.tracklisting-wrapper .btn-advanced.btn-app > strong .icon,
.hero-intro .inverted.tabcarousel-container .btn-advanced.btn-app > strong .icon,
.hero-intro .tabcarousel-container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .inverted.tracklisting-wrapper .btn-advanced.btn-app > strong .icon,
.hero-intro .tracklisting-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-app > strong .icon,
.hero-intro .container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-app > strong .icon, .hero-intro .container.inverted .btn-advanced.btn-next > strong .icon, .hero-intro .faq > ul.inverted .btn-advanced.btn-next > strong .icon, .hero-intro .faq > ul.stationinfo.stationinfo-playing .btn-advanced.btn-next > strong .icon, .hero-intro .faq > ul.stationinfo-playing.faq-item .btn-advanced.btn-next > strong .icon, .hero-intro .faq > ul.stationinfo-playing.language-info .btn-advanced.btn-next > strong .icon, .hero-intro .faq > ul.stationinfo-playing.stationinfo-extended .btn-advanced.btn-next > strong .icon, .hero-intro .faq > ul.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-next > strong .icon, .hero-intro .faq > ul.tab-navigation-item.tab-navigation-current .btn-advanced.btn-next > strong .icon, .hero-intro .faq > ul.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-next > strong .icon, .hero-intro .inverted.profile-header .btn-advanced.btn-next > strong .icon, .hero-intro .profile-header.stationinfo.stationinfo-playing .btn-advanced.btn-next > strong .icon, .hero-intro .profile-header.stationinfo-playing.faq-item .btn-advanced.btn-next > strong .icon, .hero-intro .profile-header.stationinfo-playing.language-info .btn-advanced.btn-next > strong .icon, .hero-intro .profile-header.stationinfo-playing.stationinfo-extended .btn-advanced.btn-next > strong .icon, .hero-intro .profile-header.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-next > strong .icon, .hero-intro .profile-header.tab-navigation-item.tab-navigation-current .btn-advanced.btn-next > strong .icon, .hero-intro .profile-header.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-next > strong .icon, .hero-intro .profile-content .inverted.form-horizontal .btn-advanced.btn-next > strong .icon, .profile-content .hero-intro .inverted.form-horizontal .btn-advanced.btn-next > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-next > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-next > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-next > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-next > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-next > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-next > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-next > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-next > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-next > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-next > strong .icon, .hero-intro .profile-content .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-next > strong .icon, .profile-content .hero-intro .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-next > strong .icon, .hero-intro .profile-content .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-next > strong .icon, .profile-content .hero-intro .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-next > strong .icon, .hero-intro .inverted.content-text .btn-advanced.btn-next > strong .icon, .hero-intro .content-text.stationinfo.stationinfo-playing .btn-advanced.btn-next > strong .icon, .hero-intro .content-text.stationinfo-playing.faq-item .btn-advanced.btn-next > strong .icon, .hero-intro .content-text.stationinfo-playing.language-info .btn-advanced.btn-next > strong .icon, .hero-intro .content-text.stationinfo-playing.stationinfo-extended .btn-advanced.btn-next > strong .icon, .hero-intro .content-text.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-next > strong .icon, .hero-intro .content-text.tab-navigation-item.tab-navigation-current .btn-advanced.btn-next > strong .icon, .hero-intro .content-text.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-next > strong .icon, .hero-intro .inverted.stationdetail-wrapper .btn-advanced.btn-next > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo.stationinfo-playing .btn-advanced.btn-next > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.faq-item .btn-advanced.btn-next > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.language-info .btn-advanced.btn-next > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-extended .btn-advanced.btn-next > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-next > strong .icon, .hero-intro .stationdetail-wrapper.tab-navigation-item.tab-navigation-current .btn-advanced.btn-next > strong .icon, .hero-intro .stationdetail-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-next > strong .icon, .hero-intro .container.stationinfo.stationinfo-playing .btn-advanced.btn-next > strong .icon, .hero-intro .container.stationinfo-playing.faq-item .btn-advanced.btn-next > strong .icon, .hero-intro .stationinfo-playing.faq-item.tabcarousel-container .btn-advanced.btn-next > strong .icon, .hero-intro .stationinfo-playing.faq-item.tracklisting-wrapper .btn-advanced.btn-next > strong .icon, .hero-intro .container.stationinfo-playing.language-info .btn-advanced.btn-next > strong .icon, .hero-intro .stationinfo-playing.language-info.tabcarousel-container .btn-advanced.btn-next > strong .icon, .hero-intro .stationinfo-playing.language-info.tracklisting-wrapper .btn-advanced.btn-next > strong .icon, .hero-intro .container.stationinfo-playing.stationinfo-extended .btn-advanced.btn-next > strong .icon, .hero-intro .stationinfo-playing.stationinfo-extended.tabcarousel-container .btn-advanced.btn-next > strong .icon, .hero-intro .stationinfo-playing.stationinfo-extended.tracklisting-wrapper .btn-advanced.btn-next > strong .icon, .hero-intro .container.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-next > strong .icon, .hero-intro .stationinfo-playing.stationinfo-dummy.tabcarousel-container .btn-advanced.btn-next > strong .icon, .hero-intro .stationinfo-playing.stationinfo-dummy.tracklisting-wrapper .btn-advanced.btn-next > strong .icon, .hero-intro .stationinfo.stationinfo-playing.tabcarousel-container .btn-advanced.btn-next > strong .icon, .hero-intro .stationinfo.stationinfo-playing.tracklisting-wrapper .btn-advanced.btn-next > strong .icon, .hero-intro .container.tab-navigation-item.tab-navigation-current .btn-advanced.btn-next > strong .icon, .hero-intro .tab-navigation-item.tab-navigation-current.tabcarousel-container .btn-advanced.btn-next > strong .icon, .hero-intro .tab-navigation-item.tab-navigation-current.tracklisting-wrapper .btn-advanced.btn-next > strong .icon, .hero-intro .inverted.tabcarousel-container .btn-advanced.btn-next > strong .icon, .hero-intro .tabcarousel-container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-next > strong .icon, .hero-intro .inverted.tracklisting-wrapper .btn-advanced.btn-next > strong .icon, .hero-intro .tracklisting-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-next > strong .icon, .hero-intro .container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-next > strong .icon, .hero-intro .container.inverted .btn-advanced.btn-prev > strong .icon, .hero-intro .faq > ul.inverted .btn-advanced.btn-prev > strong .icon, .hero-intro .faq > ul.stationinfo.stationinfo-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .faq > ul.stationinfo-playing.faq-item .btn-advanced.btn-prev > strong .icon, .hero-intro .faq > ul.stationinfo-playing.language-info .btn-advanced.btn-prev > strong .icon, .hero-intro .faq > ul.stationinfo-playing.stationinfo-extended .btn-advanced.btn-prev > strong .icon, .hero-intro .faq > ul.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-prev > strong .icon, .hero-intro .faq > ul.tab-navigation-item.tab-navigation-current .btn-advanced.btn-prev > strong .icon, .hero-intro .faq > ul.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .inverted.profile-header .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-header.stationinfo.stationinfo-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-header.stationinfo-playing.faq-item .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-header.stationinfo-playing.language-info .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-header.stationinfo-playing.stationinfo-extended .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-header.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-header.tab-navigation-item.tab-navigation-current .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-header.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-content .inverted.form-horizontal .btn-advanced.btn-prev > strong .icon, .profile-content .hero-intro .inverted.form-horizontal .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-prev > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo.stationinfo-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-prev > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.faq-item .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-prev > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.language-info .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-prev > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-extended .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-content .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-prev > strong .icon, .profile-content .hero-intro .form-horizontal.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-content .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-prev > strong .icon, .profile-content .hero-intro .form-horizontal.tab-navigation-item.tab-navigation-current .btn-advanced.btn-prev > strong .icon, .hero-intro .profile-content .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-prev > strong .icon, .profile-content .hero-intro .form-horizontal.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .inverted.content-text .btn-advanced.btn-prev > strong .icon, .hero-intro .content-text.stationinfo.stationinfo-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .content-text.stationinfo-playing.faq-item .btn-advanced.btn-prev > strong .icon, .hero-intro .content-text.stationinfo-playing.language-info .btn-advanced.btn-prev > strong .icon, .hero-intro .content-text.stationinfo-playing.stationinfo-extended .btn-advanced.btn-prev > strong .icon, .hero-intro .content-text.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-prev > strong .icon, .hero-intro .content-text.tab-navigation-item.tab-navigation-current .btn-advanced.btn-prev > strong .icon, .hero-intro .content-text.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .inverted.stationdetail-wrapper .btn-advanced.btn-prev > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo.stationinfo-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.faq-item .btn-advanced.btn-prev > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.language-info .btn-advanced.btn-prev > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-extended .btn-advanced.btn-prev > strong .icon, .hero-intro .stationdetail-wrapper.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-prev > strong .icon, .hero-intro .stationdetail-wrapper.tab-navigation-item.tab-navigation-current .btn-advanced.btn-prev > strong .icon, .hero-intro .stationdetail-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .container.stationinfo.stationinfo-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .container.stationinfo-playing.faq-item .btn-advanced.btn-prev > strong .icon, .hero-intro .stationinfo-playing.faq-item.tabcarousel-container .btn-advanced.btn-prev > strong .icon, .hero-intro .stationinfo-playing.faq-item.tracklisting-wrapper .btn-advanced.btn-prev > strong .icon, .hero-intro .container.stationinfo-playing.language-info .btn-advanced.btn-prev > strong .icon, .hero-intro .stationinfo-playing.language-info.tabcarousel-container .btn-advanced.btn-prev > strong .icon, .hero-intro .stationinfo-playing.language-info.tracklisting-wrapper .btn-advanced.btn-prev > strong .icon, .hero-intro .container.stationinfo-playing.stationinfo-extended .btn-advanced.btn-prev > strong .icon, .hero-intro .stationinfo-playing.stationinfo-extended.tabcarousel-container .btn-advanced.btn-prev > strong .icon, .hero-intro .stationinfo-playing.stationinfo-extended.tracklisting-wrapper .btn-advanced.btn-prev > strong .icon, .hero-intro .container.stationinfo-playing.stationinfo-dummy .btn-advanced.btn-prev > strong .icon, .hero-intro .stationinfo-playing.stationinfo-dummy.tabcarousel-container .btn-advanced.btn-prev > strong .icon, .hero-intro .stationinfo-playing.stationinfo-dummy.tracklisting-wrapper .btn-advanced.btn-prev > strong .icon, .hero-intro .stationinfo.stationinfo-playing.tabcarousel-container .btn-advanced.btn-prev > strong .icon, .hero-intro .stationinfo.stationinfo-playing.tracklisting-wrapper .btn-advanced.btn-prev > strong .icon, .hero-intro .container.tab-navigation-item.tab-navigation-current .btn-advanced.btn-prev > strong .icon, .hero-intro .tab-navigation-item.tab-navigation-current.tabcarousel-container .btn-advanced.btn-prev > strong .icon, .hero-intro .tab-navigation-item.tab-navigation-current.tracklisting-wrapper .btn-advanced.btn-prev > strong .icon, .hero-intro .inverted.tabcarousel-container .btn-advanced.btn-prev > strong .icon, .hero-intro .tabcarousel-container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .inverted.tracklisting-wrapper .btn-advanced.btn-prev > strong .icon, .hero-intro .tracklisting-wrapper.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-prev > strong .icon, .hero-intro .container.tracklisting-item.tracklisting-item-playing .btn-advanced.btn-prev > strong .icon {
  fill: #fff;
}
.hero-intro p {
  text-align: center;
  color: #bdbbbc;
}
.hero-intro .download-buttons {
  margin-bottom: 15px;
}

.section-station-app .hero-intro > .container, .section-station-app .faq.hero-intro > ul, .section-station-app .hero-intro > .profile-header, .section-station-app .profile-content .hero-intro > .form-horizontal, .profile-content .section-station-app .hero-intro > .form-horizontal, .section-station-app .hero-intro > .content-text, .section-station-app .hero-intro > .stationdetail-wrapper, .section-station-app .hero-intro > .tabcarousel-container, .section-station-app .hero-intro > .tracklisting-wrapper,
.section-station-app .hero-header > .container,
.section-station-app .faq.hero-header > ul,
.section-station-app .hero-header > .profile-header,
.section-station-app .profile-content .hero-header > .form-horizontal,
.profile-content .section-station-app .hero-header > .form-horizontal,
.section-station-app .hero-header > .content-text,
.section-station-app .hero-header > .stationdetail-wrapper,
.section-station-app .hero-header > .tabcarousel-container,
.section-station-app .hero-header > .tracklisting-wrapper {
  width: 100%;
}

.devices-wrapper.bottom.inverted .btn .icon, .devices-wrapper.bottom.stationinfo.stationinfo-playing .btn .icon, .devices-wrapper.bottom.stationinfo-playing.faq-item .btn .icon, .devices-wrapper.bottom.stationinfo-playing.language-info .btn .icon, .devices-wrapper.bottom.stationinfo-playing.stationinfo-extended .btn .icon, .devices-wrapper.bottom.stationinfo-playing.stationinfo-dummy .btn .icon, .devices-wrapper.bottom.tab-navigation-item.tab-navigation-current .btn .icon, .devices-wrapper.bottom.tracklisting-item.tracklisting-item-playing .btn .icon, .devices-wrapper.bottom.inverted .btn-search .icon, .devices-wrapper.bottom.stationinfo.stationinfo-playing .btn-search .icon, .devices-wrapper.bottom.stationinfo-playing.faq-item .btn-search .icon, .devices-wrapper.bottom.stationinfo-playing.language-info .btn-search .icon, .devices-wrapper.bottom.stationinfo-playing.stationinfo-extended .btn-search .icon, .devices-wrapper.bottom.stationinfo-playing.stationinfo-dummy .btn-search .icon, .devices-wrapper.bottom.tab-navigation-item.tab-navigation-current .btn-search .icon, .devices-wrapper.bottom.tracklisting-item.tracklisting-item-playing .btn-search .icon, .devices-wrapper.bottom.inverted .btn-integrate .icon, .devices-wrapper.bottom.stationinfo.stationinfo-playing .btn-integrate .icon, .devices-wrapper.bottom.stationinfo-playing.faq-item .btn-integrate .icon, .devices-wrapper.bottom.stationinfo-playing.language-info .btn-integrate .icon, .devices-wrapper.bottom.stationinfo-playing.stationinfo-extended .btn-integrate .icon, .devices-wrapper.bottom.stationinfo-playing.stationinfo-dummy .btn-integrate .icon, .devices-wrapper.bottom.tab-navigation-item.tab-navigation-current .btn-integrate .icon, .devices-wrapper.bottom.tracklisting-item.tracklisting-item-playing .btn-integrate .icon,
.devices-wrapper.bottom.inverted .btn-app .icon,
.devices-wrapper.bottom.stationinfo.stationinfo-playing .btn-app .icon,
.devices-wrapper.bottom.stationinfo-playing.faq-item .btn-app .icon,
.devices-wrapper.bottom.stationinfo-playing.language-info .btn-app .icon,
.devices-wrapper.bottom.stationinfo-playing.stationinfo-extended .btn-app .icon,
.devices-wrapper.bottom.stationinfo-playing.stationinfo-dummy .btn-app .icon,
.devices-wrapper.bottom.tab-navigation-item.tab-navigation-current .btn-app .icon,
.devices-wrapper.bottom.tracklisting-item.tracklisting-item-playing .btn-app .icon, .devices-wrapper.bottom.inverted .btn-facebook .icon, .devices-wrapper.bottom.stationinfo.stationinfo-playing .btn-facebook .icon, .devices-wrapper.bottom.stationinfo-playing.faq-item .btn-facebook .icon, .devices-wrapper.bottom.stationinfo-playing.language-info .btn-facebook .icon, .devices-wrapper.bottom.stationinfo-playing.stationinfo-extended .btn-facebook .icon, .devices-wrapper.bottom.stationinfo-playing.stationinfo-dummy .btn-facebook .icon, .devices-wrapper.bottom.tab-navigation-item.tab-navigation-current .btn-facebook .icon, .devices-wrapper.bottom.tracklisting-item.tracklisting-item-playing .btn-facebook .icon,
.devices-wrapper.bottom.inverted .btn-googleplus .icon,
.devices-wrapper.bottom.stationinfo.stationinfo-playing .btn-googleplus .icon,
.devices-wrapper.bottom.stationinfo-playing.faq-item .btn-googleplus .icon,
.devices-wrapper.bottom.stationinfo-playing.language-info .btn-googleplus .icon,
.devices-wrapper.bottom.stationinfo-playing.stationinfo-extended .btn-googleplus .icon,
.devices-wrapper.bottom.stationinfo-playing.stationinfo-dummy .btn-googleplus .icon,
.devices-wrapper.bottom.tab-navigation-item.tab-navigation-current .btn-googleplus .icon,
.devices-wrapper.bottom.tracklisting-item.tracklisting-item-playing .btn-googleplus .icon {
  fill: #fff;
}

@media (max-width: 1023px) {
  .hero .appstore-buttons {
    position: static;
  }
  .hero .appstore-buttons ul.store-list {
    float: none;
    width: 100%;
    text-align: center;
  }
  .hero .appstore-buttons li {
    display: inline-block;
  }
  .hero .store-list {
    text-align: center;
    float: none;
  }
  .hero .store-list li {
    height: 28px;
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 1023px) and (max-width: 480px) {
  .hero .store-list li {
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .hero .store-list li img {
    height: 100%;
    width: auto;
  }
}
.lt-ie9 .hero.multi-device .iphone {
  margin-left: 30%;
}

@media (max-width: 767px) {
  .hero .appstore-buttons {
    margin-bottom: 24px;
  }

  .hero-intro .download-buttons ul {
    position: static;
  }
  .hero-intro .download-buttons .icon-arrow-right {
    top: 20px;
  }
  .hero-intro .download-buttons .btn-advanced {
    padding: 0;
  }
  .hero-intro .download-buttons .btn-advanced.active {
    background-color: #64e346;
  }
}
/* center this dialog on the screen */
.inactiveOverlay-modal.modal.fade .modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-block.inactive-overlay {
  margin: 20px 30px;
}
.section-block.inactive-overlay hr {
  border-color: #ccc;
}
.section-block.inactive-overlay .infobox-title, .section-block.inactive-overlay .infobox-subtitle {
  text-align: center;
  max-width: none;
}
.section-block.inactive-overlay .carousel-wrap .carousel-arrow .arrow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
}
.section-block.inactive-overlay .carousel-wrap .carousel-arrow .arrow-right {
  right: -40px;
}
.section-block.inactive-overlay .carousel-wrap .carousel-arrow .arrow-left {
  left: -40px;
}
.section-block.inactive-overlay .carousel-wrap .carousel-content {
  margin: 0 !important;
}
.section-block.inactive-overlay .carousel-wrap .carousel-content .centered {
  width: 100% !important;
  text-align: center;
}
.section-block.inactive-overlay .carousel-wrap .carousel-content .station-teaser {
  -ms-flex-preferred-size: 153px !important;
      flex-basis: 153px !important;
  width: 153px !important;
}
.section-block.inactive-overlay .inactive-overlay-station-title {
  font-size: 30px;
  font-family: DINWebPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: .4px;
  color: black;
  padding-top: 2px;
  position: relative;
  text-align: center;
}
.section-block.inactive-overlay .inactive-overlay-station-title .play-button-wrap {
  top: 5px;
  float: none;
  display: inline-block;
}
.section-block.inactive-overlay .inactive-overlay-station-title + .inactive-overlay-station-subtitle {
  font-size: 16px;
  color: #54595f;
  text-align: center;
}

@media (max-width: 1024px) {
  .section-block.inactive-overlay .carousel-wrap .carousel-arrow.arrow-left {
    left: -30px;
  }
  .section-block.inactive-overlay .carousel-wrap .carousel-arrow.arrow-right {
    right: -30px;
  }
}
#instant-search {
  box-sizing: border-box;
  position: absolute;
  top: -45px;
  right: 0;
  width: 300px;
  z-index: 1031;
}
@media (max-width: 1023px) {
  #instant-search {
    width: 265px;
  }
}
@media (max-width: 767px) {
  #instant-search {
    width: auto;
  }
}
.ui-scrollfix #instant-search {
  top: 1px;
  right: 0;
  width: auto;
}
.ui-scrollfix #instant-search input {
  display: none;
}
@media (max-width: 767px) {
  #instant-search.is-open input {
    display: block;
  }
  #instant-search.is-open .top-bar-close-search-button {
    display: inline-block;
  }
}
.ui-scrollfix #instant-search.is-open input {
  display: block;
}
.ui-scrollfix #instant-search.is-open .top-bar-close-search-button {
  display: inline-block;
}
.ui-scrollfix #instant-search input {
  border: 0;
}
@media (max-width: 1023px) {
  #instant-search input {
    width: 230px;
  }
}
@media (max-width: 767px) {
  #instant-search input {
    width: 236px;
    display: none;
  }
}

#instant-search-hp .input-group {
  position: relative;
}
#instant-search-hp .input-group label {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 16px;
  color: #aaa;
  z-index: 1;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis');
}
#instant-search-hp .input-group label.placeholder:hover {
  cursor: text;
}
@media (max-width: 399px) {
  #instant-search-hp .input-group label {
    width: 220px;
  }
}
@media (min-width: 400px) {
  #instant-search-hp .input-group label {
    width: 280px;
  }
}
@media (min-width: 500px) {
  #instant-search-hp .input-group label {
    width: 360px;
  }
}
@media (min-width: 600px) {
  #instant-search-hp .input-group label {
    width: 390px;
  }
}
#instant-search-hp .input-group input {
  position: relative;
  height: 50px;
}
@media (max-width: 399px) {
  #instant-search-hp .input-group input {
    width: 220px;
  }
}
@media (min-width: 400px) {
  #instant-search-hp .input-group input {
    width: 280px;
  }
}
@media (min-width: 500px) {
  #instant-search-hp .input-group input {
    width: 360px;
  }
}
@media (min-width: 600px) {
  #instant-search-hp .input-group input {
    width: 390px;
  }
}
#instant-search-hp .input-group input ~ .tt-dropdown-menu h1 {
  display: none;
}
#instant-search-hp .input-group input ~ .tt-dropdown-menu .tt-all-results {
  text-transform: none;
  text-align: center;
}
#instant-search-hp .input-group input::-webkit-input-placeholder {
  text-align: center;
}
#instant-search-hp .input-group input:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
#instant-search-hp .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
#instant-search-hp .input-group input:-ms-input-placeholder {
  text-align: center;
}
#instant-search-hp .input-group > .input-group-btn > button.top-bar-search-button .icon {
  width: 28px;
  height: 28px;
}
#instant-search-hp .top-bar-search-button {
  z-index: auto;
  height: 50px;
  width: 50px;
}
#instant-search-hp .tt-dropdown-menu {
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  border-top: 1px solid #61ce42;
  z-index: 1000 !important;
}
@media (max-width: 399px) {
  #instant-search-hp .tt-dropdown-menu {
    width: 269px;
  }
}
@media (min-width: 400px) {
  #instant-search-hp .tt-dropdown-menu {
    width: 329px;
  }
}
@media (min-width: 500px) {
  #instant-search-hp .tt-dropdown-menu {
    width: 409px;
  }
}
@media (min-width: 600px) {
  #instant-search-hp .tt-dropdown-menu {
    width: 439px;
  }
}
#instant-search-hp .tt-dropdown-menu section {
  border-bottom-style: none;
}
#instant-search-hp .tt-suggestion {
  border-style: none;
}
#instant-search-hp .tt-suggestion .tt-suggestion-image {
  border: 1px solid #eaeaea;
}
#instant-search-hp .tt-suggestion .tt-suggestion-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #6e737c;
}
@media (max-width: 399px) {
  #instant-search-hp .tt-suggestion .tt-suggestion-text {
    width: 165px;
  }
}
#instant-search-hp .tt-suggestion .tt-suggestion-text .tt-suggestion-station {
  font-family: DINWebPro-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: none;
  color: #6e737c;
  margin-bottom: 4px;
}
@media (max-width: 399px) {
  #instant-search-hp .tt-suggestion .tt-suggestion-text .tt-suggestion-station {
    width: 180px;
  }
}
@media (max-width: 399px) {
  #instant-search-hp .tt-suggestion .tt-suggestion-text .tt-suggestion-text-second-line {
    width: 180px;
  }
}
@media (min-width: 400px) {
  #instant-search-hp .tt-suggestion .tt-suggestion-text .tt-suggestion-text-second-line {
    width: 230px;
  }
}
@media (min-width: 500px) {
  #instant-search-hp .tt-suggestion .tt-suggestion-text .tt-suggestion-text-second-line {
    width: 300px;
  }
}
@media (min-width: 600px) {
  #instant-search-hp .tt-suggestion .tt-suggestion-text .tt-suggestion-text-second-line {
    width: 330px;
  }
}

nav.instant-search form .input-group {
  float: right;
}
nav.instant-search form .input-group input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-width: 1px;
  height: 32px;
  line-height: initial;
  padding: 3px 12px 1px;
  width: 268px;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #FFF;
  border: 1px solid #FFF;
  letter-spacing: .05em;
}
nav.instant-search form .input-group input:focus {
  border: 1px solid #61ce42;
  border-right: 0;
  outline: none;
}
nav.instant-search form .input-group > .input-group-btn {
  height: 32px;
  width: 32px;
}
nav.instant-search form .input-group > .input-group-btn > button.btn, nav.instant-search form .input-group > .input-group-btn > button.btn-search, nav.instant-search form .input-group > .input-group-btn > button.btn-integrate,
nav.instant-search form .input-group > .input-group-btn > button.btn-app, nav.instant-search form .input-group > .input-group-btn > button.btn-facebook,
nav.instant-search form .input-group > .input-group-btn > button.btn-googleplus {
  margin: 0 0 0 -1px;
}
nav.instant-search form .input-group > .input-group-btn > button.btn.top-bar-close-search-button, nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-search, nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-integrate,
nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-app, nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-facebook,
nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-googleplus {
  background-color: #57585b;
  color: #CCC;
  height: 32px !important;
  width: 32px;
  vertical-align: middle;
  padding-left: 9px;
  margin-left: -4px;
  display: none;
}
nav.instant-search form .input-group > .input-group-btn > button.btn.top-bar-close-search-button:hover, nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-search:hover, nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-integrate:hover,
nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-app:hover, nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-facebook:hover,
nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-googleplus:hover {
  background-color: #707175;
  color: #e6e6e6;
}
nav.instant-search form .input-group > .input-group-btn > button.btn.top-bar-close-search-button .icon, nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-search .icon, nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-integrate .icon,
nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-app .icon, nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-facebook .icon,
nav.instant-search form .input-group > .input-group-btn > button.top-bar-close-search-button.btn-googleplus .icon {
  fill: #CCC;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.twitter-typeahead {
  position: relative;
}

.ipad .player-search .twitter-typeahead .tt-dropdown-menu {
  display: none !important;
}

.tt-dropdown-menu {
  position: absolute;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding-left: 10px;
  padding-right: 10px;
  width: 300px;
  text-align: left;
  padding-bottom: 36px;
  z-index: 1050 !important;
}
.tt-dropdown-menu section {
  border-bottom: 1px solid #e6e6e6;
}
.tt-dropdown-menu section:last-child {
  border-bottom: 0;
}
.tt-dropdown-menu.search-history-dropdown {
  padding-bottom: 0;
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

.tt-dataset-header {
  *zoom: 1;
  display: block;
  color: #504B4B;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
  padding: 0.5625em 0.875em;
}
.tt-dataset-header:after {
  content: "";
  display: table;
  clear: both;
}
.tt-dataset-header img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 10px;
}
.tt-dataset-header span {
  display: inline-block;
  vertical-align: -2px;
}
.tt-dataset-header a.seeall {
  color: #ccc;
  display: block;
  float: right;
  cursor: pointer;
  margin-top: 5px;
  text-decoration: none;
}
.tt-dataset-header a.seeall .icon {
  fill: #ccc;
  vertical-align: 1px;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  display: inline-block;
}
.tt-dataset-header a.seeall:link, .tt-dataset-header a.seeall:visited {
  color: #828891;
  text-decoration: none;
}
.tt-dataset-header a.seeall:active, .tt-dataset-header a.seeall:hover, .tt-dataset-header a.seeall:focus {
  color: #828891;
  text-decoration: underline;
}

.tt-suggestions {
  vertical-align: top;
  margin-bottom: 0;
}
.tt-suggestions strong {
  color: #292b2f;
}

.tt-suggestion {
  *zoom: 1;
  border-top: 1px solid #e6e6e6;
  padding: 0;
}
.tt-suggestion:after {
  content: "";
  display: table;
  clear: both;
}
.tt-suggestion:first-child {
  border-top: 0;
}
.tt-suggestion.tt-cursor {
  background: #eeeeee;
}
.tt-suggestion .tt-suggestion-image {
  margin-right: 15px;
}
.tt-suggestion .tt-suggestion-image img {
  height: 44px;
  width: 44px;
}
.tt-suggestion .tt-suggestion-image img.missing {
  background: #ccc;
}
.tt-suggestion a {
  *zoom: 1;
  cursor: pointer;
  padding: 0.875em 0.875em 0.5em;
  display: block;
  text-decoration: none;
}
.tt-suggestion a:after {
  content: "";
  display: table;
  clear: both;
}

.tt-suggestion-text {
  width: 210px;
  line-height: 14px;
  height: 45px;
}

.tt-suggestion-station {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis');
  display: inline-block;
  width: 210px;
  line-height: 14px;
}

.tt-suggestion-text-second-line {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis');
  display: inline-block;
  width: 210px;
  color: #9D9D9D;
  line-height: 12px;
}

.tt-suggestion-text-third-line {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis');
  display: inline-block;
  line-height: 14px;
  width: 210px;
}

.tt-all-results {
  display: block;
  position: absolute;
  bottom: 0;
  background: #64e346;
  width: 100%;
  left: 0;
  height: 36px;
  line-height: 38px;
  text-align: right;
  padding: 0 12px;
  color: #FFF;
  vertical-align: -1px;
  letter-spacing: .05em;
}
.tt-all-results:link, .tt-all-results:visited {
  color: #FFF;
  text-decoration: none;
}
.tt-all-results:active, .tt-all-results:hover, .tt-all-results:focus {
  color: #FFF;
  text-decoration: underline;
}
.tt-all-results .icon {
  vertical-align: 0;
  width: 11px;
  height: 11px;
  margin-left: 15px;
  display: inline-block;
  fill: #FFF;
}

.search-history-dropdown .tt-suggestion-text {
  height: auto;
}

.language-info {
  height: 55px;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.language-list-item-active {
  padding: 25px 40px;
  text-align: left;
}
.language-list-item-active .current-image {
  padding: 10px;
  background-color: #eeeeee;
  display: inline-block;
  line-height: 10px;
  float: left;
  margin-right: 20px;
}
.language-list-item-active h1 {
  margin: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .language-list-item-active {
    padding-bottom: 0;
  }
  .language-list-item-active .current-image {
    float: none;
  }
  .language-list-item-active h1 {
    margin: 15px 0 0;
    font-size: 25px;
    line-height: 1.6;
  }
}
.language-list {
  list-style: none;
  margin: 0;
  padding: 0 30px 30px;
}
.language-list li {
  padding: 10px;
}
.language-list li a {
  text-decoration: none;
  color: #292b2f;
  background-color: #eeeeee;
  padding: 10px;
  display: block;
  line-height: 10px;
}
.language-list li a:hover {
  text-decoration: none;
  background-color: #40444a;
  color: #FFF;
}
.language-list li a .flag {
  margin-right: 10px;
  width: 20px;
  height: 14px;
  display: inline-block;
}

.load-placeholder {
  background-color: transparent;
  margin-bottom: 10px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.load-placeholder * {
  display: none;
}

/*.load-placeholder:before {
  content:"";
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 5px solid $background-color-base-light;
  border-bottom-color: transparent;
  height: 60px;
  width: 60px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}*/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal.fade {
  opacity: 1;
}

.fade,
.login-modal.fade,
.login-modal.fade .modal-dialog,
.modal.fade .modal-dialog,
.modal.in .modal-dialog {
  transform: translate(0, 0);
  transition: transform 0;
}

.form-modal .req {
  border: 0;
  color: #61ce42;
  text-decoration: none;
}
.form-modal .modal-content {
  box-shadow: 0;
}
.phone .form-modal .modal-dialog {
  padding: 0;
}
.form-modal .modal-body {
  padding: 25px 55px;
}
.phone .form-modal .modal-body {
  padding: 10px 25px;
}
.form-modal .modal-body > p:last-child {
  margin: 0;
}
.form-modal .modal-title {
  margin-bottom: 25px;
}
.phone .form-modal .modal-title {
  margin-bottom: 10px;
}
.form-modal .modal-title .modal-title-subline {
  display: block;
}
.form-modal .hr {
  margin: 0 0 15px;
  position: relative;
  text-align: center;
}
.form-modal .hr hr {
  border-color: #c0bfc0;
  display: block;
  position: absolute;
  top: -12px;
  width: 100%;
}
.form-modal .hr span {
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  padding: 0 15px;
}
.form-modal .close {
  color: #2c2629;
  float: none;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
}
.form-modal .close:active {
  color: #61ce42;
}
.form-modal .login-buttons {
  margin-bottom: 15px;
}
.form-modal .login-buttons a.btn-googleplus,
.form-modal .login-buttons button {
  margin-top: 10px;
  text-decoration: none;
  width: 100%;
}
.form-modal .login-buttons a.btn-googleplus:first-child,
.form-modal .login-buttons button:first-child {
  margin-top: 0;
}
.form-modal a {
  color: #504B4B;
}
.form-modal .btn, .form-modal .btn-search, .form-modal .btn-integrate,
.form-modal .btn-app, .form-modal .btn-facebook,
.form-modal .btn-googleplus {
  color: #fff;
}

.message-container {
  margin-top: 2em;
}
.message-container:first-child {
  margin-top: 0;
}

.modal-form {
  background-color: #E6E6E6;
  padding: 25px 20px 30px;
  margin: 0 -20px 25px;
  /*.form-control-feedback {
  	&:after {
  		@extend %icon-check;
  		color: $text-color-primary;
  		vertical-align: -2px;
  	}
  }*/
}
.phone .modal-form {
  padding: 10px 10px 15px;
  margin: 0 -10px 15px;
}
.modal-form .form-group:last-child {
  margin-bottom: 0;
}
.modal-form .checkbox {
  line-height: 1.1em;
}
.modal-form .checkbox label {
  line-height: 1.1em;
}
.modal-form .alert {
  margin-bottom: 0;
}
.modal-form .alert-danger {
  background-color: #F4CED6;
  border: 0;
  color: #C1272D;
}
.modal-form .alert-danger a {
  color: #C1272D;
}
.modal-form .form-control {
  background-color: #fff;
}
.modal-form .has-warning .form-control {
  border-color: #BE1E2D;
}
.modal-form input[type="checkbox"].has-error {
  outline: 1px solid #BE1E2D;
}
.modal-form input[type="checkbox"].has-error:checked {
  outline: none;
}
.modal-form span.has-error {
  color: #BE1E2D;
}
.modal-form .help-block {
  color: #504B4B;
}
.modal-form label a {
  font-weight: bold;
  color: #4cb12e;
}
.modal-form label a:link, .modal-form label a:visited {
  text-decoration: none;
}
.modal-form label a:active, .modal-form label a:hover, .modal-form label a:focus {
  text-decoration: underline;
}

.recaptcha_only_if_incorrect_sol {
  color: #BE1E2D;
}

.player-wrapper > .player-inner-wrapper > .nav-main {
  position: relative;
  left: 0;
  top: 0;
  max-width: 940px;
  z-index: 40;
  width: 100%;
  height: 41px;
  background-color: #252727;
}
.player-wrapper > .player-inner-wrapper > .nav-main:hover {
  max-height: none;
}
.ui-scrollfix .player-wrapper > .player-inner-wrapper > .nav-main:not(.hovered) {
  height: auto;
  background: transparent;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul {
  margin: 0;
  padding: 0 15px 0 15px;
  white-space: nowrap;
  transition: opacity 300ms ease-out;
  opacity: 1;
  position: relative;
  z-index: 3;
}
.ui-scrollfix .player-wrapper > .player-inner-wrapper > .nav-main > ul:not(.hovered) {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul.off {
  opacity: 0;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 6px 0 0 0;
  line-height: 32px;
  font-family: DINWebPro-Cond, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  white-space: normal;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > a {
  color: #ffffff;
  text-decoration: none;
  cursor: default;
  padding: 0 0 8px 0 !important;
  margin: 0 15px;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: border-bottom-color 300ms linear;
  z-index: 5;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li a[data-badge]:not([data-badge="-"]):after {
  display: inline-block;
  content: attr(data-badge);
  position: relative;
  top: -1px;
  padding: 2px 4px 0 4px;
  margin-left: 7px;
  color: #fff;
  font-family: DINWebPro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 4px;
  background-color: #758ea2;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.active > a {
  color: #64e346;
  border-bottom-color: #64e346;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.off {
  display: none;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.magazine {
  top: 0;
  right: 5px;
  margin-top: 5px;
  margin-right: -10px;
  padding: 2px 5px 0 5px;
  float: right;
  font-family: DINWebPro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-transform: none;
  border-bottom-color: #252727;
  background-color: #61ce42;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.magazine.active {
  border-bottom-color: #252727;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.magazine > a {
  color: #fff;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.magazine:hover > a {
  color: #fff;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more.active {
  border-bottom-color: transparent;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more > a {
  color: #828891;
  text-decoration: none;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more.active > a {
  color: #64e346;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more > svg.icon {
  fill: #828891;
  width: 10px;
  height: 10px;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more.active > svg.icon-arrow-down {
  fill: #64e346;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more > svg.icon-arrow-right {
  display: none;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu {
  position: absolute;
  left: 0;
  right: 0;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #252727;
  transition: opacity 300ms linear;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu-with-teasers {
  position: absolute;
  left: 0;
  right: 0;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #252727;
  transition: opacity 300ms linear;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu-with-teasers ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu-with-teasers li {
  margin: 0;
  float: none !important;
  display: inline-block;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.active > .submenu {
  display: block;
  opacity: 1;
  z-index: 4;
  max-height: none;
  max-width: none;
  margin-top: 0;
  padding: 20px 30px 0 30px;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.active > .submenu ul {
  line-height: 1.375;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.active > .submenu-with-teasers {
  opacity: 1;
  z-index: 4;
  max-height: none;
  max-width: none;
  overflow: visible;
  margin-top: 0;
  padding: 17px 29px 0;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.active > .submenu-with-teasers ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.375;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu > ul > li {
  display: block;
  float: left;
  width: 20%;
  font-family: DINWebPro-Bold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  padding: 8px 0;
  height: 30px;
  text-align: left;
  white-space: normal;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu > ul > li a {
  text-decoration: none;
  color: #828891;
  display: inline-block;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu > ul > li a:hover {
  color: #61ce42;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li .subtitle {
  color: #fff;
  font-family: DINWebPro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 10px;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li .outlink {
  float: right;
  line-height: normal;
  margin: 23px 10px 32px 0;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li .outlink a {
  font-family: DINWebPro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li .outlink a > svg.icon {
  fill: #61ce42;
  width: 10px;
  height: 10px;
  margin-left: 7px;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li .outlink a:hover {
  color: #64e346;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li .outlink a:hover > svg.icon {
  fill: #64e346;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > ul.submenu--classic {
  left: inherit;
  right: 0;
  max-width: 280px;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li.active > ul.submenu--classic {
  margin: 0 0 0 -50px;
  padding: 20px 30px;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > ul.submenu--classic > li {
  float: none;
  width: 100%;
  height: auto;
  padding: 0;
  line-height: 32px;
  font-family: DINWebPro-Bold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > ul.submenu--classic > li > a {
  display: block;
  color: #828891;
  font-size: 15px;
  text-decoration: none;
  text-transform: none;
}
.no-mobile .player-wrapper > .player-inner-wrapper > .nav-main > ul > li > ul.submenu--classic > li:hover > a {
  color: #64e346;
}

/* Adjusting teaser size in menu */
.nav-main {
  counter-reset: navi-top-stations-counter;
}
.nav-main .article-teaser {
  width: 294px;
  -ms-flex-preferred-size: 294px;
      flex-basis: 294px;
  min-width: 1px;
}
.nav-main .station-teaser,
.nav-main .station-teaser-sponsored {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  width: 20%;
  max-width: 20%;
  min-width: 1px;
}
.nav-main .station-teaser .station-teaser-title,
.nav-main .station-teaser .station-teaser-tags,
.nav-main .station-teaser-sponsored .station-teaser-title,
.nav-main .station-teaser-sponsored .station-teaser-tags {
  color: #828891;
  text-transform: none;
  font-size: 13px;
  line-height: 1.3;
}
.nav-main .station-teaser .station-teaser-tags,
.nav-main .station-teaser-sponsored .station-teaser-tags {
  font-family: DINWebPro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu-with-teasers li.station-teaser-sponsored {
  display: none;
  overflow: hidden;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu-with-teasers li.station-teaser-sponsored.ad-shown {
  display: inline-block;
}
.player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu-with-teasers li.station-teaser-sponsored iframe {
  width: 100%;
  height: 228px;
}
@media (max-width: 1023px) {
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu-with-teasers li.station-teaser-sponsored iframe {
    height: 218px;
  }
}
@media (max-width: 767px) {
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu-with-teasers li.station-teaser-sponsored iframe {
    height: 218px;
  }
}
.nav-main > ul > li:nth-child(1) .station-teaser-img-wrap {
  counter-increment: navi-top-stations-counter;
}
.nav-main > ul > li:nth-child(1) .station-teaser-img-wrap:after {
  content: counter(navi-top-stations-counter);
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 11;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  padding-top: 3px;
  text-align: center;
  background-color: #6b7277;
}
@media (max-width: 1023px) {
  .nav-main .article-teaser {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .nav-main .article-teaser:nth-of-type(1n+3) {
    display: none;
  }
  .nav-main > ul > li > .submenu-with-teasers li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .nav-main .station-teaser:nth-of-type(1n+9) {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav-main .station-teaser {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
  }
}
@media (max-width: 624px) {
  .nav-main .article-teaser {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .nav-main .station-teaser {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    width: 33.3%;
  }
}
@media (max-width: 475px) {
  .nav-main .station-teaser {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }
}

/* tablet */
@media (max-width: 1024px) {
  #content.active-navibar {
    margin-top: -6px;
  }

  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li > .submenu > ul > li a {
    display: block;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-binding: url('xml/ellipsis.xml#ellipsis');
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li > ul.submenu--classic > li {
    width: 100%;
  }
}
/* mobile */
@media (max-width: 767px) {
  .player-wrapper > .player-inner-wrapper > .nav-main {
    height: 38px;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul {
    padding-right: 0;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li {
    margin: 0 10px;
    padding: 4px 0 2px 0;
    border-bottom-style: none;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li > a:before, .player-wrapper > .player-inner-wrapper > .nav-main > ul > li > a:after {
    display: none;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.magazine {
    position: static;
    margin-top: 0;
    padding: 5px;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    margin: 0 0 0 10px;
    background-color: #40444a;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more.deep-progress {
    top: 0;
    width: 38px;
    height: 38px;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more.off {
    display: none;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more > a {
    display: none;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more > svg.icon {
    fill: #8f9091;
    width: 12px;
    height: 12px;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more > svg.icon-arrow-right {
    display: inherit;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more > svg.icon-arrow-down {
    display: none;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.more > .submenu-fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 30px;
    margin-top: -30px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li:hover > ul.submenu:not(.submenu--classic), .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.active > ul.submenu:not(.submenu--classic) {
    display: none;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li > ul.submenu--classic {
    display: block;
    position: fixed;
    left: inherit;
    right: inherit;
    top: inherit;
    width: 100%;
    max-width: none;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.active > ul.submenu--classic {
    display: block;
    max-height: 0;
    overflow-y: scroll;
    margin: 0;
    padding: 15px 14px 35px 14px;
    border-top: 2px solid #40444a;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.active > ul.submenu--classic > a {
    display: block;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li.active > .submenu-fade {
    display: block;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li > ul.submenu--classic > li {
    white-space: normal;
    width: 100%;
    line-height: 42px;
  }
  .player-wrapper > .player-inner-wrapper > .nav-main > ul > li > ul.submenu--classic > li a.magazine__link {
    display: inline;
    font-family: DINWebPro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-transform: none;
    padding: 10px;
    color: #fff;
    border-bottom-color: #252727;
    background-color: #64e346;
  }
}
.nav-main-overlay {
  z-index: 1020;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 100ms;
}
.nav-main-overlay.active {
  height: 100%;
  opacity: 1;
}

/** MOBILE FIRST */
.newsletter-2016 {
  padding: 15px 20px 20px 20px;
  background-color: #eeeeee;
}
.newsletter-2016__icon {
  text-align: center;
}
.newsletter-2016__icon .icon {
  fill: #bdc3c4;
  width: 128px;
  height: 96px;
}
.newsletter-2016__email {
  margin-top: 17px;
}
.newsletter-2016__email input {
  text-align: center;
  background-color: #fff;
}
.newsletter-2016__info {
  margin-top: 17px;
  text-align: left;
}

/* small tablet (321 <=> 767) */
/* ipad portrait */
@media (min-width: 768px) {
  .newsletter-2016__icon {
    float: left;
    width: 220px;
  }
  .newsletter-2016__email input {
    text-align: left;
    width: 380px;
    max-width: 380px;
  }
  .newsletter-2016__email, .newsletter-2016__captcha, .newsletter-2016__info {
    margin-left: 225px;
  }
}
/* desktop */
@media (min-width: 1024px) {
  .newsletter-2016__icon {
    width: 300px;
  }
  .newsletter-2016__email, .newsletter-2016__captcha, .newsletter-2016__info {
    margin-left: 300px;
  }
}
.newsletter {
  padding-top: 20px;
}

.newsletter-heading {
  margin-bottom: 10px;
}

.newsletter-captcha-reload {
  margin-top: 10px;
}

.newsletter-captcha .newsletter-submit-wrapper {
  text-align: right;
}
.newsletter-captcha .newsletter-submit-wrapper button {
  width: 100%;
}
.newsletter-captcha > .form-group {
  clear: left;
}

.newsletter-subscription .newsletter-heading {
  text-align: center;
  margin: 0 0 5px;
}

.infobox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.infobox-wrap-table {
  display: table;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  font-family: DINWebPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.infobox-wrap-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}

.infobox-overflow {
  max-height: 100%;
  overflow-y: auto;
}

.infobox-wrap {
  width: 650px;
  background-color: #eee;
  display: inline-block;
  position: relative;
  padding: 40px 20px 20px;
  box-shadow: 0 0 5px #222;
}
.infobox-wrap.infobox-wrap-full {
  width: 100%;
}

.infobox-close-text {
  position: absolute;
  top: 20px;
  right: 35px;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.infobox-close {
  font-size: 24px;
  line-height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: bolder;
  cursor: pointer;
}
.infobox-close .icon {
  text-decoration: none;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.infobox-title {
  font-size: 28px;
  font-family: DINWebPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: .4px;
  color: black;
  max-width: 450px;
  margin: 0 auto 30px !important;
}

.infobox-subtitle {
  font-size: 20px;
  font-family: DINWebPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: .4px;
  color: black;
  max-width: 550px;
  margin: 0 0 20px;
}

.pager {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.pager a:link, .pager a:visited {
  text-decoration: none;
}
.pager a:active, .pager a:hover, .pager a:focus {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .pager a {
    font-size: 10px;
  }
}
.pager .next,
.pager .previous {
  top: 0;
  display: block;
  position: absolute;
}
.pager .previous {
  left: 0;
}
.pager .previous .icon {
  fill: #54595f;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .pager .previous .icon {
    width: 6px;
    height: 6px;
  }
}
.pager .next {
  right: 0;
}
.pager .next .icon {
  fill: #54595f;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .pager .next .icon {
    width: 6px;
    height: 6px;
  }
}

.pagination {
  color: #54595f;
  text-align: center;
  padding: 0;
}
.pagination a {
  text-decoration: none;
}
.pagination li {
  display: inline-block;
  padding: 0;
  text-align: center;
  vertical-align: bottom;
}
.pagination li:hover {
  background-color: #ccc;
}
.pagination li a {
  color: #54595f;
  vertical-align: bottom;
  height: 30px;
  padding: 6px 10px;
  display: block;
}
.pagination .pagination-boundary-link a,
.pagination .pagination-direction-link a {
  fill: #54595f;
  display: inline-block;
  visibility: hidden;
  padding: 0;
  width: 30px;
}
.pagination .pagination-boundary-link .icon,
.pagination .pagination-direction-link .icon {
  visibility: visible;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -1px;
  padding: 6px 6px 6px 8px;
}
.pagination .disabled a,
.pagination .active a {
  cursor: default;
}
.pagination .disabled:hover,
.pagination .active:hover {
  background: none;
  background-color: transparent;
}
.pagination .active {
  color: #61ce42;
}
.pagination .active a {
  color: #61ce42;
}
.pagination .disabled a {
  color: #ccc;
}
.pagination .disabled a .icon {
  fill: #ccc;
}
@media (max-width: 480px) {
  .pagination .pagination-boundary-link {
    display: none;
  }
  .pagination li {
    display: none;
  }
  .pagination li.active,
  .pagination li.pagination-direction-link {
    display: inline-block;
  }
}

.play-station-wrapper p {
  text-align: center;
}

.play-button-wrap {
  height: 32px;
  width: 32px;
  float: left;
  position: relative;
  z-index: 2;
}
.play-button-wrap .icon-play-circle {
  height: inherit;
  width: inherit;
  display: block;
  border-radius: 50%;
  border: 2px solid #61ce42;
  position: relative;
  left: -5px;
  cursor: pointer;
}
.play-button-wrap .icon-play-circle.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.play-button-wrap .icon-play-circle:hover {
  border-color: #4cb12e;
}
.play-button-wrap .icon-play-circle:hover .icon {
  fill: #4cb12e;
}
.play-button-wrap .icon-play-circle .icon {
  padding: 8px;
  width: 30px;
  height: 30px;
  fill: #61ce42;
}
.play-button-wrap .icon-play-circle .icon-play {
  /** firefox css hack */
}
@supports (-moz-appearance: none) and (display: contents) {
  .play-button-wrap .icon-play-circle .icon-play {
    margin-left: 1px;
  }
}
.play-button-wrap .icon-play-circle .icon-pause {
  display: none;
  margin-left: 0px;
}
.play-button-wrap .icon-play-circle.playing .icon-pause {
  display: inline-block;
  padding: 8px 8px 8px 6px;
  /** firefox css hack */
}
@supports (-moz-appearance: none) and (display: contents) {
  .play-button-wrap .icon-play-circle.playing .icon-pause {
    padding-left: 6px;
  }
}
.play-button-wrap .icon-play-circle.playing .icon-play {
  display: none;
}

.podcast-episodes {
  border-top: 1px solid #bdbbbc;
}
.podcast-episodes h3 {
  display: inline-block;
}
.podcast-episodes .paging {
  margin-top: 27px;
  float: right;
}

@media (max-width: 1023px) {
  .popular-stations-wrapper .headline-medium-center {
    font-size: 24px;
  }
}

.position-indicator {
  height: 32px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
.position-indicator li {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  width: 16px;
  font-size: 16px;
}
.position-indicator li a {
  border-radius: 20px;
  display: block;
  text-indent: 10000em;
  overflow: hidden;
  width: 6px;
  height: 6px;
  margin: 13px 5px;
  cursor: pointer;
}
.position-indicator li.current a {
  height: 8px;
  width: 8px;
  margin: 12px 4px;
}

#content > #section-prime {
  margin: 0;
}

.prime-info-wrapper {
  border-top: 1px solid #e6e6e6;
  background-color: #eeeeee;
  text-align: center;
}
.prime-info-wrapper a {
  display: inline-block;
}

.privacy-policy-counting {
  counter-reset: section;
}
.privacy-policy-counting .container, .privacy-policy-counting .faq > ul, .privacy-policy-counting .profile-header, .privacy-policy-counting .profile-content .form-horizontal, .profile-content .privacy-policy-counting .form-horizontal, .privacy-policy-counting .content-text, .privacy-policy-counting .stationdetail-wrapper, .privacy-policy-counting .tabcarousel-container, .privacy-policy-counting .tracklisting-wrapper {
  counter-reset: subsection;
}
.privacy-policy-counting .container h2, .privacy-policy-counting .faq > ul h2, .privacy-policy-counting .profile-header h2, .privacy-policy-counting .profile-content .form-horizontal h2, .profile-content .privacy-policy-counting .form-horizontal h2, .privacy-policy-counting .content-text h2, .privacy-policy-counting .stationdetail-wrapper h2, .privacy-policy-counting .tabcarousel-container h2, .privacy-policy-counting .tracklisting-wrapper h2 {
  counter-increment: section;
}
.privacy-policy-counting .container h2:before, .privacy-policy-counting .faq > ul h2:before, .privacy-policy-counting .profile-header h2:before, .privacy-policy-counting .profile-content .form-horizontal h2:before, .profile-content .privacy-policy-counting .form-horizontal h2:before, .privacy-policy-counting .content-text h2:before, .privacy-policy-counting .stationdetail-wrapper h2:before, .privacy-policy-counting .tabcarousel-container h2:before, .privacy-policy-counting .tracklisting-wrapper h2:before {
  content: counter(section) ". ";
}
.privacy-policy-counting .container h3, .privacy-policy-counting .faq > ul h3, .privacy-policy-counting .profile-header h3, .privacy-policy-counting .profile-content .form-horizontal h3, .profile-content .privacy-policy-counting .form-horizontal h3, .privacy-policy-counting .content-text h3, .privacy-policy-counting .stationdetail-wrapper h3, .privacy-policy-counting .tabcarousel-container h3, .privacy-policy-counting .tracklisting-wrapper h3 {
  counter-increment: subsection;
}
.privacy-policy-counting .container h3:before, .privacy-policy-counting .faq > ul h3:before, .privacy-policy-counting .profile-header h3:before, .privacy-policy-counting .profile-content .form-horizontal h3:before, .profile-content .privacy-policy-counting .form-horizontal h3:before, .privacy-policy-counting .content-text h3:before, .privacy-policy-counting .stationdetail-wrapper h3:before, .privacy-policy-counting .tabcarousel-container h3:before, .privacy-policy-counting .tracklisting-wrapper h3:before {
  content: counter(section) "." counter(subsection) " ";
}

.profile-content {
  padding-bottom: 24px;
}
.profile-content .profile-image-wrap {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.profile-content .profile-image-wrap .img-circle {
  overflow: hidden;
  width: auto;
  height: 100%;
  border-radius: 0;
}
.profile-content .tabcarousel.tabcarousel-with-navigation {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .profile-content .form-horizontal {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .profile-content .form-horizontal .row, .profile-content .form-horizontal .tt-dropdown-menu section, .tt-dropdown-menu .profile-content .form-horizontal section, .profile-content .form-horizontal .stationdetail {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .profile-content .radio-list li {
    display: inline-block;
    margin-right: 25px;
  }
}
.profile-content .tabcarousel .container .alert, .profile-content .tabcarousel .faq > ul .alert, .profile-content .tabcarousel .profile-header .alert, .profile-content .tabcarousel .form-horizontal .alert, .profile-content .tabcarousel .content-text .alert, .profile-content .tabcarousel .stationdetail-wrapper .alert, .profile-content .tabcarousel .tabcarousel-container .alert, .profile-content .tabcarousel .tracklisting-wrapper .alert {
  margin-top: 7px;
}

.profile-footer a {
  line-height: 38px;
}

.profile-dropdown-login-link {
  color: #e6e6e6;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding-top: 29px;
  padding-bottom: 15px;
  display: inline-block;
  opacity: .2;
  cursor: none;
  text-decoration: none;
}
.profile-dropdown-login-link:link, .profile-dropdown-login-link:visited, .profile-dropdown-login-link:active, .profile-dropdown-login-link:hover, .profile-dropdown-login-link:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.profile-dropdown-login-link .icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  fill: currentColor;
}
@media (max-width: 767px) {
  .profile-dropdown-login-link {
    font-size: 10px;
  }
  .profile-dropdown-login-link span {
    display: none;
  }
}
.profile-dropdown-login-link.enabled {
  cursor: pointer;
  opacity: 1;
}
.profile-dropdown-login-link.enabled:link, .profile-dropdown-login-link.enabled:visited {
  color: #e6e6e6;
  text-decoration: none;
}
.profile-dropdown-login-link.enabled:active, .profile-dropdown-login-link.enabled:hover, .profile-dropdown-login-link.enabled:focus {
  color: #e6e6e6;
  text-decoration: underline;
}

.top-bar-dropdown-listing-favourites .icon, .top-bar-dropdown-listing-recently .icon, .profile-dropdown-account-link a .icon, .profile-dropdown-logout-link a .icon {
  fill: currentColor;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .top-bar-dropdown-listing-favourites .icon, .top-bar-dropdown-listing-recently .icon, .profile-dropdown-account-link a .icon, .profile-dropdown-logout-link a .icon {
    margin-right: 5px;
  }
}

/*
.top-bar-dropdown-listing-recently:before {
	@extend %icon-clock;
}

.profile-dropdown-account-link a:before {
	@extend %icon-user;
}

.profile-dropdown-logout-link a:before {
	@extend %icon-logout;
}*/
.profile-dropdown-toggle {
  display: block;
  padding: 22px 1.25em 15px;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .profile-dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.profile-dropdown-toggle img {
  border-radius: 100px;
  height: 25px;
}

#profile-dropdown {
  position: relative;
  color: #eeeeee;
}
@media (max-width: 767px) {
  #profile-dropdown {
    position: initial;
  }
}
#profile-dropdown .profile-dropdown-listing {
  position: relative;
  *zoom: 1;
}
#profile-dropdown .profile-dropdown-listing:after {
  content: "";
  display: table;
  clear: both;
}
#profile-dropdown .list-inline, #profile-dropdown .footer-worldwide-links, #profile-dropdown .pager {
  clear: both;
}
#profile-dropdown .top-bar-link {
  line-height: 16px;
}
#profile-dropdown .top-bar-link .icon {
  width: 8px;
  height: 8px;
  display: inline-block;
  fill: currentColor;
  margin-left: 6px;
}
#profile-dropdown .pull-left, #profile-dropdown .player-logo, #profile-dropdown .player-station-logo, #profile-dropdown .tt-suggestion .tt-suggestion-image, .tt-suggestion #profile-dropdown .tt-suggestion-image, #profile-dropdown .tt-suggestion-text {
  margin-right: 1.07143em;
}
#profile-dropdown .dropdown-menu {
  min-width: 300px;
}
#profile-dropdown .dropdown-menu ul {
  padding: 0.85714em 0 0;
}
#profile-dropdown .dropdown-menu a {
  color: #eeeeee;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
#profile-dropdown .dropdown-menu a:link, #profile-dropdown .dropdown-menu a:visited {
  background: none;
  color: #eeeeee;
}
#profile-dropdown .dropdown-menu a:active, #profile-dropdown .dropdown-menu a:hover, #profile-dropdown .dropdown-menu a:focus {
  background: none;
  color: #61ce42;
}
#profile-dropdown .dropdown-menu a img {
  height: 44px;
  width: 44px;
}

.profile-dropdown-account-link > a,
.profile-dropdown-logout-link > a {
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .radio-features-wrapper .headline-medium-center {
    font-size: 24px;
  }
}
.radio-features-wrapper ul.radio-features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 21px;
}
@media (min-width: 767px) {
  .radio-features-wrapper .carousel-items {
    width: auto !important;
  }
  .radio-features-wrapper .feature-icon {
    margin-bottom: 30px;
  }
}
.radio-features-wrapper li.feature {
  width: 32%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.radio-features-wrapper li.feature .quiet {
  font-size: 16px;
  display: block;
}
.radio-features-wrapper li.feature:nth-child(3n) + li {
  clear: both;
}
@media (max-width: 767px) {
  .radio-features-wrapper > .container, .faq.radio-features-wrapper > ul, .radio-features-wrapper > .profile-header, .profile-content .radio-features-wrapper > .form-horizontal, .radio-features-wrapper > .content-text, .radio-features-wrapper > .stationdetail-wrapper, .radio-features-wrapper > .tabcarousel-container, .radio-features-wrapper > .tracklisting-wrapper {
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .radio-features-wrapper li.feature {
    float: left;
    margin: 0 5vw 24px;
    padding: 0;
    width: 40vw;
  }
  .radio-features-wrapper li.feature:nth-child(3n) + li.feature {
    clear: none;
  }
}

#content-wrapper .recommended-stations {
  background-color: #2c2629;
  padding: 15px 10px 10px;
  border-top: 3px solid #61ce42;
  position: relative;
}
#content-wrapper .recommended-stations:after {
  height: 0;
  width: 0;
  content: '';
  margin-left: -8px;
  border-top: 8px solid transparent;
  border-right: 8px solid #2c2629;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 100px;
  left: 0;
  display: block;
}
@media (max-width: 1023px) {
  #content-wrapper .recommended-stations:after {
    height: 0;
    width: 0;
    content: '';
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #61ce42;
    position: absolute;
    top: -19px;
    left: 50%;
    display: block;
  }
}
#content-wrapper .recommended-stations ul {
  margin: 0;
  padding: 0;
  border: 0;
}
#content-wrapper .recommended-stations li .stationinfo:last-child, #content-wrapper .recommended-stations li .faq-item:last-child, #content-wrapper .recommended-stations li .language-info:last-child, #content-wrapper .recommended-stations li .stationinfo-extended:last-child, #content-wrapper .recommended-stations li .stationinfo-dummy:last-child {
  margin-bottom: 0;
}
#content-wrapper .recommended-stations-heading {
  text-align: center;
  margin-bottom: 15px;
}

#section-stationdetail {
  position: relative;
}
#section-stationdetail .recents-sidebar-topline {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 1px;
  background-color: #e6e6e6;
}

.recent-sidebar-wrap {
  position: relative;
}

.recents-sidebar {
  position: absolute;
  left: -57px;
  top: 0;
  width: 56px;
  z-index: 201;
}
.recents-sidebar li.sidebar-recents-icon, .recents-sidebar li.more-icon, .recents-sidebar li.sidebar-top-icon, .recents-sidebar li.sidebar-genres-icon {
  border: 0;
  position: relative;
}
.recents-sidebar li.sidebar-recents-icon a, .recents-sidebar li.sidebar-recents-icon span, .recents-sidebar li.more-icon a, .recents-sidebar li.more-icon span, .recents-sidebar li.sidebar-top-icon a, .recents-sidebar li.sidebar-top-icon span, .recents-sidebar li.sidebar-genres-icon a, .recents-sidebar li.sidebar-genres-icon span {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}
.recents-sidebar li.sidebar-genres-icon, .recents-sidebar li.sidebar-recents-icon, .recents-sidebar li.sidebar-top-icon {
  width: 42px;
  height: 42px;
  padding: 8px;
}
.recents-sidebar li.sidebar-genres-icon .icon, .recents-sidebar li.sidebar-recents-icon .icon, .recents-sidebar li.sidebar-top-icon .icon {
  width: 100%;
  height: 100%;
  fill: #bdbbbc;
}
.recents-sidebar li.more-icon {
  top: 0;
  left: 0;
  border: 1px solid #ddd;
  width: 42px;
  height: 42px;
}
.recents-sidebar li.more-icon .icon {
  padding: 13px;
  width: 100%;
  height: 100%;
  fill: #bdbbbc;
  stroke: #bdbbbc;
  stroke-width: 1px;
}
.recents-sidebar ul {
  background-color: #FFF;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0 0 20px;
}
.recents-sidebar ul li {
  margin: 6px 6px 0 6px;
  border: 1px solid #ddd;
  width: 44px;
  height: 44px;
  float: left;
}
.recents-sidebar ul li a {
  display: inline-block;
}
.recents-sidebar ul li img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1150px) {
  .recents-sidebar {
    display: none;
  }
}
@media only screen and (max-width: 894px) {
  .recents-sidebar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .register-modal .modal-dialog {
    width: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .register-modal .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.search-footer {
  margin-bottom: 0;
}

.search-filter li > a {
  display: block;
  line-height: 38px;
  position: relative;
  padding-right: 15px;
  padding-left: 10px;
  padding-top: 3px;
  cursor: pointer;
}
.search-filter li > a .icon {
  fill: #292b2f;
  position: absolute;
  top: 14px;
  right: 17px;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.search-filter li > a.active, .search-filter li > a:hover {
  text-decoration: none;
  color: #4cb12e;
  box-shadow: 0 1px #d9d9d9;
}
.search-filter li > a.active .icon, .search-filter li > a:hover .icon {
  fill: #4cb12e;
}

.search-title-container {
  background: #FFF;
}

.share-embedded .ng-app-embedded {
  text-align: center;
}
.share-embedded .infobox-title {
  text-align: center;
}
.share-embedded .share-embedded-button {
  background: #40444a;
  color: #ffffff;
  padding: 2px 8px 0;
  line-height: 30px;
  font-style: normal;
  margin: 8px 0;
  white-space: nowrap;
  border: 0;
}
.share-embedded .share-embedded-button:hover {
  background: #6e737c;
}
.share-embedded .player-controls-and-info {
  float: none !important;
}
.share-embedded .player-info-wrapper {
  padding-right: 0 !important;
}
.share-embedded #player .player-inner-wrapper-left {
  margin-right: 0;
  padding-right: 0;
}
.share-embedded .embeded-radio-player {
  overflow: hidden;
  text-align: left;
}
.share-embedded .player-inner-wrapper {
  width: auto !important;
}
.share-embedded .share-body {
  padding: 10px;
  margin: 0 0 10px;
  background: #dadadc;
}
.share-embedded .share-header {
  padding: 0;
  margin: 0;
  overflow: visible;
  height: 40px;
}
.share-embedded h4 {
  text-align: center;
  padding: 5px;
}
.share-embedded .embeded-radio-player {
  display: inline-block;
  text-align: left;
}
.share-embedded hr {
  border: 1px solid #bdbbbc;
}
.share-embedded .social-icon {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.share-embedded .social-icon svg {
  width: 64px;
  height: 64px;
}
.share-embedded .social-icon.icon-facebook {
  fill: #3b5998;
}
.share-embedded .social-icon.icon-twitter {
  border-radius: 5px;
  fill: #dadadc;
}
.share-embedded .social-icon.icon-twitter:after {
  background-color: #00aced;
  border-radius: 8px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  bottom: 11px;
  left: 5px;
  right: 4px;
  z-index: -1;
}
.share-embedded .social-icon.icon-gplus {
  fill: #dd4b39;
}
.share-embedded .container-center {
  margin: 0 auto;
}
.share-embedded .width-input {
  width: 45px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  float: left;
  text-align: center;
}
.share-embedded .share-table {
  width: 100%;
  margin-top: 25px;
  font-size: 14px;
  text-align: left;
}
.share-embedded .share-table .title {
  padding-right: 12px;
}
.share-embedded .share-table tr td {
  padding-bottom: 10px;
}
.share-embedded textarea {
  height: 150px;
  width: 100%;
}
.share-embedded .position-relative {
  position: relative;
}
.share-embedded .copy-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 3px 5px;
  background-color: #bdbbbc;
  color: black;
  cursor: pointer;
}

.lt-ie10 #copy-button, .lt-ie9 #copy-button {
  display: none;
}

.stationdetail-social .social {
  display: inline-block;
  height: 20px;
  line-height: 19px;
  vertical-align: bottom;
  float: left;
}
@media only screen and (max-width: 9999998px) {
  .stationdetail-social .social {
    margin: 0 5px 0 0 !important;
  }
}
.stationdetail-social .social-facebook .btn-facebook-wrap {
  cursor: pointer;
  background-color: #3b5998;
  border-radius: 3px;
  display: inline-block;
}
.stationdetail-social .social-facebook .btn-facebook-wrap .logo-facebook {
  color: #fff;
  margin: 3px 5px 3px 3px;
  font-size: 11px;
  display: inline-block;
  font-family: sans-serif;
  text-transform: none;
}
.stationdetail-social .social-facebook .btn-facebook-wrap .logo-facebook .icon {
  width: 15px;
  height: 15px;
  fill: currentColor;
  margin: 2px 5px 2px 2px;
  display: inline-block;
  float: left;
}
.stationdetail-social .social-facebook .fb-share-count {
  margin-left: 5px;
  border: 1px solid #3b5998;
  font-size: 11px;
  line-height: 21px;
  position: relative;
  padding: 0px 5px;
  display: inline-block;
  box-sizing: border-box;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  color: #3b5998;
}
.stationdetail-social .social-facebook .fb-share-count:before {
  content: "";
  border: 5px solid transparent;
  border-right-color: #3b5998;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.stationdetail-social .social-facebook .fb-share-count:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-right-color: #fff;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.stationdetail-social .social-twitter .twitter-share-button {
  cursor: pointer;
  background-color: #4099FF;
  border-radius: 3px;
  display: inline-block;
}
.stationdetail-social .social-twitter .twitter-share-button .logo-twitter {
  color: #fff;
  margin: 3px 5px 3px 3px;
  border-radius: 3px;
  font-size: 11px;
  display: inline-block;
  font-family: sans-serif;
  text-transform: none;
}
.stationdetail-social .social-twitter .twitter-share-button .logo-twitter .icon {
  width: 15px;
  height: 15px;
  fill: currentColor;
  margin: 2px 5px 2px 2px;
  display: inline-block;
  float: left;
}
.stationdetail-social .social-google .gplus-share-button {
  cursor: pointer;
  background-color: #dd4b39;
  border-radius: 3px;
  display: inline-block;
}
.stationdetail-social .social-google .gplus-share-button .logo-gplus {
  color: #fff;
  margin: 3px 5px 3px 3px;
  border-radius: 2px;
  font-size: 11px;
  display: inline-block;
  font-family: sans-serif;
  text-transform: none;
}
.stationdetail-social .social-google .gplus-share-button .logo-gplus .icon {
  width: 15px;
  height: 15px;
  fill: currentColor;
  margin: 2px 5px 2px 2px;
  display: inline-block;
  float: left;
}

.stationdetail {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.stationdetail.stationdetail-podcast {
  padding-bottom: 0;
  border-bottom: 0;
}

.stationdetail-image img {
  max-width: 201px;
  max-height: 201px;
  width: 100%;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .stationdetail-image {
    text-align: center;
  }
  .stationdetail-image img {
    max-width: 130px;
    max-height: 130px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .lt-ie9 .stationdetail-image img {
    width: 165px;
    height: 165px;
  }
}

.stationdetail-title {
  margin: -3px 0 4px;
  position: relative;
  word-wrap: break-word;
  /*.stationdetail-podcast & {
  	&:before {
  		@extend %icon-podcast;
  		@extend %text-color-primary;
  		font-size: 24px;
  		position: relative;
  		top: 1px;
  		left: -2px;
  		padding-right: 5px;
  	}
  }*/
}
@media only screen and (max-width: 767px) {
  .stationdetail-title {
    margin-top: 24px;
  }
}

.stationdetail-tags {
  line-height: 1.21429;
}
.stationdetail-tags br {
  clear: left;
}
.stationdetail-tags > a {
  color: #ffffff;
  background-color: #61ce42;
  padding: 0 8px;
  line-height: 32px;
  font-style: normal;
  margin: 4px;
  white-space: nowrap;
  float: left;
}
.stationdetail-tags > a:hover {
  background-color: #4cb12e;
  text-decoration: none;
}

.stationdetail-format {
  margin-bottom: 7px;
}

.stationdetail-url {
  line-height: 1.21429;
  letter-spacing: .05em;
  margin-bottom: 7px;
}

.stationdetail-social {
  height: 20px;
  margin: 5px 0 10px;
}

.stationinfo, .faq-item, .language-info, .stationinfo-extended, .stationinfo-dummy {
  box-shadow: 0 1px #d9d9d9;
  background: white;
  border: 1px solid transparent;
  position: relative;
  display: block;
  text-decoration: none;
}
.stationinfo span.highlight-search, .faq-item span.highlight-search, .language-info span.highlight-search, .stationinfo-extended span.highlight-search, .stationinfo-dummy span.highlight-search, .stationinfo .highlight-text, .faq-item .highlight-text, .language-info .highlight-text, .stationinfo-extended .highlight-text, .stationinfo-dummy .highlight-text {
  font-weight: bold;
  color: #292b2f;
}
.stationinfo .highlight-tags, .faq-item .highlight-tags, .language-info .highlight-tags, .stationinfo-extended .highlight-tags, .stationinfo-dummy .highlight-tags {
  font-weight: bold;
  color: #54595f;
}
.stationinfo:hover, .faq-item:hover, .language-info:hover, .stationinfo-extended:hover, .stationinfo-dummy:hover {
  border-color: #61ce42;
}
.stationinfo.stationinfo-playing small, .stationinfo-playing.faq-item small, .stationinfo-playing.language-info small, .stationinfo-playing.stationinfo-extended small, .stationinfo-playing.stationinfo-dummy small {
  color: #eeeeee !important;
}
.stationinfo.stationinfo-playing .stationinfo-link .icon-play, .stationinfo-playing.faq-item .stationinfo-link .icon-play, .stationinfo-playing.language-info .stationinfo-link .icon-play, .stationinfo-playing.stationinfo-extended .stationinfo-link .icon-play, .stationinfo-playing.stationinfo-dummy .stationinfo-link .icon-play {
  display: block;
}
.stationinfo .stationinfo-link strong .icon-podcast, .faq-item .stationinfo-link strong .icon-podcast, .language-info .stationinfo-link strong .icon-podcast, .stationinfo-extended .stationinfo-link strong .icon-podcast, .stationinfo-dummy .stationinfo-link strong .icon-podcast {
  display: none;
}
.stationinfo.stationinfo-podcast .stationinfo-link strong .icon-podcast, .stationinfo-podcast.faq-item .stationinfo-link strong .icon-podcast, .stationinfo-podcast.language-info .stationinfo-link strong .icon-podcast, .stationinfo-podcast.stationinfo-extended .stationinfo-link strong .icon-podcast, .stationinfo-podcast.stationinfo-dummy .stationinfo-link strong .icon-podcast, .stationinfo.stationinfo-episode .stationinfo-link strong .icon-podcast, .stationinfo-episode.faq-item .stationinfo-link strong .icon-podcast, .stationinfo-episode.language-info .stationinfo-link strong .icon-podcast, .stationinfo-episode.stationinfo-extended .stationinfo-link strong .icon-podcast, .stationinfo-episode.stationinfo-dummy .stationinfo-link strong .icon-podcast {
  fill: #61ce42;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 3px;
}
.stationinfo.stationinfo-episode .stationinfo-link, .stationinfo-episode.faq-item .stationinfo-link, .stationinfo-episode.language-info .stationinfo-link, .stationinfo-episode.stationinfo-extended .stationinfo-link, .stationinfo-episode.stationinfo-dummy .stationinfo-link {
  height: 48px;
  padding: 10px 8px 9px;
  margin-right: 140px;
}
.stationinfo.stationinfo-episode .stationinfo-link strong, .stationinfo-episode.faq-item .stationinfo-link strong, .stationinfo-episode.language-info .stationinfo-link strong, .stationinfo-episode.stationinfo-extended .stationinfo-link strong, .stationinfo-episode.stationinfo-dummy .stationinfo-link strong,
.stationinfo.stationinfo-episode .stationinfo-link small,
.stationinfo-episode.faq-item .stationinfo-link small,
.stationinfo-episode.language-info .stationinfo-link small,
.stationinfo-episode.stationinfo-extended .stationinfo-link small,
.stationinfo-episode.stationinfo-dummy .stationinfo-link small,
.stationinfo.stationinfo-episode .stationinfo-link em,
.stationinfo-episode.faq-item .stationinfo-link em,
.stationinfo-episode.language-info .stationinfo-link em,
.stationinfo-episode.stationinfo-extended .stationinfo-link em,
.stationinfo-episode.stationinfo-dummy .stationinfo-link em {
  margin-left: 37px;
}
.stationinfo.stationinfo-episode .stationinfo-link .icon-play, .stationinfo-episode.faq-item .stationinfo-link .icon-play, .stationinfo-episode.language-info .stationinfo-link .icon-play, .stationinfo-episode.stationinfo-extended .stationinfo-link .icon-play, .stationinfo-episode.stationinfo-dummy .stationinfo-link .icon-play {
  display: block;
  width: 27px;
  height: 27px;
  top: 11px;
  padding: 6px;
}
.stationinfo.stationinfo-episode .stationinfo-link em, .stationinfo-episode.faq-item .stationinfo-link em, .stationinfo-episode.language-info .stationinfo-link em, .stationinfo-episode.stationinfo-extended .stationinfo-link em, .stationinfo-episode.stationinfo-dummy .stationinfo-link em {
  padding-left: 0;
}
.stationinfo.stationinfo-episode .stationinfo-link em .icon-bars-xsmall, .stationinfo-episode.faq-item .stationinfo-link em .icon-bars-xsmall, .stationinfo-episode.language-info .stationinfo-link em .icon-bars-xsmall, .stationinfo-episode.stationinfo-extended .stationinfo-link em .icon-bars-xsmall, .stationinfo-episode.stationinfo-dummy .stationinfo-link em .icon-bars-xsmall {
  display: none;
}
.stationinfo.stationinfo-episode .stationinfo-content, .stationinfo-episode.faq-item .stationinfo-content, .stationinfo-episode.language-info .stationinfo-content, .stationinfo-episode.stationinfo-extended .stationinfo-content, .stationinfo-episode.stationinfo-dummy .stationinfo-content {
  margin-top: -27px;
  padding-left: 45px;
  margin-right: 140px;
}
.stationinfo.stationinfo-episode.expanded em, .stationinfo-episode.expanded.faq-item em, .stationinfo-episode.expanded.language-info em, .stationinfo-episode.expanded.stationinfo-extended em, .stationinfo-episode.expanded.stationinfo-dummy em {
  display: none;
}
.stationinfo.stationinfo-episode.stationinfo-playing .stationinfo-link em, .stationinfo-episode.stationinfo-playing.faq-item .stationinfo-link em, .stationinfo-episode.stationinfo-playing.language-info .stationinfo-link em, .stationinfo-episode.stationinfo-playing.stationinfo-extended .stationinfo-link em, .stationinfo-episode.stationinfo-playing.stationinfo-dummy .stationinfo-link em {
  padding-left: 17px;
}
.stationinfo.stationinfo-episode.stationinfo-playing .stationinfo-link em .icon-bars-xsmall, .stationinfo-episode.stationinfo-playing.faq-item .stationinfo-link em .icon-bars-xsmall, .stationinfo-episode.stationinfo-playing.language-info .stationinfo-link em .icon-bars-xsmall, .stationinfo-episode.stationinfo-playing.stationinfo-extended .stationinfo-link em .icon-bars-xsmall, .stationinfo-episode.stationinfo-playing.stationinfo-dummy .stationinfo-link em .icon-bars-xsmall {
  display: block;
}

a.stationinfo:hover, a.faq-item:hover, a.language-info:hover, a.stationinfo-extended:hover, a.stationinfo-dummy:hover {
  fill: #292b2f;
  text-decoration: none;
}

a.see-more {
  cursor: pointer;
}

.stationinfo-numbered .stationinfo-link strong:before {
  counter-increment: stationinfonumbered;
  content: counter(stationinfonumbered);
  color: #61ce42;
  font-weight: bold;
  margin-right: 4px;
}

.stationinfo-link {
  position: relative;
  padding: 5px 9px;
  display: block;
  text-decoration: none;
  height: 55px;
  cursor: pointer;
}
.stationinfo-link strong,
.stationinfo-link small,
.stationinfo-link em {
  display: block;
  margin-left: 54px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis');
}
.stationinfo-link em[now-playing] {
  display: none;
}
.stationinfo-link em[now-playing].info-is-filled {
  display: block;
}
.stationinfo-link strong {
  line-height: 1;
  height: 18px;
}
.stationinfo-link small {
  line-height: 1em;
  height: 15px;
}
.stationinfo-link img {
  width: 44px;
  height: 44px;
  float: left;
  background: #eee;
}
.stationinfo-link .icon-play {
  display: none;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 5px;
  left: 9px;
  text-align: center;
  fill: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-indent: 4px;
  padding: 13px;
}
.stationinfo-link:hover .icon-play {
  display: block;
}

.stationinfo-extended .stationinfo-link {
  margin-right: 25px;
}
.stationinfo-extended.stationinfo-removeable .stationinfo-link {
  margin-right: 50px;
}
.stationinfo-extended.expanded .stationinfo-content {
  display: block;
}
.stationinfo-extended.expanded .stationinfo-info-toggle .icon-arrow-down {
  display: none;
}
.stationinfo-extended.expanded .stationinfo-info-toggle .icon-arrow-up {
  display: inline-block;
}

.stationinfo-info-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
}
.stationinfo-info-toggle .icon {
  text-decoration: none;
  width: 10px;
  height: 10px;
  display: inline-block;
  fill: #828891;
}
.stationinfo-info-toggle .icon-arrow-up {
  display: none;
}
.stationinfo-info-toggle:hover {
  text-decoration: none;
}
.stationinfo-info-toggle:hover .icon {
  fill: #61ce42;
  text-decoration: none;
}

.stationinfo-remove {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 25px;
  height: 25px;
  line-height: 46px;
  text-align: center;
}
.stationinfo-remove .icon {
  fill: #828891;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.stationinfo-remove:hover .icon {
  fill: #61ce42;
}
.stationinfo-removeable .stationinfo-remove {
  display: block;
}

.stationinfo-content {
  margin-top: -6px;
  display: none;
  padding: 5px 9px;
  padding-left: 64px;
  margin-right: 25px;
}
.stationinfo-content p:last-child {
  margin-bottom: 0;
}

/*
.stationinfo-loved {
	position: absolute;
	top: 5px;
	right: 9px;
	&:before {
		@extend %icon-heart-filled;
		@extend %text-color-primary;
	}
}*/
.stationinfo-timeago,
.stationinfo-duration {
  right: 36px;
  width: 64px;
  position: absolute;
}

.stationinfo-timeago {
  top: 6px;
}
.stationinfo-timeago .icon-clock {
  fill: #61ce42;
  top: 1px;
  right: 68px;
  position: absolute;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.stationinfo-duration {
  top: 25px;
}

.stationinfo-dummy {
  height: 55px;
  padding: 5px 9px 5px 62px;
  overflow: hidden;
}
.stationinfo-dummy .dummy-image {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 5px;
  left: 9px;
}
.stationinfo-dummy:hover {
  border-color: transparent;
}

.stationinfo-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;
}

.flex-station-list {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 200px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100% !important;
}
.flex-station-list .flex-station-list-item {
  -ms-flex: 0 0 33.3%;
      flex: 0 0 33.3%;
  display: -ms-flexbox;
  display: flex;
  min-width: 33.3%;
  max-height: 58px;
  -ms-flex-align: center;
      align-items: center;
  margin: 4px 0;
  padding: 0 10px;
  width: 33.3%;
}
.flex-station-list .flex-station-list-item div {
  width: 100% !important;
}

@media (max-width: 768px) {
  .flex-station-list {
    width: 768px !important;
  }
}
.stationlist,
.languagelist,
.topiclist {
  float: left;
  padding: 0 10px;
  margin: 0;
}

.station-list {
  counter-reset: stationinfonumbered;
}

.stationlist-headline {
  padding-top: 14px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis');
  padding-right: 60px;
  width: 100%;
}
.stationlist-headline .see-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.stationlist-headline .map-flag {
  margin-left: 10px;
  position: relative;
  bottom: -1px;
}

@media only screen and (min-width: 320px) {
  .carousel-items .stationlist {
    width: 255px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-items .stationlist {
    width: 246px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-items .stationlist {
    width: 320px;
  }
}
@media only screen and (min-width: 9999998px) {
  .carousel-items .stationlist {
    width: 386px;
  }
}

@media only screen and (min-width: 320px) {
  .carousel-items .languagelist {
    width: 206px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-items .languagelist {
    width: 206px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-items .languagelist {
    width: 210px;
  }
}
@media only screen and (min-width: 9999998px) {
  .carousel-items .languagelist {
    width: 260px;
  }
}

@media only screen and (min-width: 320px) {
  .carousel-items .topiclist {
    width: 206px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-items .topiclist {
    width: 206px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-items .topiclist {
    width: 210px;
  }
}
@media only screen and (min-width: 9999998px) {
  .carousel-items .topiclist {
    width: 260px;
  }
}

.stations-by-family .station-teaser:nth-of-type(1n+13) {
  display: none;
}
.stations-by-family.extended .station-teaser {
  display: inline-block;
}
.stations-by-family.extended .station-teaser:nth-of-type(1n+25) {
  display: none;
}

/* tablet */
@media (max-width: 1023px) {
  .stations-by-family .station-teaser:nth-of-type(1n+11) {
    display: none;
  }
  .stations-by-family.extended .station-teaser {
    display: inline-block;
  }
  .stations-by-family.extended .station-teaser:nth-of-type(1n+21) {
    display: none;
  }
}
/* mobile */
@media (max-width: 475px) {
  .stations-by-family.extended .station-teaser {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.sticky-cta {
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: -75px;
  height: 75px;
  width: 100%;
  z-index: 1000;
  background-color: #333333;
  background: rgba(47, 47, 47, 0.9);
}
.sticky-cta.visible {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.sticky-cta .btn, .sticky-cta .btn-search, .sticky-cta .btn-integrate,
.sticky-cta .btn-app, .sticky-cta .btn-facebook,
.sticky-cta .btn-googleplus {
  margin-top: 8px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0;
}
.sticky-cta .btn img, .sticky-cta .btn-search img, .sticky-cta .btn-integrate img,
.sticky-cta .btn-app img, .sticky-cta .btn-facebook img,
.sticky-cta .btn-googleplus img {
  float: left;
  width: 40px;
  height: auto;
  margin-right: 12px;
}
.sticky-cta .btn strong, .sticky-cta .btn-search strong, .sticky-cta .btn-integrate strong,
.sticky-cta .btn-app strong, .sticky-cta .btn-facebook strong,
.sticky-cta .btn-googleplus strong {
  display: block;
  float: left;
  padding-top: 3px;
}

body.tablet .sticky-cta,
body.phone .sticky-cta {
  display: none;
}

.swipeable {
  display: block;
  position: relative;
  width: 10000em;
  left: 0;
  transition: left 0.5s;
}
.swipeable.drag {
  transition: left 0;
}

ul.tab-navigation {
  display: block;
  height: 62px;
  position: relative;
  text-align: center;
  font-size: 0;
  z-index: 200;
}
ul.tab-navigation:before {
  display: inline-block;
  content: '';
  width: 76%;
  height: 46px;
  background: #2c2629;
  position: absolute;
  bottom: 4px;
  left: 12%;
  border-radius: 25px;
  box-shadow: 0 0 5px 5px #2c2629;
  opacity: 0.09;
  filter: alpha(opacity=9);
}
@media only screen and (max-width: 767px) {
  ul.tab-navigation:before {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.tabcount-1 ul.tab-navigation li {
  width: 100%;
}
.tabcount-2 ul.tab-navigation li {
  width: 50%;
}
.tabcount-3 ul.tab-navigation li {
  width: 33.3%;
}
.tabcount-4 ul.tab-navigation li {
  width: 25%;
}
ul.tab-navigation li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 62px;
  margin-left: -1px;
}
ul.tab-navigation.tab-navigation-wide li {
  width: 33.3%;
}
@media only screen and (max-width: 767px) {
  ul.tab-navigation {
    padding-top: 61px;
    width: 100%;
  }
  ul.tab-navigation li {
    margin-top: -1px;
    margin-left: 0;
    width: 100% !important;
    display: none;
    z-index: 100;
  }
  ul.tab-navigation li.tab-navigation-current {
    margin-top: 0;
    display: block;
    position: absolute;
    top: 0;
    z-index: 101;
  }
  ul.tab-navigation li.tab-navigation-current span:after {
    display: inline-block;
  }
  ul.tab-navigation.open li {
    display: block;
  }
}

.tab-navigation-item {
  height: 62px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  /*span .icon {
  	@extend %icon-arrow-down;
  	padding-left: 7px;
  	display: none;
  }*/
}
.tab-navigation-item strong {
  font-size: 16px;
  display: block;
  line-height: 60px;
}
.tab-navigation-item small {
  display: block;
}
.tab-navigation-item.tab-navigation-current, .tab-navigation-item:hover {
  z-index: 101;
}
.tab-navigation-item.tab-navigation-current:before, .tab-navigation-item:hover:before {
  box-sizing: content-box;
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 100%;
  background: #61ce42;
  padding: 0 1px;
}
.tab-navigation-item.with-count strong {
  padding-top: 16px;
}
.tab-navigation-item.with-count strong,
.tab-navigation-item.with-count small {
  line-height: 18px;
}
.tab-navigation-item.tab-navigation-current:after {
  height: 0;
  width: 0;
  content: '';
  margin-left: -8px;
  border-top: 8px solid #40444a;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  pointer-events: none;
  font-size: 90%;
}

.tabcarousel {
  border-top: 1px solid #bdbbbc;
  padding-top: 10px;
  padding-bottom: 10px;
  counter-reset: stationinfonumbered;
}
.tabcarousel .tab-navigation {
  display: none;
  position: absolute;
  top: -80px;
  left: 0;
}
@media (min-width: 767px) {
  .tabcarousel .tab-navigation {
    width: 90%;
    margin: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .tabcarousel.tabcount-2 .tab-navigation .tab-navigation-current strong:after, .tabcarousel.tabcount-3 .tab-navigation .tab-navigation-current strong:after, .tabcarousel.tabcount-4 .tab-navigation .tab-navigation-current strong:after {
    content: 'V';
    font-size: 50%;
    margin-left: 5px;
    transform: scaleX(2.5);
    display: inline-block;
    line-height: 5px;
    position: relative;
    top: -3px;
    font-family: Sans-serif;
    left: 5px;
    font-weight: 100;
  }
}
.tabcarousel.tabcarousel-with-navigation {
  padding-top: 49px;
  margin-top: 31px;
}
.tabcarousel.tabcarousel-with-navigation .tab-navigation {
  display: block;
}
.tabcarousel.tabcarousel-default-height .tabcarousel-container {
  height: 235px;
}

.tabcarousel-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (min-width: 767px) {
  #section-popular-stations .position-indicator {
    display: none;
  }
}
@media (max-width: 767px) {
  #section-popular-stations .see-more {
    display: none;
  }
}

ul.tabs {
  display: block;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  ul.tabs {
    padding: 0;
  }
}
ul.tabs li {
  display: inline-block;
  margin-right: -3px;
  position: relative;
}
ul.tabs li.current {
  bottom: -1px;
}
ul.tabs li.current a {
  background: #fff;
  padding-top: 1px;
}
ul.tabs li:hover a {
  border-color: #61ce42;
}
ul.tabs a {
  display: block;
  text-decoration: none;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 1px 0;
  line-height: 32px;
  padding: 0 19px;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  ul.tabs a {
    font-size: 13px;
    padding: 0 8px;
  }
}
ul.tabs .tab-item {
  margin: 0;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
}
.custom-tooltip:after {
  display: none;
}
.custom-tooltip:before {
  display: none;
}

.custom-tooltip:hover {
  position: relative;
}
.custom-tooltip:hover:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  margin-top: -29px;
  border: 15px solid rgba(0, 0, 0, 0.9);
  border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
  z-index: 2;
}
.custom-tooltip:hover:after {
  display: inline-block;
  content: attr(data-custom-tooltip);
  padding: 5px 8px;
  position: absolute;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  pointer-events: none;
}

.custom-tooltip-right {
  position: relative;
  display: inline-block;
}
.custom-tooltip-right:after {
  display: none;
}
.custom-tooltip-right:before {
  display: none;
}

.custom-tooltip-right:hover, .custom-tooltip-right-padded:hover {
  position: relative;
}
.custom-tooltip-right:hover:before, .custom-tooltip-right-padded:hover:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -29.5px;
  margin-top: -15px;
  border: 15px solid rgba(0, 0, 0, 0.9);
  border-color: transparent rgba(0, 0, 0, 0.9) transparent transparent;
  z-index: 2;
}
.custom-tooltip-right:hover:after, .custom-tooltip-right-padded:hover:after {
  display: inline-block;
  content: attr(data-custom-tooltip);
  padding: 7px 8px;
  position: absolute;
  left: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  min-width: 100px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  pointer-events: none;
}

.custom-tooltip-right-padded:hover:before {
  margin-left: -15px;
  animation: fadeIn 1s;
  animation-fill-mode: forwards;
}
.custom-tooltip-right-padded:hover:after {
  margin-left: 15px;
  animation: fadeIn 1s;
  animation-fill-mode: forwards;
}

.top-bar-inner-left,
.top-bar-inner-right {
  display: inline-block;
}
.ui-scrollfix .top-bar-inner-left,
.ui-scrollfix .top-bar-inner-right {
  display: none;
}

.hide-on-mobile {
  display: inline-block;
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

.show-on-mobile {
  display: none;
}
@media (max-width: 767px) {
  .show-on-mobile {
    display: inline-block;
  }
}

.top-bar-dropdown.top-bar-player-dropdown, .player-inner-wrapper, #player, .player__new, .ad-scrollfix .ui-scrollfix #player-ad-region, .ui-scrollfix .player-notification, .ui-scrollfix .player-wrapper {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyMTcxOCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTI3MjciIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: linear-gradient(rgba(18, 23, 24, 0.9), rgba(37, 39, 39, 0.9));
}
html.lt-ie9 .top-bar-dropdown.top-bar-player-dropdown, html.lt-ie9 .player-inner-wrapper, html.lt-ie9 #player, html.lt-ie9 .player__new, html.lt-ie9 .ad-scrollfix .ui-scrollfix #player-ad-region, .ad-scrollfix .ui-scrollfix html.lt-ie9 #player-ad-region, html.lt-ie9 .ui-scrollfix .player-notification, .ui-scrollfix html.lt-ie9 .player-notification, html.lt-ie9 .ui-scrollfix .player-wrapper, .ui-scrollfix html.lt-ie9 .player-wrapper {
  background-color: #121718;
}

.top-bar-search-button,
.input-group-btn .btn-search {
  padding: 7px 0 0 1px;
  height: 32px;
  width: 32px;
}

.input-group-btn .btn-search {
  font-size: 16px;
}

.top-bar-dropdown {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiMWMxYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxMjIyMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: linear-gradient(#1b1c1a, #212221);
  border: 0;
  color: #eeeeee;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
html.lt-ie9 .top-bar-dropdown {
  background-color: #283335;
}
.top-bar-dropdown.top-bar-dropdown-with-links li {
  padding: 0;
}
.top-bar-dropdown.top-bar-dropdown-with-links a {
  padding: 0.625em 0.9375em 0.75em;
}
.top-bar-dropdown > li {
  padding: 0.625em 0.9375em 0.75em;
  text-transform: none;
}
.top-bar-dropdown > li.top-bar-dropdown-listing {
  padding: 1em 1.25em 1.33333em;
  text-transform: uppercase;
}
.top-bar-dropdown > li:first-child {
  border-top: 0;
}

#top-bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzNzM5M2EiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjFjMWEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: linear-gradient(#37393a 50%, #1b1c1a);
  min-height: 152px;
  height: 152px;
  z-index: 1030;
  position: relative;
  transition: margin-bottom 0.5s;
}
@media (max-width: 768px) {
  #top-bar {
    min-height: 150px;
    height: 150px;
  }
}
html.lt-ie9 #top-bar {
  background-color: #1B1C1A;
}
body.landing #top-bar {
  height: auto;
  min-height: 62px;
}
#top-bar .container, #top-bar .faq > ul, #top-bar .profile-header, #top-bar .profile-content .form-horizontal, .profile-content #top-bar .form-horizontal, #top-bar .content-text, #top-bar .stationdetail-wrapper, #top-bar .tabcarousel-container, #top-bar .tracklisting-wrapper {
  position: relative;
}
#top-bar.ui-scrollfix {
  min-height: 0;
  position: relative;
  background: none;
  margin-bottom: 0 !important;
}
#top-bar [ng-click] {
  cursor: pointer;
}

.top-bar-inner-right {
  white-space: nowrap;
}

.top-bar-logotype,
.profile-dropdown-toggle,
.country-language-selector-current,
.instant-search-wrapper {
  z-index: 1000;
}

.top-bar-logotype,
.profile-dropdown-wrapper,
.country-language-selector-wrapper,
.profile-dropdown-wrapper,
.instant-search-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767px) {
  .top-bar-logotype,
  .profile-dropdown-wrapper,
  .country-language-selector-wrapper,
  .profile-dropdown-wrapper,
  .instant-search-wrapper {
    position: initial;
  }
}
.top-bar-logotype .dropdown-menu,
.profile-dropdown-wrapper .dropdown-menu,
.country-language-selector-wrapper .dropdown-menu,
.profile-dropdown-wrapper .dropdown-menu,
.instant-search-wrapper .dropdown-menu {
  z-index: 1030;
}
@media (max-width: 767px) {
  .top-bar-logotype .dropdown-menu,
  .profile-dropdown-wrapper .dropdown-menu,
  .country-language-selector-wrapper .dropdown-menu,
  .profile-dropdown-wrapper .dropdown-menu,
  .instant-search-wrapper .dropdown-menu {
    width: 300px;
    left: auto !important;
    right: 10px !important;
    top: 62px;
  }
}

.player-wrapper {
  *zoom: 1;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  padding-bottom: 5px;
}
.player-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.ui-scrollfix .player-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .ui-scrollfix .player-wrapper {
    max-height: 47px;
  }
}
.player-wrapper.iosfix {
  position: absolute;
}
@media (min-width: 768px) {
  .player-wrapper {
    width: 740px;
  }
}
@media (min-width: 1024px) {
  .player-wrapper {
    width: 960px;
  }
}
@media (min-width: 9999999px) {
  .player-wrapper {
    width: 1160px;
  }
}

.ui-scrollfix .player-inner-wrapper {
  position: initial;
  margin: 0 auto;
  float: none;
}
@media (min-width: 768px) {
  .ui-scrollfix .player-inner-wrapper {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .ui-scrollfix .player-inner-wrapper {
    width: 1024px;
  }
}

@media (max-width: 767px) {
  .top-bar-inner-left,
  .top-bar-inner-right {
    position: initial;
  }
}

.instant-search-wrapper {
  height: 62px;
  width: 300px;
  margin-left: 0.3125em;
  z-index: initial;
}
@media (max-width: 768px) {
  .instant-search-wrapper {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .instant-search-wrapper {
    width: 32px;
    margin-left: 5px;
    height: 1px;
  }
}

.top-bar-logotype {
  overflow: hidden;
  display: inline-block;
  color: #64e346;
  width: 168px;
  margin-top: 0.8125em;
}
@media (max-width: 767px) {
  .top-bar-logotype {
    margin-top: 0.75em;
  }
}
.top-bar-logotype .radio-logo {
  padding: 11% 50%;
  width: 0;
  height: 0;
  position: relative;
}
.top-bar-logotype .radio-logo:after {
  display: table-cell;
  content: "";
  clear: both;
}
.top-bar-logotype .radio-logo a {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.top-bar-logotype .radio-logo .radio-logo-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 138%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.top-bar-logotype .radio-logo .icon {
  width: 50%;
  height: 100%;
  float: left;
  fill: currentColor;
}
.top-bar-logotype .radio-logo .icon-radio-logo-tenant {
  position: relative;
  left: -2px;
}

.tabcarousel-topics .carousel {
  padding: 0 60px;
}
.tabcarousel-topics .arrow-navigation {
  width: 60px;
  height: 100%;
  z-index: 101;
}
@media only screen and (max-width: 767px) {
  .tabcarousel-topics .arrow-navigation {
    display: none;
  }
  .tabcarousel-topics .carousel {
    padding: 0;
  }
}

.tracklisting-wrapper > h2 {
  margin-bottom: 14px;
}

.tracklisting {
  max-width: 1022px;
  position: relative;
  margin: 30px auto 0;
}
.tracklisting.tracklisting-listmode .tracklisting-stage {
  height: auto;
}
.tracklisting.tracklisting-listmode .tracklisting-items {
  position: relative;
  top: auto;
  left: auto;
}
.tracklisting.tracklisting-listmode .tracklisting-item {
  float: none;
}
.tracklisting .arrow-navigation {
  width: 69px;
  height: 82px;
}
.tracklisting .arrow-navigation.prev {
  left: -69px;
}
.tracklisting .arrow-navigation.next {
  right: -69px;
}
@media only screen and (max-width: 9999998px) {
  .tracklisting {
    max-width: 876px;
  }
  .tracklisting .arrow-navigation {
    width: 42px;
  }
  .tracklisting .arrow-navigation.prev {
    left: -42px;
  }
  .tracklisting .arrow-navigation.next {
    right: -42px;
  }
}
@media only screen and (max-width: 1023px) {
  .tracklisting {
    max-width: 584px;
  }
  .tracklisting .tracklisting-affiliate {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .tracklisting {
    max-width: 584px;
  }
  .tracklisting .arrow-navigation {
    display: none;
  }
  .tracklisting .tracklisting-affiliate {
    display: block;
  }
}
.tracklisting.tracklisting-with-images .tracklisting-stage {
  height: 239px;
}
.tracklisting.tracklisting-with-images .arrow-navigation {
  height: 202px;
}
.tracklisting.tracklisting-with-images .tracklisting-item:hover .icon-bars-small {
  fill: #61ce42;
  position: absolute;
  width: 32px;
  height: 32px;
  padding: 6px;
  left: 50%;
  top: 50px;
  margin-left: -16px;
  text-align: center;
  background: #f1f1f1;
  pointer-events: none;
  text-indent: 4px;
}
.tracklisting .tracklisting-item {
  float: left;
}

@media only screen and (max-width: 767px) {
  .ie-mobile .tracklisting {
    max-width: 292px;
    display: block;
  }
  .ie-mobile .tracklisting .arrow-navigation {
    width: 26px;
    display: block;
  }
  .ie-mobile .tracklisting .arrow-navigation.prev {
    left: -26px;
  }
  .ie-mobile .tracklisting .arrow-navigation.next {
    right: -26px;
  }
}
.tracklisting-item-content {
  display: block;
  padding: 11px 9px 8px;
}

.tracklisting-item {
  display: block;
  height: 82px;
  width: 134px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  margin: 0 6px;
  position: relative;
}
.tracklisting-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 134px;
  height: 3px;
  background: #bdbbbc;
}
.tracklisting-item img {
  display: none;
}
.tracklisting-item .tracklisting-item-placeholder {
  display: none;
}
.tracklisting-item.tracklisting-item-playing {
  border-color: #40444a;
}
.tracklisting-item.tracklisting-item-playing:before {
  background: #61ce42;
}
.tracklisting-item.tracklisting-item-playing .tracklisting-title .icon,
.tracklisting-item.tracklisting-item-playing .tracklisting-stream-title .icon {
  fill: #61ce42;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  padding-left: 1px;
}
.tracklisting-item:hover:before {
  background: #61ce42;
}
.tracklisting-item:hover .tracklisting-affiliate {
  display: block;
}
.tracklisting-item.tracklisting-item-with-image, .tracklisting-item.tracklisting-item-with-placeholder {
  height: 202px;
}
.tracklisting-item.tracklisting-item-with-image .tracklisting-title, .tracklisting-item.tracklisting-item-with-placeholder .tracklisting-title {
  margin-top: 9px;
}
.tracklisting-item.tracklisting-item-with-image img {
  display: block;
}
.tracklisting-item.tracklisting-item-with-placeholder .tracklisting-item-placeholder {
  display: block;
}

.tracklisting-item-placeholder {
  width: 114px;
  height: 114px;
  background-position: top left;
  background-repeat: repeat;
  display: none;
}
.tracklisting-item-placeholder.placeholder-1 {
  background-image: url('../images/track-placeholder_1.png?1535531005');
}
.tracklisting-item-placeholder.placeholder-2 {
  background-image: url('../images/track-placeholder_2.png?1535531005');
}

.tracklisting-title {
  display: block;
  line-height: 1.1875em;
  max-height: 2.375em;
  overflow: hidden;
  text-decoration: none;
  margin-top: 4px;
}

.tracklisting-stream-title {
  display: block;
  line-height: 1.4375em;
  max-height: 4.3125em;
  overflow: hidden;
  text-decoration: none;
  margin-top: 6px;
}

.tracklisting-artist {
  margin-top: 1px;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis');
}

.tracklisting-affiliate {
  margin: 0;
  display: none;
  width: 108px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  left: 12px;
  bottom: -36px;
  background: #fff;
}
.tracklisting-affiliate li {
  display: block;
  width: 35px;
  height: 35px;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-left: 1px;
}
.tracklisting-affiliate a {
  color: #fff;
  display: block;
  width: 100%;
  /*
  &.musicload:before {
  	@extend %icon-musicload;
  	line-height: $tracklisting-affiliate-height;
  	font-size: 15px;
  	text-indent: 1px;
  }*/
}
.tracklisting-affiliate a.itunes, .tracklisting-affiliate a.amazon, .tracklisting-affiliate a.youtube, .tracklisting-affiliate a.musicload .icon {
  margin-top: 8.5px;
  width: 18px;
  height: 18px;
  display: inline-block;
  fill: #ffffff;
  line-height: normal;
}
.tracklisting-affiliate a.itunes .icon, .tracklisting-affiliate a.amazon .icon, .tracklisting-affiliate a.youtube .icon, .tracklisting-affiliate a.musicload .icon .icon {
  width: 18px;
  height: 18px;
}

.tracklisting-stage {
  position: relative;
  height: 119px;
  overflow: hidden;
}

.tracklisting-items {
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tracklisting.tracklisting-listmode {
  margin: 0;
}
@media (max-width: 767px) {
  .tracklisting.tracklisting-listmode {
    max-width: 100%;
  }
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item-playing {
  color: #828891;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item-playing .tracklisting-title,
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item-playing .tracklisting-stream-title,
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item-playing .tracklisting-artist {
  color: #828891;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item-playing .tracklisting-title:before,
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item-playing .tracklisting-stream-title:before,
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item-playing .tracklisting-artist:before {
  content: '';
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item-playing .tracklisting-remove-track:after {
  color: #828891 !important;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item {
  box-shadow: 0 1px #d9d9d9;
  color: #54595f;
  width: 100%;
  height: 57px;
  margin: 8px 0;
  padding-right: 150px;
  background-color: #FFF;
  border: 1px solid transparent;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item:hover {
  border: 1px solid #64e346;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item:hover:before {
  display: none;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item:before {
  display: none;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-item-content {
  padding: 5px 9px;
  font-size: 14px;
  height: 54px;
  color: #828891;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-item-content .tracklisting-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-item-content .tracklisting-stream-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 14px;
  white-space: nowrap;
  display: block;
}
@media (max-width: 1023px) {
  .tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-item-content .tracklisting-stream-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-item-content .tracklisting-stream-title {
    font-size: 12px;
  }
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item img,
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .placeholder-1,
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .placeholder-2 {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-remove-track {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 36px;
  line-height: 46px;
  text-align: center;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-remove-track .icon {
  fill: #828891;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-remove-track:hover .icon {
  fill: #61ce42 !important;
}
.tracklisting.tracklisting-listmode .tracklisting-items .tracklisting-item .tracklisting-affiliate {
  bottom: 9px;
  left: auto;
  right: 25px;
}

.radio-video-wrapper .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.radio-video-wrapper .video-container iframe,
.radio-video-wrapper .video-container object,
.radio-video-wrapper .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content-wrapper > #section-welcome {
  padding: 20px 0 0 0;
}
#content-wrapper .home-featured-wrapper {
  min-height: 300px;
  background: #eee;
}
@media (min-width: 768px) {
  #content-wrapper .home-featured-wrapper {
    min-height: 346px;
  }
}

.welcome {
  min-height: 320px;
  margin-top: -20px;
}
.welcome.container, .faq > ul.welcome, .welcome.profile-header, .profile-content .welcome.form-horizontal, .welcome.content-text, .welcome.stationdetail-wrapper, .welcome.tabcarousel-container, .welcome.tracklisting-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.welcome .inactive {
  opacity: 0;
  height: 0 !important;
  max-height: 0;
  overflow: hidden;
  padding: 0 !important;
  transition: height 1s ease-in, min-height 1s ease-in, opacity 1s ease-in;
}
.welcome .active {
  opacity: 1;
  height: auto;
  max-height: inherit;
  transition: opacity 1s;
}
.welcome .home-featured-station {
  margin: -1px -1px 0 -1px;
}
.welcome .home-search {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 300px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/startpage/header_bg_search_S.jpg");
}
.welcome .home-search > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.welcome .home-search > h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  padding: 0;
  margin: 0 0 14px 0;
  text-shadow: 1px 1px 20px #555555;
}
.welcome .home-search > h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  text-shadow: 1px 1px 20px #555555;
}
.welcome .home-search nav {
  max-width: 445px;
}
.welcome .home-search .input-group-btn > .btn.top-bar-search-button, .welcome .home-search .input-group-btn > .top-bar-search-button.btn-search, .welcome .home-search .input-group-btn > .top-bar-search-button.btn-integrate,
.welcome .home-search .input-group-btn > .top-bar-search-button.btn-app, .welcome .home-search .input-group-btn > .top-bar-search-button.btn-facebook,
.welcome .home-search .input-group-btn > .top-bar-search-button.btn-googleplus {
  border-radius: 0;
}
.welcome .home-local-stations {
  padding: 20px;
  width: 100%;
  height: 300px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/startpage/header_bg_station_S.jpg");
}
.welcome .home-local-stations h1 {
  padding-top: 0;
  margin-top: 10px;
  margin-left: -2px;
  max-width: 70%;
  color: #61ce42;
}
.welcome .home-local-stations h2 {
  display: none;
  margin-top: 0;
  margin-bottom: 35px;
  color: #ccc;
  font-size: 18px;
}
.welcome .home-local-stations h3 {
  color: #ccc;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
}
.welcome .home-local-stations > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 230px;
  margin: 0;
  padding: 0;
}
.welcome .home-local-stations > ul > li {
  -ms-flex: 0 0;
      flex: 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
}
.welcome .home-local-stations > ul > li.loaded {
  opacity: 1;
  transition: opacity 1s;
}
.welcome .home-local-stations > ul > li a {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  max-height: 70px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
.welcome .home-local-stations > ul > li a > span {
  opacity: 0;
  display: block;
  padding: 18px 4px 8px 4px;
  background-color: transparent;
  transition: opacity 300ms;
  margin-top: -8px;
}
.welcome .home-local-stations > ul > li a img {
  width: 100%;
  height: auto;
  display: block;
}
.welcome .home-local-stations > ul > li a .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -15px;
  background-color: #61ce42;
  border-radius: 16px;
  fill: #fff;
  display: none;
}
.welcome .home-local-stations > ul > li a.active {
  height: auto;
  max-height: none;
  overflow: visible;
  padding-bottom: 8px;
  position: relative;
}
.welcome .home-local-stations > ul > li a.active span {
  opacity: 1;
  background-color: #61ce42;
  transition: opacity 800ms;
}
.welcome .home-local-stations > ul > li a.active:before {
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #61ce42;
  position: absolute;
  top: 61px;
  left: 50%;
  margin-left: -12px;
}
.welcome .home-local-stations > ul > li a.active img {
  padding-bottom: 8px;
}
.welcome .personalized-text {
  margin-bottom: -10px;
}

@media (max-width: 399px) {
  .welcome .home-search > h1 {
    font-size: 28px;
  }
  .welcome .home-local-stations > h1 {
    font-size: 28px;
  }
}
@media (min-width: 400px) {
  .welcome .home-search > h1 {
    font-size: 32px;
  }
  .welcome .home-local-stations > h1 {
    font-size: 32px;
  }
}
@media (min-width: 500px) {
  .welcome .home-search > h1 {
    font-size: 38px;
  }
  .welcome .home-local-stations > h1 {
    font-size: 38px;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .welcome .home-search {
    background-position: 0 0;
    background-size: auto 300px;
    background-image: url("../images/startpage/header_bg_search_M.jpg");
  }
  .welcome .home-local-stations {
    background-position: 80% 0;
    background-size: auto 300px;
    background-image: url("../images/startpage/header_bg_station_M.jpg");
  }
}
@media (min-width: 660px) and (max-width: 767px) {
  .welcome .home-search {
    background-position: 0 -30px;
    background-size: auto auto;
  }
  .welcome .home-local-stations {
    background-position: 100% 0;
    background-size: auto auto;
  }
  .welcome .home-local-stations h3 {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  #content-wrapper > #section-welcome {
    padding-top: 0;
    border-color: #e6e6e6;
  }

  .welcome {
    margin-top: 0;
  }
  .welcome.container, .faq > ul.welcome, .welcome.profile-header, .profile-content .welcome.form-horizontal, .welcome.content-text, .welcome.stationdetail-wrapper, .welcome.tabcarousel-container, .welcome.tracklisting-wrapper {
    width: 100%;
  }
  .welcome .home-search {
    height: 346px;
    background-image: url("../images/startpage/header_bg_search_M.jpg");
  }
  .welcome .home-search > h1 {
    font-size: 38px;
  }
  .welcome .home-search > h2 {
    font-size: 18px;
  }
  .welcome .home-local-stations {
    height: 346px;
    padding-left: 40px;
    background-image: url("../images/startpage/header_bg_station_M.jpg");
  }
  .welcome .home-local-stations > h2 {
    display: block;
  }
  .welcome .home-local-stations > ul {
    width: 320px;
  }
  .welcome .home-local-stations > ul > li {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
  .welcome .home-local-stations > ul > li a {
    width: 100px;
    height: 100px;
    max-height: 100px;
    padding-bottom: 0;
  }
  .welcome .home-local-stations > ul > li a.active:before {
    display: none;
  }
  .welcome .home-local-stations > ul > li a.active .icon {
    display: inherit;
    opacity: 0;
  }
  .welcome .home-local-stations > ul > li.loaded a.active .icon {
    opacity: 1;
    transition: opacity 1s;
  }
}
@media (min-width: 1024px) {
  .welcome .home-search {
    background-image: url("../images/startpage/header_bg_search_L.jpg");
  }
  .welcome .home-search > h1 {
    font-size: 46px;
  }
  .welcome .home-search > h2 {
    font-size: 24px;
  }
  .welcome .home-local-stations {
    padding-left: 80px;
    background-image: url("../images/startpage/header_bg_station_L.jpg");
  }
}
.welcome-subline {
  margin-bottom: 10px;
  margin-top: 20px;
}

.welcome-station-list {
  min-height: 64px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .welcome-station-list {
    margin-bottom: 10px;
  }
}
.welcome-station-list li {
  box-shadow: 1px 1px 0 0 #d9d9d9;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  padding: 2px;
  width: 64px;
  height: 64px;
  margin-left: 10px;
  vertical-align: top;
  margin-bottom: 11px;
}
.welcome-station-list li:first-child {
  margin-left: 0;
}
.welcome-station-list li img,
.welcome-station-list li a {
  display: block;
  width: 60px;
  height: 60px;
}

#gpt_sponsored_station_feature iframe {
  width: 100%;
  height: 346px;
}
@media (min-width: 500px) and (max-width: 767px) {
  #gpt_sponsored_station_feature iframe {
    height: 360px;
  }
}
@media (max-width: 499px) {
  #gpt_sponsored_station_feature iframe {
    height: 360px;
  }
}

.selector-count-warning {
  display: none;
}

ul.sidebar-list li:last-child .sidebar-marker {
  content: '';
  display: block;
  height: 40px;
  width: 4px;
  background-color: #61ce42;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

ul.sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
}
ul.sidebar-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #bec3c7;
  height: 40px;
  cursor: pointer;
}
ul.sidebar-list li:hover, ul.sidebar-list li.is-active {
  color: #61ce42;
}
ul.sidebar-list li:hover .sidebar-list-icon svg, ul.sidebar-list li.is-active .sidebar-list-icon svg {
  fill: #61ce42;
}
ul.sidebar-list li .sidebar-list-icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 25px;
  width: 25px;
  position: relative;
}
ul.sidebar-list li .sidebar-list-icon:before {
  content: '';
  margin: 1px;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  background-color: #FFF;
  display: inline-block;
  position: absolute;
}
ul.sidebar-list li .sidebar-list-icon svg {
  width: 100%;
  height: 100%;
  fill: #828891;
  z-index: 2;
  position: relative;
}
ul.sidebar-list li .sidebar-list-title {
  padding: 0 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 1344px) {
  ul.sidebar-list {
    padding: 0 0 0 20px;
  }
  ul.sidebar-list li .sidebar-list-icon {
    height: 32px;
    width: 32px;
  }
  ul.sidebar-list li .sidebar-list-icon:before {
    height: 30px;
    width: 30px;
  }
  ul.sidebar-list li .sidebar-list-title {
    display: none;
  }
}
.breadcrumb-wrap {
  font-size: 11px;
}
.breadcrumb-wrap .breadcrumb-passive {
  color: #828891;
  text-decoration: none;
}
.breadcrumb-wrap .breadcrumb-passive:after {
  content: ">";
  display: inline-block;
  padding: 0 2px 0 3px;
  font-size: 13px;
}
.breadcrumb-wrap .breadcrumb-passive:hover {
  color: #61ce42;
  text-decoration: underline;
}
.breadcrumb-wrap .breadcrumb-active {
  color: #292b2f;
}

.station-detail-bg {
  background-color: #eeeeee;
  width: 100%;
  padding: 20px 40px 50px 40px;
  min-height: 357px;
}
.station-detail-bg .station-detail {
  margin: 0;
}
.station-detail-bg .breadcrumb-wrap {
  padding: 10px 0;
}
.station-detail-bg .station-detail-mobile-title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  display: none;
  color: #292b2f;
  margin-top: 22px;
  margin-bottom: 11px;
  line-height: 1.1;
}
.station-detail-bg .station-detail {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.station-detail-bg .station-detail .logo-wrap {
  width: 220px;
  height: 220px;
  margin-bottom: 30px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #FFF;
}
.station-detail-bg .station-detail .logo-wrap img {
  padding: 20px;
}
.station-detail-bg .station-detail .logo-wrap .icon-podcast {
  fill: #61ce42;
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 1;
  right: 7px;
  bottom: 7px;
  background: #FFF;
  border-radius: 50%;
  padding: 3px;
}
.station-detail-bg .station-detail .station-info-ad-placeholder {
  width: 300px;
}
.station-detail-bg .station-detail .station-info-wrap {
  -ms-flex: 1 0 50px;
      flex: 1 0 50px;
  padding: 0 40px 0 20px;
}
.station-detail-bg .station-detail .station-info-wrap > div:first-child {
  margin-top: -4px;
}
.station-detail-bg .station-detail .station-info-wrap h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin: 0 0 -2px 35px;
  padding: 0;
  display: block;
  position: relative;
  top: 3px;
  width: 315px;
}
.station-detail-bg .station-detail .station-info-wrap .play-button-wrap {
  height: 32px;
  width: 32px;
  float: left;
  padding-top: 4px;
  margin-right: 10px;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-share {
  clear: both;
  padding: 5px 0 10px 0;
  text-transform: capitalize;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link {
  text-decoration: none;
  color: #828891;
  font-size: 13px;
  font-weight: bold;
  font-family: DINWebPro-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  cursor: pointer;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-like {
  padding-right: 10px;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-like .icon {
  fill: #828891;
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  padding-right: 5px;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-like:hover .icon {
  fill: #61ce42;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-like .is-not-favorited {
  display: inline-block;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-like .is-favorited {
  display: none;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-like.isFavorited .is-not-favorited {
  display: none;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-like.isFavorited .is-favorited {
  display: inline-block;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-like.isFavorited .is-favorited .icon {
  fill: #61ce42;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-embed {
  padding: 0;
  background: transparent;
  line-height: inherit;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-text-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-text-wrap .station-info-text {
  color: #54595f;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-text-wrap .station-info-tags {
  padding-top: 20px;
  font-size: 14px;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-text-wrap .station-info-tags__item {
  font-style: italic;
  color: #61ce42;
  text-decoration: underline;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-text-wrap .station-info-tags__item span.underlined {
  text-decoration: underline;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-text-wrap .station-info-tags__item:after {
  display: inline;
  content: ',';
}
.station-detail-bg .station-detail .station-info-wrap .station-info-text-wrap .station-info-tags__item:last-child:after {
  display: none;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-text-wrap .station-info-tags__item-slash:after {
  display: inline;
  content: '/';
  padding-left: 2px;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-apps {
  padding-top: 15px;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-apps a {
  text-decoration: none;
}
.station-detail-bg .station-detail .station-info-wrap .station-info-apps .station-info-apps-button {
  height: 35px;
  padding-right: 4px;
}
.station-detail-bg .station-detail .social-icons {
  top: 220px;
  left: 0;
  width: 220px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.station-detail-bg .station-detail .social-icons__item {
  -ms-flex: 0 0 33.4%;
      flex: 0 0 33.4%;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -ms-flex-align: center;
      align-items: center;
}
.station-detail-bg .station-detail .social-icons__item:hover {
  /*&:after {
    content: "-";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.2;
  }*/
}
.station-detail-bg .station-detail .social-icons__item:hover .icon {
  animation-name: hvr-icon-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  position: relative;
  z-index: 1;
}
.station-detail-bg .station-detail .social-icons__item-facebook {
  background-color: #3b5998;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.station-detail-bg .station-detail .social-icons__item-twitter {
  background-color: #4099FF;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.station-detail-bg .station-detail .social-icons__item-gplus {
  background-color: #dc4e41;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.station-detail-bg .station-detail .social-icons__item-whatsapp {
  display: none;
  background: #00ab5d;
}
.station-detail-bg .station-detail .social-icons__item .icon {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transition-duration: 0.3s;
}
.station-detail-bg .station-detail .social-icons__item .icon.icon-gplus {
  width: 20px;
  height: 20px;
}

/*.embedModal-modal.modal.fade .modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/
.station-info-ad {
  text-align: center;
}

/* desktop */
@media (min-width: 1025px) {
  .station-info-ad {
    position: absolute;
    top: 50px;
    right: 40px;
  }

  .podcasts-other .position-indicator {
    display: none;
  }
}
/* tablet */
@media (max-width: 1023px) {
  .station-detail-bg {
    padding: 20px 25px 50px;
  }
  .station-detail-bg .station-detail .station-info-wrap {
    padding-right: 18px;
  }
  .station-detail-bg .station-detail .station-info-wrap h1 {
    width: 210px;
  }
  .station-detail-bg .station-detail .logo-wrap {
    width: 130px;
    height: 130px;
  }
  .station-detail-bg .station-detail .logo-wrap img {
    width: 100%;
    padding: 0;
  }
  .station-detail-bg .station-detail .logo-wrap .icon-podcast {
    right: 2px;
    bottom: 2px;
    width: 26px;
    height: 26px;
  }
  .station-detail-bg .station-detail .social-icons {
    top: 130px;
    height: 40px;
    width: 130px;
  }
  .station-detail-bg .station-detail .social-icons__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
  }
  .station-detail-bg .station-detail .social-icons__item-whatsapp {
    display: none;
  }

  .station-info-ad {
    position: absolute;
    top: 50px;
    right: 25px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .station-detail-bg {
    padding: 15px 10px 60px;
    min-height: 0;
  }
  .station-detail-bg .station-detail-mobile-title {
    display: block;
    height: 30px;
  }
  .station-detail-bg .breadcrumb-wrap {
    display: none;
  }
  .station-detail-bg .station-detail {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .station-detail-bg .station-detail .station-info-wrap {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    text-align: center;
  }
  .station-detail-bg .station-detail .station-info-wrap h1 {
    position: absolute;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .station-detail-bg .station-detail .station-info-wrap .station-info-apps {
    display: none;
  }
  .station-detail-bg .station-detail .station-info-wrap .station-info-text {
    -ms-flex-order: 2;
        order: 2;
    padding-bottom: 20px;
    text-align: center;
  }
  .station-detail-bg .station-detail .station-info-wrap .station-info-tags {
    padding-bottom: 10px;
    text-align: center;
    -ms-flex-order: 1;
        order: 1;
  }
  .station-detail-bg .station-detail .station-info-wrap .play-button-wrap {
    display: inline-block;
    float: none;
    width: 50px;
    height: 50px;
  }
  .station-detail-bg .station-detail .station-info-wrap .play-button-wrap .icon-play-circle {
    position: static;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
  .station-detail-bg .station-detail .station-info-wrap .play-button-wrap .icon-play-circle .icon {
    width: 48px;
    height: 48px;
    padding: 13px;
  }
  .station-detail-bg .station-detail .station-info-wrap .play-button-wrap .icon-play-circle.playing .icon-pause {
    padding-left: 10px;
    width: 48px;
    height: 48px;
  }
  .station-detail-bg .station-detail .station-info-wrap .station-info-share {
    display: inline-block;
    width: auto;
    padding: 0;
    width: 54px;
    clear: none;
  }
  .station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-like {
    display: inline-block;
  }
  .station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-like .favorite-icon-text {
    display: none;
  }
  .station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-share-link.station-info-like .icon {
    height: 58px;
    width: 58px;
    top: 2px;
    stroke-width: 2.3;
    stroke: #eeeeee;
  }
  .station-detail-bg .station-detail .station-info-wrap .station-info-share span {
    display: none;
  }
  .station-detail-bg .station-detail .station-info-wrap .station-info-share .station-info-embed {
    display: none;
  }
  .station-detail-bg .station-detail .station-info-ad-placeholder {
    -ms-flex-order: 2;
        order: 2;
    padding-top: 50px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .station-detail-bg .station-detail .logo-wrap {
    width: 100%;
    text-align: center;
    background-color: transparent;
    width: 130px;
    margin: 0 auto 10px;
  }
  .station-detail-bg .station-detail .logo-wrap img {
    width: 130px;
    height: 130px;
  }
  .station-detail-bg .station-detail .logo-wrap .icon-podcast {
    width: 30px;
    height: 30px;
    right: 0;
    bottom: 0;
  }
  .station-detail-bg .station-detail .logo-wrap.long-station-name {
    margin-top: 25px;
  }
  .station-detail-bg .station-detail .social-icons {
    position: static;
    top: 0px;
    height: 40px;
    width: 100%;
  }
  .station-detail-bg .station-detail .social-icons__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
  }
  .station-detail-bg .station-detail .social-icons__item .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .station-detail-bg .station-detail .social-icons__item-gplus .icon {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 0px !important;
    width: 26px !important;
    height: 26px !important;
  }

  .station-info-ad {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.ab-button-wrapper {
  display: inline;
}

.section-block {
  margin: 20px 40px;
}
.section-block input.accordion-selector {
  display: none;
}
.section-block .section-block-subtitle {
  font-size: 1.3em;
  font-weight: bold;
  color: #292b2f;
  margin: 10px 0;
}
.section-block .section-block-title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #292b2f;
  padding: 30px 0;
  margin: 0;
  min-height: 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.1;
  transition: color 0.5s;
}
.section-block .section-block-title.station-title-app {
  padding-bottom: 0;
}
.section-block .section-block-title--plain {
  font-size: 24px !important;
  font-family: DINOffcPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.section-block .section-block-title--plain .section-block-title-icon {
  float: left;
  margin-right: 18px;
}
.section-block .section-block-title--plain .section-block-title-icon .icon {
  margin-right: 0;
}
.section-block .section-block-title label {
  display: none;
}
.section-block .section-block-title .icon {
  display: inline-block;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  fill: #292b2f;
  position: relative;
  stroke-width: 0;
  transition: fill 0.5s;
}
.section-block .section-block-text {
  font-size: 0.85em;
  width: 65%;
  line-height: 1.6;
  padding: 5px 0 40px 0;
}
.section-block .section-block-text .section-block-link {
  padding-top: 5px;
  color: #828891;
  text-decoration: none;
  font-family: DINWebPro-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
}
.section-block .section-block-text .section-block-link .icon-link-external {
  width: 18px;
  height: 18px;
  fill: #828891;
  display: inline-block;
  padding-left: 5px;
  margin-bottom: -2px;
}
.section-block .section-block-button-wrap {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.section-block .section-block-button {
  background-color: #61ce42;
  color: #ffffff;
  border-width: 0;
  font-size: 0.9em;
  padding: 8px 15px;
  line-height: 18px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.section-block .section-block-button:hover {
  outline: none;
  background-color: #4cb12e;
}

@media (max-width: 1023px) {
  .section-block {
    margin: 20px 25px;
  }
  .section-block .section-block-text {
    width: 85%;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .section-block--mobileCentered {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-block {
    margin: 20px 10px;
  }
  .section-block--mobileWide {
    margin-left: 0;
    margin-right: 0;
  }
  .section-block.accordion-block {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-block .section-block-title--mobileNoBottomSpace {
    padding-bottom: 0;
  }
  .section-block input.accordion-selector:checked + .section-block-title {
    color: #61ce42;
  }
  .section-block input.accordion-selector:checked + .section-block-title .icon {
    fill: #61ce42;
  }
  .section-block input.accordion-selector:checked + .section-block-title label .icon-arrow-down {
    display: none;
  }
  .section-block input.accordion-selector:checked + .section-block-title label .icon-arrow-up {
    display: block;
  }
  .section-block .section-block-title ~ .accordion-toggle {
    /*display: none;*/
    max-height: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    overflow: hidden;
    margin: 0 -10px;
    padding: 0 10px;
  }
  .section-block .section-block-title ~ .accordion-toggle > div:first-child {
    padding-top: 20px;
  }
  .section-block input.accordion-selector:checked ~ .accordion-toggle {
    /*display: block;*/
    max-height: 3000px;
  }
  .section-block input.accordion-selector:checked ~ .accordion-toggle > div:first-child:not(.podcasts-list):not(.playlist-teaser-block) {
    padding-top: 20px;
  }
  .section-block .section-block-title {
    font-size: 14px !important;
    font-family: DINWebPro-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  .section-block .section-block-title--plain {
    font-size: 24px !important;
    font-family: DINOffcPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.2;
  }
  .section-block .section-block-title > h2 {
    font-size: 16px;
  }
  .section-block .section-block-title label {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    cursor: pointer;
    display: block;
  }
  .section-block .section-block-title label svg, .section-block .section-block-title label use {
    pointer-events: none;
  }
  .section-block .section-block-title label .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  .section-block .section-block-title label .icon-arrow-up {
    fill: #61ce42 !important;
    display: none;
  }
  .section-block .section-block-title label .icon-arrow-down {
    display: block;
    fill: #6e737c !important;
  }
  .section-block .section-block-title.accordion {
    font-size: 16px;
    color: #828891;
    background: #40444a;
    margin: 0 -10px;
    padding: 20px !important;
    border-top: 1px solid #6e737c;
    border-bottom: 1px solid #292b2f;
  }
  .section-block .section-block-title.accordion:after {
    content: attr(data-mobile-title);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 66px;
    background-color: #40444a;
    font-weight: bold;
  }
  .section-block .section-block-title.accordion .section-block-title-icon .icon {
    /*fill:$brand-primary;*/
    fill: #828891;
  }
  .section-block .section-block-title.accordion .section-block-title-icon:before {
    content: '';
    margin: 1px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    background-color: #eeeeee;
    display: inline-block;
    position: absolute;
  }

  .section-block.section-block-mobile {
    margin: 0;
  }
  .section-block.section-block-mobile .section-block-title {
    padding: 0 10px;
    margin: 0;
  }
  .section-block.section-block-mobile .section-block-text {
    width: 85%;
    padding: 10px;
  }
}
.station-teaser-wrap {
  margin: 0 -10px 40px;
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.station-teaser-wrap-middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.station-teaser-button {
  padding: 0 10px;
  margin-top: -40px;
  width: 160px;
  -ms-flex-item-align: center;
      align-self: center;
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.station-teaser-button .station-teaser-button-text {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #6e737c;
  padding-bottom: 10px;
}

.station-teaser {
  width: 160px;
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: background .2s;
  min-width: 0;
}
.station-teaser-in {
  padding: 10px;
}
.station-teaser.station-teaser-podcast .station-teaser-title .icon {
  display: inline-block;
}
.station-teaser.station-teaser-playing:hover {
  z-index: 3;
}
.station-teaser.station-teaser-playing:hover .station-teaser-song {
  max-height: 100px;
  opacity: 1;
}
.station-teaser.station-teaser-playing:hover .station-teaser-song span:not(:empty) {
  display: inline-block;
}
.station-teaser.station-teaser-playing:hover .station-teaser-song .icon-bars {
  width: 16px;
  height: 16px;
  fill: #61ce42;
}
.station-teaser:hover {
  text-decoration: none;
  background-color: #40444a;
}
.station-teaser:hover .station-teaser-tags {
  color: #ffffff;
}
.station-teaser:hover .station-teaser-title {
  color: #61ce42;
}
.station-teaser:hover .station-teaser-img-wrap a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.station-teaser:hover .station-teaser-img-wrap:before {
  opacity: 1;
}
.station-teaser:hover .station-teaser-img-wrap a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.station-teaser:hover .station-teaser-img-wrap .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 1px;
  transform: translate(-50%, -50%);
  fill: #FFF;
  z-index: 3;
}
.station-teaser .station-teaser-img-wrap {
  width: 100%;
  border: 1px solid #bec3c7;
  margin-bottom: 10px;
  padding: 12px;
  background-color: #FFF;
  position: relative;
  font-size: 0;
}
.station-teaser .station-teaser-img-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  border: 1px solid #61ce42;
}
.station-teaser .station-teaser-img-wrap .icon {
  display: none;
}
.station-teaser .station-teaser-img-wrap a {
  padding: 50%;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.station-teaser .station-teaser-img-wrap a .station-teaser-img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.station-teaser .station-teaser-title {
  font-weight: 600;
  color: #6e737c;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: DINWebPro-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  max-width: 220px;
}
.station-teaser .station-teaser-title a {
  color: inherit;
  text-decoration: none;
}
.station-teaser .station-teaser-title .icon {
  display: none;
  fill: #61ce42;
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
}
.station-teaser .station-teaser-song {
  opacity: 0;
  max-height: 0;
  transition: opacity .2s;
  top: 100%;
  position: absolute;
  color: #ccc;
  display: block;
  left: 0px;
  right: 0px;
  padding: 0 10px;
  line-height: 18px;
  background-color: #40444a;
}
.station-teaser .station-teaser-song span:not(:empty) {
  margin-top: -5px;
  display: inline-block;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 52px;
}
.station-teaser .station-teaser-song .icon {
  fill: #61ce42;
  width: 26px;
  height: 26px;
  margin-right: -5px;
}
.station-teaser .station-teaser-tags {
  color: #6e737c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 14px;
}
.station-teaser .station-teaser-tags:not(:empty) {
  padding-top: 5px;
}
.station-teaser .station-teaser-tags__item {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
}
.station-teaser .station-teaser-tags__item:after {
  display: inline;
  content: ',';
  padding-right: 2px;
}
.station-teaser .station-teaser-tags__item:last-child:after {
  display: none;
}

.station-teaser-list .station-teaser {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #bec3c7;
}
.station-teaser-list .station-teaser-in {
  padding: 10px 0;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.station-teaser-list .station-teaser-in:before, .station-teaser-list .station-teaser-in:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  width: 10px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  transition: .2s all;
}
.station-teaser-list .station-teaser-in:before {
  right: auto;
  left: -10px;
}
.station-teaser-list .station-teaser-in:after {
  right: -10px;
  left: auto;
}
.station-teaser-list .station-teaser-in:hover:before, .station-teaser-list .station-teaser-in:hover:after {
  background-color: #40444a;
  border-bottom: 1px solid #bec3c7;
}
.station-teaser-list .station-teaser.station-teaser-playing:hover .station-teaser-song {
  transition: all 0s;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  padding: 0;
  max-height: 100px;
  opacity: 1;
  background: transparent;
}
.station-teaser-list .station-teaser .station-teaser-img-wrap {
  width: 70px;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5px;
  margin-bottom: 0;
  background-color: #FFF;
  float: left;
}
.station-teaser-list .station-teaser .station-teaser-data-wrap {
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
}

@media (max-width: 1023px) {
  .station-teaser {
    -ms-flex-preferred-size: 147px;
        flex-basis: 147px;
    width: 147px;
  }
  .station-teaser .station-teaser-title {
    max-width: 100%;
  }
  .station-teaser .station-teaser-tags__item {
    max-width: 100%;
  }

  .podcasts-other {
    width: 100%;
  }
  .podcasts-other .swipeable {
    width: 10000px;
  }
  .podcasts-other .swipeable .station-teaser {
    -ms-flex-preferred-size: 147px !important;
        flex-basis: 147px !important;
    width: 147px !important;
  }
}
@media (max-width: 767px) {
  .station-teaser-wrap {
    padding-bottom: 10px;
    margin: 0;
  }

  .station-teaser {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
  }
}
@media (max-width: 624px) {
  .station-teaser {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    width: 33.3%;
  }
}
@media (max-width: 475px) {
  .station-teaser {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }

  .station-teaser-button {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

  /*.station-teaser-list .station-teaser .station-teaser-data-wrap {
    width: 100%;
    padding-right: 70px;
  }*/
}
/** bigger teaser with background color matching the station logo */
.station-teaser-colored {
  box-sizing: border-box;
  position: relative;
  padding: 30px 50px 52px 50px;
  background-color: #6c6c6c;
  background-color: #222f59;
  text-align: center;
}
.station-teaser-colored:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-radial-gradient(50% 35%, ellipse cover, rgba(200, 200, 200, 0.5), rgba(255, 255, 255, 0));
}
.station-teaser-colored .station-img-wrap {
  box-sizing: border-box;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  box-shadow: 0px 0px 2px 1px #383838;
  position: relative;
  font-size: 0;
}
.station-teaser-colored .station-img-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  border: 1px solid #61ce42;
}
.station-teaser-colored .station-img-wrap .icon {
  display: none;
}
.station-teaser-colored .station-img-wrap a {
  padding: 50%;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.station-teaser-colored .station-img-wrap a .station-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.station-teaser-colored .station-img-wrap a:hover a:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.station-teaser-colored .station-img-wrap a:hover:before {
  opacity: 1;
}
.station-teaser-colored .station-img-wrap a:hover a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.station-teaser-colored .station-img-wrap a:hover .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 1px;
  transform: translate(-50%, -50%);
  fill: #FFF;
  z-index: 3;
}
.station-teaser-colored .station-genre,
.station-teaser-colored .station-title,
.station-teaser-colored .station-location {
  color: #fff;
  font-weight: 600;
}
.station-teaser-colored .station-genre {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.station-teaser-colored .station-data-wrap {
  margin-top: 10px;
}
.station-teaser-colored .station-data-wrap .station-title {
  margin-bottom: 4px;
  font-size: 16px;
}
.station-teaser-colored .station-data-wrap .station-title a {
  color: #fff;
  text-decoration: none;
}
.station-teaser-colored .station-data-wrap .station-title a .icon {
  fill: #fff;
}
.station-teaser-colored .station-data-wrap .station-location {
  font-size: 16px;
  font-weight: 400;
}

.carousel-wrap {
  position: relative;
  margin: 0 -10px;
}
.carousel-wrap .carousel-arrow {
  width: 40px;
  color: #292b2f;
  position: absolute;
  top: 65px;
  text-align: center;
  display: none;
  cursor: pointer;
}
.carousel-wrap .carousel-arrow.arrow-desktop {
  display: inline-block;
}
.carousel-wrap .carousel-arrow .icon {
  fill: #292b2f;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.carousel-wrap .carousel-arrow.arrow-left {
  left: -32px;
}
.carousel-wrap .carousel-arrow.arrow-right {
  right: -30px;
}
.carousel-wrap .carousel-content {
  position: relative;
  z-index: 2;
  font-size: 0;
  overflow: hidden;
}
.carousel-wrap .carousel-content .station-teaser.station-teaser-sponsored {
  display: none;
  overflow: hidden;
}
.carousel-wrap .carousel-content .station-teaser.station-teaser-sponsored.ad-shown {
  display: inline-block;
}
.carousel-wrap .carousel-content .station-teaser.station-teaser-sponsored iframe {
  width: 100%;
  height: 211px;
}
@media (max-width: 1023px) {
  .carousel-wrap .carousel-content .station-teaser.station-teaser-sponsored iframe {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .carousel-wrap .carousel-content .station-teaser.station-teaser-sponsored iframe {
    height: 198px;
  }
}
.carousel-wrap .carousel-content .station-teaser-song {
  display: none;
}
.carousel-wrap .carousel-content .swipeable {
  width: 100000px;
}
.carousel-wrap .carousel-content .swipeable.flex-wrap {
  display: -ms-flexbox;
  display: flex;
}
.carousel-wrap .carousel-content .swipeable {
  width: 100000px;
}
.carousel-wrap .carousel-content .swipeable.flex-wrap {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .carousel-wrap .carousel-content {
    margin: 0 20px;
  }
  .carousel-wrap .carousel-content .station-teaser {
    width: 139px;
    -ms-flex-preferred-size: 139px;
        flex-basis: 139px;
  }
  .carousel-wrap .carousel-arrow.arrow-tablet {
    display: inline-block;
  }
  .carousel-wrap .carousel-arrow.arrow-left {
    left: -15px;
  }
  .carousel-wrap .carousel-arrow.arrow-right {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .carousel-wrap .carousel-content {
    margin: 0;
  }
  .carousel-wrap .carousel-content .station-teaser {
    -ms-flex-preferred-size: 147px;
        flex-basis: 147px;
    width: 147px;
  }
  .carousel-wrap .carousel-arrow {
    display: none !important;
  }
}
.playlist-teaser-block {
  overflow: hidden;
}
.playlist-teaser-block .playlist-teaser-block-visible {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 20px;
  height: 330px;
}
.playlist-teaser-block .playlist-teaser-block-visible input.playlist-teaser-select {
  display: none;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #bec3c7;
  margin-right: 20px;
  min-height: 66px;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .playlist-teaser-select-block {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .icon-bars, .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .playlist-teaser-buttons {
  display: none;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser:hover, .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser.active {
  background-color: #eeeeee;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser:hover .playlist-teaser-buttons, .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser.active .playlist-teaser-buttons {
  display: -ms-flexbox;
  display: flex;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser.active .icon-bars {
  display: -ms-flexbox;
  display: flex;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .icon-bars {
  width: 32px;
  height: 32px;
  position: relative;
  top: -5px;
  fill: #61ce42;
  margin-right: 10px;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .playlist-teaser-author:after {
  content: " - ";
  display: inline;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .playlist-teaser-song {
  color: #54595f;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: inline-block;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .playlist-teaser-buttons__item {
  text-decoration: none;
  background-color: #bec3c7;
  margin-left: 1px;
  display: inline-block;
  float: left;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .playlist-teaser-buttons__item:hover {
  background-color: #6e737c;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .playlist-teaser-buttons__item .icon {
  width: 100%;
  height: 100%;
  padding: 8px;
  fill: #FFF;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .playlist-teaser-buttons__item .icon-heart-filled {
  fill: #61ce42;
}
.playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser label.playlist-teaser-toggle {
  display: none;
}

@media (max-width: 1024px) {
  .playlist-teaser-block .playlist-teaser-block-visible {
    padding-right: 0px;
    height: auto;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser {
    width: 100%;
    margin-right: 0;
  }
  .playlist-teaser-block .playlist-teaser-song {
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .playlist-teaser-block .playlist-teaser-block-visible {
    height: inherit !important;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .icon-arrow-up {
    display: none;
  }
  .playlist-teaser-block .playlist-teaser-block-visible input.playlist-teaser-select:checked + .playlist-teaser-select-block {
    background-color: #eeeeee;
  }
  .playlist-teaser-block .playlist-teaser-block-visible input.playlist-teaser-select:checked + .playlist-teaser-select-block .playlist-teaser-buttons {
    display: inline-block;
  }
  .playlist-teaser-block .playlist-teaser-block-visible input.playlist-teaser-select:checked + .playlist-teaser-select-block label.playlist-teaser-toggle .icon-three-dots {
    display: none;
  }
  .playlist-teaser-block .playlist-teaser-block-visible input.playlist-teaser-select:checked + .playlist-teaser-select-block label.playlist-teaser-toggle .icon-arrow-up {
    display: inline-block;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .playlist-teaser-select-block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser:nth-of-type(1n+4) {
    display: none;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser:not(.active):hover {
    background-color: transparent;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser:not(.active):hover .icon-bars, .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser:not(.active):hover .playlist-teaser-buttons {
    display: none;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser label.playlist-teaser-toggle {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser label.playlist-teaser-toggle .icon {
    fill: #bec3c7;
    width: 20px;
    height: 20px;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser label.playlist-teaser-toggle .icon-arrow-up {
    display: none;
    fill: #6e737c;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser label.playlist-teaser-toggle .icon-three-dots {
    display: inline-block;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .playlist-teaser-buttons {
    padding-bottom: 10px;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser .playlist-teaser-song {
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser.active .playlist-teaser-select-block {
    -ms-flex-align: center;
        align-items: center;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser.active .playlist-teaser-select-block:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -33px;
    margin-top: 8px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 3px #d9d9d9;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser.active .playlist-teaser-select-block label.playlist-teaser-toggle {
    display: none;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser.active .playlist-teaser-select-block .icon-bars {
    height: 42px;
    width: 42px;
    position: relative;
    margin-right: -8px;
    top: 18px;
    display: inline-block;
    margin-bottom: 37px;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser.active .playlist-teaser-select-block .playlist-teaser-song {
    font-weight: bold;
    padding: 5px 0 10px;
  }
  .playlist-teaser-block .playlist-teaser-block-visible .playlist-teaser.active .playlist-teaser-select-block .playlist-teaser-song .playlist-teaser-author {
    font-weight: normal;
  }
}
.program-slider {
  border-top: 7px solid #eeeeee;
  border-bottom: 7px solid #eeeeee;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  box-sizing: content-box;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
}
.program-slider .program-slider-arrow {
  width: 50px;
  text-align: center;
}
.program-slider .program-slider-arrow .icon {
  padding-top: 2px;
  fill: #292b2f;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.program-slider .program-slider-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.program-slider .program-slider-content__item {
  position: relative;
  top: 1px;
  font-size: 2.1em;
  font-weight: bold;
  text-align: center;
  color: #828891;
}

.program-block {
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}
.program-block .program-block__item {
  width: 50%;
  padding-left: 45px;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -ms-flex-align: center;
      align-items: center;
  color: #828891;
  position: relative;
}
.program-block .program-block__item:before {
  content: "";
  display: block;
  width: 2px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 9px;
  background-color: #dadadc;
}
.program-block .program-block__item:first-child:before {
  top: 50%;
}
.program-block .program-block__item:last-child:before {
  bottom: 50%;
}
.program-block .program-block__item:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF;
  border: 2px solid #dadadc;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.program-block .program-block__item .program-block__item-time {
  font-size: 2em;
  margin-right: 15px;
  letter-spacing: .01em;
  min-width: 135px;
}
.program-block .program-block__item .icon {
  width: 24px;
  height: 24px;
  position: relative;
  top: -5px;
  fill: #61ce42;
  margin-right: 10px;
  display: none;
}
.program-block .program-block__item.active .icon {
  display: inline-block;
}
.program-block .program-block__item .program-block__item-text {
  font-size: 0.9em;
  padding-right: 20px;
  font-family: DINWebPro-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (max-width: 1024px) {
  .program-block {
    height: auto;
  }
  .program-block .program-block__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .program-block .program-block__item {
    padding: 10px 0 10px 35px;
    height: auto;
  }
  .program-block .program-block__item .program-block__item-time {
    font-size: 1.5em;
    min-width: 100px;
  }
  .program-block .program-block__item .program-block__item-text {
    padding-right: 0;
  }
}
.frequency-block {
  overflow: hidden;
}
.frequency-block .frequency-block-visible {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 20px 0 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  /* height: 172px;  53*x + 66 (where x is number of items / 2 and then rounded up) */
}
.frequency-block .frequency-block-visible .frequency-teaser {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #bec3c7;
  margin-right: 20px;
}
.frequency-block .frequency-block-visible .frequency-teaser .frequency-teaser-city {
  color: #54595f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.frequency-block .frequency-block-visible .frequency-teaser .frequency-teaser-frequency {
  color: #54595f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.frequency-block .frequency-block-visible .frequency-teaser .frequency-teaser-frequency:before {
  content: "-";
  display: inline;
  padding: 0 5px;
}

@media (max-width: 1024px) {
  .frequency-block .frequency-block-visible {
    padding-right: 0;
    /* height: 225px;  53*x + 66 (where x is number of items / 2 and then rounded up) */
  }
  .frequency-block .frequency-block-visible .frequency-teaser {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .frequency-block .frequency-block-visible {
    height: auto !important;
  }
  .frequency-block .frequency-block-visible .frequency-teaser {
    width: 100%;
  }
}
.podcasts-block {
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}
.podcasts-block .podcasts-list-wrap {
  -ms-flex: 1 1 640px;
      flex: 1 1 640px;
  padding-right: 40px;
}
.podcasts-block .podcasts-list-wrap .section-block-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.podcasts-block .podcasts-list-wrap .section-block-title h2 {
  color: inherit;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 30px;
  font-weight: bold;
}
.podcasts-block .podcasts-list-wrap .section-block-title .podcast-list-paging {
  display: inline-block;
  font-size: 18px;
  color: #6e737c;
  position: relative;
  top: 3px;
}
.podcasts-block .podcasts-list-wrap .podcasts-list {
  padding-bottom: 20px;
}
.podcasts-block .podcasts-list-wrap .podcasts-list input.podcast-teaser-select {
  display: none;
}
.podcasts-block .podcasts-list-wrap .podcasts-list input.podcast-teaser-select:checked + .podcasts-list__item {
  background-color: #eeeeee;
}
.podcasts-block .podcasts-list-wrap .podcasts-list input.podcast-teaser-select:checked + .podcasts-list__item .item-text {
  max-height: 100%;
}
.podcasts-block .podcasts-list-wrap .podcasts-list input.podcast-teaser-select:checked + .podcasts-list__item .item-text .item-name:after {
  content: "";
}
.podcasts-block .podcasts-list-wrap .podcasts-list input.podcast-teaser-select:checked + .podcasts-list__item .item-text > div {
  display: block !important;
}
.podcasts-block .podcasts-list-wrap .podcasts-list input.podcast-teaser-select:checked + .podcasts-list__item label.podcast-teaser-toggle .icon-arrow-down {
  display: none;
}
.podcasts-block .podcasts-list-wrap .podcasts-list input.podcast-teaser-select:checked + .podcasts-list__item label.podcast-teaser-toggle .icon-arrow-up {
  display: block;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid #bec3c7;
  text-decoration: none;
  color: #6e737c;
  font-size: 14px;
  max-width: 540px;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item label.podcast-teaser-toggle {
  width: 40px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item label.podcast-teaser-toggle svg, .podcasts-block .podcasts-list-wrap .podcasts-list__item label.podcast-teaser-toggle use {
  pointer-events: none;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item label.podcast-teaser-toggle .icon {
  fill: #bec3c7;
  width: 13px;
  height: 13px;
  stroke-width: 2px;
  stroke: #6e737c;
  margin: 0 auto;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item label.podcast-teaser-toggle .icon-arrow-up {
  display: none;
  fill: #6e737c;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item label.podcast-teaser-toggle .icon-arrow-down {
  display: block;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item.active {
  background-color: #eeeeee;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item.active .item-status {
  width: 50px;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item.active .item-status .icon-circle .icon-play {
  display: none;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item.active .item-status .icon-circle .icon.icon-pause {
  display: inline-block;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-status {
  width: 50px;
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-status .icon-circle {
  height: 32px;
  width: 32px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #61ce42;
  position: relative;
  cursor: pointer;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-status .icon-circle:hover {
  border-color: #4cb12e;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-status .icon-circle:hover .icon {
  fill: #4cb12e;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-status .icon-circle .icon {
  padding: 8px;
  width: 30px;
  height: 30px;
  fill: #61ce42;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-status .icon-circle .icon.icon-pause {
  display: none;
  width: 28px;
  height: 28px;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-text {
  max-height: 37px;
  overflow: hidden;
  transition: max-height 0.1s;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 520px;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-text .item-name {
  font-family: DINWebPro-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-text .item-hovered {
  padding-top: 20px;
  display: none;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-datetime {
  width: 120px;
  padding-left: 30px;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-datetime .item-date {
  font-family: DINWebPro-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  font-size: 12px;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-datetime .item-date .icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  position: absolute;
  top: 0;
  left: -18px;
}
.podcasts-block .podcasts-list-wrap .podcasts-list__item .item-datetime .item-time {
  letter-spacing: 0;
}
.podcasts-block .podcasts-other {
  -ms-flex: 0 0 300px;
      flex: 0 0 300px;
  max-width: 300px;
}
.podcasts-block .podcasts-other h2.section-block-title {
  padding-top: 41px;
  font-family: DINWebPro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .podcasts-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .podcasts-block .podcasts-list-wrap, .podcasts-block .podcasts-other {
    max-width: initial;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    width: 100%;
    padding-right: 0;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item, .podcasts-block .podcasts-other .podcasts-list__item {
    max-width: none;
  }
  .podcasts-block .podcasts-other {
    margin: 0 -10px;
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .podcasts-block {
    min-height: 0;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item {
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item.active:hover {
    background-color: #eeeeee !important;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item label.podcast-teaser-toggle {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item label.podcast-teaser-toggle .icon {
    width: 20px;
    height: 20px;
    stroke-width: 0;
    margin: 0 auto;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item:hover {
    background: transparent;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item .item-status {
    position: absolute;
    left: 15px;
    top: 19px;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item .item-text, .podcasts-block .podcasts-list-wrap .podcasts-list__item .item-datetime {
    margin-left: 50px;
    width: auto;
    padding-right: 30px;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item .item-text *, .podcasts-block .podcasts-list-wrap .podcasts-list__item .item-datetime * {
    display: inline-block;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item .item-text {
    max-height: 60px;
    overflow: hidden;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item .item-datetime {
    padding-left: 18px;
    padding-top: 10px;
  }
  .podcasts-block .podcasts-list-wrap .podcasts-list__item .item-status {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    width: 40px;
  }
  .podcasts-block.section-block.section-block-mobile .podcasts-other {
    margin: 20px 15px;
    -ms-flex-order: -1;
        order: -1;
  }
}
/** MOBILE FIRST */
.top-by-genre {
  max-width: 320px;
}
.top-by-genre__list {
  margin: 0;
  padding: 25px 20px;
  background-color: #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-by-genre__list .station-teaser {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  margin-bottom: 24px;
  border: 1px solid #eee;
}
@media (max-width: 475px) {
  .top-by-genre__list .station-teaser {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.top-by-genre__list .station-teaser:hover {
  background-color: transparent;
  border: 1px solid #61ce42;
}
.top-by-genre__list .station-teaser .station-teaser-in {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
}
.top-by-genre__list .station-teaser .station-teaser-in .station-teaser-img-wrap {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  width: 70px;
  max-width: 70px;
  margin-right: 11px;
  border-color: #ddd;
  padding: 6px;
  margin-bottom: 0;
}
.top-by-genre__list .station-teaser .station-teaser-in .station-teaser-data-wrap {
  max-width: calc(100% - 80px);
}
.top-by-genre__list .station-teaser .station-teaser-in .station-teaser-data-wrap .station-teaser-tags {
  color: inherit;
}
.top-by-genre > .form-group {
  margin-top: 25px;
  padding: 10px 15px;
}
.top-by-genre > .form-group .btn.btn-primary, .top-by-genre > .form-group .btn-search, .top-by-genre > .form-group .btn-integrate,
.top-by-genre > .form-group .btn-app, .top-by-genre > .form-group .btn-primary.btn-facebook, .top-by-genre > .form-group .btn-facebook.btn-search, .top-by-genre > .form-group .btn-facebook.btn-integrate,
.top-by-genre > .form-group .btn-facebook.btn-app, .top-by-genre > .form-group .btn-facebook.btn-next, .top-by-genre > .form-group .btn-facebook.btn-prev,
.top-by-genre > .form-group .btn-primary.btn-googleplus,
.top-by-genre > .form-group .btn-googleplus.btn-search,
.top-by-genre > .form-group .btn-googleplus.btn-integrate,
.top-by-genre > .form-group .btn-googleplus.btn-app,
.top-by-genre > .form-group .btn-googleplus.btn-next,
.top-by-genre > .form-group .btn-googleplus.btn-prev, .top-by-genre > .form-group .btn.btn-next, .top-by-genre > .form-group .btn-next.btn-search, .top-by-genre > .form-group .btn-next.btn-integrate,
.top-by-genre > .form-group .btn-next.btn-app, .top-by-genre > .form-group .btn.btn-prev, .top-by-genre > .form-group .btn-prev.btn-search, .top-by-genre > .form-group .btn-prev.btn-integrate,
.top-by-genre > .form-group .btn-prev.btn-app {
  font-size: 16px;
  text-transform: none;
}
.top-by-genre > .form-group .btn.btn-primary .icon, .top-by-genre > .form-group .btn-search .icon, .top-by-genre > .form-group .btn-integrate .icon,
.top-by-genre > .form-group .btn-app .icon, .top-by-genre > .form-group .btn-primary.btn-facebook .icon, .top-by-genre > .form-group .btn-facebook.btn-search .icon, .top-by-genre > .form-group .btn-facebook.btn-integrate .icon,
.top-by-genre > .form-group .btn-facebook.btn-app .icon, .top-by-genre > .form-group .btn-facebook.btn-next .icon, .top-by-genre > .form-group .btn-facebook.btn-prev .icon,
.top-by-genre > .form-group .btn-primary.btn-googleplus .icon,
.top-by-genre > .form-group .btn-googleplus.btn-search .icon,
.top-by-genre > .form-group .btn-googleplus.btn-integrate .icon,
.top-by-genre > .form-group .btn-googleplus.btn-app .icon,
.top-by-genre > .form-group .btn-googleplus.btn-next .icon,
.top-by-genre > .form-group .btn-googleplus.btn-prev .icon, .top-by-genre > .form-group .btn.btn-next .icon, .top-by-genre > .form-group .btn-next.btn-search .icon, .top-by-genre > .form-group .btn-next.btn-integrate .icon,
.top-by-genre > .form-group .btn-next.btn-app .icon, .top-by-genre > .form-group .btn.btn-prev .icon, .top-by-genre > .form-group .btn-prev.btn-search .icon, .top-by-genre > .form-group .btn-prev.btn-integrate .icon,
.top-by-genre > .form-group .btn-prev.btn-app .icon {
  fill: #fff;
  width: 11px;
  height: 11px;
}

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