html { 
  background: url(images/back.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
}
	
	.fejlec {
		width: 100%;
		height: 100vh;
		min-height: 800px;
		background-image: url("images/fejlec1.jpg");
		background-size: cover;
		background-position: center;
		z-index: 10;
	}
	
	.menu {
		width: 100%;
		border-bottom: 1px solid #FFFFFF;
	}

	.menu ul {
	  padding: 0px 0px 0px 25%;  
	  list-style: none;		
	  display: inline;  
	}

	.menu ul li {
		height:80px;
		line-height:80px;
		font-size:22px;
		display: inline-block;
		padding-left:20px;
		padding-right:20px;
	/*	margin-right:20px;*/
	/*	color:white;	*/
		color:#ffffff;
	  -webkit-transition: all 1s;
	  -moz-transition: all 1s;
	  -ms-transition: all 1s;
	  -o-transition: all 1s;
	  transition: all 1s;	
	}

	.menu ul li:hover {
		background-color:#d0b376;
		color:#ffffff;	
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  transition: all 0.5s;		
	}	
	
	.alfejlec {
		position: relative;
	}
	
	.logo {
		position: absolute;
		left:10%;
		top:80px;
		text-align: center;
	}
	
	.toptext {
		position: absolute;
		left:35%;
		top:170px;
		font-size: 56px;
		color:#ffffff;
		text-shadow: 0px 0px 10px rgba(50, 50, 50, 1);			
	}
	
	.arany {
		color: #d0b376;
	}

	.kozep {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.felhuz {
		margin-top: -100px;
	}
	
	.tartalom {
		width: 90%;
		padding: 5px;
		box-shadow: 0 0 30px rgb(0 0 0 / 20%);
		background-color: rgba(69, 63, 62, 0.6);
		z-index: 100;
		color:#ffffff;
		margin-bottom:50px;
	}

	.tartalom h1{
		color:#d0b376;
		padding-left:20px;
		border-left:3px solid #d1b477;
	}
	
	.teljszel {
		width: 100%;
		height: auto;
	}

.lablec {
	width: 100%;
	/*background-color: #2A2A2A;*/
	height: 150px;
	}

.kepjobb {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.egeszsor {
	text-align: justify; 
}

.table {
	display: table;
}

.sor {
	display: table-row;
}

.cell {
	width: 50%;
	text-align: center;
	display: table-cell;
}

.cell img {
	max-width: 100%;
}

/* Űrlap */

.kozep {
/*	width:1000px;*/
width:1200px;
margin-left:7%;
margin-right:7%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	z-index:100;	
}

.kapcs {
		
	padding:15px;
	margin-top:25px;	
	
}

.kapcsbal {
	width:40%;
	height:auto;
	float:left;
}

.kapcsjobb {
	margin-top:50px;
	width:55%;
	height:auto;
	float:right;
}

.kapcsjobb h2 {
	font-size:28px;
	color:<strong>#d0b376</strong>;
}

.kollega {
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
}

.kek {
	color:#d0b376;
}

.kapcim {
	width:47%;
	height:auto;
	float:left;
}

.kaptel {
	width:47%;
	height:auto;
	float:right;	
}

.nagykap {
	font-size:18px;
}


.inp {
	width:90%;
	height:45px;
	font-size:18px;
	margin-bottom:15px;
	background-color: transparent;
	border:1px solid #d0b376;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#d0b376;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	color:#d0b376;
}

.inp:hover {
	border-color:#81a5c0;
}

.kuld {
	width:150px;
	height:45px;
	font-size:18px;
	background-color: transparent;
	border:1px solid #d0b376;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#d0b376;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	color:#d0b376;
	cursor:pointer;
	-o-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-khtml-transition: color 1s linear;
	-webkit-transition: color 1s linear;
	-ms-transition: color 1s linear;
	transition: color 1s linear;	
}

.kuld:hover {
	border-color:#81a5c0;
	background-color:#81a5c0;
	color:#ffffff;
}

.tarea {
	resize:vertical;
	width:90%;
	height:135px;
	font-size:18px;
	background-color: transparent;
	border:1px solid #d0b376;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#d0b376;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	color:#d0b376;
	padding-top:20px;
	padding-bottom:20px;
	
}

.tarea:hover {
	border-color:#81a5c0;
}

