html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 300;
  word-wrap: break-word;
}
#backgroundcover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: Center Center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 150%;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  opacity: 0.7;
}
.div_clear {
  clear: both;
}
.display_none {
  display: none;
}
.display_block {
  display: block;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #ffffff;
  outline: none;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.material-icons {
  font-size: 130% !important;
  vertical-align: bottom !important;
  line-height: inherit !important;
}
#lnk {
  position: relative;
  max-width: 320px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.merchandising {
  padding: 20px 45px 35px 45px;
  background-image: linear-gradient(90deg,#c4cad4,#d6e0e2,#c5cfd1);
}
#videos_player {
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transform: rotate(-2deg);
}
#videos_player iframe {
  width: 100%;
  height: 408px;
  border: 0;
}
.pitchk7 {
  transform: rotate(-2deg);
  margin: 10px 0 17px 0;
  font-size: 20px;
  font-weight: 700;
  color: #181818;
}
.link_album {
  display: inline-block;
  transform: rotate(-2deg);
  padding: 15px 25px;
  background-color: #181818;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.header {
  background-color: #181818;
}
#album_cover img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
h1 {
  margin: 0;
  padding: 16px 15px 0 15px;
  font-size: 19px;
  font-weight: 500;
}
h1 strong::before,
h1 strong::after {
  content: '"';
}
p {
  margin: 0;
  padding: 5px 15px 20px 15px;
  font-size: 14px;
}
.year {
  opacity: 0.5;
}
.header em {
  font-style: normal;
}
#tracklisting {
  margin: 0 0 25px 0;
  padding: 0 35px;
  border: 0;
  text-align: left;
  font-size: 16px;
}
#tracklisting li {
  margin: 0.4em 0;
  padding: 0;
}
.credits {
  text-align: left;
  opacity: 0.5;
}
#arrow {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background-color: #181818;
  transform: rotate(45deg);
}
#thelist {
  overflow: hidden;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ffffff;
  text-align: right;
  font-size: 16px;
}
#thelist li {
  list-style-type: none;
  margin: 0;
  padding: 28px 15px;
  border-bottom: 1px solid #f5f5f5;
  background-position: 15px Center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 120px auto;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#thelist li:hover {
  background-color: #f5f5f5;
}
#thelist li a {
  padding: 9px 10px;
  border: 1px solid #777777;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #777777;
}
#thelist li a:hover {
  background-color: #222222;
  border: 1px solid #222222;
  color: #ffffff;
}
#thelist li span {
  cursor: pointer;
  padding: 9px 16px;
  border: 1px solid #4285F4;
  background-color: #4285F4;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  color: #ffffff;
}
.genius {
  background-color: rgba(255,255,100,0.3);
}
#lk_social {
  list-style-type: none;
  margin: 50px 0;
  padding: 0;
  border: 0;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
#lk_social li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
#lk_social a {
  display: inline-block;
  color: #ffffff;
}
.svgicons {
  display: inline-block;
  width: auto;
  height: 1em;
  margin: 0 10px;
  vertical-align: middle;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}
#copyright {
  padding-bottom: 50px;
  font-style: normal;
  font-size: 13px;
  color: rgba(255,255,255,0.69);
  text-transform: uppercase;
}
