body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a:link, a:visited{
  color: #bdc3c7;
}

.credit{
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  bottom: 0px;
  color: #fff;
}

#container
{
  width: 100%;
  height: 100%;
  position: absolute;
}

.control
{
  position: absolute;
  top: 50%;
  right: 10px;
  width: 65px;
  height: 130px;
  transform: translate(0%, -50%);
	-ms-transform: translate(0%, -100%);
  z-index: 5000;
}
.controlBtn
{
  width: 57px;
	height: 57px;
	margin: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  border-color: white;
  border-width: 2px;
  border-style: solid;

	//z-index: 10;
}

.controlBtn img
{
  position: relative;
  height: 25px;
  width: auto;
  color: white;
  top: 14px;
  left: 17px;

}

#progress-bar {
       position: fixed;
       top: 0;
       width: 0;
       height: 5px;
       background-color: #fff;
       transition: opacity 0.5s ease;
     }

.control-bottom
{
  position: absolute !important; 
  bottom: 70px;
  z-index: 5000;
  left: 50%;
  transform: translateX(-50%);
}

.activeButton{
  color:white !important;
  background-color: black !important;
  }

  .btn
  {
    width: 100px;
  }