body,
html, p {
  margin: 0;
}
video {

  position: fixed;

  top: 50%;

  left: 50%;

  min-width: 103%;

  min-height: 100%;

  width: auto;

  height: auto;

  z-index: -100;

  transform: translateX(-50%) translateY(-50%);


  background-size: cover;

  transition: 1s opacity;

  opacity: 0.65;

}

.headtext {

  font-size: 100px;

  text-align: center;

  color: rgba(255,255,255,0.3);

  /*letter-spacing: 40px;*/

  /*margin-right: -40px;*/

}

.playerIcons {
  font-size: 60px !important;
  vertical-align: middle;
  color: rgba(255,255,255,0.3)
}

.headtext2 {

  font-size: 72px;

  text-align: center;

  color: rgba(255,255,255,0.3);

  letter-spacing: 30px;

  margin-right: -30px;

}

.playerIcons:hover, .headtext:focus, .headtext2:hover, .headtext2:focus {

  color: rgba(255,255,255,0.6);

}


.menubox {

  color: rgba(255,255,255,0.3);

  padding: 10px;

  border-radius: 2px;

  margin-top: 20px;

}

.menubox:hover {

  background-color: rgba(33,33,33,0.45);

  cursor: pointer;

  color: rgba(255,255,255,0.8);

}

.topline {

  border-top: 4px solid;

  color: rgba(33,33,33,0.3);

}

.anoeffects {

    text-decoration: none !important;

    cursor: default;

}

.centered {

  position: absolute;

  width: 100%;

  top: 50%;

  left:50%;

  transform: translate(-50%,-50%);

/*  border: 1px solid white;*/

}

.left {

  background-color: rgba(0,0,0,0.5);

  position:fixed !important;

  position:absolute;

  top:0;

  right:0;

  bottom:0;

  left:0;

}

.right {

  position:fixed !important;

  position:absolute;

  top:0;

  right:0;

  bottom:0;

  left:33.25%;

}

.contentof {

  overflow-y: scroll;

  height: 100%;

  margin-right: -15px;

  color: rgba(255,255,255,0.6);

  padding: 20px 5px 50px 0px;

  text-align: justify;

}



::-webkit-scrollbar

{

  width: 9px;  /* for vertical scrollbars */

  height: 12px; /* for horizontal scrollbars */

}



::-webkit-scrollbar-track

{

  background: rgba(0, 0, 0, 0);

}



::-webkit-scrollbar-thumb

{

  background: rgba(33,33,33,0.45);

}

.subtext1 {

    color: rgba(255,255,255,0.3);

    cursor: default;

    margin-top: 20px;

    letter-spacing: 7px;


}

.subtext2 {

    color: rgba(255,255,255,0.3);

    cursor: default;

    margin-top: -15px;

    letter-spacing: 4px;

    margin-right: -6px;

    font-size: 12px;

}

.clicked {

  background-color: rgba(33,33,33,0.45);

  cursor: pointer;

  color: rgba(255,255,255,0.8);

}



@media(max-width:767px){

  .timeplayer {

  vertical-align: middle !important;

  display: block !important;

}

.titleplayer {

  vertical-align: middle !important;

  display: block !important;

  width: 100% !important;



}

.displayer{

  display: block !important;

  margin: 20px 0;

  color: rgba(255,255,255,0.4);

/*  border: 4px solid rgba(164,164,164,0.2) !important;*/

  padding: 30px 0;

  background-color: rgba(33,33,33,0.4);

}

}





@media(max-width:480px){

  .headtext {

    font-size: 50px;


  }
.cover {
  width: 250px !important;
  height: 250px !important;
  border-radius: 125px !important;
}

.middleControls {
  width: 63px !important;
  height: 63px !important;

}

  .subtext1 {

    /*margin-top: 0;*/

    font-size: 11px;

  }

  .bb-forward {

    display: none !important;

  }

  .bb-trackTime {

    margin-left: 5px;

  }

  .playerIcons {
    font-size: 42px !important;
  }

}





@media(max-width:768px){







  .bb-trackTime {

    margin-top: 5px;

    display: inline-block !important;

  }

}







@media(max-width:992px){

  .nodisplay { display: none; }

}





@media(min-width:1200px){}




.playbutton {

  height: 50px !important;

  width: 50px !important;

  background-position: center center !important;

  border: 4px solid rgba(184,184,184,0.7) !important;

  opacity: 0.7;

}

.rewindbutton {

  opacity: 0.7;

}

.forwardbutton {

  opacity: 0.7;

}

.timeplayer {

  vertical-align: middle !important;

}

.titleplayer {

  vertical-align: middle !important;

}

.displayer{

  display: block !important;

  margin: 20px auto;

  color: rgba(255,255,255,0.4);

  background-color: rgba(33,33,33,0.4);

  padding: 20px 0;

  border-radius: 3px;

  width: 40%;

}

.hrcolor {

  border: 2px solid rgba(164,164,164,0.4);

  opacity: 0.35;

}

.img-blog {

  border-radius: 2px;

  opacity: 0.6;

}

.post {

  margin-bottom: 25px;


}

.opacityplayer {

  opacity: 0.45;

}
.text-white {
  color: white;
  opacity: 0.65;
}

/* Blurred background */

.img-container {
  /*background-image: url(http://www.placekitten.com/1500/1500);*/
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-filter: blur(70px);
  -o-filter: blur(70px);
  filter: blur(10px);
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='70');
  background-size: cover;
}

.content-container {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 103%;
  min-height: 103%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  /*width: 100%;*/
  /*height: 1000px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);*/
}

.blur {
  /* All the background image supports */
  background-image: -webkit-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
  background-image: -moz-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
  background-image: -o-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
  background-image: linear-gradient(to top right, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(70px);
  -o-filter: blur(70px);
  filter: blur(70px);
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='70');
  /*top: -70px;
  right: -70px;
  left: -70px;
  padding: 70px;*/
}

.blur:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1001;
  background-image: -webkit-linear-gradient(339deg, rgba(43, 40, 50, 0.8) 0%, rgba(43, 40, 50, 0.4) 46%, rgba(0, 0, 0, 0.05) 50%);
  background-image: -moz-linear-gradient(339deg, rgba(43, 40, 50, 0.8) 0%, rgba(43, 40, 50, 0.4) 46%, rgba(0, 0, 0, 0.05) 50%);
  background-image: -o-linear-gradient(339deg, rgba(43, 40, 50, 0.8) 0%, rgba(43, 40, 50, 0.4) 46%, rgba(0, 0, 0, 0.05) 50%);
  background-image: linear-gradient(339deg, rgba(43, 40, 50, 0.8) 0%, rgba(43, 40, 50, 0.4) 46%, rgba(0, 0, 0, 0.05) 50%);
  -webkit-filter: blur(70px);
  -o-filter: blur(70px);
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='70');
  filter: blur(70px);
}


.artwork {
  display: flex;
  justify-content: center;
  align-items: center;
}


.middleControls {
  position: absolute;
  cursor: pointer;
  background-color: black;
  border-radius: 50%;
  opacity: 1;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  border-radius: 50%;

}
  @-webkit-keyframes rotation {
  from {
  -webkit-transform: rotate(0deg);
  }
  to {
  -webkit-transform: rotate(359deg);
  }
}
.cover:hover {
  cursor: default;
}

.rotateArtwork {
  -webkit-animation: rotation 7s infinite linear;
  /*animation: rotation 7s infinite linear;*/
  /*-webkit-transform: translateZ(0);*/
  /*-webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 100%);*/
}

.pauseRotation {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.resumeRotation {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
