.gmd-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.gmd-1:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

#overlay {
  width: 100vw;
  height: 100vh;
  background-color: black;
  position: absolute;
  z-index: 100001;
  top: 0px;
  left: 0px; }

.hide {
  display: none; }

.show {
  display: block; }

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Arial, Helvetica, 'Sans-Serif'; }

video {
  width: 100%;
  height: 100%; }

/* Change all text and icon colors in the player. */
.vjs-bpop.video-js {
  font-size: 20px; }

.vjs-bpop.video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none !important; }

.vjs-bpop.video-js.vjs-ended .vjs-big-play-button {
  display: block !important; }

.vjs-bpop.video-js:hover .vjs-big-play-button, .vjs-bpop.video-js .vjs-big-play-button:focus, .vjs-bpop.video-js .vjs-big-play-button:active {
  background-color: #641fb4; }

.vjs-bpop.video-js.vjs-paused.vjs-has-started.video-js .vjs-big-play-button, .vjs-bpop.video-js.vjs-ended .vjs-big-play-button, .vjs-bpop.video-js.vjs-paused .vjs-big-play-button {
  display: block; }

.vjs-bpop.video-js .vjs-load-progress div, .vjs-bpop.vjs-seeking .vjs-big-play-button, .vjs-bpop.vjs-waiting .vjs-big-play-button {
  display: none !important; }

.vjs-bpop.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: none;
  border-radius: 50%;
  font-size: 3.5em;
  background-color: rgba(100, 31, 180, 0.45);
  color: #ff8800;
  -webkit-transition: border-color .4s,outline .4s,background-color .4s, color .4s;
  -moz-transition: border-color .4s,outline .4s,background-color .4s, color .4s;
  -ms-transition: border-color .4s,outline .4s,background-color .4s, color .4s;
  -o-transition: border-color .4s,outline .4s,background-color .4s, color .4s;
  transition: border-color .4s,outline .4s,background-color .4s, color .4s; }

.vjs-bpop.video-js .vjs-progress-control {
  position: absolute;
  top: -1.5vh;
  /* The height of the ControlBar minus 4px. */
  left: 0;
  right: 0;
  width: 100%;
  height: 1.5vh;
  /* the height must be reduced from 30 to 10px in order to allow the buttons below (e.g. play) to be pushed */ }

.vjs-bpop.video-js .vjs-progress-holder {
  /* needed to have a real 100% width display. */
  margin: 0px 0px !important;
  height: 1.5vh; }

/* Change the color of various "bars". */
.vjs-bpop.video-js .vjs-volume-level,
.vjs-bpop.video-js .vjs-play-progress,
.vjs-bpop.video-js .vjs-slider-bar {
  background: #641fb4; }

.vjs-bpop.video-js .vjs-button:hover, .vjs-bpop.video-js .vjs-button:active {
  background-color: #641fb4; }

.vjs-bpop.video-js .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.8);
  max-height: 60px; }

.vjs-bpop.video-js .vjs-control-bar .vjs-fullscreen-control {
  margin-left: auto;
  order: 3; }

.vjs-bpop.video-js .vjs-control-bar .vjs-time-control {
  flex: 1;
  text-align: left; }

.vjs-bpop.video-js .vjs-control-bar .vjs-playlist-button {
  margin-left: auto;
  order: 2; }

.vjs-button.vjs-customlogo-button {
  background: url("https://cdn.batterypop.net/partner-logos/BatteryPopLogo.png") center center no-repeat;
  background-size: calc(100% - 1.5em);
  cursor: pointer; }

.vjs-button.vjs-playlist-button {
  background: url("https://cdn.batterypop.net/icons/playlist-icon-100.png") center center no-repeat;
  background-size: calc(100% - 2.5em);
  cursor: pointer; }

.vjs-button.vjs-playlist-button.selected {
  background-color: #641fb4; }

.vjs-bpop.video-js .vjs-overlay {
  font-size: 1em; }

.vjs-bpop.video-js .vjs-overlay-background {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  width: 100%;
  border-radius: 0px; }

.vjs-bpop.video-js .vjs-overlay-top-left {
  top: 0px;
  left: 0px; }

/**
MOBILE STUFF
**/
@media (max-width: 767px) {
  .vjs-bpop.video-js {
    font-size: 15px; }
  .vjs-bpop.video-js .vjs-remaining-time {
    display: none; }
  .vjs-bpop.video-js .vjs-overlay {
    font-size: .5em; }
  .vjs-bpop.video-js .vjs-control-bar .vjs-volume-panel {
    flex: 1;
    text-align: left; } }

.vjs-bpop.video-js .vjs-playlist {
  position: absolute;
  bottom: 65px;
  background-color: #641fb4;
  padding: 10px 10px 5px 10px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll; }

.vjs-bpop.video-js .vjs-playlist-horizontal .vjs-playlist-item {
  height: 40vh;
  max-height: 40vh;
  min-height: 20vh;
  margin-right: 10px; }

#playlist-holder {
  position: absolute;
  width: 100%;
  height: calc(100% - 65px);
  z-index: 10000;
  overflow-y: hidden;
  overflow-x: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center; }

#playlist-holder .vjs-playlist {
  position: absolute;
  bottom: 0px;
  background-color: #641fb4;
  padding: 10px 10px 5px 10px; }

#playlist-holder .vjs-playlist-horizontal .vjs-playlist-item {
  height: 40vh;
  max-height: 40vh;
  min-height: 40vh;
  margin-right: 10px; }

#playlist-holder .vjs-playlist .vjs-playlist-title-container {
  background-color: rgba(26, 26, 26, 0.8); }

#close-playlist-button {
  background-color: #641fb4;
  padding: 5px 10px;
  border-radius: 5px 5px 0px 0px;
  font-size: 20px;
  color: white;
  padding: 10px 5px;
  position: relative;
  top: 0px;
  text-align: left; }

@media (max-width: 767px) {
  .vjs-bpop.video-js .vjs-playlist {
    bottom: 40px; }
  .vjs-bpop.video-js .vjs-playlist-horizontal .vjs-playlist-item {
    height: 55vh;
    max-height: 55vh;
    min-height: 55vh; } }

/**


#close-playlist-button {
	position:absolute;
	right:15px;
	top:15px;
	width:30px;
	height:30px;
	background: url('https://cdn.batterypop.net/icons/close-button-png-red-3.png') center center no-repeat;
  	background-size: 100%;
  	cursor:pointer;
}

#playlist-list-holder {
	margin:10px auto;
	width:90%;
	height:90%;
	overflow-y:scroll;
	overflow-x:hidden;	
	background-color:transparent;
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	padding:20px;
}

#playlist-holder .vjs-playlist .vjs-playlist-item {
    display: inline-block;
    width: calc(100% / 4);
	margin: 0px 2px;
    border: solid #fff 1px;
}

#playlist-holder .vjs-playlist .vjs-playlist-title-container {
	background-color:rgba(26,26,26,0.8);
}

#playlist-header {
	color:#fff;
}
*/


/*# sourceMappingURL=61d7150f.css.map*/