/* RESET */
html, body, h1, h2, h3, h4, h5, h6, ul, li, div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.ui-loader, .ui-corner-all {
  display: none;
}

li {
  list-style: none;
}

div, span, h1, h2, h3, h4, h5, h6, p, input, blockquote, li, a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

body, html {
  max-width: 100vw;
  overflow: hidden;
}

@font-face {
  font-family: bebas;
  src: url(_css/_fonts/_fonts/BebasNeue.otf);
}
@font-face {
  font-family: montserrat;
  src: url(_css/_fonts/_fonts/Montserrat-Regular.otf);
}
@font-face {
  font-family: montserrat-light;
  src: url(_css/_fonts/_fonts/Montserrat-Light.otf);
}
@font-face {
  font-family: montserrat-bold;
  src: url(_css/_fonts/_fonts/Montserrat-Bold.otf);
}
@font-face {
  font-family: arialRound;
  src: url(_css/_fonts/_fonts/ARLRDBD.TTF);
}
body {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 12px;
}

h1 {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 60px;
  color: white;
  margin: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

h2 {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 34px;
  color: white;
}

h3 {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 22px;
}

h4 {
  font-family: arialRound, montserrat, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-style: normal;
  font-size: 22px;
  text-align: center;
}

h5 {
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 12px;
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
}

body, p {
  font-size: 16px;
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  color: #f0f0f0;
}
body a, p a {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  margin-right: 2px;
}
body a:hover, p a:hover {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.txt-center {
  width: 100%;
  text-align: center;
}

.txt-left {
  width: 100%;
  text-align: left;
}

.txt-right {
  width: 100%;
  text-align: right;
}

.txt-justify {
  width: 100%;
  text-align: justify;
}

.caption {
  font-style: italic;
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.caption > * {
  margin-right: 7px;
}

.link {
  color: #f5ab58;
  font-size: 12px;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}

#all-content.game {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.pop-up.game-over {
  width: 100vw;
  height: 100vh;
  transition: all 500ms ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  background: rgba(19, 44, 54, 0.85);
  transform: rotateX(90deg) translateZ(100vh);
  text-shadow: 2px 2px #000;
}
.pop-up.game-over.show {
  transform: rotateX(0deg) translateZ(0vh);
}
.pop-up.game-over.show h1 {
  animation: fadeIn 800ms ease-in-out 800ms 1 forwards;
}
.pop-up.game-over.show .row.drinks {
  animation: fadeIn 800ms ease-in-out 1s 1 forwards;
}
.pop-up.game-over.show .row.close {
  animation: fadeIn 800ms ease-in-out 1200ms 1 forwards;
}
.pop-up.game-over .image {
  margin-bottom: 50px;
}
.pop-up.game-over .image svg {
  width: 200px;
  height: auto;
}
.pop-up.game-over .row.drinks, .pop-up.game-over .row.close {
  transform: translateX(20px);
  opacity: 0;
}
.pop-up.game-over h1 {
  margin-bottom: 15px;
  transform: translateX(20px);
  opacity: 0;
}
.pop-up.game-over .row.drinks {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.pop-up.game-over .row.drinks h2 {
  color: #f5ab58;
}
.pop-up.game-over .row.drinks .number {
  color: white;
  font-size: 55px;
  margin-right: 10px;
}
.pop-up.game-over .button {
  transition: all 300ms ease-in-out;
  padding: 10px 30px;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  border-radius: 50px;
  cursor: pointer;
  text-shadow: 0px 0px #000;
}
.pop-up.game-over .button.accent {
  background: #f5ab58;
}
.pop-up.game-over .button.accent:hover {
  background: #ffb562;
}

@keyframes fadeIn {
  from {
    transform: translateX(20px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
#left-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  transition: all 600ms ease-in-out;
  background: #58c8f5;
  width: 350px;
  height: 100vh;
  margin: 0px;
}
#left-column.hidden {
  margin-left: -290px;
}
#left-column .top-nav-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
}
#left-column .top-nav-buttons .playlist-name {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 24px;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
#left-column .top-nav-buttons a {
  flex: 1;
  text-align: center;
  padding: 20px;
  margin: 0px;
  transition: all 300ms ease-in-out;
}
#left-column .top-nav-buttons a:hover {
  background: #75d8ff;
}
#left-column .top-nav-buttons a.selected {
  background: #75d8ff;
}
#left-column .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #75d8ff;
  width: 100%;
  margin: 0px;
  flex-grow: 1;
  padding-right: 17px;
  box-sizing: content-box;
}
#left-column .list .list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  transition: all 300ms ease-in-out;
  width: 350px;
  max-width: 350px;
  font-size: 12px;
  padding: 20px;
  background: rgba(88, 201, 245, 0.7);
}
#left-column .list .list-item:hover {
  cursor: pointer;
  opacity: 0.4;
  background: #58c8f5;
  color: white;
}
#left-column .list .list-item.current {
  opacity: 1 !important;
  background: linear-gradient(135deg, #58c8f5 0%, #3085a8 100%);
  color: white;
}
#left-column .list .list-item[data-show=true] {
  opacity: 0.4;
}
#left-column .list .list-item .author:after {
  display: inline;
  content: " - ";
}
#left-column .list .list-item .author {
  margin-right: 5px;
  white-space: nowrap;
}
#left-column .list .list-item .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 40%;
}
#left-column .list .list-item:before {
  display: block;
  content: " ";
  background-image: url("_pics/music.svg");
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
#left-column .list .list-item:not(:last-child) {
  border-bottom: solid 1px #3085a8;
}
#left-column .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 15px;
}
#left-column .bottom .username {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
#left-column .bottom .hide-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  font-size: 12px;
  color: white;
  cursor: pointer;
}
#left-column .bottom .hide-button .arrow-hide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  transition: all 300ms ease-in-out;
  height: 30px;
  width: 30px;
  transform: rotateZ(180deg);
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.8;
  border-radius: 50px;
}
#left-column .bottom .hide-button .arrow-hide:hover {
  background: white;
  opacity: 1;
}
#left-column .bottom .hide-button .arrow-hide.closed {
  transform: rotateZ(0deg);
}
#left-column .bottom .hide-button .arrow-hide svg {
  height: 15px;
  width: 13px;
  margin-left: 2px;
}
#left-column .bottom .hide-button .hidden {
  display: none;
}

#right-column {
  background: black;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#right-column > * {
  margin: 15px;
}
#right-column #overlay {
  width: 100vw;
  height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
}
#right-column #videoWrap {
  width: inherit;
  height: 80vh;
}
#right-column #videoWrap iframe {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
#right-column #under-video-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 15vh;
  max-height: 15vh;
  width: 100%;
  margin: 20px;
  background: #f5ab58;
  margin: 0px;
}
#right-column #under-video-wrap #pause-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  transition: all 400ms ease-in-out;
  background: #a8651b;
  margin: 0px;
  padding: 15px;
  max-width: 50px;
  opacity: 0.7;
  height: 100%;
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-family: montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
#right-column #under-video-wrap #pause-button:hover {
  max-width: 100%;
  opacity: 1;
}
#right-column #under-video-wrap #pause-button:hover .text {
  color: white;
}
#right-column #under-video-wrap #pause-button.pause .image .play {
  display: none;
}
#right-column #under-video-wrap #pause-button.pause .text .play {
  display: none;
}
#right-column #under-video-wrap #pause-button.play .image .pause {
  display: none;
}
#right-column #under-video-wrap #pause-button.play .text .pause {
  display: none;
}
#right-column #under-video-wrap #pause-button .image {
  margin-right: 14px;
  height: 20px;
}
#right-column #under-video-wrap #pause-button .image svg {
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
}
#right-column #under-video-wrap #pause-button .text {
  transition: all 300ms ease-in-out;
}
#right-column #under-video-wrap #counter {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
  color: white;
  text-shadow: 2px 2px 2px black;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 40px;
  text-align: right;
  margin: 20px;
}
#right-column #under-video-wrap #counter .count {
  margin-right: 15px;
}
#right-column #under-video-wrap #counter .count.animate {
  animation: countAnim 800ms ease-in-out 1 forwards;
}
#right-column #under-video-wrap #counter .not-count {
  color: #58c8f5;
}
@keyframes countAnim {
  0% {
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.5, 1.5);
  }
  55% {
    opacity: 1;
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

#drink-logo {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 500px;
  margin-left: -150px;
  margin-top: -250px;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
}
#drink-logo.animate {
  max-height: 100%;
  animation: drnkAnim 1600ms ease-in-out 1 forwards;
}
#drink-logo .image img {
  width: 100%;
  height: auto;
}
#drink-logo .text {
  width: 100%;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 2px black;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 80px;
}
#drink-logo .text .blue {
  color: #58c8f5;
}

@keyframes drnkAnim {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}

/*# sourceMappingURL=game.css.map */
