@font-face {
  font-family: walsheim;
  src: url("https://static1.squarespace.com/static/5e9ebac6236654116d61afb5/t/5eb3b6253dcbce626ef38ad9/1588835877811/gt-walsheim-regular.woff")
      format("woff"),
    url("https://s3-eu-west-1.amazonaws.com/sqiffonts/business/Panton-Black.woff2")
      format("woff2"),
    url("https://s3-eu-west-1.amazonaws.com/sqiffonts/business/Panton-Black.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

.chart-flex-parent {
  top: 164px !important;
  margin-bottom: 70px !important;
}

.chart-flex-child {
  margin: 40px 70px 0 70px !important;
}

.highlight-star {
  opacity: 0.6 !important;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, 0.75);
  -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, 0.75);
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, 0.75);
}

#snow {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1000;
}

.box {
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
}

.snow-fixed {
  overflow: hidden;
}

timer span {
  font-size: 100px;
}

.js-bounty {
  font-size: 82px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.timer {
  display: flex;
  padding: 0 80px 0 80px;
  justify-content: center;
  align-items: center;
}

.fixed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

#scrollArea {
  padding: 0;
  position: fixed;
  overflow: scroll;
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
  padding: 10px;
  left: 0;
}

.open-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 30px;
  margin-bottom: 100px;
}

.open-grid-item {
  width: 100%;
  padding: 0 10px 0 10px;
  border-radius: 5px;
}

.ellepsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.logos img {
  max-width: 100px;
  margin-right: 20px;
}

element.style {
  height: 64px;
}

.fade-element-in.ng-enter {
  transition: 0.8s linear all;
  opacity: 0;
}

.fade-element-in-init .fade-element-in.ng-enter {
  opacity: 1;
}

.fade-element-in.ng-enter.ng-enter-active {
  opacity: 1;
}

.fade-element-in.ng-leave {
  transition: 0.3s linear all;
  opacity: 1;
}
.fade-element-in.ng-leave.ng-leave-active {
  opacity: 0;
}

.bottom-fixed {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  bottom: 0;
  border-width: 0 0 1px;
  border-radius: 0;
}
.bottom {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  text-align: center;
  margin-bottom: 0;
}
.title-notify-bottom {
  -webkit-transform: translateY(0px) !important;
  height: 100px;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  background: rgb(21, 33, 69);
  color: rgb(255, 135, 2);
  font-weight: bold;
  height: 100px !important;
  display: flex;
  align-items: center;
}

.title-notify-bottom h2 {
  color: rgb(255, 135, 2);
  font-size: 40px;
  font-weight: bold;
}

.sq-blue {
  background: #000;
}

.fade-load {
  opacity: 0;
  opacity: 1;
  width: 150px;
  border-radius: 50%;
  border: 5px #fff solid;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.fullpage {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sq-truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.sq-orange {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px 0px !important;
}

.mchart {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
}

.mchart .subchart {
  flex: 1 1 50%;
  overflow: hidden;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  height: 50vh;
}

.cover-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.selfie-start {
  background: #fff;
  height: 35vh !important;
}

.wrap {
  height: 100%;
  perspective: 200px;
  transform-style: preserve-3d;
  perspective-origin: 524px 217px;
}

.c {
  position: absolute;
}

.c:after {
  content: attr(data-content);
  position: absolute;
  bottom: -60px;
  font-family: Roboto;
  font-weight: bold;
  left: 0;
  right: 0;
  height: 40px;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.instructions span {
  font-size: 40px;
  font-family: futuramedium;
}

.chart-flex-parent {
  position: fixed;
  top: 64px;
  bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: -15px;
  /* flex-flow: column; */
  /* padding: 50px; */
  /* z-index: 999999; */
}

.chart-flex-child {
  position: relative;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* flex-grow: 2; */
  margin-top: 40px;
}

.rank-top {
  padding: 10px 15px 10px 15px;
  border-bottom: 4px solid;
}

.scores {
  font-size: 40px !important;
  word-wrap: break-word;
}

.rank-top:last-of-type {
  border: none;
}

.start-logo {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  opacity: 0;
}

#counter {
  font-weight: 700;
  font-size: 100px;
  width: 180px;
  color: #fff;
  text-align: right;
  float: right;
  position: absolute;
  right: 30px;
  top: 0;
}

#qrdiv {
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#qrdiv h3 {
  margin-top: 0%;
  color: #fff;
  font-size: 65px;
  text-transform: uppercase;
}

#names {
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#names h3 {
  position: absolute;
  font-weight: 700;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  visibility: hidden;
  font-size: 120px;
  top: 100px;
  color: #fff;
}

#names h4 {
  position: absolute;
  font-weight: 700;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  visibility: hidden;
  font-size: 60px;
  top: 180px;
  color: #fff;
}

.slider {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  display: block;
}

.last {
  background: orange !important;
  position: absolute !important;
  min-height: 26px !important;
  width: 30px;
  right: 10px;
  line-height: 26px !important;
  margin: 0 !important;
}

.container-photo {
  flex: 1 1 auto;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.inner-photo {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
  opacity: 0;
  width: 100%;
  object-fit: contain;
}

.start-icon {
  margin: 0 70px 0 30px !important;
  font-size: 48px !important;
  height: 48px !important;
  color: #fff;
}

.photo-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000 !important;
}

.open-dialog {
  background-image: linear-gradient(
    -85deg,
    rgb(255, 160, 13) 0%,
    rgb(255, 44, 0) 100%,
    rgb(0, 155, 255) 100%,
    rgb(0, 155, 255) 100%
  ) !important;
}

.start-fixed {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #3a07aa;
}

#wrapper {
  top: 70px;
  bottom: 0;
  overflow: auto;
  z-index: 10;
}

#wrapper,
#scroller {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.chart-wrapper {
  width: 100%;
  height: 100%;
  background-color: #414042;
  position: absolute;
}

.panel-legend:not(:first-child) {
  margin-top: 5px;
}

.my-fade-animation.ng-enter,
.my-fade-animation.ng-leave {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
}
.my-fade-animation.ng-enter {
  opacity: 0;
}
.my-fade-animation.ng-enter.ng-enter-active {
  opacity: 1;
}
.my-fade-animation.ng-leave {
  opacity: 0;
}
.my-fade-animation.ng-leave.ng-leave-active {
  opacity: 0;
}

html,
body {
  font-family: walsheim !important;
  overflow-y: hidden !important;
}

#gmaps {
  margin: 0;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-left: -15px;
}

.index-text {
  position: absolute;
  top: 30px;
  width: 100%;
}

.index-open {
  width: 100%;
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}

md-dialog.fullscreen-dialog {
  max-width: 95%;
  max-height: 95%;
  width: 100%;
  height: 100%;
  border-radius: 0;
  word-wrap: break-word;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px 0px !important;
  border-radius: 0px 14px 14px !important;
  font-family: inherit;
  background: transparent;
}

.quiz {
  background: #414042 !important;
}

.quiz-options {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.bubble-dialog {
  background: #fff !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  word-wrap: break-word;
}

.bubble {
  position: relative;
  font-size: 17px;
  width: 100%;
  margin-top: 15px;
  height: 160px;
  padding: 0;
  overflow: hidden;
  border: 1px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  word-wrap: break-word;
}

.bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 39px;
}

.card-holder {
  background: #414042 !important;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.card-holder:hover {
  -moz-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  -o-transform: translate(-2px, -2px);
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  opacity: 0.7;
}

.card-header {
  color: #fff;
}

.card-content {
  color: #fff;
  text-transform: uppercase;
}

.card-holder {
  color: #00ff00;
}

.nav-icons {
  margin-top: 10px;
}

.nav-icon {
  font-size: 40px !important;
  font-weight: bold !important;
}

.screen-btn {
  height: 70px;
  white-space: normal !important;
  font-size: 35px !important;
}

.rule-list {
  -webkit-transition: all 0.6s, background-color 0.3s;
  -moz-transition: all 0.6s, background-color 0.3s;
  -ms-transition: all 0.6s, background-color 0.3s;
  transition: all 0.6s, background-color 0.3s;
  opacity: 1;
}

.logo {
  position: absolute;
  top: -90px;
}

.logo img {
  width: 100px;
}

.vote-labels {
  padding: 20px;
  background: rgba(100, 44, 145, 0.9);
  color: #fff;
  font-weight: bold;
  font-size: 35px;
}

.vote-labels:hover {
  cursor: pointer;
}

.vote-labels:not(:first-child) {
  margin-top: 20px;
}

.bg-act-q {
  font-weight: bold !important;
}

.img-vote {
  margin: auto;
  max-height: 400px;
}

.large-question-header {
  height: 80px !important;
}

.large-question-header-medium-text {
  margin: 2px auto 0px 180px !important;
}

.large-question-header-text {
  margin: 2px auto 0px 180px !important;
}

.rule-list.ng-enter {
  opacity: 0;
}

.rule-list.ng-leave {
  opacity: 0;
}

.event-block {
  padding: 20px;
  background: #304ffe;
  color: white;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
}

.toggle-switch {
  border-radius: 999em;
  height: 24px;
  position: relative;
  width: 48px;
}

.toggle-switch.-medium {
  width: 72px;
  height: 36px;
}

.toggle-switch.-large {
  width: 96px;
  height: 48px;
}

.template {
  margin-top: 40px;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.qText {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.sponsoren img {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.title {
  transition: all 0.8s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -webkit-transform: translateY(-200px);
  text-align: center;
}

.title p {
  font-size: 25px;
  margin-top: 10px;
}

.title-active {
  height: 50px;
  -webkit-transform: translateY(0);
}

.bottom {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  text-align: center;
  margin-bottom: 0;
}

.bottom-fixed {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  bottom: 0;
  border-width: 0 0 1px;
  border-radius: 0;
}

.notify {
  z-index: 50;
}

.title-notify {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.toggle-trigger {
  -moz-transition: 0.15s border 0.25s, 0.15s background 0.25s, box-shadow 0.1s;
  -o-transition: 0.15s border 0.25s, 0.15s background 0.25s, box-shadow 0.1s;
  -webkit-transition: 0.15s border, 0.15s background, box-shadow 0.1s;
  -webkit-transition-delay: 0.25s, 0.25s, 0s;
  transition: 0.15s border 0.25s, 0.15s background 0.25s, box-shadow 0.1s;
  box-sizing: content-box;
  cursor: pointer;
  display: block;
  height: 100%;
  background: #ddd;
  border: 2px solid #ddd;
  border-radius: 124px;
  position: absolute;
  width: 100%;
}
.toggle-trigger:before,
.toggle-trigger:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.toggle-trigger:before {
  -moz-transition: width 0.2s, left 0.2s, -moz-transform 0.4s;
  -o-transition: width 0.2s, left 0.2s, -o-transform 0.4s;
  -webkit-transition: width 0.2s, left 0.2s, -webkit-transform 0.4s;
  transition: width 0.2s, left 0.2s, transform 0.4s;
  background: #fff;
  border-radius: 999em;
  border-bottom: 1px solid #eee;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  width: 50%;
  z-index: 2;
}
.toggle-input:checked + .toggle-trigger:before {
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.toggle-trigger:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #eee;
  border-radius: 124px;
  width: 100%;
  z-index: 1;
}
.toggle-input:checked + .toggle-trigger:after {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  right: 50%;
}
.toggle-input:checked + .toggle-trigger {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-color: #53d76a;
  background: #53d76a;
}
.-blue .toggle-input:checked + .toggle-trigger {
  border-color: #32a1e1;
  background: #32a1e1;
}
.-red .toggle-input:checked + .toggle-trigger {
  border-color: #c23a27;
  background: #c23a27;
}
.toggle-trigger:active:before {
  width: 60%;
}
.toggle-input:checked + .toggle-trigger:active:before {
  -moz-transform: translate(66.666%, 0);
  -ms-transform: translate(66.666%, 0);
  -webkit-transform: translate(66.666%, 0);
  transform: translate(66.666%, 0);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.card {
  background: #fff;
  color: #000;
  height: 170px;
  padding: 15px;
  border-radius: 3px;
  cursor: pointer;
}

.card-inside {
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
}

.score-list {
  font-size: 30px;
  word-wrap: break-word;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #5ec7d7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@media (max-width: 767px) {
  .score-list {
    font-size: 18px;
  }

  .screen-btn {
    height: 30px;
    font-size: 15px !important;
  }

  .waiting {
    top: 10px !important;
  }

  .q-header {
    font-size: 22px;
  }
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.ncard {
  display: flex;
  min-width: 100px;
  min-height: 100px;
  max-width: 400px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transform: scale(0.75) translate3d(0, 200px, 0);
  transform: scale(0.75) translate3d(0, 200px, 0);
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ncard.angular-grid-item {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

.img-photo {
  width: 100%;
  word-wrap: break-word;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.ncard .inside-photo {
  padding: 0 0 5px 5px;
}

.ncard .img {
  width: 100%;
  height: 200px;
  padding: 0 16px 16px 16px;
  word-wrap: break-word;
}

.ncard .msg-dialog {
  padding: 40px;
  word-wrap: break-word;
}

.ncard .msg-dialog h3 {
  font-size: 55px !important;
}

.ncard .inside {
  padding: 16px;
  word-wrap: break-word;
  background-color: #fff;
  color: #fff;
}

.ncard .inside h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.ncard .inside a {
  color: #e91e63;
  text-decoration: none;
}

.ncard .inside a:hover {
  text-decoration: underline;
}

.ncard .inside .description {
  font-size: 14px;
  line-height: 1.3;
  color: #555;
}

.ncards-wrap {
  margin: 0px 64px;
  padding-bottom: 64px;
  position: relative;
}

.ncards-wrap-photo {
  margin: 0 64px;
  padding-bottom: 64px;
  position: relative;
}

.loading-more-indicator {
  text-align: center;
}

.loading-more-indicator md-progress-circular {
  -webkit-transform: scale(1);
  transform: scale(1);
  display: inline-block;
}

.dynamic-grid {
  position: relative;
  display: none;
}
.dynamic-grid.angular-grid {
  display: block;
}
.grid {
  position: absolute;
  list-style: none;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  overflow: hidden;
}

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 15px;
  display: flex;
  flex-flow: column;
  height: 300px;
  padding: 10px;
}

.grid.ng-leave {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}
.grid.ng-leave.ng-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.grid.ng-enter {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.grid.ng-enter.ng-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.grid-img {
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.grid-img.img-loaded {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 760px) {
  .instructions span {
    font-size: 25px !important;
  }
}

@media (min-width: 1400px) {
  .ncard .img h3 {
    font-size: 20px !important;
  }
}

.grid.ng-leave {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}
.grid.ng-leave.ng-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
