/************************************************************************************
PAGEWRAP
*************************************************************************************/
.pagewrap {
  width: 700px;
  max-width: 70%;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
}

iframe {
  border: none;
}

/************************************************************************************
VIDEO
*************************************************************************************/
.button-player {
  display: block;
  font-family: "LacosteSansBold";
  font-size: 12px;
  color: #454545;
  width: 50px;
  padding: 10px;
  float: right;
}

.btns {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  margin-left: -41px;
  margin-top: -41px;
}

.hideClick .btns {
  top: 200%;
}

#play-button {
  background: url("../img/play-button.png");
  display: none;
}

#pause-button {
  display: block;
}

.youtubeplayer {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.youtubeplayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.buttons {
  width: 100%;
  height: 50px;
  background: #fff;
  position: absolute;
  opacity: 0.7;
  bottom: 0;
  z-index: 10;
}

.video-container {
  position: relative;
  padding-bottom: 52%;
  height: 0;
  cursor: pointer;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.player {
  max-width: 640px;
  height: 320px;
}

.video-controls {
  background: #ffffff;
  height: 55px;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.status {
  height: 5px;
  left: 0;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.bar {
  height: 5px;
  position: relative;
  bottom: -15px;
  background: #295f41;
}

.loaded {
  height: 5px;
  left: 0;
  position: absolute;
  background: #cdcdcd;
  top: 0;
}

.indicator {
  display: block;
  height: 5px;
  left: 0;
  background: #295f41;
  position: absolute;
  top: 0;
  width: 20px;
}

.play-pause, .volume {
  background: url(../img/btn-controls.png) no-repeat;
  display: block;
  height: 20px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  margin: 17px;
  width: 20px;
  float: right;
}

.play-pause {
  right: 100px;
}

.playing {
  background-position: 0 -22px;
}

.volume {
  background-position: 0 -60px;
  right: 130px;
}

.muted {
  background-position: 0 -40px;
}

.title-video {
  color: #000;
  display: block;
  top: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial;
  line-height: 30px;
  padding: 0 5px 0 0;
  text-decoration: none;
  max-width: 68%;
  line-height: 55px;
  margin: 0 0 0 20px;
}

.timer {
  position: relative;
  top: -13px;
  left: 0;
  width: 106px;
  float: right;
  line-height: 0;
}

/* mobile only */
@media screen and (max-width: 767px) {
  .hideClick .btns {
    top: 140%;
  }
}

/*# sourceMappingURL=player.css.map */
