body {
	background: #F3F3F3;
	min-width: 1150px;
}
.container {
    width: 980px;
	padding: 0;
	margin: 0 auto;
}
#header {
	background: #ffffff;
	border-bottom: solid 1px #ECECEC;
	display: block;
	min-width: 1070px;
	height: 97px;
}

#header a.logo {
	width: 315px;
	float: left;
}

#header a.logo img{
	position: relative;
	top: 5px;
	left: -25px;
}

#main-container {
	width: 980px;
	margin: 0 auto;
	display: block;
    overflow: hidden;
	clear: both;
}

ul.header-social {
	height: 30px;
	padding: 33px 0;
	list-style: none;
	width: 150px;
	vertical-align: top;
	float: right;
	margin-right: 25px;
}
ul.header-social li {
	list-style: none;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 2px;
	width: 30px;
	height: 30px;
}
ul.header-social li a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 9999px;
	overflow: hidden;
}
ul.header-social li a.facebook {
	background: url(../img/kic-socials.png) 0 0 no-repeat;
}
ul.header-social li a.facebook:hover {
	background-position: -30px 0px;
}
ul.header-social li a.twitter {
	background: url(../img/kic-socials.png) 0 -30px no-repeat;
}
ul.header-social li a.twitter:hover {
	background-position: -30px -30px;
}
ul.header-social li a.youtube {
	background: url(../img/kic-socials.png) 0 -60px no-repeat;
}
ul.header-social li a.youtube:hover {
	background-position: -30px -60px;
}
ul.header-social li a.instagram {
	background: url(../img/kic-socials.png) 0 -90px no-repeat;
}
ul.header-social li a.instagram:hover {
	background-position: -30px -90px;
}

canvas,.legend {
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
	opacity: 1;
    
}

canvas {
    width: 250px;
    height: 250px;
}

p {
	margin: 0.83em 0;
	color: #303030;
	font-size: 16px;
    padding: 15px;
}

.error {
    -webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
    opacity: 0;
    padding: 10px;
    display: none;
}

.error.active {
	opacity: 1;
	display: inherit;
	margin-left: 210px;
	margin-right: 220px;
	margin-top: 0;
	background-color: #FF0000;
	color: white;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

ul.checkbox {
    margin: 0;
    padding: 0;
    clear: both;
}
.image img {
    max-width: 150px;
    height: auto;
    vertical-align:  top;
}

ul.checkbox li label{
    padding-left: 10px;
    font-size: 18px;
}
ul.checkbox li {
	margin-bottom: 10px;
	margin-left: 2px;
}

ul.checkbox li:hover {
	background: #ddd;
}

form {
    width: 14000px;
    position: relative;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
    margin-top: 50px;
}

form fieldset {
    display: inline-block;
    width: 980px;
    vertical-align: top;
}

#main-container {
	height: 800px;
}
form.active-0 {
    left: 0;
	height: 380px;
}

form.active-1 {
    left: -985px;
	height: 380px;
}

form.active-2 {
    left: -1970px;
	height: 337px;
}

form.active-3 {
    left: -2957px;
	height: 410px;
}

form.active-4 {
    left: -3940px;
	height: 365px;
}

form.active-5 {
    left: -4925px;
	height: 340px;
}

form.active-6 {
    left: -5910px;
	height: 315px;
}

form.active-7 {
    left: -6895px;
	height: 340px;
}

form.active-8 {
    left: -7880px;
	height: 360px;
}

form.active-9 {
    left: -8865px;
	height: 360px;
}

form.active-10 {
    left: -9840px;
	height: 340px;
}

form.active-11 {
    left: -10830px;
	height: 315px;
}

form.active-12 {
    left: -11815px;
}
legend {

}

textarea {
    margin: 0px;
    height: 117px;
    width: 584px;
    float: left;
    margin-bottom: 10px;
	margin-left: 200px;
}

#share-facebook {
    clear: left;
    margin-right: 10px;
}

form fieldset:last p{
    padding-left: 0;
}

input[type="radio"], input[type="checkbox"] {
    top: -4px;
    position: relative;
	margin-left: 5px;
}

fieldset {
    position: relative;
}

fieldset img.left {
   display: inline-block;
    position: relative;
    left: 0;
	top: 0;
    max-width: 200px;
    vertical-align: top;
	position: absolute;
}

fieldset img.right {
   display: inline-block;
    max-width: 200px;
     vertical-align: top;
}

fieldset span {
    position: relative;
display: inline-block;
width: 530px;
margin-left: 220px;
margin-right: 20px;
}

#final span, #final legend {
	margin-left: 0;
	left: 0;
}

#next {
	width: 222px;
	height: 47px;
	background: url(../img/btn.png) no-repeat;
	margin: 0;
	font-size: 20px;
	padding-right: 75px;
	margin-right: 220px;
	margin-top: 10px;
	background-size: 220px;
	border-color: #999;
}

#start {
	width: 285px;
	height: 60px;
	background: url(../img/btn.png);
	margin: 0;
	margin-top: 76px;
	margin-right: 370px;
	font-size: 25px;
	padding-right: 75px;
}


#next:active, #start:active {
	color: #000;
}
#next:hover, #start:hover {
	color: #454545;
}

#final > legend {
	margin-left: 200px;
}

#final > legend + h2 {
	margin-left: 200px;
}

#final .btn-primary {
	margin-top: 0;
	margin-right: 0;
	margin-left: 15px;
}

#final .btn-primary.first {
	clear: both;
	margin-left: 200px;
}

.intro h3 {
	position: relative;
	top: 50px;
	left: 140px;
}

.intro {
	position: absolute;
	width: 920px;
	background: white;
	height: 650px;
	z-index: 999;
	background: #F3F3F3;
}

.intro p {
	font-size: 22px;
	min-height: 200px;
}

#final h2 {
	clear: left;
}

legend {
   display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
}

.intro .btn-primary {
	margin-top: 90px;
}
	
.btn-primary {
	margin-right: 480px;

}

.btn.active{
	z-index: 999999;
	position: relative;
}

.question.bar {
	background: #31a5ff;
	color: white;
	font-weight: 500;
	padding: 3px 15px;
	border-radius: 4px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
}

#facebook-share {
	margin-left: 200px;
	margin-right: 10px;
	cursor: pointer;
}

#twitter-share {
	cursor: pointer;
}

@media only screen and (max-width:480px){


	html, body {
		margin: 0 auto;
		position: relative;
		overflow-x: hidden !important;
	}
	
	body,#header {
		background: #F3F3F3;
		min-width: 320px;
	}
	
	.container {
	    width: 320px;
		padding: 0;
		margin: 0 auto;
		background: white;
	}
	
	#header a.logo img {
		left: inherit;
	}
	
	
	#header {
		width: 100%;
		background: white;
	}
	
	input[type="radio"], input[type="checkbox"] {
	    top: 0px;
	}
	
	
	h1, h4 {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	legend,.question.bar,ul.checkbox > li {
		margin-left: 20px;
		margin-right: 20px;
	}
	#header a.logo img {
		width: 280px;
		margin:2px 15px 10px 15px;
	}
	
	ul.header-social {
		width: 320px;
		text-align: center;
		margin: 0px;
		padding: 0 0 32px 0;
	}
	
	#main-container,.intro,form fieldset,fieldset span {
		width: 320px !important;
	}
	
	#main-container {
		margin: 0 auto !important;
	}
	body::-webkit-scrollbar { 
	    display: none; 
	}
	form fieldset {
		width: 316px !important;
	}
	
	legend {
		width: 275px;
	}
	
	.score {
		font-size: 20px;
	}
	
	textarea {
		margin: 8px;
		height: 120px;
		width: 300px;
		float: left;
	}
	
	#facebook-share img,#twitter-share img{
		float: left;
		margin-left: 60px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	#final > legend {
		width: auto;
		padding-left:25px;
		padding-right: 25px;
	}
	
	#final > legend + h2 {
		margin-left: auto;
	}
	
	.question.bar {
		width: 280px;
	}
	
	.intro h3 {
		position: relative;
		top: -7px;
		left: 30px;
		width: 260px;
	}
	
	#start {
		width: 191px;
		background-position: -85px;
		margin: 0;
		font-size: 18px;
		position: absolute;
		left: 120px;
		height: 52px;
		padding-right: 68px;
	}
	
	#main-container, .intro, form fieldset, fieldset span {
		margin: 0;
	}
	form {
		margin-top: 10px;
	}
	fieldset {
		text-align: center;
	}
	fieldset img.left {
		max-height: 260px;
		display:inline-block;
		position: inherit;
		text-align: center;
	}
	
	fieldset img.right {
		position: relative;
		margin-top: 120px;
	}
	
	#main-container,.intro {
		height: 600px;
	}
	
	#main-container.active-0 {
		height: 1400px;
	}
	
	#main-container.active-1 {
		height: 1400px;
	}
	
	#main-container.active-2 {
		height: 1400px;
	}
	
	#main-container.active-3 {
		height: 1400px;
	}
	
	#main-container.active-4 {
		height: 1400px;
	}
	
	#main-container.active-5 {
		height: 1160px;
	}
	
	#main-container.active-5 fieldset img.right {
		margin-top: 50px;
	}
	
	#main-container.active-6 {
		height: 1220px;
	}
	
	#main-container.active-6 fieldset img.right {
		margin-top: 70px;
	}
	
	#main-container.active-7 {
		height: 1360px;
	}
	
	#main-container.active-8 {
		height: 1360px;
	}
	
	#main-container.active-9 {
		height: 1360px;
	}
	
	#main-container.active-10 {
		height: 1360px;
	}
		
	#main-container.active-11 {
		height: 1360px;
	}	
	
	#main-container.active-12 {
		height: 850px
	}
		
	#next {
		margin: 0 auto;
		margin-right: 27px;
		margin-top: 10px;
	}
	
	.error,.error.active {
		margin: 0;
	}
	
	#form.active-0 {
		height: 825px;
		margin: 0;
	}
	
	#form.active-1 {
		left: -320px;
		height: 800px
	}
	
	#form.active-2 {
	left: -640px;
	height: 774px;
	}
	
	#form.active-3 {
		left: -960px;
		height: 823px;
	}
	
	#form.active-4 {
		left: -1280px;
		height: 798px;
	}
	
	#form.active-5 {
		left: -1600px;
		height: 725px;
	}
	
	#form.active-6 {
		left: -1920px;
		height: 750px;
	}
	
	#form.active-7 {
		left: -2240px;
		height: 770px;
	}
	
	#form.active-8 {
		left: -2560px;
		height: 750px;
	}
	
	#form.active-9 {
		left: -2880px;
		height: 800px;
	}
	
	#form.active-10 {
		left: -3200px;
		height: 750px;
	}
	
	#form.active-11 {
		left: -3520px;
		height: 748px;
	}
	
	#form.active-12 {
		left: -3840px;
		height: 830px;
	}
	
	#form.active-13 {
		left: -4160px;
		height: 830px;
	}
	
	#form.active-14 {
		left: -4480px;
		height: 830px;
	}
}