/* ide jön a Bootstrap... */
body {
	background-color: rgba(255,255,255,1.00);
}


header {
	background-color: #ECECEC;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
header h1 {
	font-size: 26px;
	font-weight: 700;
}
header nav {
	text-align: right;
}
header nav a {
	color: #DF0003;
	margin-left: 15px;
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	text-decoration: none;
}
header nav a:hover {
	color:#FD0004;
	background: #FFFFFF;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

br {
	font-size: 22px;
}
h5 {
	font-size: 24px;
	color: #DF0003;
	padding-top: 25px;
}
@media(max-width:768px) {
	header h1,
	header nav a {
		text-align: center;
		display: block;
	}
	header nav a {
		background: #FFFFFF;
		margin: 0 0 2px 0;
	}
	header h1 {
		padding: 0 0 10px 20px;
	}	
}


.main-image {
	background-image: url(../img/fokep01.jpg);
	background-size: cover;
	color: rgba(219,0,3,1.00);
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 1.7;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	border-bottom: 2px solid rgba(0,0,0,1.00);
}
.main-image .title {
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 20px 0;
}


.box {
	background: rgba(255,255,255,1.00);
	padding: 5px;
	color: #555;
	margin-top: 30px;
}
.box h1 {
	
}
.box h2 {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	margin: 10px 0;
}
.box h3 {
	color: rgba(80,80,80,1.00);
	font-size: 15px;
	font-weight: 700;
	margin: 10px 20px;
	text-align:center;
	line-height: 1.8;	
}

.term {
	border-top-color: rgba(0,0,0,1.00);
	border-bottom-color: rgba(0,0,0,1.00);
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 20px;
}
.arrow {
	color: rgba(0,0,0,1.00);
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
	background-image: url(../img/h1-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 80%;
}
/* ==========================================================================
termék fejlesztés
========================================================================== */


	
/* ==========================================================================
kapcsolat
========================================================================== */

.dark-bg { background: #f3f5f8;
	border-color: rgba(77,77,77,1.00);
	border-color: rgba(77,77,77,1.00);
	border-collapse: collapse;
	border-color: rgba(174,174,174,1.00);
}
.light-bg { background-color: #fff; }
.dark-box { background: #f3f5f8; -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; box-shadow: 0px 3px 0px 0px #f0f2f4; }
.light-box {
	text-align: center;	
}
.light-box { background-color: #f4f4f; -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; box-shadow: 0px 3px 0px 0px #f0f2f4; padding: 60px 0; }
.light-box:hover, .light-box:focus { -webkit-box-shadow: 0px 3px 0px 0px #BC141A; -moz-box-shadow: 0px 3px 0px 0px #BC141A; box-shadow: 0px 3px 0px 0px #BC141A; }
.box-hover { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
.box-hover:hover, .box-hover:focus { transform: translate(0, -15px); -webkit-transform: translate(0, -15px); -ms-transform: translate(0, -15px); }	
/* ==========================================================================
footer
========================================================================== */

footer {
	background-color: #ECECEC;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	margin-top: 10px;
}
footer h1 {
	font-size: 25px;
	font-weight: 700;
}

footer h4 {
	font-size: 10px;
	text-align: right;
	margin: 5px;
	padding-right: 10px;
	
}
footer nav {
	text-align: right;
	padding-bottom: 10px;
}
footer nav a {
	color: #DF0003;
	margin-left: 15px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
}
footer nav a:hover {
	color:#FD0004;
	background: #FFFFFF;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

@media(max-width:768px) {
	footer h1,
	footer nav a {
		text-align: center;
		display: block;
	}
	footer nav a {
		background: #FFFFFF;
		margin: 0 0 2px 0;
	}
	footer h1 {
		padding: 0 0 10px 20px;
	}
	
}
