@import url(http://fonts.googleapis.com/css?family=Roboto);

#player {
  width: 360px;
  height: 774px;
  background-image: url(../img/backg.png);
  padding: 30px;
  position: absolute;
  border-radius: 20px;
  border: 0px solid #ffffff;
  margin: auto;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8) inset;
}

.contenedor {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: 0px center;
  position: relative;
}

!#logo {
  position: absolute;
  height: 100p%;
  width: 100%;
  left: 5px;
  top: 5px;
}

#fondologo {
  position: absolute;
  height: 120px;
  width: 120px;
  left: 10px;
  top: 15px;
}

#play {
  height: 279px;
  width: 279px;
  background-image: url(../img/play.png);
}

#play:hover {
  height: 279px;
  width: 279px;
  background-image: url(../img/playh.png);
}

#pause {
  height: 279px;
  width: 279px;
  background-image: url(../img/pausa.png);
}

#pause:hover {
  height: 279px;
  width: 279px;
  background-image: url(../img/pausah.png);
}

#play,
#pause {
  position: absolute;
  left: 40px;
  top: 40px;
}

#titulo {
  position: absolute;
  left: 90px;
  top: 210px;
}
#titulo2 {
  position: absolute;
  left: 92px;
  top: 212px;
}
#titulo h2 {
  color: #ffffff;
  padding: 3px;
  margin: 0px;
  font-family: "Teko", sans-serif;
  font-size: 35px;
}

#titulo2 h2 {
  color: #000000;
  padding: 4px;
  margin: 0px;
  font-family: "Teko", sans-serif;
  font-size: 35px;
}

#song {
  position: absolute;
  color: #000000;
  left: 30px;
  top: 150px;
  margin: 5px;
  width: 275px;
  height: 20px;
  font-family: "teko", sans-serif;
  text-transform: capitalize;
  font-size: 35px;
}
#song2 {
  position: absolute;
  color: #ffffff;
  left: 32px;
  top: 152px;
  margin: 5px;
  width: 275px;
  height: 20px;
  font-family: "teko", sans-serif;
  text-transform: capitalize;
  font-size: 35px;
}

#animation {
  position: absolute;
  left: 45px;
  top: 490px;
}
#social {
  position: absolute;
  left: 50px;
  top: 680px;
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: space-around;
}

#temas {
  position: absolute;
  left: 60px;
  top: 450px;
  width: 250px;
  color: #ffffff;
  font-family: "teko", sans-serif;
  text-transform: capitalize;
  font-size: 20px;
  text-align: center;
}

.volu {
  position: absolute;
  left: 150px;
  top: 290px;
  width: 180px;
  color: #ffffff;
  font-family: "teko", sans-serif;
  text-transform: capitalize;
  font-size: 20px;
}

#hist {
  position: absolute;
  padding: 2px;
  width: 150px;
  height: 220px;
  left: 350px;
  top: 170px;
  color: #ffffff;
  font-family: "teko", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  overflow: hidden;
}

#tapa {
  position: absolute;
  left: 30px;
  top: 150px;
}

.jp-volume-bar {
  position: absolute;
  top: 638px;
  left: 60px;
  overflow: hidden;
  width: 240px;
  height: 8px;
  cursor: pointer;

  background: #ffffff;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.4),
    0px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.4),
    0px 1px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.4),
    0px 1px 0px rgba(255, 255, 255, 0.4);
}

.jp-volume-bar-value {
  background: transparent;
  width: 0px;
  height: 10px;
  position: absolute;
}

.jp-volume-bar-value span {
  position: absolute;
  top: 0px;
  right: 0px;

  background: url(../img/volume.png) no-repeat center;
  width: 11px;
  height: 10px;
}

/* CSS Document */

#face {
  height: 50px;
  width: 50px;
  background-image: url(../social/facebookh.png);
}

#face:hover {
  height: 50px;
  width: 50px;
  background-image: url(../social/facebook.png);
}

#ig {
  height: 50px;
  width: 50px;
  background-image: url(../social/IGh.png);
}

#ig:hover {
  height: 50px;
  width: 50px;
  background-image: url(../social/ig.png);
}

#yt {
  height: 50px;
  width: 50px;
  background-image: url(../social/YTh.png);
}

#yt:hover {
  height: 50px;
  width: 50px;
  background-image: url(../social/YT.png);
}

#wt {
  height: 50px;
  width: 50px;
  background-image: url(../social/wth.png);
}

#wt:hover {
  height: 50px;
  width: 50px;
  background-image: url(../social/wt.png);
}
