/* line 4, style.scss */
body {
  font-family: 'Open Sans', sans-serif; }

/* MAIN PAGE */
/* line 9, style.scss */
.inner {
  text-align: left; }
  /* line 12, style.scss */
  .inner h1 {
    font-weight: 100;
    font-size: 4.3em;
    letter-spacing: -3px;
    font-family: 'Lato', sans-serif;
    margin-left: -6px; }

/* LEFT PART */
/* line 23, style.scss */
.left-box {
  height: 100%;
  display: block;
  box-sizing: border-box;
  float: left;
  position: relative; }
  /* line 30, style.scss */
  .left-box .fixed {
    position: fixed;
    height: 100%; }
  /* line 35, style.scss */
  .left-box h3 {
    margin-top: 70px; }

/* line 40, style.scss */
#logo {
  width: auto;
  display: block; }

/* CARDS */
/* line 47, style.scss */
.card-block {
  margin-bottom: 40px; }

/* line 51, style.scss */
.card-box {
  padding-left: 5px;
  padding-right: 5px;
  float: right; }
  /* line 55, style.scss */
  .card-box img {
    width: 100%;
    display: block;
    float: left;
    -webkit-box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.02);
    box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.02); }
  /* line 63, style.scss */
  .card-box .kaart {
    width: 100%;
    height: auto;
    display: block;
    float: left; }

/* White area */
/* line 73, style.scss */
.white-box {
  height: auto;
  min-height: 300px;
  background-color: #fff;
  display: block;
  -webkit-box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.02);
  box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.02);
  float: right;
  margin-bottom: 40px;
  padding-bottom: 20px; }

/* line 86, style.scss */
.second {
  display: none; }

/* line 90, style.scss */
.picked {
  position: relative;
  display: block; }
  /* line 94, style.scss */
  .picked .pictures {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
    float: left; }
    /* line 100, style.scss */
    .picked .pictures img {
      width: 50%;
      float: left;
      display: block; }
  /* line 106, style.scss */
  .picked .picked-item {
    width: 50%;
    float: left;
    position: relative; }
    /* line 111, style.scss */
    .picked .picked-item img {
      width: 100%; }
    /* line 114, style.scss */
    .picked .picked-item p {
      font-size: 1.25em;
      border-bottom: #e7e7e7 solid 1px;
      border-top: #e7e7e7 solid 1px;
      display: block;
      margin-top: 0.85em;
      margin-bottom: 0.85em;
      padding-top: 1em;
      padding-bottom: 1em;
      width: 95%;
      font-weight: 600; }
    /* line 127, style.scss */
    .picked .picked-item .left-p {
      margin-left: 5%;
      padding-left: 5%;
      border-right: #e7e7e7 solid 1px; }
    /* line 132, style.scss */
    .picked .picked-item .right-p {
      margin-right: 5%;
      padding-left: 5%; }

/* line 139, style.scss */
.box {
  width: 250px;
  display: none;
  height: 5em;
  background-color: #00afae;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 5em;
  cursor: pointer;
  z-index: 5;
  -webkit-opacity: .99; }

/* Component */
/* line 158, style.scss */
.btn-default,
.btn-default:focus {
  color: #454545;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  border: 1px solid #454545;
  border-radius: 0;
  padding: 3px 10px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  font-size: 0.75em;
  background-color: transparent; }

/* line 172, style.scss */
.btn-default:hover {
  border: 1px solid #00afae;
  background-color: #00afae;
  color: #fff; }

/* line 178, style.scss */
.btn-text,
.btn-text:focus {
  color: #454545;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  padding: 0 !important;
  font-size: 0.75em; }

/* line 190, style.scss */
.lead {
  margin-top: 1.5em; }

/* line 194, style.scss */
.sec-page {
  height: 100%;
  box-sizing: border-box;
  padding-top: 40px;
  /* 	padding-bottom:40px;
   */
  position: relative; }

/* line 202, style.scss */
h3 {
  font-weight: 100;
  font-size: 2.5em;
  letter-spacing: -3px;
  font-family: 'Lato', sans-serif;
  margin-left: -6px;
  text-transform: uppercase; }

/* line 211, style.scss */
ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.9em; }
  /* line 216, style.scss */
  ul li > a {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: block;
    color: #929292;
    text-transform: uppercase; }

/* line 225, style.scss */
.flip {
  -webkit-perspective: 800;
  position: relative; }

/* line 229, style.scss */
.flip .card.flipped {
  -webkit-transform: rotatey(180deg); }

/* line 232, style.scss */
.flip .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s; }

/* line 238, style.scss */
.flip .card .face {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  z-index: 2; }

/* line 245, style.scss */
.flip .card .front {
  position: absolute;
  z-index: 1;
  cursor: pointer; }

/* line 250, style.scss */
.flip .card .back {
  -webkit-transform: rotatey(-180deg);
  cursor: pointer; }

/* line 255, style.scss */
.back img {
  display: none; }

/* line 259, style.scss */
h2 {
  font-weight: 100;
  font-size: 3em;
  letter-spacing: -3px;
  font-family: 'Lato', sans-serif;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px; }

/* line 271, style.scss */
body {
  display: none; }

/* line 275, style.scss */
.false {
  background-color: #d02626;
  width: 400px; }

/* line 280, style.scss */
.input-wrapper {
  width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block; }
  /* line 288, style.scss */
  .input-wrapper input {
    width: 100%;
    line-height: 2em;
    font-size: 1.2em;
    padding: 0.5em;
    margin-top: 1em;
    text-align: center; }
  /* line 297, style.scss */
  .input-wrapper button {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 3em;
    background-color: #00afae;
    margin: auto;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3em;
    border-radius: 0;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em; }
  /* line 314, style.scss */
  .input-wrapper button:hover {
    color: #88d8d8; }

@media screen and (max-width: 1024px) {
  /* line 324, style.scss */
  body, body * {
    font-family: Arial !important; }

  /* line 327, style.scss */
  .fixed {
    position: relative !important; }

  /* line 330, style.scss */
  .left-box {
    width: 100%; }
    /* line 332, style.scss */
    .left-box #logo {
      float: left;
      clear: both;
      margin-bottom: 20px; }
    /* line 337, style.scss */
    .left-box h3 {
      display: none !important; }
    /* line 340, style.scss */
    .left-box .lead {
      display: none !important; }

  /* line 344, style.scss */
  .card-box {
    width: 50%; }

  /* line 347, style.scss */
  .card-block {
    float: left;
    clear: both;
    width: 100%; }

  /* line 352, style.scss */
  .box {
    display: none; } }
/* line 357, style.scss */
.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: none; }

@-webkit-keyframes scaleout {
  /* line 372, style.scss */
  0% {
    -webkit-transform: scale(0); }

  /* line 373, style.scss */
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes scaleout {
  /* line 380, style.scss */
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  /* line 383, style.scss */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }
/* line 390, style.scss */
.win {
  float: left;
  width: 100%; }

@media screen and (max-width: 768px) {
  /* line 396, style.scss */
  .false {
    display: none !important; } }
