.btn.btn-match {
  color: #00fe00;
  border: 2px solid #45b5c6;
  text-transform: uppercase;
  background: #fff;
  font-size: 50px;
  border-radius: 10px;
  padding: 5px 20px 10px;
  line-height: 40px;
}

.echos a {
  color: #2aa0c6;
  font-size: 23px;
  line-height: 36px;
  display: block;
}
.echos a img {
  vertical-align: top;
  margin-left: 10px;
  width: 70px;
}
.echos a span.echoTotalWrapper {
  font-size: 50px;
}

.piggy-bank {
  position: relative;
  min-height: 100px;
}
.piggy-bank img {
  position: absolute;
  bottom: 0;
}

.piggy-bank.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100% !important;
  background: #fff;
  max-width: 100%;
  box-shadow: 0px 0px 30px 0px #4f4f4f;
  border-top: 1px solid #979797;
  z-index: 9;
}
.piggy-bank.sticky .btn.btn-match {
  right: calc(50% - 125px);
  position: absolute;
  top: calc(50% - 25px);
}
.piggy-bank.sticky .echos {
  width: 30%;
  float: right;
  font-size: 30px;
  color: #29a0c6;
}
.piggy-bank.sticky .echos img {
  position: relative;
  vertical-align: top;
  top: 25px;
}
.piggy-bank.sticky .echos .coin-bank {
  font-size: 60px;
}

#display-content > div {
  min-height: 100vh;
  padding-top: 20px;
  position: relative;
}

#matching-wrapper {
  width: 100%;
  min-height: 5px;
}

#matching-wrapper.match-perfect {
  /*background: url(/img/politics-match-complete.png)no-repeat;
  background-size: 100% 100%;*/
}
#matching-wrapper.match-perfect .flip-container {
  box-shadow: none !important;
  margin: 0 0 -6px 0;
}
#matching-wrapper.match-perfect .flip-container, #matching-wrapper.match-perfect .front, #matching-wrapper.match-perfect .back {
  border-radius: 0;
}

.flip-container {
  perspective: 1000px;
  display: inline-block;
  margin: 0 2px;
  border-radius: 15px;
  box-shadow: 2px 2px 8px 0px grey;
  position: relative;
  background: #efefef;
}
.flip-container .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flip-container .flipper .front, .flip-container .flipper .back {
  border-radius: 15px;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-container .flipper .front {
  z-index: 2;
  background: url(http://escapetheecho.org/components/com_debatinggame/assets/images/games/giphy.gif) no-repeat center;
  background-size: 120%;
  transform: rotateY(0deg);
}
.flip-container .flipper .back {
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px #000;
  border: 1px solid #bab251;
  background: url(http://escapetheecho.org/components/com_debatinggame/assets/images/questions/politics2.png) no-repeat center;
  background-size: 100%;
  background-color: #eae2cf;
  transform: rotateY(180deg);
}
.flip-container.match {
  background-position: center center;
  background-size: 100% 100%;
}
.flip-container.match > div > div {
  background: #0dd74b !important;
  border-radius: 15px;
  background-image: url(/img/celebration-2.gif) !important;
  background: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 70% !important;
}
.flip-container.match :after {
  /*content: "MATCH";
  position: absolute;
  color:#F44336;
  font-size: 20px;
  width: 100%;
  left: 0;*/
}

.flip-container.selected .flipper {
  transform: rotateY(180deg);
}

.overlay {
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 9;
  height: 100vh;
  background-size: cover;
  background-color: #0000004d;
}

.overlay.complete {
  background-color: #00000014;
  background-image: url(/img/complete.gif);
}

.box-message {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-top: 10vh;
  box-shadow: 0px 30px 18px -25px #000;
  border: 1px solid #ffffff;
}

/*# sourceMappingURL=escapetheecho-sass.css.map */
