* {
	box-sizing: border-box;
	outline: 0;
	border-radius: 0 !important;
}

img {
	max-width: 100%;
}

body {
	overflow: hidden !important;
	background-color: #000;
	background-image: url('../img/bg-2.jpg');
	background-size: cover;
	background-position: top;
	font-family: 'Bebas Neue', sans-serif;
	color: white;
}

.overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: -1;
}

.text-underline {
	text-decoration: underline !important;
}

.text-uppercase {
	text-transform: uppercase;
}


.color-black {
	color: black !important;
}

.color-white {
	color: white !important;
}

.color-red {
	color: #FF4040 !important;
}

.color-blue-light {
	color: #009ED4 !important;
}

.color-man-red {
	color: #01a651 !important;
}

.color-partnership {
	color: #8CC747 !important;
}

.color-extramile {
	color: #7C4D99 !important;
}

.color-gettingthingsdone {
	color: #00B5AD !important;
}

.color-joy {
	color: #C42179 !important;
}

.font-light {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
}

.font-regular {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
}

.font-semibold {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
}

.font-bold {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    font-style: normal;
}

#close-button {
	position: absolute;
	left: 60px;
	top: 50px;
}

#winners-list{
	position: absolute;
	left: 970px;
	top: 1800px;
	font-size: 2.5em;
	color: rgba(237, 22, 81, 0.4);
}

#frozen{
	position: absolute;
	left: 70px;
	top: 1800px;
	font-size: 2.5em;
	color: rgba(237, 22, 81, 0.4);
}

.x-lion {
	display: block;
	position: absolute;
	bottom: 150px;
	z-index: -1;
	width: 100%;
	height: 304px;
	margin:  0 auto;
	text-align:  center;
	background-image: url('../img/logo.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#quality {
	clear: both;
	display: block;
	position: absolute;
	bottom: 100px;
	width: 100%;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 50px;
}

#dna {
	display: block;
	position: absolute;
	bottom: -600px;
	left: 10%;
	z-index: -1;
	width: 60%;
	margin-left: 10%;
	height: 1195px;
	background-image: url('../img/dna.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#logo {
	max-width: 100% !important;
}

.intro, .modal {
  	font-size: 10em;
}

.start-title {
	font-size: 0.6em;
}

.row { 
	width: 100%;
	margin: 0;
}

h1 {
	font-size: 60px;
}

.prize h1 {
	font-size: 75px;
}

.prize h1 .color-man-red {
	text-shadow: 0px 0px 20px rgba(35, 58, 73, .5);
	font-size: 100px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 3.5em;
}

h4 {
	font-size: 26px;
}

.btn-man {
	color: white !important;
	background: #01a651 !important;
	font-size: 50px !important;
	font-weight: bold;
	padding: 30px 70px !important;
	font-size: 0.6em !important;
}

.pointer {
	position: absolute;
	background-image: url('../img/pointer.png');
	width: 100px;
	height: 100px;
	display: block;
	z-index: 999;
	top: 30px;
}

a:active, a:visited, a:focus, button:active, button:visited, button:focus, input[type="submit"]:active, input[type="submit"]:visited, input[type="submit"]:focus {
	background-image: none !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}

.btn-man-round {
	color: black !important;
	background: #ffffff !important;
	font-weight: bold;
	position: absolute;
	font-size: 3.5em !important;
	display: block;
	width: 200px !important;
	height: 200px !important;
	border-radius: 100px !important;
}

.wheelborder {
	width: 900px;
	height: 900px;
	border-radius: 50% !important;
	display: block;
	border: 120px solid #171F27;
	z-index: -1;
	position: absolute;
}

.btn-qbd.btn-sm {
	color: white !important;
	background: #01a651 !important;
	font-size: 30px !important;
	font-weight: bold;
	padding: 10px 20px !important;
}

.btn-success {
	background: #01a651 !important;
	border-color: #01a651 !important;
}

#submit-placeholder {
	width: 100%;
	position: relative;
	margin-top: 60px;
}

/*.submit-placeholder-pull {
	margin-top: 100px !important;
}
*/

.radioLeft input{
    text-align: left;
    display:inline;
}

.check-text{
	font-size: 40px !important;
}

.p-voorwaarden{
	padding-top: 16px;
}

.optin-placeholder span {
	font-size: 30px;
}

.optin-placeholder-text {
	display: inline-block;
	position: absolute;
	margin-top: 7px;
	margin-left: 20px;
	font-size: 21px !important;
}

.lead {
	font-size: 4em;
}


.bwx-input {
	font-size: 4em;
	padding: 50px 25px;
	
}

.bwx-form-error {
	background: #FF4040;
	border: 1px solid #FF4040;
	color: white;
}

#mlkeyboard {
	top: 1120px !important;
}

.likes, .like-title, .like-buttons, .form-transform, .intro, .modal, .prize {
	
}

.digit {
	padding: 0 10px;
}

.digit h2 {
	background-color: #01a651;
	color: #fff;
	font-size: 7.5em;
}

a {
	border: none !important;
}

.modal-footer {
	height: 170px;
}

.modal-footer .btn-block {
	font-size: 0.5em !important;
	padding: 20px !important;
	height: 100% !important;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-top: 200px;
}

.modal-body {
	font-size: 17px;
	max-height: 500px;
	overflow-y: scroll;
	padding: 20px 20px;
	text-transform: uppercase;
	text-align: justify;
}

/* BRIEFING */

.delay-05 {
  -webkit-animation-delay: 0.5s;
}
.delay-1 {
  -webkit-animation-delay: 1s;
}
.delay-15 {
  -webkit-animation-delay: 1.5s;
}
.delay-2 {
  -webkit-animation-delay: 2s;
}
.delay-25 {
  -webkit-animation-delay: 2.5s;
}
.delay-3 {
  -webkit-animation-delay: 3s;
}
.delay-35 {
  -webkit-animation-delay: 3.5s;
}
.delay-4 {
  -webkit-animation-delay: 4s;
}

/* GAME */

#bigtimer {
	width: 680px;
	min-height: 680px;
	position: absolute;
	z-index: 999;
	background: white;
	text-align: center;
	color: red;
	font-size: 250px;
	padding-top: 20%;
}

.highscore {
	color: white;
	font-weight: bold;
	font-size: 46px;
}

.table-borderless * {
    border: 0px !important;
}

.table > tbody > tr > td {
     vertical-align: middle;
     padding: 20px;
}

.my-score {
	background: #1c3648;
}

#ranking {
	background-color: #01a651;
	width: 80px;
	height: 80px;
	display: block;
}

#ranking > div {
	display: block;
	width: 80px;
	height: 80px;
	position: relative;
	top: 9%;
}

#score {
	text-align: left;
	color: #a7a9ac;
}

#name {
	text-align: right;
	text-transform: uppercase;
}

/* padding */
.p-a-0 { padding:        0 !important; }
.p-a-xs { padding:        12px !important; }
.p-t-0 { padding-top:    0 !important; }
.p-r-0 { padding-right:  0 !important; }
.p-b-0 { padding-bottom: 0 !important; }
.p-b-sm { padding-bottom: 10px !important; }
.p-l-0 { padding-left:   0 !important; }
.p-x-0 { padding-left:   0 !important; padding-right: 0 !important; }
.p-y-0 { padding-top:    0 !important; padding-bottom: 0 !important; }

.p-a { padding:        30px !important; }
.p-t { padding-top:    30px !important; }
.p-r { padding-right:  30px !important; }
.p-b { padding-bottom: 30px !important; }
.p-l { padding-left:   30px !important; }
.p-x { padding-right:  30px !important; padding-left:   30px !important; }
.p-y { padding-top:    30px !important; padding-bottom: 30px !important; }

.p-a-md { padding:        60px !important; }
.p-t-md { padding-top:    60px !important; }
.p-r-md { padding-right:  60px !important; }
.p-b-md { padding-bottom: 60px !important; }
.p-l-md { padding-left:   60px !important; }
.p-x-md { padding-right:  60px !important; padding-left:   60px !important; }
.p-y-md { padding-top:    60px !important; padding-bottom: 60px !important; }

.p-a-lg { padding:        120px !important; }
.p-t-lg { padding-top:    120px !important; }
.p-t-xlg { padding-top:    160px !important; }
.p-r-lg { padding-right:  120px !important; }
.p-b-lg { padding-bottom: 120px !important; }
.p-l-lg { padding-left:   120px !important; }
.p-x-lg { padding-right:  120px !important; padding-left:   120px !important; }
.p-y-lg { padding-top:    120px !important; padding-bottom: 120px !important; }

/* margin */
.m-a-0 { margin:        0 !important; }
.m-t-0 { margin-top:    0 !important; }
.m-r-0 { margin-right:  0 !important; }
.m-b-0 { margin-bottom: 0 !important; }
.m-l-0 { margin-left:   0 !important; }
.m-x-0 { margin-right:  0 !important; margin-left:   0 !important; }
.m-y-0 { margin-top:    0 !important; margin-bottom: 0 !important; }

.m-a { margin:        10px !important; }
.m-t { margin-top:    10px !important; }
.m-r { margin-right:  10px !important; }
.m-b { margin-bottom: 10px !important; }
.m-l { margin-left:   10px !important; }
.m-x { margin-right:  10px !important; margin-left: 10px !important; }
.m-y { margin-top:    10px !important; margin-bottom: 10px !important; }
.m-x-auto { margin-right: auto !important; margin-left: auto !important; }

.m-a-md { margin:        25px !important; }
.m-t-md { margin-top:    25px !important; }
.m-r-md { margin-right:  25px !important; }
.m-b-md { margin-bottom: 25px !important; }
.m-l-md { margin-left:   25px !important; }
.m-x-md { margin-right:  25px !important; margin-left:   25px !important; }
.m-y-md { margin-top:    25px !important; margin-bottom: 25px !important; }

.m-a-lg { margin:        50px !important; }
.m-t-lg { margin-top:    50px !important; }
.m-r-lg { margin-right:  50px !important; }
.m-b-lg { margin-bottom: 50px !important; }
.m-l-lg { margin-left:   50px !important; }
.m-x-lg { margin-right:  50px !important; margin-left:   50px !important; }
.m-y-lg { margin-top:    50px !important; margin-bottom: 50px !important; }