@font-face {
  font-family: 'titillium_webregular';
  src: url('../data/fonts/2') format('woff2'), url('../data/fonts/') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'titillium_weblight';
  src: url('../data/fonts/titilliumweb-light-webfont.woff2') format('woff2'), url('../data/fonts/titilliumweb-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'titillium_webbold';
  src: url('../data/fonts/titilliumweb-bold-webfont.woff2') format('woff2'), url('../data/fonts/titilliumweb-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: black;
  margin: 0;
  overflow: hidden;
}
html {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  bottom: 0;
  right: 0;
}
#container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
#backgroundcontainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
h3,
p,
a {
  font-family: 'titillium_weblight', sans-serif;
  font-weight: 200;
  color: white;
}
.loadertextwrapper {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  display: flex;
  z-index: 3000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
@media (min-height: 700px) {
  .loadertextwrapper {
    top: 20%;
  }
}
@media (max-width: 550px) {
  .loadertextwrapper {
    width: 95%;
  }
}
.loadingtext,
.loadinghint {
  opacity: 1;
  transition: opacity 0.5s linear;
  cursor: default;
}
.loadingtext span,
.loadinghint span {
  font-weight: bold;
  transition: color 0.2s linear;
  position: relative;
  font-family: "titillium_webbold", sans-serif;
}
.loadingtext span:hover,
.loadinghint span:hover {
  color: white !important;
}
.loadingtext.hide,
.loadinghint.hide {
  opacity: 0;
}
.loadinghint {
  font-size: 1.3em;
}
@media (max-height: 884px) {
  .loadinghint {
    font-size: 1em;
  }
}
@media (max-height: 600px) {
  .loadinghint {
    margin: 3px;
  }
}
.loadingtext {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3000;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1.4px;
  pointer-events: none;
}
@media (max-height: 450px) {
  .loadingtext {
    font-size: 0.9em;
  }
}
.legallink {
  display: flex;
  position: absolute;
  left: 5px;
  bottom: 2px;
  z-index: 3000;
  font-size: 12px;
  color: darkgray;
  text-transform: none;
  flex-direction: column;
}
.legallink a {
  color: #949494;
  letter-spacing: 0;
  font-weight: normal;
  text-decoration: none;
}
.legallink a:hover {
  text-decoration: underline;
}
.nowplaying {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */
  position: absolute;
  right: 0;
  top: 50px;
  width: 400px;
  max-width: 98%;
  background-color: #181818;
  height: 100px;
  display: flex;
  z-index: 3000;
  border: 1px solid #AAAAAA;
  border-right: none;
  font-size: 14px;
  transform: translateX(100%);
  color: white;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
@media (max-height: 800px), (max-width: 800px) {
  .nowplaying {
    top: auto;
    bottom: 50px;
  }
}
.nowplaying.show {
  transform: translateX(0);
}
.nowplaying.show.collapsed {
  transform: translateX(100%) translateX(-100px);
}
.nowplaying.show.songended {
  transform: translate(50%, -50%) translateX(0) translateY(-100px) !important;
  right: 50%;
  top: 50%;
  height: 400px;
  border: 1px solid #AAAAAA;
}
@media (max-width: 410px) {
  .nowplaying.show.songended {
    height: 250px;
    width: 250px;
  }
}
.nowplaying.show.songended .coverart {
  height: 400px;
  width: 400px;
}
@media (max-width: 410px) {
  .nowplaying.show.songended .coverart {
    height: 250px;
    width: 250px;
  }
}
.nowplaying.show.songended .infowrapper {
  width: 0;
  height: 0;
  opacity: 0;
}
.nowplaying.show.songended .postinfowrapper {
  display: flex;
}
.nowplaying .coverart {
  height: 100px;
  width: 100px;
  min-width: 100px;
  transition: all 0.5s ease-out;
  background-image: url("../data/img/MFMMFM-Cover-Thumb.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.nowplaying .postinfowrapper {
  display: none;
  position: absolute;
  top: 100%;
  background-color: black;
  width: 100%;
  border: 1px solid white;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nowplaying .postinfowrapper .linkswrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 400px) {
  .nowplaying .postinfowrapper .linkswrapper {
    width: 100%;
    flex-wrap: wrap;
  }
}
.nowplaying .postinfowrapper .linkswrapper a {
  display: block;
  margin: 25px;
  position: relative;
  margin-bottom: 40px;
}
.nowplaying .postinfowrapper .linkswrapper a:hover p {
  text-decoration: underline;
}
.nowplaying .postinfowrapper .linkswrapper a i {
  font-size: 25px;
}
.nowplaying .postinfowrapper .linkswrapper a p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap;
}
.nowplaying .postinfowrapper .replaybtn {
  font-weight: bold;
  transition: color 0.2s linear;
  position: relative;
  font-family: 'titillium_webregular', sans-serif;
  font-weight: 500;
  margin: 12px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 25;
}
.nowplaying .infowrapper {
  display: flex;
  flex-direction: column;
  font-family: 'Dosis', sans-serif;
  padding-left: 5px;
  align-items: flex-start;
  justify-content: space-around;
}
.nowplaying .infowrapper .info {
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 10px;
}
.nowplaying .infowrapper .title {
  font-size: 16px;
  padding-right: 4px;
  box-sizing: border-box;
}
.nowplaying .infowrapper .songlinks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 5px;
  box-sizing: border-box;
}
.nowplaying .infowrapper .songlinks a {
  top: 0.1em;
  font-size: 1.2em;
}
.nowplaying .infowrapper .songlinks a:first-child {
  margin-left: 77px;
}
@media (max-width: 420px) {
  .nowplaying .infowrapper .songlinks a {
    margin-right: 25px;
  }
}
#playbutton {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  z-index: 100;
  background-image: url("../data/img/play.png");
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: opacity 0.2s linear, transform 0.4s ease-in-out;
  display: none;
  cursor: pointer;
  opacity: 1;
}
@media (max-height: 400px) {
  #playbutton {
    width: 75px;
    height: 75px;
  }
}
#playbutton.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#playbutton.visible:before,
#playbutton.visible:after {
  transform: translate(-50%, -50%) rotate(0deg);
  filter: blur(0px);
}
#playbutton.visible:hover:before,
#playbutton.visible:hover:after {
  filter: blur(2px);
  transform: translate(-50%, -50%) rotate(-10deg);
}
#playbutton.visible:hover:after {
  transform: translate(-50%, -50%) rotate(10deg);
}
#playbutton:before,
#playbutton:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-image: url("../data/img/play.png");
  background-size: contain;
  background-position: center;
  transition: all 0.4s ease-in-out;
  filter: blur(2px);
}
#playbutton:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.camerabuttons {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
}
.camerabuttons .camerabutton {
  width: 30px;
  height: 30px;
  border: 1px solid cyan;
  color: cyan;
  font-family: sans-serif;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  box-shadow: aquamarine 1px -1px 17px 2px;
  margin: 5px;
  cursor: pointer;
}
.rainbowseparator {
  height: 1px;
  width: 0%;
  margin: 0 auto;
  background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  background-size: 1800% 1800%;
  -webkit-animation: rainbow 18s ease infinite, grow 30s linear forwards;
  -z-animation: rainbow 18s ease infinite, grow 30s linear forwards;
  -o-animation: rainbow 18s ease infinite, grow 30s linear forwards;
  animation: rainbow 18s ease infinite, grow 30s linear forwards;
}
@keyframes grow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@-moz-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@-o-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
.popel {
  display: inline;
}
