html{
  height:100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Unica One', helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  height:100%;
  background: #000;
}

div {
  margin: 0;
  padding: 0;
}
iframe {
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: bold;
  font-style: italic;
  font-size: 64px;
  color: #0f0;
  margin-left: 15px;
}

p {
  font-family: helvetica, arial, sans-serif;
  color: #0f0;
  font-size: 25px;
}

a {
  color: #ff0;
}

#welcome {
  max-width: 600px;
  margin: 10rem auto;
}

.inline-logo img {
  max-height: 70px;
  float: left;
  margin-left: 15px;
  margin-right: 20px;
}

#logo img {
  max-height: 200px;
  margin-top: 70px;
  margin-left: 180px;
}

.btn-play {
  padding-top: 10px;
  border-color: #fff;
  margin-left: 15px;
  color: #ff0;
}

#button-row {
  height: 30px;
  overflow: hidden;
}

#button-row .btn-cr {
  background: #0f0;
  font-weight: bold;
  font-style: italic;
  border-radius: 3px;
  border: none;
  font-size: 20px;
  cursor: pointer;
  opacity: 1;
  display: block;

}

.slowload {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.slowload.loaded {
  opacity: 1;
}

.next {
  position: absolute;
  right: 5px;
  top: 0;
}

.home {
  position: absolute;
  left: 5px;
  top: 0;
}

.share {
  margin: 0 auto;
}

#genres {
  color: #fff;
  width: auto;
  float: left;
  margin-right: 20px;
}

.select-genre {
  clear: both;
  margin-bottom: 3px;
}

.select-genre label {
  display: block;
  float: left;
  margin: 5px 10px;
}

#share-shade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

#share-popup {
  background: #fff;
  padding: 20px;
  height: 150px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  width: 500px;
  border-radius: 10px;
}

.share-button {
  margin-bottom: 0.5em;
}

.share-button a:hover {
  color: #fff;
}

.facebook-link {
  background: #3b5998;
  color: #fff;
  font-family: helvetica;
  padding: 5px;
  border-radius: 5px;
}

.twitter-link {
  background: #46afef;
  color: #fff;
  font-family: helvetica;
  padding: 5px;
  border-radius: 5px;
}



.ui-stoggle--hidden {
  opacity: 0;
  font-size: 0;
  height: 0;
  width: 0;
  position: absolute;
  left: -9999px;
}

.ui-stoggle {
  display: block;
  float: left;
  width: 64px;
  height: 24px;
  background: #000;
  position: relative;
  border: 1px solid #0f0;
  margin-bottom: 10px;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-stoggle--label-on,
.ui-stoggle--label-off {
  overflow: hidden;
  width: 100%;
  -webkit-transition: width 200ms;
  -moz-transition: width 200ms;
  -ms-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
}

.ui-stoggle--label-on {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.ui-stoggle--label-off {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: right;
}

.ui-stoggle--slider,
.ui-stoggle--label-on,
.ui-stoggle--label-off,
.ui-stoggle--inner,
.ui-stoggle {
  border-radius: 13px;
}

.ui-stoggle--inner {
  display: block;
  height: 100%;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
}

.ui-stoggle--slider {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.ui-stoggle--slider i {
  background: #000;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 1px;
  top: 1px;
  border: 2px solid #0f0;
  border-radius: 13px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.ui-stoggle--label-text {
    display: block;
    line-height: 24px;
    padding: 0 9px 0 10px;
    font-size: 13px;
    color: #000;
    box-sizing: border-box;
    width: 64px;
    border-radius: 12px;
    background: #000;
}

.ui-stoggle--label-on .ui-stoggle--label-text {
    float: right;
    background: #0f0;
    color: #0f0;
}

.ui-stoggle.off .ui-stoggle--label-on {
    width: 0;
}

.ui-stoggle.on .ui-stoggle--label-on {
    display: block;
}

.ui-stoggle.on .ui-stoggle--label-off {
    width: 0;
}

.ui-stoggle.on .ui-stoggle--slider i {
    left: 40px;
}
