*{
	outline:0;
}

html{
	margin: 0px;
	padding: 0px;
	
}
body{
	position: relative;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px 0px 120px 0px;	
	width: 100vw;
	overflow-x: hidden;
	min-height: 100vh;
	background:url(../images/bg-pixel02.jpg) repeat;	
}

#dMainHolder {
	display: block;
    width:100vw!important;
	margin:0px auto;	
	box-sizing: border-box;
	overflow: hidden;
}

	#dSliderHolder{
		width:100vw;
	}

	#dSlider{
		display: flex;
		flex-direction: row;
		min-width: 100%;
		width:1000000px;
		/*transition: transform 0.5s ease;*/
		box-sizing: border-box;		
	}

	.dSlideEl{
		display: block;
		width: 100vw;
		top: 0px;
		box-sizing: border-box;

	}
	.dSlideBg{
		display: block;
		width:93%;
		max-width: 900px;
		box-sizing: border-box;
		background-color:#fff;
		margin: 20px auto;
		padding: 25px 30px;
		border-radius: 6px;
	}	

	.dAns{
		display: block;
		margin-top:30px;
	}

	.bAnswer{
		background-color: rgb(122, 152, 217);
		border-radius: 5px;
		width:105%;
		max-width: 300px;
		padding: 11px 20px 11px 0px;
		position: relative;
		border: 1px solid #ddd;
		color: white;
		font-family: 'open Sans';
		font-size: 17px;
		font-weight: 600;
		margin: 10px auto;
		display: block;
		box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);		
		border: 1px solid #fff;
	}

	.nA{
		border-color: rgb(122, 152, 217);
	}

	.bAnswer::after{
		font-family: SGIconFont;
		content:'>';
		display: block;
		position: absolute;
		right:13px;
		bottom: 8px;
		font-weight: 100;
		font-size: 23px;
	}

	.bAnswerSkip{
		background-color: rgb(122, 152, 217);
		border-radius: 5px;
		width:105%;
		max-width: 300px;
		padding: 11px 20px 11px 0px;
		position: relative;
		border: 1px solid #ddd;
		color: white;
		font-family: 'open Sans';
		font-size: 17px;
		font-weight: 600;
		margin: 10px auto;
		display: block;
		box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);		
		border: 1px solid #fff;
	}

	.bAnswerSkip::after{
		font-family: SGIconFont;
		content:'>';
		display: block;
		position: absolute;
		right:13px;
		bottom: 8px;
		font-weight: 100;
		font-size: 23px;
	}	

	#bSubmit{
		background-color: #2196F3;
		width: 100%;
		max-width: 456px;
		padding: 13px 0px;
		position: relative;
		background-color: #2196F3;
		border: 1px solid #ddd;
		color: white;
		font-size: 22px;
		font-weight: 500;
		margin: 20px auto;
		display: block;
	}

	.dDQ{
		font-size:24px;
		line-height: 28px;
		font-weight: 400;
		text-align: center;
		color: #4f5f6f;
	}

		.iText{
			display: block;
			width:100%;
			max-width:456px;
			height: 48px;
			margin: 10px auto;
			box-sizing: border-box;
			padding:6px 12px;
			border: 2px solid #999999;
			font-size: 18px;
			line-height: 1.467;
			border-radius: 7px;
			-webkit-appearance: textfield;
			-webkit-tap-highlight-color: transparent;

			transition: border 0.5s;
			
		}

		.iText:focus{
			border-color:rgb(73, 166, 206);
		}

		.iText::placeholder{
			color:#aaa;
		}


		#dTerm{
			width:100%;		
			max-width: 477px;
			display: block;
			position: relative;
			font-size: 10px; 
			line-height: 1.72222;
			box-sizing: border-box;
			text-align: center;
			color: #424f62;
			margin: 20px auto;
			
		}

	#dHeaderHolder {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		text-align: center;
	}

	#logo img{
		max-width:400px;
	}

		#dTitleHolder {
			width: 100%;
			box-sizing: border-box;
			padding: 10px;
			flex: 2 0 0;
			background-color: #424f62;
			color:#fff;
		}

			#dTitle {
				box-sizing: border-box;
			}

				#sTitle {
					font-family: 'Teko';
					display: block;
					font-weight: 500;
					font-size: 36px;
					line-height: 45px;
					text-align: center;
					margin-bottom: -3px;
				}

				#sSubTitle {
					display: block;
					font-family: 'Teko';
					font-weight: 500;
					font-size: 24px;
					text-align: center;
				}


	.dButtonHolder {
		flex: 1 0 0;
		vertical-align: baseline;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
	}

		.iButton {
			width: 456px;
			padding: 12px 0px;
			margin-top:10px;
			position: relative;
			background-color: #2196F3;
			border: 1px solid #ddd;
			color: white;
			font-size: 22px;
			font-weight: 400;
			border-radius: 9px;
		}

		.iButton:hover {
			color: white;
			background-color: #2676d3;			
			cursor: pointer;			
		}

		.iButtong:hover {
			background-color: #2676d3;
			color: white;
			cursor: pointer;			
		}

		.bAnswer:hover{		
			cursor: pointer;
		}

		.bAnswerSkip:hover{		
			cursor: pointer;
		}		

		#bSubmit:hover{		
			cursor: pointer;
		}

	.dContent{
		display: block;
		width:100%;
		box-sizing: border-box;
		padding: 0px 5vw;
		margin:0px auto;
		line-height: 26px;
	}


	#dFooter {
		position: absolute;
		bottom: 0px;
		width: 100vw;
		height: 120px;
		box-sizing: border-box;
		padding: 7px;
		text-align: center;
		font-family: Montserrat;
		font-size: 14px;
		color: #000;
		line-height: 22px;
		left:0px;
	}
		#dFU{
			margin:20px;
		}

		#dFD{

		}

		#dFooter a{
			color: #000;
			text-decoration: none;
		}

		#dFooter a:hover{
			color: #000;
			cursor: pointer;
		}

		#dForm{
			text-align: center;
			padding-top: 20px;
		}

		.sLabel{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 22px;
			color:#424f62;
			font-weight: 700;
		}

		#sPlease{
			color:#424f62;
			font-size: 16px;
			margin-top: 5px;
		}



	/* HELPERS */

	.red{
		color: #b00;
		font-size: 0.9em;
		font-weight: 600;
	}


@media only screen and (max-width: 600px) {
 
	.dSlideBg{
		padding: 25px 17px;
		margin: 10px auto;
	}

	#sTitle{
		font-size: 28.8px;
		line-height: 28.8px;
		margin:5px;
	}

	#sSubTitle{
		font-size: 24px;
		line-height: 26.4px;	
		margin:5px;	
	}

	.dDQ{
		font-size: 21px;
	}

	.iText{
		width:100%;
		max-width: 300px;
	}

	.break{
		display: block;
	}

	.bAnswer{
		margin: 20px auto;
	}

	.bAnswerSkip{
		margin: 20px auto;
	}	

	#bSubmit{
		background-color: #2196F3;
		width:100%;
		max-width: 300px;
		padding: 13px 0px;
		position: relative;
		background-color: #2196F3;
		border: 1px solid #ddd;
		color: white;
		font-size: 22px;
		font-weight: 500;
		margin: 18px auto;
		display: block;
	}

	#dTerm{
		width:100%;
		max-width: 300px;
	}

	#logo img{
		max-width:90%;
	}

}