@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;
}

	.box_img
	{
		position: relative;
		border: none;
			
		background: #C0C0C0;
		margin: 10px 10px 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;				
	}
	
	.box_img_2
	{
		position: relative;
		border: none;
			
		background: #000000;
		margin: 10px 10px 10px 0px;
		padding: 2px 2px 2px 2px;
		
		-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 1px;
		-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 1px;
		box-shadow:rgba(0,0,0,0.7) 0px 0px 1px;				
	}
	
	.float_left
	{
		float:left;
		width: 70%;
	}

	.float_right
	{
		float:right;
	}

    .text_font_1
	{
		font-size: 48px;
	}

    .text_font_2
	{
		font-size: 36px;
	}

    .text_font_3
	{
		font-size: 26px;
        
	}

    .text_font_4
	{
		font-size: 24px;
        line-height: 1.5;
	}

    .text_font_5
	{
		font-size: 24px;
        line-height: 1.7;
	}

    .text_font_6
	{
		font-size: 18px;
	}
	
	.text_huge_font
	{
		font-size: 28px;
	}
	
	.text_large_font
	{
		font-size: 22px;
	}
	
	.text_medium_font
	{
		font-size: 18px;
	}
	
	.text_small_font
	{
		font-size: 14px;
	}
	
	.intro_box_2
	{
		position:relative;
		margin: 0px auto 0px auto;
		width: 60%;
		text-align: center;
		font-size: 42px;
	}
	
	.flag_div_2
	{
		position: relative;
		
		max-width: 90%;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		border: none;
		text-align:center;		
	}
	
	.intro_img_2
		{
			position: relative;
			
			max-width: 90%;
			/*max-height: 40%;*/
			border: none;
				
			background: #fff;
			margin: 0px 0px 25px 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;		
		}
	
	@media only screen and (min-width : 768px) and (max-width : 1400px) {
		.intro_box_2
		{
			position:relative;
			margin: 0px auto 0px auto;
			width: 90%;
			text-align: center;
			font-size: 42px;
		}
		
		.flag_div_2
		{
			position: relative;
			
			max-width: 90%;
			margin: 0px auto 0px auto;
			padding: 0px 0px 0px 0px;
			border: none;
			text-align:center;		
		}
			
		.intro_img_2
		{
			position: relative;
			
			max-width: 90%;
			/*max-height: 40%;*/
			border: none;
				
			background: #fff;
			margin: 0px 0px 25px 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_font_1
	{
		font-size: 48px;
	}

    .text_font_2
	{
		font-size: 36px;
	}

    .text_font_3
	{
		font-size: 24px;
	}

    .text_font_4
	{
		font-size: 20px;
	}

    .text_font_5
	{
		font-size: 20px;
	}

    .text_font_6
	{
		font-size: 18px;
	}
	
	.text_huge_font
	{
		font-size: 28px;
	}
	
	.text_large_font
	{
		font-size: 22px;
	}
	
	.text_medium_font
	{
		font-size: 18px;
	}
	
	.text_small_font
	{
		font-size: 14px;
	}
        
	}
	
	@media only screen and (max-width: 767px) {
		
		.intro_box_2
		{
			position:relative;
			margin: 0px auto 0px auto;
			width: 90%;
			text-align: center;
			font-size: 42px;
		}
		
		.intro_img_2
		{
			position: relative;
			
			max-width: 90%;
			/*max-height: 40%;*/
			border: none;
				
			background: #fff;
			margin: 0px 0px 25px 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_font_1
		{
			font-size: 32px;
		}
	
		.text_font_2
		{
			font-size: 24px;
		}
	
		.text_font_3
		{
			font-size: 20px;
		}
	
		.text_font_4
		{
			font-size: 18px;
		}
	
		.text_font_5
		{
			font-size: 18px;
		}
	
		.text_font_6
		{
			font-size: 14px;
		}
		
		.text_huge_font
		{
			font-size: 24px;
		}
		
		.text_large_font
		{
			font-size: 18px;
		}
		
		.text_medium_font
		{
			font-size: 12px;
		}
		
		.text_small_font
		{
			font-size: 10px;
		}
	}
	

	.text_input_style1
	{
		width: 20px;
		height:40px; 
		background: #fff; 
		border: solid 1px #777;
		float:left;
		padding: 5px 5px 5px 5px;
		margin: 0px 10px 0px 10px;
		overflow: hidden;
	}
	
	.text_input_style2
	{
		width: 100px;
		height:40px; 
		background: #F0FFFF; 
		border: solid 1px #777;
		float:left;
		padding: 5px 5px 5px 5px;
		margin: 0px 10px 0px 10px;
		overflow: hidden;
	}
	
	.text_input_style3
	{
		width: 200px;
		height:40px; 
		background: #F0FFFF; 
		border: solid 1px #777;
		float:left;
		padding: 5px 5px 5px 5px;
		margin: 0px 10px 0px 10px;
		overflow: hidden;
	}
	
	.text_input_style4
	{
		width: 210px;
		height:40px; 
		background: #F0FFFF; 
		border: solid 1px #777;
		float:left;
		padding: 5px 5px 5px 5px;
		margin: 0px 10px 0px 10px;
		overflow: hidden;
	}
	
	
	.text_input_style5
	{
		width: 210px;
		height:40px; 
		background: #F0FFFF; 
		border: solid 1px #777;
		float:left;
		padding: 5px 5px 5px 5px;
		margin: 0px 10px 0px 10px;
		overflow: hidden;
	}


    .text_input_style6
	{
		width: 300px;
		height:40px; 
		background: #F0FFFF; 
		border: solid 1px #777;
		float:left;
		padding: 5px 5px 5px 5px;
		margin: 0px 10px 0px 10px;
		overflow: hidden;
	}
	
	
	.image_box
{
	position: relative;
	
	width: 90%;		
	max-width: 450px;
	/*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;		
}

.tooltip_box
{
	position: relative;
	
	width: 90%;		
	max-width: 250px;
	/*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;		
}

.tooltip_caption
{
	position: relative;
	width: 90%;
	max-width: 250px;
	border: none;
	text-align: center;
				
	margin: -5px 0px 10px 0px;
	padding: 5px 5px 5px 5px;

}

.image_caption
{
	position: relative;
	width: 90%;
	max-width: 450px;
	border: none;
	text-align: center;
				
	background: #fff;
	margin: -5px 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_link_1
{
	color: #00f;
    margin:  0px 5px 0px 0px;
}

.text_link_2
{
	color: #9400D3;
    margin:  0px 20px 0px 0px;
}

.text_caption
{
	position: relative;
	border: none;
	text-align: center;
				
	background: #fff;
	margin:  0px 20px 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_caption2
{
	position: relative;
	border: none;
	text-align: left;
    line-height: 1.5;	

}

.text_caption3
{
	position: relative;
	border: none;
	text-align: left;
    line-height: 1.5;
				
	background: #FFFFCC;
	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;	
}

p
{
	margin: 5px 0px 5px 0px;
}

.chapter_div
{
	margin: 10px 15px 10px 15px;
}

.chapter_div2
{
	margin: 5px 15px 10px 5px;
}

	
	
	
	
	

