@import "bootstrap-grid.min.css";
@import "font-awesome.min.css";
@import "swiper.min.css";
/*#region reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
}

/*#endregion*/
/* #region mixins */
/* #endregion */
/* #region colors */
/* #endregion */
/* #region typography */
ul, ol, p, img {
  margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4, h5, h6 {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}
img.img-block {
  display: block;
  width: 100%;
}

strong {
  font-weight: 700;
}

hr {
  display: block;
  margin: 12px 0px;
  border: none;
  border-top: 1px solid #f5f5f5;
  background: none;
}

.text-center {
  text-align: center;
}

/* #endregion */
/* #region forms */
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  text-align: center;
  background-color: #5cccf4;
  color: #ffffff;
  border: 0 none;
  border-radius: 24px;
  outline: 0 none;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: background-color 0.4s ease;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn:hover {
  background-color: #2cbdf1;
}

.form-control {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 20px;
  outline: 0 none;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px;
  background-color: #ffffff;
  background-image: none;
  margin-bottom: 12px;
  color: #000000;
  transition: border-color 0.4s ease;
}
.form-control:focus {
  border-color: #5cccf4;
}

label {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 4px;
}

/* #endregion */
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

#wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-color: #08548e;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.6s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slide .slide-content {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.slide .slide-content img.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
}
.slide.slide-prev {
  left: -100%;
}
.slide.slide-current {
  left: 0px;
}

.card {
  background-color: #ffffff;
  padding: 40px 60px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.24);
  max-width: 90%;
}
.card .so-good-logo {
  display: block;
  margin: 0 auto;
  max-width: 120px;
  margin-bottom: 24px;
}

.answer {
  position: absolute;
  width: 15%;
  height: 15%;
  left: 50%;
  top: 50%;
}
.answer.chosen {
  background-color: rgba(0, 0, 0, 0.06);
}

#controls {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 74px;
  z-index: 1000;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#controls .btn {
  margin: 0px;
  font-size: 28px;
  line-height: 30px;
  padding: 12px 64px;
  display: none;
}
#controls .btn#btn-next {
  float: right;
}
#controls #user-list {
  margin: 0px;
  list-style: none;
  position: absolute;
  left: 0px;
  bottom: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  user-select: none;
}
#controls #user-list li {
  padding: 6px 32px;
  border-bottom: 1px solid #888888;
}
#controls #user-list li:last-child {
  border: none;
}

#loading {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.72) url("../gfx/loading.gif") no-repeat center center;
  background-size: 60px auto;
  z-index: 9000;
  display: none;
  justify-content: center;
  align-items: center;
}
#loading .message-holder {
  padding: 24px 40px;
  border-radius: 12px;
  text-align: center;
  background-color: #ffffff;
  width: 400px;
  max-width: 90%;
}

/*# sourceMappingURL=style.css.map */
