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;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* FONT */

@font-face {
    font-family: 'Caviar Dreams';
    src: url('../fonts/CaviarDreams.eot');
    src: url('../fonts/CaviarDreams.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CaviarDreams.woff2') format('woff2'),
        url('../fonts/CaviarDreams.woff') format('woff'),
        url('../fonts/CaviarDreams.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caviar Dreams';
    src: url('../fonts/CaviarDreams-Bold.eot');
    src: url('../fonts/CaviarDreams-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CaviarDreams-Bold.woff2') format('woff2'),
        url('../fonts/CaviarDreams-Bold.woff') format('woff'),
        url('../fonts/CaviarDreams-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	background: #f5f5f5;
	padding-bottom: 120px;
}

.header {
	background: #17181B;
	padding: 40px 0 70px;
	position: relative;
}

.header img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

h1 {
	position: absolute;
	left: 5%;
	bottom: -28px;
	color: #000;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0;
	width: 90%;
	letter-spacing: 1px;
	font-size: 1.75rem;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.main-txt {
	font-size: 1.150rem;
	padding: 10px 20px;
	margin-top: 60px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.bold {
	font-weight: 700;
}

.wrapper {
	text-align: center;
	max-width: 760px;
	margin: 30px auto 0;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.wrapper h2 {
	font-size: 1.5rem;
	line-height: 1.25;
}

.txt {
	margin: 19px 0;
}

.question-area {
	padding: 0 20px;
}

.progress {
	margin: 45px 0;
	height: 3px;
	overflow: hidden;
	background: #fff;
}

.progress-bar {
	width: 0;
	height: 3px;
	background: #0a0;
}

.step {
	font-size: 0;
}

.stepq {
	font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 19px;
}

.step button {
	font-family: 'Caviar Dreams', sans-serif;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #17181B;
	color: #fff;
	border: 0;
	font-weight: 700;
	font-size: 1.5rem;
	padding: 10px 20px;
	margin: 10px 0;
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.125);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.125);
	cursor: pointer;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
    transition: all 0.25s;
    outline: 0;
}

.step button:hover, .cta:hover {
	color: #000000;
	background: #17181B;
}

.step button:last-child {
	margin-left: 2%;
}

.bottom-txt {
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	background: #17181B;
	color: #fff;
}

.bottom-txt a {
	color: #fff;
}

.second-screen {
	min-height: 340px;
}

.second-screen h3 {
	font-size: 1.5rem;
	padding: 20px 0;
}

.loading-bar {
	margin-top: 39px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    height: 30px;
    border: 2px solid #000;
    background: #333333;
    background: -moz-linear-gradient(top, #333333 0%, #666666 100%);
    background: -webkit-linear-gradient(top, #333333 0%,#666666 100%);
    background: linear-gradient(to bottom, #333333 0%,#666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#666666',GradientType=0 );
}

.bar {
	width: 0;
    height: 26px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #88ff00;
    background: -moz-linear-gradient(top, #88ff00 0%, #44aa00 100%);
    background: -webkit-linear-gradient(top, #88ff00 0%,#44aa00 100%);
    background: linear-gradient(to bottom, #88ff00 0%,#44aa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88ff00', endColorstr='#44aa00',GradientType=0 );
}

.shine {
	background: rgba(255,255,255,0.5);
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 30%;
    top: 5%;
    left: 1%;
    width: 98%;
    height: 20%;
    position: absolute;
}

.final-screen {
	padding-top: 5px;
}

.prize {
	max-width: 700px;
	margin: 30px auto 0;
	width: 94%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    padding: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.cta {
	text-decoration: none;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #17181B;
	color: #fff;
	font-size: 1.25rem;
	padding: 10px 20px;
	margin: 10px 0;
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.125);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.125);
	cursor: pointer;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
    transition: all 0.25s;
}

.step, .second-screen, .final-screen {
	display: none;
}

.step.start {
	display: block;
}

/* DELIVERY */

.delivery-intro {
	padding: 0 15px;
}

.get-voucher {
	padding: 19px 0;
}

.bottom-red {
	font-weight: 700;
	color: #f00;
	margin: 19px 0;
}

/* FB COMMENTS */

.comments {
	background: #fff;
	font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	text-align: left;
	margin: 50px auto 0;
	padding: 5px 10px 20px;
}

.top-comments {
	padding: 0 5px 5px;
	border-bottom: 1px solid #e9ebee;
	font-size: 14px;
	margin-bottom: 20px;
}

.top-comments > * {
	display: inline-block;
	vertical-align: middle;
}

.fb-title {
	font-weight: 700;
}

.fb-sort {
	margin: 0 8px;
}

.fb-newest {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	font-size: 12px;
	color: #4b4f56;
	border: 1px solid #ced0d4;
	background: #f6f7f9;
	padding: 0 11px;
	line-height: 24px;
	font-weight: 700;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition: all 200ms ease;
}

.fb-newest:hover {
	background: #e9ebee;
}

.fb-your-comment {
	position: relative;
	padding: 5px 0 5px 55px;
	min-height: 60px;
	font-family: Tahoma, 'Helvetica', 'Helvetica Neue', sans-serif;
}

.fb-your-comment > img, .fb-comment > img {
	position: absolute;
	display: block;
	top: 5px;
	left: 0;
}

.fb-login {
	border: 1px solid #d3d6db;
}

.fb-comment-eppereance {
	border-bottom: 1px solid #d3d6db;
	background: #fafafa;
	font-size: 11px;
	padding: 8px;
	color: #90949c;
}

.fb-action {
	background: #f6f7f9;
	padding: 8px;
	text-align: right;
}

.inputbox {
	padding-bottom: 10px;
	margin-bottom: 15px;
}


.fb-action button {
	background: #9cb4d8;
	border: 0;
	font-size: 14px;
	font-family: 'Helvetica', 'Helvetica Neue', sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 24px;
	padding: 0 8px;
	font-weight: 700;
	color: #fff;
	cursor: wait;
	outline: 0;
}

.fb-comment {
	padding: 5px 0 5px 60px;
	margin-top: 5px;
	position: relative;
	min-height: 60px;
	display: none;
}

.fb-name {
	color: #3b5998;
	font-size: 14px;
	line-height: 1.4;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 5px;
	
}

.fb-name:hover, .fb-about:hover {
	text-decoration: underline;
}

.fb-about {
	color: #90949c;
	vertical-align: middle;
	text-decoration: none;
	margin-left: 2px;
}

.fb-comment-txt {
	margin: 4px 0 6px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.fb-bottom-details {
	margin-top: 6px;
	font-family: Tahoma, 'Helvetica', 'Helvetica Neue', sans-serif;
	color: #90949c;
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
}

.fb-bottom-details > a {
	color: #3b5998;
	text-decoration: none;
}

.fb-total-likes:after {
	content: " · ";
	display: inline-block;
	margin-left: 5px;
}

.fb-total-likes {
	padding-left: 19px;
	background: url(../images/like.png) no-repeat -33px -170px;
}

.fb-time {
	border-bottom: 1px dotted #999;
	cursor: help;
}

.fb-hide-like {
	display: none !important;
}

.fb-img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 15px;
}

.fb-show-comment {
	display: block;
}

.fb-load-more {
	margin-top: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #e6e8eb
}

.fb-load-more button {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	background: #4080ff;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: 700;
	padding: 12px;
	font-size: 14px;
	font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
	cursor: pointer;
	outline: 0;
}

.fb-plugin {
	color: #3b5998;
	padding: 0 3px;
	line-height: 24px;
	font-size: 11px;
	font-family: Tahoma, 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
}

.fb-plugin i {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/like.png) no-repeat 0 -187px;
	width: 15px;
	height: 15px;
}

.fb-loader {
	display: none;
	margin: 0 auto;
	-webkit-animation: rotateSpinner 1.2s linear infinite;
	-moz-animation: rotateSpinner 1.2s linear infinite;
    animation: rotateSpinner 1.2s linear infinite;
}
.reply {
	color: #3b5998;
	font-size: 14px;
	line-height: 1.4;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	text-decoration: none;
}
.fb-top-details {
	background: #f0f1f4;
	border-radius: 15px;
}
.timage {
	border-radius: 30px;
}

@-webkit-keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@-moz-keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

@media screen and (max-width: 549px) {
	.header {
		padding: 20px 0 40px;
	}

	h1 {
	    bottom: -25px;
	    font-size: 1.5rem;
	}

	.wrapper h2 {
		font-size: 1.375rem;
	}

	.main-txt {
		font-size: 1rem;
		margin-top: 45px;
	}

	.progress {
		margin: 30px 0;
	}

	.step button {
		display: block;
		width: 100%;
		margin: 10px auto 0 !important;
	}

	.second-screen h3 {
		font-size: 1.375rem;
	}

	.loading-bar {
		margin: 19px auto 0;
		width: 94%;
	}
}