@font-face {
  font-family: 'Pragmatica ExtraLight Reg';
  font-style: normal;
  font-weight: normal;
  src: local("Pragmatica ExtraLight Reg"), url("../fonts/Pragmatica-ExtraLight.woff") format("woff");
}

.text-primary {
  color: #045fa9 !important;
}

.fc-shadow {
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 0px 8px #0000004d;
          box-shadow: inset 1px 0px 8px #0000004d;
  text-align: center;
  font-weight: bold;
}

.fade-in {
  -webkit-animation: fadeIn ease 1s;
          animation: fadeIn ease 1s;
}

.fade-top {
  -webkit-animation: fadeTop ease 1s;
          animation: fadeTop ease 1s;
}

.fade-left {
  -webkit-animation: fadeLeft ease 1s;
          animation: fadeLeft ease 1s;
}

.fade-right {
  -webkit-animation: fadeRight ease 1s;
          animation: fadeRight ease 1s;
}

.fade-bottom {
  -webkit-animation: fadeBottom ease 1s;
          animation: fadeBottom ease 1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    border-radius: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    border-radius: 0;
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.main .button-primary.bounce, .main .button-photobooth.bounce, .main .button-plenary.bounce, .main .button-game.bounce, .main .button-partners.bounce, .custom-modal .modal-container .button.bounce, .modal .modal-container .button.bounce, #partnersSecondaryModal .button-tertiary.bounce, #dotSecondaryModal .button-tertiary.bounce {
  -webkit-animation-name: bouncingEffect;
          animation-name: bouncingEffect;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes flow {
  from {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: .20;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

@keyframes flow {
  from {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: .20;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.4);
}

body {
  background-color: #000000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

* {
  font-family: "Pragmatica ExtraLight Reg", sans-serif;
}

.background-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.background-wrapper .background-container {
  height: auto;
  width: 100%;
  position: relative;
  overflow-y: scroll;
}

.background-wrapper .background-container picture img {
  width: 100%;
  height: auto;
  position: relative;
}

.background-wrapper #regAvatar, .background-wrapper #loginAvatar {
  position: absolute;
  bottom: 0%;
  left: 5%;
  width: 26%;
  height: 85%;
  cursor: pointer;
  z-index: 3;
  -webkit-animation: fadeLeft ease .5s;
          animation: fadeLeft ease .5s;
}

.intro {
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  overflow: hidden;
  display: none;
}

.intro.show {
  display: block;
}

.intro.show::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.intro .take-charge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: none;
  background: url(../img/take-charge.jpg) center/cover no-repeat;
  background-color: #fff;
}

.intro audio {
  display: none;
}

.intro .skip-flythrough {
  position: absolute;
  top: 8%;
  right: 2%;
  z-index: 2;
  height: 5%;
  width: 6%;
  background: url(../img/skip-button.png) center/contain no-repeat;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.intro .skip-flythrough:hover, .intro .skip-flythrough:focus {
  opacity: .9;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.login {
  background-color: white;
  position: fixed;
  height: 100%;
  width: 100%;
  display: none;
  overflow-y: scroll;
}

.login.show {
  display: block;
}

.login #loginErrMsg {
  visibility: hidden;
}

.login #loginErrMsg.show {
  visibility: visible;
}

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: progress;
}

.loader .dot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70px;
}

.loader .dot-container .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #aa0000;
}

.loader .dot-container .dot-1 {
  -webkit-animation-name: flow;
          animation-name: flow;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.loader .dot-container .dot-2 {
  -webkit-animation: flow 1s ease .2s infinite alternate;
          animation: flow 1s ease .2s infinite alternate;
}

.loader .dot-container .dot-3 {
  -webkit-animation: flow 1s ease .4s infinite alternate;
          animation: flow 1s ease .4s infinite alternate;
}

.main {
  display: none;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  overflow: hidden;
}

.main.show {
  display: block;
}

.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.main .button {
  width: 5%;
  height: 8%;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.main .button:nth-child(2n+0) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.main .button-primary, .main .button-photobooth, .main .button-plenary, .main .button-game, .main .button-partners {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.main .button-secondary {
  display: none;
  z-index: 1;
}

.main #avatar {
  position: absolute;
  bottom: -10%;
  left: 5%;
  width: 32%;
  height: 80%;
  cursor: pointer;
  z-index: 3;
  -webkit-animation: fadeLeft ease .5s;
          animation: fadeLeft ease .5s;
}

#player2 {
  display: contents;
}

.pulse {
  background: rgba(150, 20, 2, 0.562);
  border-radius: 50%;
  position: absolute;
  left: 43%;
  top: 105%;
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
  height: 15%;
  width: 12%;
}

.pulse::after {
  content: "";
  border-radius: 50%;
  height: 33px;
  width: 35px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulseEffect 1s ease-out;
          animation: pulseEffect 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0.0;
  -webkit-box-shadow: 0 0 1px 2px #961402;
          box-shadow: 0 0 1px 2px #961402;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.pulse2 {
  background: rgba(150, 20, 2, 0.562);
  border-radius: 50%;
  position: absolute;
  left: 46.7%;
  bottom: -15%;
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
  height: 14%;
  width: 12%;
  display: none;
}

.pulse2.show {
  display: block;
}

.pulse2.show::after {
  content: "";
  border-radius: 50%;
  height: 33px;
  width: 35px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulseEffect 1s ease;
          animation: pulseEffect 1s ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0.0;
  -webkit-box-shadow: 0 0 1px 2px #961402;
          box-shadow: 0 0 1px 2px #961402;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

/*
* Welcome Modal
*/
.sm-modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 20px;
}

.sm-modal .modal-content .modal-body .img-welcome {
  border-radius: 20px;
  -webkit-box-shadow: 0px -2px 20px #000000b0;
          box-shadow: 0px -2px 20px #000000b0;
}

.sm-modal .modal-content .continue {
  position: absolute;
  top: 78.6%;
  left: 32.12%;
  background-color: transparent;
  color: #fff;
  padding: 6px;
  width: 35.9%;
  height: 8.6%;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border-radius: 20px;
}

.sm-modal .modal-content .continue:hover {
  -webkit-box-shadow: 0px 0px 12px #aa0000;
          box-shadow: 0px 0px 12px #aa0000;
}

.sm-modal .modal-content .continue span {
  font-size: large;
  color: #ffffff;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.custom-modal, .modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1050;
  height: 100%;
  width: 100%;
  -webkit-animation: zoomIn ease 1s;
          animation: zoomIn ease 1s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.custom-modal .modal-container, .modal .modal-container {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  height: 100%;
  width: 100%;
  background: white;
}

.custom-modal .modal-container .button, .modal .modal-container .button {
  width: 5%;
  height: 8%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.custom-modal .modal-container .button:nth-child(2n+0), .modal .modal-container .button:nth-child(2n+0) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.custom-modal.show, .modal.show {
  display: block;
}

.custom-modal .close, .modal .close {
  position: absolute;
  right: 0px;
  top: -2px;
  opacity: 1;
  width: 3.5%;
  font-size: 2em;
  z-index: 1051;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom-modal .close::before, .modal .close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.custom-modal .avatar-container, .modal .avatar-container {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.custom-modal .avatar-container.show, .modal .avatar-container.show {
  display: block;
  z-index: 2;
}

.custom-modal .booth-avatar, .modal .booth-avatar {
  position: absolute;
  bottom: 0%;
  width: 50%;
  height: auto;
  min-height: 50%;
  cursor: help;
  z-index: 3;
  display: none;
}

.custom-modal .booth-avatar.left, .modal .booth-avatar.left {
  left: 5%;
}

.custom-modal .booth-avatar.left.animate, .modal .booth-avatar.left.animate {
  -webkit-animation: fadeLeft2 .5s alternate linear;
          animation: fadeLeft2 .5s alternate linear;
  display: block;
}

.custom-modal .booth-avatar.right, .modal .booth-avatar.right {
  right: 5%;
}

.custom-modal .booth-avatar.right.animate, .modal .booth-avatar.right.animate {
  -webkit-animation: fadeRight2 .5s ease-out;
          animation: fadeRight2 .5s ease-out;
  display: block;
}

.modal-primary .modal-content, #gameBoothModal .modal-content {
  border: 0;
}

.modal-primary .modal-content .modal-title, #gameBoothModal .modal-content .modal-title {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding-top: .25rem;
}

.modal-primary .modal-body, #gameBoothModal .modal-body {
  background-color: rgba(255, 255, 255, 0.6);
}

#photoBoothModal .modal-content {
  background: #fff;
}

/*
* Plenary Modal Pop Up -1
*/
#plenaryModal .modal-content {
  background-image: url(../img/plenary/plenary1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  height: 340px;
}

#plenaryModal .modal-content .continue {
  position: absolute;
  top: 72.9%;
  left: 32%;
  background-color: transparent;
  color: #fff;
  padding: 6px;
  width: 36%;
  height: 8%;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border-radius: 20px;
}

#plenaryModal .modal-content .continue:hover {
  -webkit-box-shadow: 0px 0px 12px #F26C53;
          box-shadow: 0px 0px 12px #F26C53;
}

/*
* Plenary Modal Pop Up -2
*/
#plenaryModal2 .modal-content {
  background-image: url(../img/plenary/plenary2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  height: 340px;
  margin: -60% 0 0 3%;
}

#plenaryModal2 .modal-content .close {
  position: absolute;
  top: 21%;
  width: 5%;
  height: 7%;
  left: 89.8%;
  cursor: pointer;
}

#plenaryModal2 .modal-content .continue {
  position: absolute;
  top: 80%;
  left: 44%;
  width: 15%;
  height: 30%;
  cursor: pointer;
}

/*
* Photo-Booth Modal
*/
#photoBoothModal {
  -webkit-animation: zoomIn ease 1s;
          animation: zoomIn ease 1s;
  -webkit-transform-origin: 80% 75%;
          transform-origin: 80% 75%;
}

#photoBoothModal .modal-content {
  border: none;
}

#photoBoothModal .modal-content .modal-body .dot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 43%;
}

#photoBoothModal .modal-content .modal-body .dot-container .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #aa0000;
}

#photoBoothModal .modal-content .modal-body .dot-container .dot-1 {
  -webkit-animation-name: flow;
          animation-name: flow;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#photoBoothModal .modal-content .modal-body .dot-container .dot-2 {
  -webkit-animation: flow 1s ease .2s infinite alternate;
          animation: flow 1s ease .2s infinite alternate;
}

#photoBoothModal .modal-content .modal-body .dot-container .dot-3 {
  -webkit-animation: flow 1s ease .4s infinite alternate;
          animation: flow 1s ease .4s infinite alternate;
}

#photoBoothModal .modal-content .modal-body #heading {
  background-color: transparent;
}

#photoBoothModal .modal-content .modal-body .web_camera_container #capture {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
}

#photoBoothModal .modal-content .modal-body .web_camera_container #capture:hover {
  -webkit-box-shadow: 0px 2px 10px lightblue;
          box-shadow: 0px 2px 10px lightblue;
  opacity: .6;
}

#photoBoothModal .modal-content .modal-body .web_camera_container #retake {
  display: none;
}

#photoBoothModal .modal-content .modal-body .web_camera_container #web_camera {
  width: 100% !important;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}

#photoBoothModal .modal-content .modal-body .web_camera_container #web_camera video {
  width: 100% !important;
  -webkit-transform: scaleX(1.1) scaleY(1.2) !important;
          transform: scaleX(1.1) scaleY(1.2) !important;
}

#photoBoothModal .modal-content .modal-body .web_camera_container #web_camera .frame_overlay {
  width: 100% !important;
}

#photoBoothModal .modal-content .modal-body .photo-frames img {
  -webkit-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
}

#photoBoothModal .modal-content .modal-body .photo-frames img:hover {
  -webkit-box-shadow: 0px 2px 10px lightblue;
          box-shadow: 0px 2px 10px lightblue;
  opacity: .6;
}

#photoBoothModal .modal-content .modal-body .photo-frames img.selected {
  border: 3px solid red;
}

#photoBoothModal .modal-content .modal-body .photo-frames #photo_download {
  line-height: 0.7;
  font-size: 1.5em;
  border-radius: 13px;
  font-weight: 900;
}

#partnersBoothModal .button {
  display: none;
}

#partnersSecondaryModal .button, #dotSecondaryModal .button {
  width: 16%;
  height: 8%;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

#partnersSecondaryModal .button-tertiary, #dotSecondaryModal .button-tertiary {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

#privacyModal .modal-content {
  background-image: url(../img/photo-booth/privacy.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  height: 340px;
}

#privacyModal .modal-content .continue {
  position: absolute;
  bottom: 26.2%;
  left: 36%;
  background-color: transparent;
  color: #fff;
  padding: 6px;
  width: 27.7%;
  height: 8%;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border-radius: 8px;
}

#privacyModal .modal-content .continue:hover {
  -webkit-box-shadow: 0px 0px 12px #009ed2;
          box-shadow: 0px 0px 12px #009ed2;
}

#camera {
  height: 88% !important;
  width: 84% !important;
  position: absolute;
  top: 5.3%;
  left: 8%;
  overflow: hidden;
  background-color: #a74646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

#camera video {
  width: 100% !important;
  height: auto !important;
  margin: auto;
}

#imageprev {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
* Chat application
*/
/* Button used to open the chat form - fixed at the bottom of the page */
.btnToggleChat {
  background-color: #2E47CB;
  position: fixed;
  bottom: 50px;
  right: 50px;
  height: 60px;
  width: 60px;
  z-index: 2000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
  -webkit-animation: rotate225 ease 1s;
          animation: rotate225 ease 1s;
}

.btnToggleChat.show {
  display: block;
}

.btnToggleChat:hover, .btnToggleChat:focus {
  background-color: #2E47CB;
}

.btnToggleChat svg, .btnToggleChat img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: rotate180 ease 1s;
          animation: rotate180 ease 1s;
}

@-webkit-keyframes rotate225 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}

@keyframes rotate225 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}

@-webkit-keyframes rotate180 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@keyframes rotate180 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

/* The popup chat - hidden by default */
.chat-box {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 2000;
  border: 1px solid #02529d;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  background: linear-gradient(45deg, #fff, transparent);
  display: none;
  width: 320px;
  -webkit-box-shadow: 1px 3px 5px #02529d;
          box-shadow: 1px 3px 5px #02529d;
}

.chat-box .btn-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.chat-box.show {
  display: block;
}

.chat-box .chat-header {
  padding: .5rem;
  background: linear-gradient(45deg, #fff, transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chat-box .chat-header .title {
  color: #aa0000;
  margin-left: .5rem;
}

.chat-box .chat-header .chat-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chat-box .chat-header .chat-settings .cs-icon {
  width: 25px;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 .25rem;
  cursor: pointer;
}

.chat-box .chat-header .chat-settings .cs-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.chat-box .chat-body {
  height: calc(60vh - 108px);
  padding: 1rem;
  overflow-y: scroll;
  position: relative;
}

.chat-box .chat-body .msg {
  border: 1px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 1rem;
}

.chat-box .chat-body .msg .name {
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: 0;
}

.chat-box .chat-body .msg .msg-text {
  font-size: .8rem;
  font-weight: 200;
  margin-bottom: .2rem;
}

.chat-box .chat-body .msg::after {
  content: "";
  clear: both;
  display: table;
}

.chat-box .chat-body .msg .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chat-box .chat-body .msg .profile {
  float: left;
  max-width: 60px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
}

.chat-box .chat-body .msg .profile.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.chat-box .chat-body .msg .time {
  font-size: .65rem;
  color: #aaa;
}

.chat-box .chat-body .msg .time.time-right {
  text-align: right;
}

.chat-box .chat-body .msg .time.time-left {
  text-align: left;
}

.chat-box .chat-body .msg-nav {
  position: fixed;
  height: 100%;
  background-color: #fff;
  display: none;
  z-index: 2;
}

.chat-box .chat-body .msg-nav.show {
  display: block;
}

.chat-box .chat-body .msg-nav .nav-pills {
  border-radius: 0;
}

.chat-box .chat-body .msg-nav .nav-pills .nav-link.active, .chat-box .chat-body .msg-nav .nav-pills .show > .nav-link {
  color: #017BFE;
  background-color: transparent;
  border-radius: 0;
}

.chat-box .chat-body .msg-nav .nav-pills .nav-link {
  color: gray;
}

.chat-box .chat-body .tab-pane {
  position: relative;
}

.chat-box .chat-footer, .chat-box .player-footer {
  padding: 13px;
  background-color: #fff;
}

.chat-box .chat-footer #btnSubmitMessage, .chat-box .player-footer #btnSubmitMessage {
  background: transparent;
  border: 1px solid #ccc;
}

/*
* Counter
*/
.counter {
  position: fixed;
  top: 5rem;
  right: 2rem;
  z-index: 2;
  padding: .5rem 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.counter.hide {
  display: none;
}

.counter #timerCounter {
  position: relative;
  margin: .25rem 1rem 0 1rem;
  line-height: 1;
  font-size: 1.5vw;
}

@media screen and (max-width: 767px) {
  #plenaryModal2 .modal-content {
    height: 150px;
    width: 50%;
    margin: -30% auto 0 auto;
  }
  #plenaryModal2 .modal-content .continue {
    top: 95%;
    left: 40%;
    width: 20%;
    height: 40%;
  }
  #plenaryModal2 .modal-content .close {
    top: 8%;
    width: 12%;
    height: 21%;
    left: 86%;
  }
}

@media (orientation: landscape) and (max-width: 576px) {
  #plenaryModal2 .modal-content .continue {
    height: 70%;
  }
  #plenaryModal2 .modal-content .close {
    top: 2%;
    left: 76%;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  #show_download, #retake {
    font-size: 2vw;
  }
  #imageprev {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .counter {
    top: 1rem;
  }
}

@media (max-width: 1024px) {
  .sidebar .sidebar-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  #photoBoothModal .modal-content .modal-body .web_camera_container #web_camera video {
    -webkit-transform: scaleX(1.4) scaleY(1.2) !important;
            transform: scaleX(1.4) scaleY(1.2) !important;
  }
}

@media (max-width: 991px) {
  .sidebar .sidebar-icon {
    height: 20px;
  }
  .sidebar #v-pills-tab .nav-link, .sidebar #v-pills-tab .not-tabcontent {
    padding: .25rem;
  }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  #photoBoothModal .modal-content .modal-body .web_camera_container #web_camera {
    height: 270px !important;
  }
  #photoBoothModal .modal-content .modal-body .web_camera_container #web_camera video {
    -webkit-transform: scaleX(1) scaleY(1.3) translateY(-20%) !important;
            transform: scaleX(1) scaleY(1.3) translateY(-20%) !important;
  }
  #photoBoothModal .modal-content .modal-body .web_camera_container #web_camera #imageprev {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .custom-modal .close {
    margin-top: 40px;
  }
  .intro .skip-flythrough {
    top: 20%;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .sidebar.show .sidebar-wrapper .tab-content {
    height: 80vh;
    min-width: 350px;
  }
  .chat .chat-body, .music-player .chat-body {
    height: calc(80vh - 108px);
  }
}

@media screen and (max-width: 991px) and (orientation: portrait) {
  #photoBoothModal .modal-content .modal-body .web_camera_container #web_camera {
    height: 220px !important;
  }
  #photoBoothModal .modal-content .modal-body .web_camera_container #web_camera video {
    -webkit-transform: scaleX(1.5) scaleY(1.5) !important;
            transform: scaleX(1.5) scaleY(1.5) !important;
  }
  .sm-modal .modal-content .modal-body {
    -webkit-transform: scale(0.5) translateX(50px);
            transform: scale(0.5) translateX(50px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulseEffect {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulseEffect {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@-webkit-keyframes bouncingEffect {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bouncingEffect {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main #avatar {
    width: 25%;
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main #avatar {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .main #avatar {
    left: 2%;
  }
}

@media (min-width: 1200px) {
  .main #avatar {
    left: 4%;
  }
}

/*
* Custom Modal
*/
@media (min-width: 576px) {
  .custom_modal {
    max-width: 768px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 1200px) {
  .custom_modal {
    max-width: 1050px;
  }
}

@media screen and (max-width: 576px) {
  #nonPromotedModal .modal-content {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #nonPromotedModal .modal-content .modal-body {
    max-height: 30vh !important;
  }
}

@media (max-width: 475px) {
  .custom_modal {
    max-width: 500px;
    margin: auto;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .modal {
    zoom: 0.65;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .modal {
    zoom: 0.65;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #photoBoothModal .modal-content .modal-body .web_camera_container #web_camera {
    height: 250px;
  }
  #photoBoothModal .modal-content .modal-body .web_camera_container #web_camera video {
    -webkit-transform: scaleX(1.2) scaleY(1.6) translateY(-20%) !important;
            transform: scaleX(1.2) scaleY(1.6) translateY(-20%) !important;
  }
}
/*# sourceMappingURL=veap.style.css.map */