@charset "utf-8";
/* CSS Document */


.audio_div_100p
{
	width: 100%;
}

.audio_div_max450px
{
	width: 100%;
	max-width: 450px;
}



input[type=range] {
	-webkit-appearance: none;
	width: 200px;
	margin: 9.75px 0;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
 width: 200px;
 height: 12.5px;
 cursor: pointer;
 box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
 background: #3071a9;
 border-radius: 1.3px;
 border: 0.2px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
 border: 0px solid #000000;
 height: 26px;
 width: 20px;
 border-radius: 7px;
 background: #ffffff;
 cursor: pointer;
 -webkit-appearance: none;
 margin-top: -7.95px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #7aadd9;
}

input[type=range]::-moz-range-track {
 width: 250px;
 height: 12.5px;
 cursor: pointer;
 box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
 background: #3071a9;
 border-radius: 1.3px;
 border: 0.2px solid #010101;
}

input[type=range]::-moz-range-thumb {
 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
 border: 0px solid #000000;
 height: 32px;
 width: 26px;
 border-radius: 7px;
 background: #ffffff;
 cursor: pointer;
}

input[type=range]::-ms-track {
 width: 250px;
 height: 12.5px;
 cursor: pointer;
 background: transparent;
 border-color: transparent;
 color: transparent;
}

input[type=range]::-ms-fill-lower {
 background: #15314a;
 border: 0.2px solid #010101;
 border-radius: 2.6px;
 box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
 background: #3071a9;
 border: 0.2px solid #010101;
 border-radius: 2.6px;
 box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
 border: 0px solid #000000;
 height: 32px;
 width: 26px;
 border-radius: 7px;
 background: #ffffff;
 cursor: pointer;
 height: 12.5px;
}

input[type=range]:focus::-ms-fill-lower {
 background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
 background: #7aadd9;
}

.trackvol {
	padding: 5px;
}

.groupseparator {
	padding:50px;
}

.trackheader {
	text-align:center;
	width:200px;
}

#playaudio {
	background:steelblue;
	color:white;
	width:100px;
}

.points_table_td
{
	font-size: 32px;
	font-weight: bold;
	color: #55D891;
}

.intro_header_text_div
{
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    line-height: 0,5;
    text-align: center;    
}
    
.text_header
{
	background: #ffc;
	width: 95%;
	margin: 20px auto 20px auto;
	padding: 5px 5px 5px 5px;
	text-align: left;
	
	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	
}

.text_choice
{
	width: 95%;
	background: #ffc;
	margin: 15px auto 15px auto;
	padding: 5px 5px 5px 5px;
	
	text-align: left;
	
	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

p
{
	padding: 10px 20px 10px 20px;
	
}

p.first_p
{
	padding: 0px 20px 10px 20px;
	
}

.word_table
{
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
}
	
.word_table_tr
{
	background: #ddd;
	color: #000000;
}
	
.word_table_td1
{
	padding: 5px 5px 5px 10px;
	border: solid 2px #ddd;
}

.word_table_td2
{
	padding: 5px 5px 5px 10px;
	/*border-left: solid 5px #FFFFCC;*/
	/*border-bottom: solid 3px #FFFFCC;*/
	border: solid 2px #ddd;
}

.text_link
{
    position:relative;
    border-radius: 10px;

    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    
    color: #ffffff;
    background: #55D891; 

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.image_box
{
	position: relative;
			
	max-width: 80%;
	/*max-height: 60%;*/
	border: none;
		
	background: #fff;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	
	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;		
}

.image_caption
{
	position: relative;
	width: 99%;
	max-width: 800px;
	border: none;
	text-align: left;
				
	background: #fff;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;

	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;	
}

.chapter_div
{
	margin: 5px 15px 5px 15px;
	line-height: 2;
    font-size: 20px
}

.chapter_header
{
	width: 100%; 
	text-align: center;
	margin: 10px 0px 10px 0px;
}


.text_link_1
{
	color: #00f;
}

.text_link_2
{
	color: #000080;
}

.text_img
{
	position: relative;
	
	width: 99%;
	max-width: 650px;
	border: none;
		
	background: #fff;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	
	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;		
}

.text_img_2
{
	position: relative;
	
	width: 99%;
	max-width: 500px;
	border: none;
		
	background: #fff;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	
	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;		
}

.text_img_3
{
	position: relative;
	
	width: 99%;
	max-width: 800px;
	border: none;		
}

.text_div_small
{
	position: relative;
	
	width: 45%;
	max-width: 400px;
	border: none;
		
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	
	float: left;	
}

.text_div_small_right
{
	position: relative;
	
	width: 45%;
	max-width: 400px;
	border: none;
		
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	
	float: left;
}


.text_img_small
{
	position: relative;
	
	width: 95%;
	max-width: 400px;
	border: none;
		
	background: #fff;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	
	float: left;
	
	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;		
}

.text_img_small_right
{
	position: relative;
	
	width: 95%;
	max-width: 400px;
	border: none;
		
	background: #fff;
	margin: 10px 0px 10px 15px;
	padding: 5px 5px 5px 5px;
	
	float: left;
	
	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;		
}


.image_caption_small
{
	position: relative;
	width: 95%;
	max-width: 400px;
	border: none;
	text-align: left;
				
	background: #fff;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	
	float: left;

	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;	
}

.image_caption_small_right
{
	position: relative;
	width: 95%;
	max-width: 400px;
	border: none;
	text-align: left;
				
	background: #fff;
	margin: 0px 0px 10px 15px;
	padding: 5px 5px 5px 5px;
	
	float: left;

	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;	
}

.text_caption
{
	position: relative;
	border: solid 1px #aaa;
	text-align: center;
				
	background: #fff;
	margin:  0px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
	/*
	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;	
	*/
}

.text_caption_nobackground_center
{
	position: relative;
	text-align: center;
				
	margin:  0px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
	/*
	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;	
	*/
}

.text_caption_wide
{
	position: relative;
	border: solid 1px #aaa;
	text-align: center;
				
	background: #fff;
	margin:  0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	/*
	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;	
	*/
}

.text_caption_noborder
{
	position: relative;
	text-align: left;
				
	margin:  0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

.word_td_1
{
	padding: 0px 10px 0px 10px;
	background: #ddd;
	vertical-align: top;
	/* background: #55d891; */
}

.word_td_2
{
	padding: 0px 10px 0px 10px;
	background: #ddd;
	vertical-align: top;
}

.word_td_3
{
	padding: 0px 10px 0px 10px;
	background: #ddd;
	vertical-align: top;
}

.word_td_empty
{
}



.intro_box
{
	position:relative;
	margin: 0px auto 0px auto;
	width: 90%;
	max-width: 780px;
	text-align: center;
	font-size: 42px;
}

.intro_img
{
	position: relative;
	
	max-width: 75%;
	border: none;
		
	background: #fff;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	
	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;		
}

.flag_div
{
	position: relative;
	
	max-width: 80%;
	border: none;
	text-align: center;
	margin: 0px auto 0px auto;
}

.slide_box_right
{
	position:relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-width: 840px;
	text-align: center;
}


.text_huge_font
{
	font-size: 36px;
}

.text_large_font
{
	font-size: 28px;
}

.text_medium_font
{
	font-size: 22px;
}

.text_small_font
{
	font-size: 18px;
}

.text_header_font
{
	font-size: 18px;
}

.intro_header_font
{
	font-size: 18px;
	font-weight: bold;
}

.text_choice_font
{
	font-size: 18px;
	text-align: left;
}

#intro_text
{
	font-size: 14px;
}

#final_text
{
	font-size: 14px;
}

.final_header
{
	font-size: 18px;
	font-weight: bold;
}

input[type="radio"] {
    -ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Chrome, Safari, Opera */
    transform: scale(2);
	
}

.circle
		{
			position:relative;
			float: left;
			border-radius: 50%;
			
			width: 52px;
			height: 52px;
			padding: 0px 0px 0px 0px;
						
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
		
		.circle_0
		{
			position:relative;
			float: left;
			border-radius: 50%;
			
			width: 52px;
			height: 52px;
			
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 10px 0px;
			background: #55D891; 
			
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
		
		.choice_right
		{
			position:relative;
			float: left;
			margin: 0px 0px 0px 10px;
			width: 82%;
			height: 100%;
			text-align: left;
		}
		
		.circle_text
		{
			position: absolute;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			border: none;
			display: none;	
			width: 52px;
			height: 52px;
		}
		
		.circle_text_background
		{
			position: relative;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			border: none;
			width: 52px;
			height: 52px;
		}
		
		
		.choice_right_wide
		{
			position:relative;
			float: left;
			margin: 0px 0px 0px 10px;
			width: 97%;
			height: 100%;
		}
		
		.final_score
		{
			font-size: 24px;
			color: #000;
			width: 200px;
			height: 22px;
		}




@media only screen and (max-width : 767px) {  
	
	.intro_box
	{
		position:relative;
		margin: 0px auto 0px auto;
		width: 90%;
		max-width: 780px;
		text-align: center;
		font-size: 42px;
	}
	
	.intro_img
	{
		position: relative;
		
		max-width: 95%;
		border: none;
			
		background: #fff;
		margin: 5px 0px 5px 0px;
		padding: 5px 5px 5px 5px;
		
		-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
		-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
		box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;		
	}
	
	.flag_div
	{
		position: relative;
		
		max-width: 100%;
		border: none;
		text-align: center;
		margin: 0px auto 0px auto;
	}
	
	
	.text_img
		{
			position: relative;
			
			width: 98%;
			max-width: 800px;
			border: none;
				
			background: #fff;
			margin: 10px 0px 10px 0px;
			padding: 5px 5px 5px 5px;
			
			-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
			-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
			box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;		
		}
	
	.text_div_small
	{
		position: relative;
		
		width: 42%;
		max-width: 400px;
		border: none;
			
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		
		float: left;
	}
	
	.text_div_small_right
	{
		position: relative;
		
		width: 42%;
		max-width: 400px;
		border: none;
			
		margin: 10px 0px 10px 15px;
		padding: 0px 0px 0px 0px;
		
		float: left;		
	}
	
		
	.text_img_small
	{
		position: relative;
		
		width: 95%;
		max-width: 400px;
		border: none;
			
		background: #fff;
		margin: 10px 0px 10px 0px;
		padding: 5px 5px 5px 5px;
		
		float: left;
		
		-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
		-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
		box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;		
	}
	
	.text_img_small_right
	{
		position: relative;
		
		width: 95%;
		max-width: 400px;
		border: none;
			
		background: #fff;
		margin: 10px 0px 10px 15px;
		padding: 5px 5px 5px 5px;
		
		float: left;
		
		-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
		-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
		box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;		
	}


.image_caption_small
{
	position: relative;
	width: 95%;
	max-width: 400px;
	border: none;
	text-align: left;
				
	background: #fff;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	
	float: left;

	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;	
}

.image_caption_small_right
{
	position: relative;
	width: 95%;
	max-width: 400px;
	border: none;
	text-align: left;
				
	background: #fff;
	margin: 0px 0px 10px 15px;
	padding: 5px 5px 5px 5px;
	
	float: left;

	-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
	box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;	
}
	
		
		
		.image_caption
		{
			position: relative;
			width: 98%;
			max-width: 800px;
			border: none;
			text-align: left;
						
			background: #fff;
			margin: 0px 0px 10px 0px;
			padding: 5px 5px 5px 5px;
		
			-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
			-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
			box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;	
		}
		
		.slide_img1
		{
			position: relative;
			max-width: 65%;
			/*max-height: 55%;*/
			border: none;
			outline: 0;
				
			background: #fff;
			margin: 10px 0px 10px 0px;
			padding: 5px 5px 5px 5px;
			
			-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
			-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
			box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;		
		}
		
		.text_huge_font
		{
			font-size: 28px;
		}
		
		.text_large_font
		{
			font-size: 22px;
		}
		
		.text_medium_font
		{
			font-size: 18px;
		}
		
		.text_small_font
		{
			font-size: 14px;
		}
		
		.text_header_font
		{
			font-size: 18px;
		}
		
		.text_choice_font
		{
			font-size: 18px;
		}
		
		.final_header
		{
			font-size: 14px;
			font-weight: bold;
		}
		
		.circle
		{
			position:relative;
			float: left;
			border-radius: 50%;
			width: 42px;
			height: 42px;
			padding: 0px 0px 0px 0px;

			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		
		
		.circle_0
		{
			position:relative;
			float: left;
			border-radius: 50%;
			width: 42px;
			height: 42px;
			padding: 0px 0px 0px 0px;
			background: #55D891; 
			
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
				
		.circle_text
		{
			position: absolute;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			border: none;
			display: none;	
			height: 42px;
			width: 42px;
			
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
		
		.circle_text_background
		{
			position: relative;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			border: none;
			height: 42px;
			width: 42px;
			
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		
		.choice_right
		{
			position:relative;
			float: left;
			margin: 0px 0px 0px 10px;
			width: 82%;
			height: 100%;
			text-align: left;
			
		}
}



