body {
  text-align: center;
  font: 300 15px/15px Roboto, Arial, Helvetica;
  background-color: #eee;
}
body a {
  text-decoration: none;
  color: #333;
}
.logo {
  margin-top: 60px;
}
.clock {
  font: 700 2.5em Raleway, Arial, Helvetica;
  margin-bottom: 20px;
  margin-top: 60px;
  color: #fff;
}
h1 {
  font: 700 3em Raleway, Arial, Helvetica;
  margin-bottom: 40px;
  color: #fff;
}
h2 {
  color: #333;
  font: 300 22px/22px Roboto, Arial, Helvetica;
  text-align: center;
  margin-bottom: 20px;
}
.next,
.reg_1 {
  display: inline-block;
  padding: 15px 50px;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.next:hover,
.reg_1:hover {
  border-color: #43f3c7;
  color: #43f3c7;
}
.wht {
  background-color: #fff;
  color: #4b98a9;
}
.wht label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  color: #4b98a9;
}
.wht:hover {
  background-color: #43f3c7;
  color: #fff;
}
.wht:hover label {
  background-color: #43f3c7;
  color: #fff;
}
.agree-btn {
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
select,
input {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border: 1px solid #FFF;
  border-radius: 4px;
}
label {
  height: 36px;
  line-height: 36px;
  color: white;
  width: 100%;
  text-align: left;
}
input::-webkit-input-placeholder {
  color: white;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
input:-ms-input-placeholder {
  color: white;
}
option,
optgroup {
  color: #333;
}
.age {
  margin-right: -2%;
}
.age .form-group {
  width: 32%;
  margin-right: 1%;
  display: block;
  float: left;
}
.voorwaarden {
  font-size: 12px;
  color: #f0f0f0;
  text-align: center;
  margin-top: 15px;
}
.voorwaarden a {
  font-weight: bold;
  color: #f9f9f9;
  text-decoration: none;
}
.form-group {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 25px;
  position: relative;
}
.age {
  overflow: hidden;
}
.age .form-group {
  margin-bottom: 22px;
}
span.help-inline {
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  color: white;
  font-size: 10px;
  line-height: 10px;
}
.form-inner {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 30px;
  display: none;
}
.slides li {
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s;
}
.slides li:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}
#app {
  overflow: hidden;
  width: 250px;
  height: 420px;
  margin: 0 auto;
}
#app .header {
  height: 50px;
  margin-bottom: 10px;
  background: #f6f6f6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  font: 18px "Open Sans";
  line-height: 30px;
  font-weight: 300;
  color: #ddd;
}
#app .header .top {
  height: 16px;
  position: relative;
  font-family: "Open Sans";
  font-size: 8px;
  line-height: 16px;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
}
#app .header .top .left {
  position: absolute;
  top: 0;
  left: 5px;
}
#app .header .top .center {
  text-align: center;
  font-size: 10px;
}
#app .header .top .right {
  position: absolute;
  top: 0;
  right: 5px;
}
#app .header #battery {
  border: 1px solid #999;
  border-radius: 2px;
  height: 10px;
  width: 20px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  right: 0;
  top: 2px;
}
#app .header #battery:before {
  content: '';
  display: block;
  width: 75%;
  height: 100%;
  background: #4d4;
  border: 1px solid transparent;
}
#people {
  width: 250px;
  height: 265px;
  position: relative;
  margin: 0 auto;
}
#people .person {
  position: absolute;
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.1s linear;
  width: 250px;
  height: 265px;
}
#people .person:nth-child(1) {
  z-index: 5;
}
#people .person:nth-child(2) {
  z-index: 4;
  top: 7px;
  transform: scale(0.98);
}
#people .person:nth-child(3) {
  z-index: 3;
  top: 14px;
  transform: scale(0.96);
}
#people .person:nth-child(n+4) {
  z-index: 2;
  transform: scale(0.7);
}
#people .person:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
}
#people .person img {
  width: 105%;
  background: white;
}
#people .person span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  width: 100%;
  padding: 10px;
  font: 16px "Open Sans";
  line-height: 30px;
  color: #555;
}
#people .person span strong {
  font-weight: 600;
  color: #000;
}
@keyframes yes {
  0% {
    transform: scale(1) rotateZ(0deg);
    left: 0;
  }
  30% {
    transform: scale(1.05) rotateZ(0deg);
    left: 0;
  }
  100% {
    transform: rotateZ(45deg);
    left: 400px;
  }
}
.animateYes {
  animation-fill-mode: both;
  animation: yes 0.6s linear;
}
.animateYes:before {
  transform: rotateZ(-35deg);
  background: url(../images/Zkwj970.png) no-repeat center 10px;
}
@keyframes no {
  0% {
    transform: rotateZ(360deg);
    right: 0;
  }
  30% {
    transform: scale(1.05) rotateZ(360deg);
    right: 0;
  }
  100% {
    transform: rotateZ(315deg);
    right: 400px;
  }
}
.animateNo {
  animation-fill-mode: both;
  animation: no 0.6s linear;
}
.animateNo:before {
  transform: rotateZ(35deg);
  background: url(http://i.imgur.com/XqQZ4KR.png) no-repeat center 10px;
}
#control {
  position: relative;
  margin: 15px auto 0;
  width: 250px;
}
#control .button {
  width: 65px;
  height: 65px;
  background: #eee;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#control .button .trigger {
  background: white;
  display: block;
  border-radius: 50%;
  width: 75%;
  height: 75%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#control .trigger:focus {
  border: 0;
  outline: none;
}
#control .button .trigger:active {
  transform: translateY(-50%) scale(0.75);
  transition: all 0.05s linear;
}
#control .button .trigger:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: 'FontAwesome';
}
#control .no {
  left: 38px;
}
#control .no .trigger:before {
  content: "\f00d";
  font-size: 28px;
  color: #c33;
}
#control .yes {
  right: 38px;
}
#control .yes .trigger:before {
  content: "\f004";
  font-size: 22px;
  color: #3b7;
}
#control .info {
  left: calc(50% - 23px);
  top: 17px;
  height: 46px;
  width: 46px;
}
#control .info .trigger {
  width: 65%;
  height: 65%;
}
#control .info .trigger:before {
  content: "\f05a";
  font-size: 16px;
  color: #3498db;
}
#copy {
  font: 12px "Open Sans";
  color: #ccc;
  position: fixed;
  top: 5px;
  left: 5px;
}
#copy a {
  color: #aaa;
}
#myChoose {
  margin: 1% -1%;
}
#myChoose .choosenPerson {
  width: 18%;
  margin: 1%;
  height: auto;
  display: inline-block;
}
#myChoose .choosenPerson-inner {
  border: 2px solid #fff;
}
#myChoose .choosenPerson img {
  width: 100%;
  height: auto;
}
#step5 {
  position: relative;
}
.form-reg-row {
  position: relative;
  clear: both;
}
.regProc {
  display: none;
  position: absolute;
  font-size: 10px;
  color: green;
  margin: 0 auto;
  left: 50%;
  margin-left: -72px;
  top: 48px;
  text-align: left;
}
.new-styles .step-agreement h2 {
  margin-bottom: 15px;
}
.new-styles .step-agreement .agreement-area {
  margin-bottom: 20px;
  color: #fff;
}
.new-styles .step-agreement .next-btn {
  position: relative;
}
.new-styles ::-webkit-input-placeholder {
  color: #fff !important;
  font-weight: 400 !important;
}
.new-styles :-moz-placeholder {
  color: #fff !important;
  font-weight: 400 !important;
}
.new-styles ::-moz-placeholder {
  color: #fff !important;
  font-weight: 400 !important;
}
.new-styles :-ms-input-placeholder {
  color: #fff !important;
  font-weight: 400 !important;
}
.new-styles ::-ms-input-placeholder {
  color: #fff !important;
  font-weight: 400 !important;
}
.new-styles ::placeholder {
  color: #fff !important;
  font-weight: 400 !important;
}
