/** Color variables, helps keep the theme consistent across the site */
.modal {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 728px;
  max-height: 80%;
  position: fixed;
  top: 50%;
  float: left;
  padding: 0;
  margin: auto;
  overflow-y: auto;
  z-index: 1000;
  border-radius: 2px;
  color: #fff;
  background-color: #252525;
  text-align: center;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  box-shadow: 0px 4px 25px #000000;
}
.modal .modal-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0px;
}
.modal .modal-content h5 {
  font-size: 13pt;
  color: #ddd;
  padding-bottom: 5px;
  border-bottom: solid 1px #444;
  margin-top: 6px;
}
.modal .modal-content p {
  font-size: 10pt;
}
.modal .modal-content .input-field label {
  color: #ddd;
}
.modal .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  border-radius: 0 0 2px 2px;
  background-color: #333;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}
.modal .modal-footer .modal-action {
  float: right;
  color: #fff;
}
.modal .modal-footer .modal-action.yes {
  transition: all 0.2s ease;
}
.modal .modal-footer .modal-action.yes:hover {
  color: #bbb;
}
.modal .modal-footer .modal-action.no {
  float: left;
  color: #b0b0b0;
  transition: all 0.2s ease;
}
.modal .modal-footer .modal-action.no:hover {
  color: #777;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal.modal-fixed-footer {
  padding: 0;
}
.modal.modal-fixed-footer .modal-content {
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
}
/**
    The semi-transparent layer that appears behind a modal
 */
.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  opacity: 0.35;
}
/**
    These are the modal fade in/fade out animations
 */
.visible-modal-appear,
.visible-modal-enter {
  transition: opacity 225ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  opacity: 0.01;
}
.visible-modal-appear.visible-modal-appear-active,
.visible-modal-enter.visible-modal-enter-active {
  opacity: 1;
}
.visible-modal-leave {
  transition: opacity 225ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  opacity: 1;
}
.visible-modal-leave.visible-modal-leave-active {
  opacity: 0.01;
}
.notif-title {
  font-weight: 500;
  display: block;
  width: auto;
  height: 18px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.notif-msg {
  width: auto;
  height: 20px;
  display: block;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.notif-div {
  width: 300px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
}
.notif-div .notif-text {
  width: auto;
  padding: 4px 7px;
}
.notif-div .notif-img {
  width: 60px;
  height: 50px;
  background: #333;
  border: none;
}
.toast {
  line-height: 20px;
  margin-top: 8px;
  font-size: 13px;
  background: white;
  color: #777;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  padding-right: 10px;
}
.notif_link {
  font-weight: 500;
}
.toast-root .toast {
  line-height: 20px;
  margin-top: 8px;
  font-size: 13px;
  background: white;
  color: #777;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  padding-right: 10px;
  text-align: left;
}
/**
    These are the toast fade in/fade out animations
 */
.visible-toast-appear,
.visible-toast-enter {
  transition: opacity 225ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  opacity: 0.01;
}
.visible-toast-appear.visible-toast-appear-active,
.visible-toast-enter.visible-toast-enter-active {
  opacity: 1;
}
.visible-toast-leave {
  transition: opacity 225ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  opacity: 1;
}
.visible-toast-leave.visible-toast-leave-active {
  opacity: 0.01;
}
.icon-repeat {
  display: block;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9Ijc4cHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMyAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuMS4xICg4NzYxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5pY29fcmVwZWF0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkxPUl92MS4xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iU2lnbi1VcCIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0NjUuMDAwMDAwLCAtNTIuMDAwMDAwKSIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgIDxnIGlkPSJzY3JlZW4iIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiPgogICAgICAgICAgICAgICAgPGcgaWQ9InByb2ZpbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0MTguMDAwMDAwLCAzMy4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iMS0rLUltcG9ydGVkLUxheWVycy0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ny4wMDAwMDAsIDE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iSW1wb3J0ZWQtTGF5ZXJzIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02Ljk2NTI2NDM3LDEuMzAwMDY5OTYgTDcuMzAwNDYzMjcsMC40MTQxOTg4NzggQzcuMzAwNDYzMjcsMC4wNDUxNTU1MDQgNy4wNTA2ODgyMywtMC4xMDU3MzAwMzggNi43NDUyMzY2NywwLjA3ODczMjAxMDEgTDQuMTc3MjIxMDYsMS42MzA2NDY0NyBDMy44NzE4MjY0OCwxLjgxNTE2ODE1IDMuODcxODI2NDgsMi4xMTcxMTgxNSA0LjE3NzIyMTA2LDIuMzAxNjM5ODQgTDYuNzQ1MjM2NjcsMy44NTM1NTQzIEM3LjA1MDY4ODIzLDQuMDM4MDc1OTkgNy4zMDA0NjMyNywzLjg4NzEzMDgxIDcuMzAwNDYzMjcsMy41MTgwODc0MyBMNi45NjUyNjQzNywyLjY3NzEyNDE4IEM5LjU3NjY0NzI3LDIuOTM5NzcyMzcgMTEuNjI1Mzk1Miw1LjI0ODY3OSAxMS42MjUzOTUyLDguMDQ5MjQ1ODcgQzExLjYyNTM5NTIsMTEuMDI1MzI5IDkuMzExODI3NiwxMy40NDY1MzUgNi40NjgwNTA3OCwxMy40NDY1MzUgQzMuNjI0MjczOTUsMTMuNDQ2NTM1IDEuMzEwNzA2MzIsMTEuMDI1MzI5IDEuMzEwNzA2MzIsOC4wNDkyNDU4NyBDMS4zMTA3MDYzMiw2LjQxMTU3MTE3IDIuMDA5NTQwNzQsNC44ODEwMDczMSAzLjIyNzkyNzc1LDMuODQ5OTE2MzUgQzMuNTA5Mzg3NjksMy42MTE3MTk5NiAzLjU1MzAzOTkxLDMuMTc5OTM2ODMgMy4zMjU0ODk4OSwyLjg4NTM4MjAxIEMzLjA5Nzg4Mjg5LDIuNTkwODI3MTkgMi42ODUyMzgzNSwyLjU0NTE0NDA2IDIuNDAzODM1NCwyLjc4MzI4MDgxIEMwLjg3NjEyMTY5Nyw0LjA3NjAwNjExIDAsNS45OTU0MTMzNCAwLDguMDQ5MjQ1ODcgQzAsMTEuNzgxNjY1MSAyLjkwMTU2MTg4LDE0LjgxODIyMTggNi40NjgwNTA3OCwxNC44MTgyMjE4IEMxMC4wMzQ1Mzk3LDE0LjgxODIyMTggMTIuOTM2MTAxNiwxMS43ODE2NjUxIDEyLjkzNjEwMTYsOC4wNDkyNDU4NyBDMTIuOTM2MTAxNiw0LjQ5MTkyNTM4IDEwLjMwMDMyODEsMS41NjY2NTQzIDYuOTY1MjY0MzcsMS4zMDAwNjk5NiI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
}
.rotation-animation {
  -webkit-animation: rotation-reverse 1s infinite ease;
  -moz-animation: rotation-reverse 1s infinite ease;
  -o-animation: rotation-reverse 1s infinite ease;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 54%;
  -moz-transform-origin: 50% 54%;
}
/** Color variables, helps keep the theme consistent across the site */
/**** Global ****/
.hidden {
  display: none !important;
}
.clear {
  clear: both;
  float: none;
}
/**** Helpers ****/
.notSelectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**** Media queries ****/
/** -- Hide -- **/
@media only screen and (max-height: 1000px) {
  .hide-twitter {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
/** -- Show -- **/
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
.icon {
  display: block;
  width: 24px;
  height: 24px;
  color: #808080;
}
.icon path {
  fill: #808080;
}
.icon i {
  font-size: 22px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.icon-small {
  width: 19px;
  height: 18px;
}
.icon-small svg {
  width: 19px;
  height: 17px;
}
.icon-interactive {
  cursor: pointer;
  padding: 2px;
  width: 26px;
  height: 26px;
}
.icon-inverted {
  background: pink;
  border-radius: 10px;
  padding: 3px;
  color: white;
}
.icon-inverted:hover {
  background: #fff;
  color: #ff0066;
}
.icon-interactive:hover {
  border-radius: 14px;
  background-color: #ff0066;
  color: #fff;
}
.icon-interactive:hover path {
  fill: #fff;
}
.icon-deactive {
  color: #b0b0b0;
}
.icon-deactive path {
  fill: #b0b0b0;
}
/** --- Animations -- **/
.animate-grow {
  transition: transform 0.1s ease-in-out;
}
.animate-grow:hover {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}
.play-indicator-icon {
  height: 20px;
  width: 20px;
  line-height: 0;
}
.play-indicator-icon .wave {
  height: 20px;
  width: 4px;
}
.play-indicator-icon .isvg {
  letter-spacing: 0;
  font-size: 0;
}
.play-indicator-icon .Line_1 {
  animation: pulse 1s infinite;
  animation-direction: alternate;
  animation-delay: .3s;
  fill: #aaa;
  transition: all 0.3s ease;
}
.play-indicator-icon .Line_2 {
  animation: pulse 1s infinite;
  animation-direction: alternate;
  animation-delay: .7s;
  fill: #aaa;
  transition: all 0.3s ease;
}
.play-indicator-icon .Line_3 {
  animation: pulse 1s infinite;
  animation-direction: alternate;
  animation-delay: 1s;
  fill: #aaa;
  transition: all 0.3s ease;
}
@keyframes pulse {
  0% {
    transform: scaleY(0.7);
    transform-origin: 0% 100%;
  }
  50% {
    transform: scaleY(1.5);
    transform-origin: 0% 100%;
  }
  100% {
    transform: scaleY(0.7);
    transform-origin: 0% 100%;
  }
}
.active .play-indicator-icon .Line_1 {
  fill: rgba(255, 0, 102, 0.6);
}
.active .play-indicator-icon .Line_2 {
  fill: rgba(255, 0, 102, 0.6);
}
.active .play-indicator-icon .Line_3 {
  fill: rgba(255, 0, 102, 0.6);
}
.bar-c {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.active .barr {
  background-color: rgba(255, 0, 102, 0.5);
}
.barr {
  height: 1px;
  width: 3px;
  display: inline-block;
  background-color: #ccc;
  bottom: 0;
  position: absolute;
  border-radius: 2px;
  -webkit-animation-duration: 500ms;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.barr.noAnim {
  -webkit-animation: none;
  -webkit-animation-name: none;
}
.barr#bar-1 {
  left: 0;
  -webkit-animation-name: danceHeight1;
  -webkit-animation-delay: 0ms;
}
.barr#bar-2 {
  left: 6px;
  -webkit-animation-name: danceHeight2;
  -webkit-animation-delay: 300ms;
}
.barr#bar-3 {
  left: 12px;
  -webkit-animation-name: danceHeight3;
  -webkit-animation-delay: 600ms;
}
/** Color variables, helps keep the theme consistent across the site */
.popover-wrapper {
  float: left;
  margin-top: 55px;
}
.popover-wrapper .popover {
  position: absolute;
  overflow: hidden;
}
.popover-wrapper .popover .action {
  width: 118px;
  display: block;
  float: right;
  margin-bottom: 10px;
  text-align: center;
  border: solid 1px;
  border-radius: 2px;
  padding: 2px 11px;
  transition: height 0.4s ease;
}
.popover-wrapper .popover .action:hover {
  color: #ff0066;
  border-color: #ff0066;
}
/** These are the CSS transitions for the popover (dropdown) appearing and disappearing */
.popover-appear,
.popover-enter {
  transition: height 225ms cubic-bezier(0.17, 0.04, 0.03, 0.94), opacity 225ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  height: 0;
  opacity: 0.01;
}
.popover-appear.popover-appear-active,
.popover-enter.popover-enter-active {
  height: 144px;
  opacity: 1;
}
.popover-leave {
  transition: height 225ms cubic-bezier(0.17, 0.04, 0.03, 0.94), opacity 225ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  opacity: 1;
  height: 144px;
}
.popover-leave.popover-leave-active {
  opacity: 0.01;
  height: 0;
}
.card {
  margin: 12px 0 12px 0;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
}
.card .card-title-container {
  display: -ms-flexbox;
  display: flex;
}
.card .card-title-container .card-title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.card .divider {
  height: 1px;
  background-color: #dfdfdf;
  margin-bottom: 5px;
  margin-top: 0;
}
.spinner {
  border-width: 3px;
  border-color: #dedede;
  border-top-color: rgba(255, 0, 102, 0.8);
  border-radius: 100%;
  border-style: solid;
  animation: rotation 1s infinite linear;
}
/** List **/
@media only screen and (min-width: 993px) {
  .tooltip-list-item > div {
    padding: 5px 10px;
  }
}
/**
    The semi-transparent layer that appears behind a modal
 */
.lean-overlay {
  position: fixed;
  z-index: 9999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  opacity: 0;
}
/** List **/
@media only screen and (max-width: 992px) {
  .tooltip-list-item > div {
    padding: 16px;
  }
}
/** Animations **/
.tooltip-mobile-open {
  animation-name: slidein;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
@keyframes slidein {
  from {
    margin-bottom: -100px;
    opacity: 0.4;
  }
  to {
    margin-bottom: 0;
    opacity: 1;
  }
}
.tooltip-mobile-close {
  animation-name: slideout;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes slideout {
  from {
    margin-bottom: 0;
    opacity: 1;
  }
  to {
    margin-bottom: -100px;
    opacity: 0;
  }
}
.tooltip-mobile-background-open {
  animation-name: fadeIn;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
.tooltip-mobile-background-close {
  animation-name: fadeOut;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeOut {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 0;
  }
}
.pink-link {
  color: #ff0066;
  text-decoration: none;
  cursor: pointer;
}
.pink-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 460px) {
  .article-meta {
    display: block !important;
  }
}
.video-item-loading-background {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  background-repeat: no-repeat;
  background-size: 728px 89px;
  position: relative;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -728px 0;
  }
  100% {
    background-position: 728px 0;
  }
}
.artist-radio-image-loading-background {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmerVideoImage;
  -webkit-animation-timing-function: linear;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  position: relative;
}
@keyframes placeHolderShimmerVideoImage {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
/** sharethrough ad styles */
#st-wrapper-search ul.collection_ST {
  margin-top: 0;
}
.search-suggestion-enter {
  height: 0;
}
.search-suggestion-enter-active {
  height: 137px;
  transition: 500ms;
}
.search-suggestion-leave {
  height: 137px;
}
.search-suggestion-leave-active {
  height: 0;
  transition: 500ms;
}
/** Color variables, helps keep the theme consistent across the site */
.notification.notification-appear,
.notification.notification-enter {
  height: 0px;
  transition: all 300ms ease-in;
}
.notification.notification-appear.notification-appear-active,
.notification.notification-enter.notification-enter-active {
  height: 26px;
}
.notification.notification-leave {
  height: 26px;
  transition: all 300ms ease-out;
}
.notification.notification-leave.notification-leave-active {
  height: 0px;
}
.notification {
  position: relative;
  width: 100%;
  background-color: #ff0066;
  color: #fff;
  text-align: center;
  height: 26px;
  line-height: 30px;
  transition: all 300ms ease-out;
  letter-spacing: .5px;
  overflow: hidden;
}
.notification a {
  color: #fff;
  text-decoration: underline;
}
.notification .btn-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0px;
  color: #eee;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 26px;
  font-size: 19px;
  padding-top: 0px;
  width: 30px;
}
.notification .btn-close:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.mobile.notification {
  height: 100%;
  line-height: 20px;
  padding: 15px;
}
.mobile.notification .btn-close {
  padding-top: 4px;
  padding-left: 2px;
  border-radius: 3px 0px 0px 0px;
  bottom: 0px;
  top: initial;
}
/** Color variables, helps keep the theme consistent across the site */
.user-button-connexion {
  height: 32px;
  border-radius: 2px;
  width: 100px;
  background-color: rgba(255, 0, 102, 0.8);
  line-height: 32px;
  text-align: center;
  font-size: 17px;
  letter-spacing: .5px;
  color: #fff;
  margin-top: 10px;
  margin-left: 14px;
  font-family: "Source Sans Pro", sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.user-button-connexion:hover {
  background-color: rgba(255, 0, 102, 0.6);
  color: #fff;
}
.phrase-enter {
  opacity: 0;
}
.phrase-enter-active {
  opacity: 0.5;
  transition: 500ms;
}
.phrase-leave {
  opacity: 0.5;
}
.phrase-leave-active {
  opacity: 0;
  transition: 500ms;
}
/** Color variables, helps keep the theme consistent across the site */
.history-tooltip-delete {
  width: 270px;
  height: 280px;
  -ms-transform: translateX(-127px) translateY(-295px);
      transform: translateX(-127px) translateY(-295px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background: #FFF;
}
.history-tooltip-delete > .tooltip-content > h6 {
  font-size: 10px;
  text-align: center;
  font-weight: 300;
  color: #252525;
  margin-top: 5px;
  margin-bottom: 10px;
}
/** Color variables, helps keep the theme consistent across the site */
ul.add-playlist-tooltip-playlists li:hover {
  background-color: #e7e7e7;
}
ul.add-playlist-tooltip-playlists li:nth-child(even):not(:hover) {
  background-color: #F9F9F9;
}
/** Color variables, helps keep the theme consistent across the site */
/**** Global ****/
.hidden {
  display: none !important;
}
.clear {
  clear: both;
  float: none;
}
/**** Helpers ****/
.notSelectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**** Media queries ****/
/** -- Hide -- **/
@media only screen and (max-height: 1000px) {
  .hide-twitter {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
/** -- Show -- **/
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
.ssk.ssk-icon-share {
  padding: 5px;
  margin-right: 5px;
  font-size: 24px;
  background: #fff !important;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ssk:before,
.ssk .glyphicon {
  font-size: 15px;
}
.ssk-twitter.ssk-icon-share {
  color: #00b4e0;
}
.ssk-facebook.ssk-icon-share {
  color: #3982ce;
}
.ssk-facebook.ssk-icon-share:before {
  margin-right: 0px;
  text-indent: 0px;
}
.ssk-google-plus.ssk-icon-share {
  color: #f1403a;
}
.ssk-twitter.ssk-icon-share {
  background: #00b4e0 !important;
  color: white;
}
.ssk-facebook.ssk-icon-share {
  background: #3982ce !important;
  color: white;
}
.ssk-google-plus.ssk-icon-share {
  background: #f1403a !important;
  color: white;
}
.ssk.ssk-icon-share:hover {
  background: #ccc !important;
  color: #111;
}
.playlist-sortable-list {
  z-index: 2;
}
.speaker .spritespeaker-overlay {
  width: 100px;
  height: 75px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  top: -5px;
  margin-top: 19px;
  text-align: center;
}
.button {
  border: none;
  border-radius: 2px;
  display: block;
  height: 36px;
  text-align: center;
  line-height: 37px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: white;
  background: #afafaf;
  box-shadow: none;
}
.button:hover {
  opacity: 0.7;
}
/** Color variables, helps keep the theme consistent across the site */
.show-more-button {
  width: 230px;
  height: 40px;
  line-height: 43px;
  border: none;
  border-radius: 2px;
  display: block;
  text-align: center;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  color: white;
  margin: 20px auto 0;
  box-shadow: none;
}
/** Color variables, helps keep the theme consistent across the site */
.container-reviews {
  padding-top: 15px;
  height: 100%;
}
.reviews .speaker .spritespeaker-overlay {
  width: 203px;
  height: 114px;
  top: -134px;
  margin-left: 6px;
  margin-bottom: -134px;
}
.reviews .speaker .spritespeaker-overlay i {
  margin-top: 20px;
  margin-left: 85px;
  position: relative;
  top: 20px;
}
.reviews svg {
  width: 20px;
}
.reviews .video-image {
  width: 203px;
  height: 114px;
  border-radius: 2px;
  background-position: 0px -19px;
  background-size: 203px;
  background-position-y: -19px;
  overflow: hidden;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 6px;
}
.reviews .content-short span.line-clamp {
  margin-top: 8px;
  margin-right: 6px;
  margin-left: 6px;
  transition: all 0.3s ease;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: 140px;
  position: relative;
}
.reviews:hover {
  cursor: pointer;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}
.reviews:hover .content-short .line-clamp:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f6f6f6 70%);
}
.pinned-card .content-short .line-clamp:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f6f6f6 70%);
}
@media screen and (max-width: 460px) {
  .reviews {
    width: 100% !important;
    text-align: center !important;
  }
  .reviews .speaker {
    position: relative;
  }
  .reviews .speaker .spritespeaker-overlay {
    width: 203px;
    height: 113px;
    top: -251px;
    left: 98px;
    margin-left: 6px;
    margin-bottom: -134px;
    position: absolute;
  }
  .video-image {
    display: inline-block !important;
    margin-left: 16px !important;
  }
  .review-overlay {
    margin: 0 auto !important;
    bottom: 118px !important;
  }
  .review-meta-sp {
    margin-top: -90px !important;
  }
  .review-meta {
    margin-top: -115px !important;
  }
}
.video-image {
  width: 100%;
  height: 100%;
}
.video-list-handle:hover {
  opacity: 0.7 !important;
}
.video-list-item-image-loading-background {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmerVideoImage;
  -webkit-animation-timing-function: linear;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  position: relative;
}
@keyframes placeHolderShimmerVideoImage {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
.video-image-anim-enter {
  height: 0;
}
.video-image-enter-active {
  height: 400px;
  transition: 500ms;
}
.video-image-anim-leave {
  height: 400px;
}
.video-image-leave-active {
  height: 0;
  transition: 500ms;
}
.video-options {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.video-item:hover .video-options {
  opacity: 1;
}
.video-item .show-option {
  opacity: 1;
}
.chat-message .chat-message-time {
  display: none;
}
.chat-message:hover .chat-message-time {
  display: -ms-flexbox;
  display: flex;
}
.header-title-logo {
  background-size: cover;
  background: url('https://listenonrepeat.com/static/img/site-logo.png') no-repeat center;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .header-title-logo {
    background-size: cover;
    background-image: url('https://listenonrepeat.com/static/img/site-logo@2x.png');
  }
}
.search-bar input {
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #fff !important;
  box-sizing: border-box;
}
/** Color variables, helps keep the theme consistent across the site */
.user-picture {
  background-size: 36px;
  width: 36px;
  height: 36px;
  margin-top: 8px;
  border-radius: 20px;
  background-repeat: no-repeat;
  display: inline-block;
}
/** Color variables, helps keep the theme consistent across the site */
.user-stats-widget {
  display: block;
  height: 55px;
  min-width: 70px;
  padding-top: 5px;
  padding-left: 4px;
  color: #fff;
}
.user-stats-widget .stats-row {
  position: relative;
  width: 100%;
}
.user-stats-widget .stats-row i {
  text-align: center;
}
.user-stats-widget .stats-row .stat {
  display: block;
  height: 20px;
  padding-left: 26px;
  font-size: 0.9rem;
  color: #bbb;
  font-weight: 300;
  text-align: left;
}
.user-stats-widget .stats-row .stat.hearts {
  padding-top: 1px;
}
.user-stats-widget .stats-row.hearts {
  top: 1px;
}
.user-stats-widget i {
  display: block;
  position: absolute;
  height: 25px;
  width: 25px;
}
.user-stats-widget i.icon-heart {
  font-size: 1rem;
  color: #fff;
}
.user-stats-widget i.icon-repeat {
  background-size: 11px;
  background-position: 7px 3px;
}
/** Color variables, helps keep the theme consistent across the site */
.user-widget {
  min-width: 150px;
  height: 50px;
  padding-right: 0px;
  text-align: left;
  cursor: pointer;
}
.user-widget.always-expanded {
  background-color: #2b2b2b;
  height: 60px;
}
.user-widget.always-expanded:hover {
  background-color: #2b2b2b;
}
.user-widget.unauthorized > * {
  float: left;
}
.user-widget.logging-in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.user-widget.logging-in .connecting {
  color: #ddd;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.user-widget.authorized > * {
  float: left;
}
.user-widget.authorized.always-expanded {
  height: 98px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  cursor: default;
  padding-bottom: 4px;
}
.user-widget:hover {
  background-color: #353535;
}
.user-widget .popover-wrapper {
  margin-top: 50px !important;
}
.user-widget .popover {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 0px 0px 0px 2px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.user-widget .popover .action {
  float: none !important;
  margin-left: 10px !important;
}
.user-widget .popover li {
  color: #eee;
  line-height: 1.6rem;
  width: 100%;
  text-transform: none;
  padding-right: 15px;
  padding-bottom: 15px;
}
.user-widget .popover li > a,
.user-widget .popover li > span {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  height: 30px;
  font-size: 0.9rem;
  color: #ddd;
}
.user-widget .popover li.greeting {
  text-align: center;
  width: 128px;
  display: block;
  margin: auto;
  padding: 0px;
  height: 50px;
  line-height: 54px;
}
.user-widget .dropdown-button {
  display: block;
  width: 35px;
  height: 55px;
  padding-top: 18px;
  color: #eee;
  font-size: 1.2rem;
  text-align: center;
}
.user-widget .material-fb-login-button {
  margin-top: 13px;
  margin-left: 10px;
}
.user-widget .spinner {
  position: relative;
  top: 1px;
}
.user-widget .desktop-login-tip {
  position: absolute;
  width: 292px;
  color: white;
  top: 40px;
  right: 69px;
  z-index: 100;
}
.user-widget .assimilate-spinner-wrapper {
  position: relative;
  top: 15px;
  left: 28px;
}
.user-widget .assimilate-spinner-wrapper .assimilate-spinner {
  width: 25px;
  height: 25px;
}
.speaker-inner {
  animation: hideshow 600ms ease infinite;
}
.speaker-mid {
  animation: hideshow 600ms ease infinite;
  animation-delay: 200ms;
}
.speaker-outer {
  animation: hideshow 600ms ease infinite;
  animation-delay: 400ms;
}
@keyframes hideshow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30.2% {
    opacity: 1;
  }
  63.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (max-width: 1075px) {
  .right-column {
    display: none !important;
  }
}
.container {
  text-align: center;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 1280px;
  /* width:90%; */
}
@media only screen and (min-width: 601px) {
  .container {
    /* width:85%; */
  }
}
@media only screen and (min-width: 993px) {
  .container {
    /* width: 50%; */
  }
}
.pink-link {
  color: #ff0066;
  text-decoration: none;
}
.pink-link:hover {
  text-decoration: underline;
}
.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rc-slider {
  position: relative;
  height: 4px;
  width: 100%;
  border-radius: 6px;
  background-color: #e9e9e9;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
  z-index: 1;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  z-index: 2;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle-active:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
}
.rc-slider-mark {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  font-size: 12px;
  z-index: 3;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  z-index: 1;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot:first-child {
  margin-left: -4px;
}
.rc-slider-dot:last-child {
  margin-left: -4px;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  position: absolute;
  margin-left: -5px;
  margin-bottom: -7px;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 10px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 4;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
.wrapper-slider {
  opacity: 0;
  overflow: hidden;
  height: 0px;
  transition: all 0.2s ease;
}
.wrapper-slider.open {
  opacity: 1;
  height: 55px;
}
.new-slider {
  border-radius: 2px;
  padding: 36px 34px 10px;
  border-top: solid 1px;
  margin-top: 3px;
}
.new-slider .tooltip {
  width: 60px;
  position: relative;
  top: -30px;
  float: left;
  text-align: center;
  font-weight: 300;
}
.new-slider .rc-slider {
  background-color: #e5e5e5;
}
.new-slider .rc-slider-track {
  background: #aaa;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.3);
  transition: background 450ms;
  height: 6px;
}
.new-slider .rc-slider-handle {
  background-color: #ff0066;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 24px;
  height: 24px;
  border: 0;
  margin-left: -12px;
  margin-top: -10px;
}
.player-streams-footer-live-icon {
  animation-name: pulse_animation;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/** Color variables, helps keep the theme consistent across the site */
.player-card {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .player-card {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 601px) {
  .login-modal-reason {
    display: none !important;
  }
}
/** Color variables, helps keep the theme consistent across the site */
.player-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  margin-top: 8px;
  margin-right: 8px;
  margin-left: 10px;
}
.player-controls .video-title {
  max-width: 300px;
  height: 20px;
  margin-top: 8px;
  margin-right: 10px;
  color: #d5d5d5;
  text-align: right;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1400px) {
  .player-controls .video-title {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 250px;
  }
}
@media screen and (max-width: 1150px) {
  .player-controls .video-title {
    display: none;
  }
}
.player-controls .controls {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.player-controls .player-control-icon {
  color: #ccc;
  padding-left: 3px;
  padding-right: 3px;
}
.player-controls .player-control-icon:hover {
  color: #fff;
}
.player-controls .player-control-icon.active {
  color: #ff0066;
}
.player-controls .control {
  float: left;
  cursor: pointer;
}
.player-controls .control-heart {
  font-size: 1.4rem;
  margin-left: 7px;
  top: 3px;
  position: relative;
}
.player-controls .control-repeat .icon-repeat {
  color: #fff;
  padding-top: 0px;
  line-height: 39px;
  font-size: 6pt;
  display: block;
  width: 36px;
  height: 32px;
  background-size: 17px;
  background-position: 9px 8px;
  background-position-x: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-style: normal;
  opacity: 0.75;
  padding-left: 0.5px;
}
.player-controls .control-repeat .icon-repeat:hover {
  opacity: 1;
}
.player-controls .playlist-indicator {
  display: inline-block;
  margin-top: 6px;
  margin-right: 5px;
  margin-left: 5px;
  max-width: 200px;
}
.player-controls > .notification-tip {
  line-height: normal;
  position: fixed;
  width: 240px;
  color: white;
  top: 42px;
  z-index: 100;
  right: 192px;
}
.player-controls > .notification-tip > .tip-text {
  background-color: #ff0066;
  text-align: left;
  padding: 10px 15px;
  padding-bottom: 9px;
  border-radius: 2px;
  font-size: 15px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.player-controls > .notification-tip > .tip-triangle {
  border-bottom: 9px solid #ff0066;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  bottom: 7px;
  left: 9px;
  position: relative;
}
.player-controls > .tooltip-notification-pushdown {
  top: 58px;
}
.sidebar {
  -ms-flex-pack: center;
      justify-content: center;
}
.player-queue-active {
  animation-name: pulse_animation;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.banner-enter {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}
.banner-enter.banner-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition: transform 500ms ease-in;
}
.banner-leave {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.banner-leave.banner-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition: transform 300ms ease-in;
}
.landing-page-logo {
  background-image: url('//listenonrepeat.com/static/img/lor-logo-large.png');
}
.landing-page-motto {
  background-image: url('//listenonrepeat.com/static/img/lor-motto.png');
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .landing-page-logo {
    background-image: url('//listenonrepeat.com/static/img/lor-logo-large@2x.png');
  }
  .landing-page-motto {
    background-image: url('//listenonrepeat.com/static/img/lor-motto@2x.png');
  }
}
.landing-logo-anim-enter {
  opacity: 0;
}
.landing-logo-anim-enter-active {
  opacity: 1;
  transition: 1000ms;
}
.landing-logo-anim-leave {
  opacity: 1;
}
.landing-logo-anim-leave-active {
  opacity: 0;
  transition: 1000ms;
}
.player-streams-footer-live-icon {
  animation-name: pulse_animation;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/** Color variables, helps keep the theme consistent across the site */
@media only screen and (max-width: 1271px) {
  .main-area-offset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1270px) {
  .main-area-offset {
    margin-left: 200px;
    transition: margin-left 0.3s ease;
  }
}
.bannerfix-ads-container {
  margin: auto;
  text-align: center;
  width: 100%;
  background-color: #333;
}
input::-ms-clear {
  display: none;
}
/** Hover States **/
.dark-theme .hover:hover {
  background-color: #333 !important;
}
.dark-theme .radio-suggestion:hover {
  background-color: #333 !important;
}
.dark-theme .video-item:hover {
  background-color: #333 !important;
}
.dark-theme .playlist-row-item:hover {
  background-color: #333;
}
.dark-theme .reviews:hover {
  background: #333;
}
.dark-theme .chat-container::-webkit-scrollbar-track {
  background-color: #333;
}
.light-theme .hover:hover {
  background-color: #eee !important;
}
.light-theme .radio-suggestion:hover {
  background-color: #eee !important;
}
.light-theme .video-item:hover {
  background-color: #eee !important;
}
.light-theme .playlist-row-item:hover {
  background-color: #eeeeee;
}
.light-theme .reviews:hover {
  background: #f6f6f6;
}
.light-theme .chat-container::-webkit-scrollbar-track {
  background-color: white;
}
.landing-content-anim-enter {
  opacity: 0;
}
.landing-content-anim-enter-active {
  opacity: 1;
  transition: 500ms;
}
.landing-content-anim-leave {
  opacity: 1;
}
.landing-content-anim-leave-active {
  opacity: 0;
  transition: 500ms;
}
/** Color variables, helps keep the theme consistent across the site */
.card-instructions {
  margin-top: 0px;
  display: block;
  text-align: left;
}
.card-instructions .button-close {
  color: #9e9e9e;
  font-size: 20px;
  margin: auto 10px auto auto;
  cursor: pointer;
}
.card-instructions .contents {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .5px;
  color: #888;
  padding: 16px;
}
.card-instructions .contents strong {
  color: #333;
}
.card-instructions .contents .lor-logo-text {
  color: #ff0066;
  font-weight: 600;
}
.card-instructions .contents .example {
  padding-top: 20px;
}
.card-instructions .contents .example .urls {
  margin: 10px auto 0;
  width: 320px;
  text-align: center;
}
/** Color variables, helps keep the theme consistent across the site */
/**** Global ****/
.hidden {
  display: none !important;
}
.clear {
  clear: both;
  float: none;
}
/**** Helpers ****/
.notSelectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**** Media queries ****/
/** -- Hide -- **/
@media only screen and (max-height: 1000px) {
  .hide-twitter {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
/** -- Show -- **/
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
.animation-jump-out {
  animation: jump-out 1000ms linear 1 both;
}
.animation-hover-grow {
  transition: all 50ms ease-in;
  top: 0;
  position: relative;
  cursor: pointer;
}
.animation-hover-grow:hover {
  z-index: 3;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation-reverse {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes jump-out {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.3% {
    transform: matrix3d(1.514, 0, 0, 0, 0, 1.514, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.61% {
    transform: matrix3d(1.879, 0, 0, 0, 0, 1.879, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.91% {
    transform: matrix3d(2.052, 0, 0, 0, 0, 2.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    transform: matrix3d(2.093, 0, 0, 0, 0, 2.093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.33% {
    transform: matrix3d(2.021, 0, 0, 0, 0, 2.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.44% {
    transform: matrix3d(1.994, 0, 0, 0, 0, 1.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.66% {
    transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.98% {
    transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.blink-3-times {
  animation: blinker 0.5s linear 3;
}
* {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
}

/*# sourceMappingURL=bundle.web.css.map*/