@import 'slideshow.css';
@import 'main.css';
/*LAPTOP-PC*/
@media only screen and (min-width: 1280px) {
#alwaysSuccess{
		  position:fixed;
		  bottom:0;
		  color:white;
		  float:left;
		  width:100%;
		  background-color:rgba(77,223,91,0.9);
		  text-align:center;
		  z-index:999999;
		  padding-top:1%;
		  padding-bottom:1%;
		  font-size:13px;
	}
	#alwaysSuccess {
  -webkit-animation: seconds 1.0s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 5s;
  animation: seconds 1.0s forwards;
  animation-iteration-count: 1;
  animation-delay: 5s;
}

.success-newsletter.error{
    background-color: rgba(247,40,40,0.9) !important;
}

footer form a{
text-decoration:none;
    color:#383838;
    font-weight:bold;
}

footer form a:hover{
    opacity:0.8;
}
@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}
header table ul{
		list-style:none;
		list-style-type:none;
	}
		header table ul li{
			width:60% !important;
			text-align:center !important;
			color:#383838 !important;
		}
			header table ul li:nth-child(1){
			text-align:center !important;
			width:100%;
			}
			header table ul li a{
				color:grey !important;
				font-size:16px !important;
				border:1px solid #f0f0f0 !important;
				display:block !important;
				width:100% !important;
				margin:0 !important;
				padding:0 !important;	
			}

			header table ul li a:hover{
				color:#ef002d !important;
				border-color:#ef002d !important;
			}
	

body {
	margin:0;
	padding:0;
    font-family: 'Raleway', sans-serif;
	background: #fff url('../images/bg.png') repeat;
	}
#cim img{

	text-align:right;
	width:65%;
	float:right;
	height:auto;
}

header{
  float:left;
  width:100%;
  margin-top:0%;
  background-color:white;
  margin-bottom:0%;
}

header span{
	color: #ef002d;
	

}

	header table{
		width:100%;
		float:left;
		padding-top:25px;
		padding-bottom:25px;
		background-color: #FFF;
	}
		header table td:nth-child(3) a{
			float:left;
			font-size: 1vmax;
			color:grey;
			text-decoration:none;
			padding-left:15px;
			padding-right:15px;
			padding-top:5px;
			padding-bottom:5px;
			border:1px solid grey;
			margin-right:3%;
		}
		header img:hover{
				opacity:0.8;
			}
		
			header table td:nth-child(3) a:hover{
				border:1px solid #ef002d;
				color:#ef002d;
			}
			header table td:nth-child(1), header table td:nth-child(3){
				width:20%;
				color: #383838;
				font-family: 'Reem Kufi', sans-serif;
			}
			header table td:nth-child(2) img{
				display: block;
				margin-left: auto;
				margin-right: auto;
				width:9%;
				height:auto;
			}
			header table td:nth-child(1){

				font-size:30px;
				text-align:right;
			}
			
	header nav{
		display:none;
	}		
			
	header menu{
		float:left;
		padding:0;
		margin:0;
		width:100%;
		text-align:center;
		background-color: #383838;
		z-index:999;
	}
	
		header menu ul{
			list-style-type: none;
			margin: 0;
			padding: 0;
			display:none;
			z-index:999;
		}
				header menu ul a{
					text-decoration:none;
					color: white;
					font-size:12px;
					/*! border-right:1px solid #232323; */		
					z-index:999;					
				}
				
				header menu ul li{
					list-style-type:none;
					display:inline-block;
					padding: 10px;
					z-index:999;
				}

				header menu ul a:hover{
					color:#ef002d;
				}


/*menü*/
.dropbtn {
    background-color: transparent;
    color: white;
	padding-right: 20px;
    padding-left: 20px;
	padding-top:15px;
	padding-bottom:15px;
    font-size: 15px;
    border: none;
    cursor: pointer;
	font-family: 'Raleway', sans-serif;
	z-index:999;
}

.dropdown {
    position: relative;
    display: inline-block;
	z-index:999;
}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		width: 100%;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index:999;
	}

	.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		font-size:12px;
		z-index:999;
	}

	.dropdown:nth-child(1) .dropdown-content a:hover {background-color: #f1f1f1; color:#ef002d;}
	.dropdown:nth-child(2) .dropdown-content a:hover {background-color: #f1f1f1;color:#009def;}
	.dropdown:nth-child(3) .dropdown-content a:hover {background-color: #f1f1f1;color:#00ef6b;}
	.dropdown:nth-child(4) .dropdown-content a:hover {background-color: #f1f1f1;color:#efca00;}
	.dropdown:nth-child(5) .dropdown-content a:hover {background-color: #f1f1f1;color:#ef6b00;}
	.dropdown:nth-child(6) .dropdown-content a:hover {background-color: #f1f1f1;color:#8700ef;}
	


	.dropdown:hover .dropdown-content {
		display: block;
		z-index:999;
		
	}

	.dropdown:nth-child(1):hover .dropbtn {
		background-color: #ef002d;
	}
	.dropdown:nth-child(2):hover .dropbtn {
		background-color: #009def;
	}
	.dropdown:nth-child(3):hover .dropbtn {
		background-color: #00ef6b;
	}
	.dropdown:nth-child(4):hover .dropbtn {
		background-color: #efca00;
	}
	.dropdown:nth-child(5):hover .dropbtn {
		background-color: #ef6b00;
	}
	.dropdown:nth-child(6):hover .dropbtn {
		background-color: #8700ef;
	}
/**/				
	header #img{
		float:left;
		width:100%;
		height:auto;
	}
	
	header #width{
		float:left;
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}

#wrapper{
	float:left;
	width:60%;
	margin-left:20%;
	margin-right:20%;
}	

	#line{
		float:left;
		width:100%;
		margin-top:5%;
		margin-bottom:3%;
		color:#383838;
		font-size:18px;
		text-align:center;
		font-weight:bold;
	}
	
		#line td:nth-child(1){
			width:10%;
		}
		#line td:nth-child(2){
			padding:0;
			margin:0;
			border-collapse:collapse;
			width:35%;
		}
		#line td:nth-child(3){
			width:55%;
			
		}
		
			#line td:nth-child(1) hr{
				border:2px solid #ef002d;
			}
			#line td:nth-child(3) hr{
				border:2px solid #ef002d;
			}

	#container{
		float:left;
		width:100%;
		margin-top:5%;
	}
	
		#container img{
			float:left;
			width:20%;
			height:auto;
			padding-right:15px;
			padding-bottom:15px;
		}
			#container img:hover{
				opacity:0.9;
			}
		
		#container p{
			float:left;
			text-align:justify;
			color:#383838;
			font-size:13px;
			line-height:20px;
		
		}
		#container .timline{
			margin-top:5%;
			margin-bottom:5%;
		}
	
#fix {
	background-image: url('../images/arrow.png');
	position:fixed;
	width:30px;
	height:17px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	right:5%;
	bottom:8%;
	opacity:0.3;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885); /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
}
	#fix:hover{
		background-image: url('../images/arrow_h.png');
		transition:0.3s;
		padding-bottom:1%;
		opacity:1;
		-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885); /* custom */
		-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	}
	
#fix2 {
	background-image: url('../images/arrow.png');
	position:fixed;
	width:30px;
	height:17px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	left:3%;
	bottom:5%;
	opacity:0.3;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885); /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
}
	#fix2:hover{
		background-image: url('../images/arrow_h.png');
		transition:0.3s;
		opacity:1;
		-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885); /* custom */
		-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	}

	
		
/*footer*/
		
footer{
	float:left;
	width:100%;
	margin-top:5%;
}

	footer #back{
		float:left;
		width:96%;
		padding:2%;
		padding-top:1%;
		padding-bottom:1%;
		background-color:#cfcfcf;
		height:auto;
	}
			#back #back_main{
				margin-left:14%;
				margin-right:14%;
				float:left;
				width:72%;
				height:auto;
				padding:10px 0px 0px 0px;
				border-top:1px solid #ef002d;
			}
				#back_main #b_m_f{
					float:left;
					width:70%;
					height:auto;
					font-family: 'Oswald', sans-serif;
					font-size:13px;
					color:#383838;
					border-right:1px solid #ef002d;
					padding:0;
				}
				
					#b_m_f table{
						float:left;
						width:50%;
						padding-top:2%;
					}

						#b_m_s a{
							display:block;
							color:#383838;
							text-decoration:none;
							text-align:center;
							font-size:13px;
						}
						
						#b_m_s #sublink{
							
							display:inline-block;
							color:#383838;
							text-decoration:none;
							margin-top:0%;
							margin-right:auto;
							margin-left:auto;
							text-align:center;
							font-size:13px;
						}
						
						#b_m_s #sublink table{
							width:100%;
						}
						
						#b_m_s #sublink #elerhet{
							float:left;
							width:100%;
						}
						
						#b_m_s #sublink img{
							margin-left:auto;
							margin-right:auto;
							width:25%;
							height:auto;
						}
						
							#b_m_s  a:hover{
								color:#ef002d;
							}
				
						#b_m_f #name{
		
							width:70%;
							background-repeat:no-repeat;
							padding-left:30px;
							padding-top:5px;
							padding-bottom:5px;
							border:0;
							font-family: 'Oswald', sans-serif;
						}
						
						#b_m_f #email{

							width:70%;
							background-repeat:no-repeat;
							padding-left:30px;
							padding-top:5px;
							padding-bottom:5px;
							border:0;
							font-family: 'Oswald', sans-serif;
						}
						
						#b_m_f #submit{
							background:transparent;
							border:1px solid #383838;
							color:#383838;
							font-size:12px;
							padding-left:15px;
							padding-right:15px;
							font-family: 'Oswald', sans-serif;
						}
							
							#b_m_f #submit:hover{
								border:1px solid #ef002d;
								color:#ef002d;
								cursor:pointer;
							}

						#b_m_f  #ad{
							float:left;
							width:50%;
							text-align:center;
							padding-top:0;
							margin-top:0;
						}

							#b_m_f  #ad a:nth-child(1){
								display:none;
							}

							#b_m_f  #ad a{
								
								border:1px solid #383838;
								padding:5px 25px 5px 25px;
								text-decoration:none;
								color:#383838;
								margin-left:auto;
								margin-right:auto;
								display:inline-block;
								text-align:center;
								
							}
							
								#b_m_f  #ad a:hover{
								border:1px solid #ef002d;
								color:#ef002d;
								cursor:pointer;
								}
								
						
						#b_m_f #social #bd{
							float:left;
							width:48%;
							text-align:left;
														border-top:1px solid #383838;
						}
							#b_m_f #social #bd a:nth-child(1){
								display:none;
							}
							
						
							#b_m_f #social #bd a{
								float:left;
								border:1px solid #383838;
								padding:5px 25px 5px 25px;
								text-decoration:none;
								color:#383838;

							}
							
								#b_m_f #social #bd a:hover{
								border:1px solid #ef002d;
								color:#ef002d;
								cursor:pointer;
								}
  
				#name img{
					width:10%;
				}
					
				#back_main #b_m_s{
					float:left;
					width:29%;
					height:auto;
					text-align:center;
				}
					#b_m_s img{
						width:40%;
						height:auto;
						padding:15px;
						filter:grayscale(60%);
					}
					
					#b_m_s img:hover{
						filter:grayscale(0%);
					}
					
					#b_m_s p{
						float:left;
						width:100%;
						padding:0;
						margin:0;
						font-family: 'Oswald', sans-serif;
						font-size:13px;
						color:#383838;
					}
					
	
	footer #forward{
		float:left;
		width:100%;
		height:auto;
		/*! background-image: url("../images/footerv2.jpg"); */
		color:#dcdcdc;
		padding:5px 0px 0px 0px;
		font-size:10px;
		background-color: #383838;
	}
	
		footer #forward table{
			float:left;
			width:100%;
			
		}
		
			footer #forward table a{
				text-decoration:none;
				color:#dcdcdc;
				font-size:25px;
				text-align:center;
				font-weight:bold;
			}
			
			footer #forward table a:hover{
				color:#ef002d;

			}
			
			
				#forward table td:nth-child(1){
					width:25%;
					padding:15px;
					text-align:center;
					border-right:1px solid grey;
				}
				
				#forward table td:nth-child(2){
					width:50%;
					padding:15px;
					text-align:center;
					border-right:0px solid grey;
				}
				
				#forward table td:nth-child(3){
					width:25%;
					padding:15px;
					text-align:center;
				}
				
					#forward table td:nth-child(3) img{
						float:left;
						width:10%;
						height:auto;
						filter:grayscale(40%);
					}
					
						#forward table td:nth-child(3) img:hover{

							filter:grayscale(0%);
						}
				
					#forward table td:nth-child(3) p{
					float:left;
					margin-right:5%;
					}

/*DB irodalom*/

#wrapper p{
	font-size:13px;
	line-height:20px;
}

#wrapper h3{
	color:#ef002d;
}
	#wrapper #fels{
		font-size:13px;
		line-height:20px;
	}
		#wrapper #fels:hover{
			cursor:help;
		}
		
	#wrapper #other{
		float:left;
		width:100%;
		text-align:center;
		font-size:13px;
		line-height:20px;
		font-weight:bold;
		margin-top:5%;
	}
	
		#wrapper #other a{
			color:#383838; text-decoration:none;
		}
			#wrapper #other a:hover{
				color:#ef002d;
			}
		
/*DB pedagiája*/

#wrapper #pedagogia{
	font-size:13px;
	line-height:20px;
	text-align:justify;
}
	#wrapper #pedagogia li{
		margin-top:1%;
	}

		footer #forward {
			color:#ef002d;
			padding-top:15px;
			padding-bottom:15px;
			background-color:color:#383838; text-decoration:none		}
		footer #back{
			background-image:none;
			background-color:#cfcfcf;
		}
		
					#forward_image {
						float:left;
						width:100%;
						padding-top:1%;
						padding-bottom:1%;
						background-color:#A7A7A7;
						text-align:center;
					}
					
					#forward_image img{
						display: inline;
						vertical-align: middle;
						width:3%;
						height:auto;
						margin-left:1%;
						margin-right:1%;
						filter:grayscale(100%);
					}
						#forward_image img:hover{
							filter:grayscale(0%);
						}
		
			#bd p{
				margin-top:15px;
				text-align:center;
			}
			
/*index*/
#wrapper #index_left_one{
	float:left;
	width:98%;
	padding:1%;
	background-color:white;
	margin-top:2%;
	margin-bottom:7%;

}
	#wrapper #index_left_one img{
		float:left;
		width:35%;
		height:auto;
	}
	
	#wrapper #index_left_one table{
		margin-left: 2%;
		float: left;
		width: 63%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: justify;
		border-top: 4px solid #ef002d;
		margin-left: 2%;
		padding-top: 0%;
		font-size: 2vmin;
	}
	
	#wrapper #index_left_one table{
		color:#383838;
		font-size: 2vmin;
	}
		#wrapper #index_left_one table a{
			color:#383838;
			font-size: 2vmin;
			float:right;
		}
			#wrapper #index_left_one p{
				font-size: 2vmin;
				line-height:3vmin;
				
			}
			
			#wrapper #index_left_one:hover p, #wrapper #index_left_one:hover a{
				color:#ef002d;
				
			}
			#wrapper #index_left_one:hover img{
				opacity:0.8;
			}
	
		#wrapper #index_left_one #index_detail_one tr td:nth-child(1) p{
			padding-left:2%;
		}
		
		#wrapper #index_left_one h3{
			font-size: 2.5vmin;
			color:#ef002d;
		}
		
		
#wrapper #index_right_sec{
	float:left;
	width:98%;
	padding:1%;
	background-color:white;
	margin-top:2%;
	margin-bottom:7%;
}
	#wrapper #index_right_sec img{
		float:right;
		width:35%;
		height:auto;
	}
	
	#wrapper #index_right_sec table{
		margin-left: 0%;
		float: left;
		width: 63%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: justify;
		border-top: 4px solid #009def;
		margin-right: 2%;
		padding-top: 0%;
	}
			#wrapper #index_right_sec p{
				font-size: 2vmin;
				line-height:3vmin;
			}
	
	#wrapper #index_right_sec table{
		color:#383838;
		font-size: 2vmin;
	}
		#wrapper #index_right_sec table a{
			color:#383838;
			font-size: 2vmin;
			float:left;
		}
			
			#wrapper #index_right_sec:hover p, #wrapper #index_right_sec:hover a{
				color:#009def;
			}
			#wrapper #index_right_sec:hover img{
				opacity:0.8;
			}
	
		#wrapper #index_right_sec #index_detail_sec tr td:nth-child(1) p{
			padding-left:2%;
		}
		
		#wrapper #index_right_sec h3{
			font-size: 2.5vmin;
			color:#009def;
			
		}
		
#wrapper #index_left_third{
	float:left;
	width:98%;
	padding:1%;
	background-color:white;
	margin-top:2%;
	margin-bottom:7%;
}
	#wrapper #index_left_third img{
		float:left;
		width:35%;
		height:auto;
	}
	
	#wrapper #index_left_third table{
		margin-left: 2%;
		float: left;
		width: 63%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: justify;
		border-top: 4px solid #00ef6b;
		margin-left: 2%;
		padding-top: 0%;
	}
			#wrapper #index_left_third p{
				font-size: 2vmin;
				line-height:3vmin;
			}
	
	#wrapper #index_left_third table{
		color:#383838;
		font-size: 2vmin;
	}
		#wrapper #index_left_third table a{
			color:#383838;
			font-size: 2vmin;
			float:right;
		}
			
			#wrapper #index_left_third:hover p, #wrapper #index_left_third:hover a{
				color:#00ef6b;
			}
			#wrapper #index_left_third:hover img{
				opacity:0.8;
			}
	
		#wrapper #index_left_third #index_detail_third tr td:nth-child(1) p{
			padding-left:2%;
		}
		
		#wrapper #index_left_third h3{
			font-size: 2.5vmin;
			color:#00ef6b;
		}

#wrapper #index_right_fourth{
	float:left;
	width:98%;
	padding:1%;
	background-color:white;
	margin-top:2%;
	margin-bottom:7%;
}
	#wrapper #index_right_fourth img{
		float:right;
		width:35%;
		height:auto;
	}
	
	#wrapper #index_right_fourth table{
		margin-left: 0%;
		float: left;
		width: 63%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: justify;
		border-top: 4px solid #efca00;
		margin-right: 2%;
		padding-top: 0%;
	}
			#wrapper #index_right_fourth p{
				font-size: 2vmin;
				line-height:3vmin;
			}
	
	#wrapper #index_right_fourth table{
		color:#383838;
		font-size: 2vmin;
	}
		#wrapper #index_right_fourth table a{
			color:#383838;
			font-size: 2vmin;
			float:left;
			
		}
			
			#wrapper #index_right_fourth:hover p, #wrapper #index_right_fourth:hover a{
				color:#efca00;

			}
			#wrapper #index_right_fourth:hover img{
				opacity:0.8;
			}
	
		#wrapper #index_right_fourth #index_detail_fourth tr td:nth-child(1) p{
			padding-left:2%;
		}
		
		#wrapper #index_right_fourth h3{
			font-size: 2.5vmin;
			color:#efca00;
		}

		
#wrapper #index_right_fifth{
	float:left;
	width:98%;
	padding:1%;
	background-color:white;
	margin-top:2%;
	margin-bottom:7%;
}
	#wrapper #index_right_fifth img{
		float:left;
		width:35%;
		height:auto;
	}
	
	#wrapper #index_right_fifth table{
		margin-left: 2%;
		float: left;
		width: 63%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: justify;
		border-top: 4px solid #ef6b00;
		margin-left: 2%;
		padding-top: 0%;
	}
			#wrapper #index_right_fifth p{
				font-size: 2vmin;
				line-height:3vmin;
			}
	
	#wrapper #index_right_fifth table{
		color:#383838;
		font-size: 2vmin;
	}
		#wrapper #index_right_fifth table a{
			color:#383838;
			font-size: 2vmin;
			float:right;
		}
			
			#wrapper #index_right_fifth:hover p, #wrapper #index_right_fifth:hover a{
				color:#ef6b00;
			}
			#wrapper #index_right_fifth:hover img{
				opacity:0.8;
			}
	
		#wrapper #index_right_fifth #index_detail_fifth tr td:nth-child(1) p{
			padding-left:2%;
		}
		
		#wrapper #index_right_fifth h3{
			font-size: 2.5vmin;
			color:#ef6b00;
		}
			 


#wrap {
  float:left;
  width:100%;
  height:auto;
  background: #fff url('../images/bg.png') repeat;
  }
  #wrapi{
	  display:none;
  }

#wrap .rslides {
  margin: 0 auto 40px;
  }

#wrap #slider2,
#wrap #slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

#wrap .rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

#wrap .rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

#wrap .rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

#wrap .rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

#wrap a {
  color: #fff;
  text-decoration: none;
  }

#wrap #download {
  background: #333;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
  }

#wrap #download:hover {
  background: rgba(255,255,255,.15);
  }

#wrap .footer {
  font-size: 11px;
  }

/* Callback example */

#wrap .events {
  list-style: none;
  }

#wrap .callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

#wrap .callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

#wrap .callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

#wrap .callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

#wrap .callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .2);
  bottom: 0;
  padding: 10px 20px;
  margin-bottom: 0;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  text-align:center;
  }


#wrap .callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.5;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url('../images/themes.gif') no-repeat left top;
  margin-top: -45px;
  }

#wrap   .callbacks_nav:hover{
	   background-color:yellow;
	   opacity: 0.8;
  }
#wrap .callbacks_nav:active {
  opacity: 1.0;
  }

#wrap .callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#wrap #slider3-pager a {
  display: inline-block;
}

#wrap #slider3-pager img {
  float: left;
}

#wrap #slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#wrap #slider3-pager a {
  padding: 0;
}

#wrap .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

#wrap .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

#wrap .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

#wrap .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
 #egy_det{
	 float:left;
	 width:100%;
	 background-color:transparent;
	text-align:center;
 } 
 
  #egyeb_detail{
	  text-align:center;
	display:inline-block;
	width:20%;
	padding:2%;
	  
	  
  }
	#egyeb_detail a{
	width:100%;
	padding-top:5%;
	padding-bottom:5%;
	  text-align:center;
	  display:inline-block;
	  background-color:white;
	  text-decoration:none;
	  color:#383838;
	  font-size:2vmin;
	}
		#egyeb_detail a:hover{
			background-color:#8700ef;
			color:white;
			}
  			.btn_data{
	border:0;
	margin:0;
	padding:0;
	font-size:5px;
	visibility:hidden;
}
  
	}	
@media only screen and (max-width: 1279px) {
#alwaysSuccess{
		  position:fixed;
		  bottom:0;
		  color:white;
		  float:left;
		  width:100%;
		  background-color:rgba(77,223,91,0.9);
		  text-align:center;
		  z-index:999999;
		  padding-top:1%;
		  padding-bottom:1%;
		  font-size:13px;
	}
	#alwaysSuccess {
  -webkit-animation: seconds 1.0s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 5s;
  animation: seconds 1.0s forwards;
  animation-iteration-count: 1;
  animation-delay: 5s;

}
@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}
    
body {
	margin:0;
	padding:0;
    font-family: 'Raleway', sans-serif;
	background: #fff url('../images/bg.png') repeat;
	}
#cim img{

	text-align:right;
	width:55%;
	float:left;
	height:auto;
	padding-left:10%;
}

header{
  float:left;
  width:100%;
  margin-top:0%;
  background-color:white;
  margin-bottom:0%;
}

header span{
	color: #ef002d;
	

}

	header table{
		width:100%;
		float:left;
		padding-top:25px;
		padding-bottom:25px;
		background-color: #FFF;
	}
		header table td:nth-child(3) a{
			float:left;
			font-size: 1vmax;
			color:grey;
			text-decoration:none;
			padding-left:15px;
			padding-right:15px;
			padding-top:5px;
			padding-bottom:5px;
			border:1px solid grey;
			margin-right:3%;
		}
		header img:hover{
				opacity:0.8;
			}
		
			header table td:nth-child(3) a:hover{
				border:1px solid #ef002d;
				color:#ef002d;
				
			}
			header table td:nth-child(1), header table td:nth-child(3){
				width:50%;
				color: #383838;
				font-family: 'Reem Kufi', sans-serif;
				
			}
			header table td:nth-child(2) img{
				display: block;
				margin-left: auto;
				margin-right: auto;
				width:22%;
				height:auto;
			}
			header table td:nth-child(1){

				font-size:30px;
				text-align:right;
			}
			
			header table td:nth-child(3){
				display:none;
			}
				header table td:nth-child(2) img{
					float:right;
					margin-right:5%;
				}
					
			
	header menu{
		float:left;
		padding:0;
		margin:0;
		width:100%;
		text-align:center;
		background-color: #383838;
		z-index:999;
		display:none;
	}





.toggle,
[id^=drop] {
	display: none;
}

nav { 
  float:left;
  width:100%;
	margin:0;
	padding: 0;
	background-color: #383838;
}

nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	

nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #383838;

	}


nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li:nth-child(1) ul li:hover { background: #ef002d; }
nav ul li:nth-child(2) ul li:hover { background: #009def; }
nav ul li:nth-child(3) ul li:hover { background: #00ef6b; }
nav ul li:nth-child(4) ul li:hover { background: #efca00; }
nav ul li:nth-child(5) ul li:hover { background: #ef6b00; }
nav ul li:nth-child(6) ul li:hover { background: #8700ef; }


nav a:hover { 
	background-color: #000000; 
}


nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; 
}
	

nav ul li:hover > ul {
	display:inherit;
}
	

nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}


nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px; 
}

	

li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


	nav {
		margin: 0;
	}


	.toggle + a,
	.menu {
		display: none;
	}

	.toggle {
		display: block;
		background-color: #383838;
		padding:14px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #000000;

	}
	
	#first:hover{
		background-color:#ef002d;
	}
		#first:active{
			background-color:#ef002d;
		}
		.menu li:nth-child(1) ul li a{
			background-color:#f9f9f9;
			color:#383838;
		}
		.menu li:nth-child(1) ul li a:hover{
			color:#ef002d;
			background-color:#f1f1f1;
		}
		
	#sec:hover{
		background-color:#009def;
	}
		#sec:active{
			background-color:#009def;
		}
		.menu li:nth-child(2) ul li a{
			background-color:#f9f9f9;
			color:#383838;
		}
		.menu li:nth-child(2) ul li a:hover{
			color:#009def;
			background-color:#f1f1f1;
		}
		
	#third:hover{
		background-color:#00ef6b;
	}
		#third:active{
			background-color:#00ef6b;
		}
		.menu li:nth-child(3) ul li a{
			background-color:#f9f9f9;
			color:#383838;
		}
		.menu li:nth-child(3) ul li a:hover{
			color:#00ef6b;
			background-color:#f1f1f1;
		}
		
	#fourth:hover{
		background-color:#efca00;
	}
		#fourth:active{
			background-color:#efca00;
		}
		.menu li:nth-child(4) ul li a{
			background-color:#f9f9f9;
			color:#383838;
		}
		.menu li:nth-child(4) ul li a:hover{
			color:#efca00;
			background-color:#f1f1f1;
		}
		
	#fifth:hover{
		background-color:#ef6b00;
	}
		#fifth:active{
			background-color:#ef6b00;
		}
		.menu li:nth-child(5) ul li a{
			background-color:#f9f9f9;
			color:#383838;
		}
		.menu li:nth-child(5) ul li a:hover{
			color:#ef6b00;
			background-color:#f1f1f1;
		}
	#six:hover{
		background-color:#8700ef;
	}
		#six:active{
			background-color:#8700ef;
		}
		.menu li:nth-child(6) ul li a{
			background-color:#f9f9f9;
			color:#383838;
		}
		.menu li:nth-child(6) ul li a:hover{
			color:#8700ef;
			background-color:#f1f1f1;
		}

		


	[id^=drop]:checked + ul {
		display: block;
		width:100%;
	}


	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}


	
	nav a:hover,
 	nav ul ul ul a {
		background-color: #f1f1f1;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: white;
		color:#383838;
	}


	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;

	}
		

	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		

	nav ul ul li {
		display: block;
		width: 98%;
		padding-left:2%;
	}

	nav ul ul ul li {
		position: static;

	}

/************************************************/				
	header #img{
		float:left;
		width:100%;
		height:auto;
	}
	
	header #width{
		float:left;
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}

#wrapper{
	float:left;
	width:100%;


}	

	#line{
		float:left;
		width:100%;
		margin-top:5%;
		margin-bottom:3%;
		color:#383838;
		font-size:15px;
		text-align:center;
		font-weight:bold;
	}
	
		#line td:nth-child(1){
			width:10%;
		}
		#line td:nth-child(2){
			padding:0;
			margin:0;
			border-collapse:collapse;
			width:45%;
		}
		#line td:nth-child(3){
			width:30%;
			
		}
		
			#line td:nth-child(1) hr{
				border:2px solid #ef002d;
			}
			#line td:nth-child(3) hr{
				border:2px solid #ef002d;
			}

	#container{
		float:left;
		width:100%;
		margin-top:5%;
	}
	
		#container img{
			float:left;
			width:20%;
			height:auto;
			padding-right:15px;
			padding-bottom:15px;
		}
			#container img:hover{
				opacity:0.9;
			}
		
		#container p{
			float:left;
			text-align:justify;
			color:#383838;
			font-size:13px;
			line-height:20px;
		
		}
		#container .timline{
			margin-top:5%;
			margin-bottom:5%;
		}
	
#fix {
	background-image: url('../images/arrow.png');
	position:fixed;
	width:30px;
	height:17px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	right:5%;
	bottom:8%;
	opacity:0.3;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885); /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
}
	#fix:hover{
		background-image: url('../images/arrow_h.png');
		transition:0.3s;
		padding-bottom:1%;
		opacity:1;
		-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885); /* custom */
		-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	}
	
#fix2 {
	background-image: url('../images/arrow.png');
	position:fixed;
	width:30px;
	height:17px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	left:3%;
	bottom:5%;
	opacity:0.3;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885); /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
}
	#fix2:hover{
		background-image: url('../images/arrow_h.png');
		transition:0.3s;
		opacity:1;
		-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885);
		transition: all 500ms cubic-bezier(0.250, 0.250, 0.810, 0.885); /* custom */
		-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
		transition-timing-function: cubic-bezier(0.250, 0.250, 0.810, 0.885);
	}

	
		
/*footer*/
		
footer{
	float:left;
	width:100%;
	margin-top:5%;
	text-align:Center;
}

	footer #back{
		float:left;
		width:96%;
		padding:2%;
		padding-top:1%;
		padding-bottom:1%;
		background-color:#cfcfcf;
		height:auto;
	}
			#back #back_main{
				margin-left:2%;
				margin-right:2%;
				float:left;
				width:96%;
				height:auto;
				padding:10px 0px 0px 0px;
				border-top:1px solid #ef002d;
			}
				#back_main #b_m_f{
					float:left;
					width:100%;
					height:auto;
					font-family: 'Oswald', sans-serif;
					font-size:13px;
					color:#383838;
					padding:0;
				}
				
					#b_m_f table{
						float:left;
						width:100%;
						padding-top:2%;
					}

						#b_m_s a{
							display:block;
							color:#383838;
							text-decoration:none;
							text-align:center;
							font-size:13px;
						}
						
						#b_m_s #sublink{
							
							display:inline-block;
							color:#383838;
							text-decoration:none;
							margin-top:0%;
							margin-right:auto;
							margin-left:auto;
							text-align:center;
							font-size:13px;
						}
						
						#b_m_s #sublink table{
							width:100%;
						}
						
						#b_m_s #sublink #elerhet{
							float:left;
							width:100%;
						}
						
						#b_m_s #sublink img{
							margin-left:auto;
							margin-right:auto;
							width:50%;
							height:auto;
						}
						
							#b_m_s  a:hover{
								color:#ef002d;
							}
				
						#b_m_f #name{
		
							width:90%;
							background-repeat:no-repeat;
							padding-left:30px;
							padding-top:5px;
							padding-bottom:5px;
							border:0;
							font-family: 'Oswald', sans-serif;
						}
						
						#b_m_f #email{

							width:90%;
							background-repeat:no-repeat;
							padding-left:30px;
							padding-top:5px;
							padding-bottom:5px;
							border:0;
							font-family: 'Oswald', sans-serif;
						}
						
						#b_m_f #submit{
							background:transparent;
							border:1px solid #383838;
							color:#383838;
							font-size:12px;
							padding-left:15px;
							padding-right:15px;
							font-family: 'Oswald', sans-serif;
						}
							
							#b_m_f #submit:hover{
								border:1px solid #ef002d;
								color:#ef002d;
								cursor:pointer;
							}

						#b_m_f  #ad{
							float:left;
							width:100%;
							text-align:center;
							padding-top:0;
							margin-top:0;
						}

							#b_m_f  #ad a:nth-child(1){
								display:none;
							}

							#b_m_f  #ad a{
								
								border:1px solid #383838;
								padding:5px 25px 5px 25px;
								text-decoration:none;
								color:#383838;
								margin-left:auto;
								margin-right:auto;
								display:inline-block;
								text-align:center;
								
							}
							
								#b_m_f  #ad a:hover{
								border:1px solid #ef002d;
								color:#ef002d;
								cursor:pointer;
								}
								
						
						#b_m_f #social #bd{
							float:left;
							width:100%;
							text-align:left;
														border-top:1px solid #383838;
						}
							#b_m_f #social #bd a:nth-child(1){
								display:none;
							}
							
						
							#b_m_f #social #bd a{
								float:left;
								border:1px solid #383838;
								padding:5px 25px 5px 25px;
								text-decoration:none;
								color:#383838;
								text-align:center;

							}
							
								#b_m_f #social #bd a:hover{
								border:1px solid #ef002d;
								color:#ef002d;
								cursor:pointer;
								}
  
				#name img{
					width:10%;
				}
					
				#back_main #b_m_s{
					float:left;
					width:100%;
					height:auto;
					text-align:center;
				}
					#b_m_s img{
						width:10%;
						height:auto;
						padding:15px;
						filter:grayscale(60%);
					}
					
					#b_m_s img:hover{
						filter:grayscale(0%);
					}
					
					#b_m_s p{
						float:left;
						width:100%;
						padding:0;
						margin:0;
						font-family: 'Oswald', sans-serif;
						font-size:13px;
						color:#383838;
					}
					
	
	footer #forward{
		float:left;
		width:100%;
		height:auto;
		/*! background-image: url("../images/footerv2.jpg"); */
		color:#dcdcdc;
		padding:5px 0px 0px 0px;
		font-size:10px;
		background-color: #383838;
	}
	
		footer #forward table{
			float:left;
			width:100%;
			
		}
		
			footer #forward table a{
				text-decoration:none;
				color:#dcdcdc;
				font-size:25px;
				text-align:center;
				font-weight:bold;
			}
			
			footer #forward table a:hover{
				color:#ef002d;

			}
			
			
				#forward table td:nth-child(1){
					width:25%;
					padding:15px;
					text-align:center;
					border-right:1px solid grey;
				}
				
				#forward table td:nth-child(2){
					width:50%;
					padding:15px;
					text-align:center;
					border-right:0px solid grey;
				}
				
				#forward table td:nth-child(3){
					width:25%;
					padding:15px;
					text-align:center;
				}
				
					#forward table td:nth-child(3) img{
						float:left;
						width:10%;
						height:auto;
						filter:grayscale(40%);
					}
					
						#forward table td:nth-child(3) img:hover{

							filter:grayscale(0%);
						}
				
					#forward table td:nth-child(3) p{
					float:left;
					margin-right:5%;
					}

/*DB irodalom*/

#wrapper p{
	font-size:13px;
	line-height:20px;
}

#wrapper h3{
	color:#ef002d;
}
	#wrapper #fels{
		font-size:13px;
		line-height:20px;
	}
		#wrapper #fels:hover{
			cursor:help;
		}
		
	#wrapper #other{
		float:left;
		width:100%;
		text-align:center;
		font-size:13px;
		line-height:20px;
		font-weight:bold;
		margin-top:5%;
	}
	
		#wrapper #other a{
			color:#383838; text-decoration:none;
		}
			#wrapper #other a:hover{
				color:#ef002d;
			}
		
/*DB pedagiája*/

#wrapper #pedagogia{
	font-size:13px;
	line-height:20px;
	text-align:justify;
}
	#wrapper #pedagogia li{
		margin-top:1%;
	}

		footer #forward {
			color:#ef002d;
			padding-top:15px;
			padding-bottom:15px;
			background-color:color:#383838; text-decoration:none		}
		footer #back{
			background-image:none;
			background-color:#cfcfcf;
		}
		
					#forward_image {
						float:left;
						width:100%;
						padding-top:1%;
						padding-bottom:1%;
						background-color:#A7A7A7;
						text-align:center;
					}
					
					#forward_image img{
						display: inline;
						vertical-align: middle;
						width:8%;
						height:auto;
						margin-left:1%;
						margin-right:1%;
						filter:grayscale(100%);
						-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
					}
						#forward_image img:hover{
							filter:grayscale(0%);
							-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
						}
		
			#bd p{
				margin-top:15px;
				text-align:center;
			}
			
/*index*/
#wrapper #index_left_one{
	float:left;
	width:96%;
	padding:1%;
	padding-bottom:2%;
	background-color:white;
	margin-top:2%;
	margin-bottom:7%;
	margin-left:1%;
	margin-right:1%;

}
	#wrapper #index_left_one img{
		float:left;
		width:35%;
		height:auto;
		display:none;
	}
	
	#wrapper #index_left_one table{
		margin-left: 2%;
		float: left;
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: justify;
		border-top: 4px solid #ef002d;
		margin-left: 2%;
		padding-top: 0%;
		font-size: 30px;
	}
	
	#wrapper #index_left_one table{
		color:#383838;
		font-size: 14px;
	}
		#wrapper #index_left_one table a{
			color:#383838;
			font-size: 14px;
			float:right;
		}
			#wrapper #index_left_one p{
				font-size: 14px;
				line-height:auto;
				text-align:left;
				
			}
			
			#wrapper #index_left_one:hover p, #wrapper #index_left_one:hover a{
				color:#ef002d;
				
			}
			#wrapper #index_left_one:hover img{
				opacity:0.8;
			}
	
		#wrapper #index_left_one #index_detail_one tr td:nth-child(1) p{
			padding-left:2%;
		}
		
		#wrapper #index_left_one h3{
			font-size: 20px;
			color:#ef002d;
		}
		
		
#wrapper #index_right_sec{
	float:left;
	width:96%;
	padding:1%;
	padding-bottom:2%;
	background-color:white;
	margin-top:2%;
	margin-bottom:7%;
	margin-left:1%;
	margin-right:1%;
}
	#wrapper #index_right_sec img{
		float:right;
		width:35%;
		height:auto;
		display:none;
	}
	
	#wrapper #index_right_sec table{
		margin-left: 0%;
		float: left;
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: justify;
		border-top: 4px solid #009def;
		margin-right: 2%;
		padding-top: 0%;
	}
			#wrapper #index_right_sec p{
				font-size: 14px;
				line-height:auto;
				text-align:left;
			}
	
	#wrapper #index_right_sec table{
		color:#383838;
		font-size: 14px;
	}
		#wrapper #index_right_sec table a{
			color:#383838;
			font-size: 14px;
			float:right;
		}
			
			#wrapper #index_right_sec:hover p, #wrapper #index_right_sec:hover a{
				color:#009def;
			}
			#wrapper #index_right_sec:hover img{
				opacity:0.8;
			}
	
		#wrapper #index_right_sec #index_detail_sec tr td:nth-child(1) p{
			padding-left:2%;
		}
		
		#wrapper #index_right_sec h3{
			font-size: 20px;
			color:#009def;
			
		}
		
#wrapper #index_left_third{
	float:left;
	width:96%;
	padding:1%;
	padding-bottom:2%;
	background-color:white;
	margin-top:2%;
	margin-bottom:7%;
	margin-left:1%;
	margin-right:1%;
}
	#wrapper #index_left_third img{
		float:left;
		width:35%;
		height:auto;
		display:none;
	}
	
	#wrapper #index_left_third table{
		margin-left: 2%;
		float: left;
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: justify;
		border-top: 4px solid #00ef6b;
		margin-left: 2%;
		padding-top: 0%;
	}
			#wrapper #index_left_third p{
				font-size: 14px;
				line-height:auto;
				text-align:left;
			}
	
	#wrapper #index_left_third table{
		color:#383838;
		font-size: 14px;
	}
		#wrapper #index_left_third table a{
			color:#383838;
			font-size: 14px;
			float:right;
		}
			
			#wrapper #index_left_third:hover p, #wrapper #index_left_third:hover a{
				color:#00ef6b;
			}
			#wrapper #index_left_third:hover img{
				opacity:0.8;
			}
	
		#wrapper #index_left_third #index_detail_third tr td:nth-child(1) p{
			padding-left:2%;
		}
		
		#wrapper #index_left_third h3{
			font-size: 20px;
			color:#00ef6b;
		}

#wrapper #index_right_fourth{
	float:left;
	width:96%;
	padding:1%;
	padding-bottom:2%;
	background-color:white;
	margin-top:2%;
	margin-bottom:7%;
	margin-left:1%;
	margin-right:1%;
}
	#wrapper #index_right_fourth img{
		float:right;
		width:35%;
		height:auto;
		display:none;
	}
	
	#wrapper #index_right_fourth table{
		margin-left: 0%;
		float: left;
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: justify;
		border-top: 4px solid #efca00;
		margin-right: 2%;
		padding-top: 0%;
	}
			#wrapper #index_right_fourth p{
				font-size: 14px;
				line-height:auto;
				text-align:left;
			}
	
	#wrapper #index_right_fourth table{
		color:#383838;
		font-size: 14px;
	}
		#wrapper #index_right_fourth table a{
			color:#383838;
			font-size: 14px;
			float:right;
			
		}
			
			#wrapper #index_right_fourth:hover p, #wrapper #index_right_fourth:hover a{
				color:#efca00;

			}
			#wrapper #index_right_fourth:hover img{
				opacity:0.8;
			}
	
		#wrapper #index_right_fourth #index_detail_fourth tr td:nth-child(1) p{
			padding-left:2%;
		}
		
		#wrapper #index_right_fourth h3{
			font-size: 20px;
			color:#efca00;
		}

		
#wrapper #index_right_fifth{
	float:left;
	width:96%;
	padding:1%;
	padding-bottom:2%;
	background-color:white;
	margin-top:2%;
	margin-bottom:7%;
	margin-left:1%;
	margin-right:1%;
}
	#wrapper #index_right_fifth img{
		float:left;
		width:35%;
		height:auto;
		display:none;
	}
	
	#wrapper #index_right_fifth table{
		margin-left: 2%;
		float: left;
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: justify;
		border-top: 4px solid #ef6b00;
		margin-left: 2%;
		padding-top: 0%;
	}
			#wrapper #index_right_fifth p{
				font-size: 14px;
				line-height:auto;
				text-align:left;
			}
	
	#wrapper #index_right_fifth table{
		color:#383838;
		font-size: 14px;
	}
		#wrapper #index_right_fifth table a{
			color:#383838;
			font-size: 14px;
			float:right;
			
		}
			
			#wrapper #index_right_fifth:hover p, #wrapper #index_right_fifth:hover a{
				color:#ef6b00;
			}
			#wrapper #index_right_fifth:hover img{
				opacity:0.8;
			}
	
		#wrapper #index_right_fifth #index_detail_fifth tr td:nth-child(1) p{
			padding-left:2%;
		}
		
		#wrapper #index_right_fifth h3{
			font-size: 20px;
			color:#ef6b00;
		}
		
	.caption{
		font-size:12px;
		padding:0;
		padding-top:5px;
		padding-bottom:5px;
	}

 #egy_det{
	 float:left;
	 width:100%;
	 background-color:transparent;
	text-align:center;
 } 
 
  #egyeb_detail{
	  text-align:center;
	display:inline-block;
	width:98%;
	margin-left:1%;
	margin-riht:1%;
	margin-bottom:1%;
	padding:0%;
	  
	  
  }
	#egyeb_detail a{
	width:100%;
	padding-top:5%;
	padding-bottom:5%;
	  text-align:center;
	  display:inline-block;
	  background-color:white;
	  text-decoration:none;
	  color:#383838;
	  font-size:13px;
	}
		#egyeb_detail a:hover{
			background-color:#8700ef;
			color:white;
			}
	
			.btn_data{
	border:0;
	margin:0;
	padding:0;
	font-size:5px;
	visibility:hidden;
}
	
}