@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,	
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, option, textarea{
	color: inherit;
	direction: ltr;
	font-size: 100%;
	font-weight: normal;
	margin: 0; padding: 0;
	vertical-align: baseline;
	border: 0 none; outline: 0 none;
	font-family: Helvetica, Arial, tahoma, verdana, sans-serif;
}
html{overflow-y: scroll;}
body{
	height: 100%;
    line-height: 1;
	cursor: default;
	background-size: cover;
	background-position: fixed;
	background-attachment: fixed;
	background: url(../pic/bg.jpg) no-repeat 50% top fixed #002463;
	-webkit-animation: bugfix infinite 1s; 
}
@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}
#wrap{
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.wrap{
	width: 600px;
	margin: 0 auto;
	position: relative;
	padding-top: 100px;
}
.wrap > img{
	width: 100%;
	margin-bottom: 30px;
}

img{display: block;}
em{font-style: italic;}
ol, ul {list-style: none inside none;}
a{cursor: pointer; text-decoration: none;}
table{border-spacing: 0; border-collapse: collapse;}
a, a *, input[type="submit"]{
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
a:hover{text-decoration: underline;}
a:active, input[type="submit"]:active, button:active{color: #ABA195;}
hr{clear: both; border: medium none; margin: 0; padding: 0; width: 100%; height: 0; border-bottom: 1px solid #FAFAFA; border-top: 1px solid #d2d2d2;}
.current, .current a{cursor: default;}
.left{float: left; display: inline-block;}
.right{float: right; display: inline-block;}
.clear:after, .clear:before{clear: both; font-size: 0; content: ""; display: block; visibility: hidden; line-height: 0; height: 0;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
#tartalom{margin-left: 6.5em;}
#tartalom.kapcsolat{margin-left: 14px;}
#tartalom > h1{
	color: #FAFAFA;
	display: block;
	font-size: 3em;
	margin-bottom: 0.7em;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
}
.tiny, .tiny *{
	color: #FAFAFA;
	line-height: 1.6;
	font-size: 14px;
}
.tiny p{text-align: justify;}
.tiny p ~ p{margin-top: 14px;}
.tiny ul, .tiny ol{margin: 14px 0 0 0;}
.tiny ol li, .tiny ul li{line-height: 1.6; list-style: inside square none;}
.tiny b, .tiny strong{font-weight: 400; color: #9ab4e7;}
.tiny i, .tiny em{font-style: italic;}
.tiny u{text-decoration: underline;}
.tiny a{color: #FAFAFA; font-weight: 400;}
.tiny a:hover{color: #9ab4e7;}
.tiny p a:hover{color: #9ab4e7; text-decoration: none;}
.tiny table td, .tiny table th{color: #9ab4e7;}
.tiny table tr td ~ td{padding-left: 30px;}
.tiny td{padding-top: 5px; padding-bottom: 5px; padding-left: 15px;}
.tiny tr:nth-child(even){background-color: #eee;}
.tiny table{width: 100%;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
form{
	width: 750px;
	margin-top: 14px;
}
form label{
	display: block;
	cursor: pointer;
	position: relative;
	padding-bottom: 15px;
}
	form label input[type="text"]{width: 300px;}
	form label.fel input[type="text"]{width: 130px;}
	form label.negyed input[type="text"]{width: 65px;}
	form label.meret{margin-left: 17px;}
	form label.meret:after, form label.suly:after{
		color: #fff;
		display: block;
		font-size: 12px;
		position: absolute; right: 10px; top: 28px;
	}
	form label.meret:after{content: "(cm)";}
	 form label.suly:after{content: "(kg)";}
	form label strong{
		color: #fff;
		display: block;
		font-size: 0.8em;
		font-weight: 400;
		padding-bottom: 5px;
	}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
input[type="text"], textarea, select{
	color: #fff;
	outline: none;
	font-size: 12px;
	padding: 8px 10px;
	background-color: #13314e;
	border: 1px solid transparent;
	font-family: Helvetica, Arial, tahoma, verdana, sans-serif;
}
input[type="text"], textarea{cursor: text;}
textarea{
	width: 380px;
	height: 80px;
	resize: vertical;
}
	input[type="text"]:hover, textarea:hover, select:hover{border: 1px solid transparent;}
	input[type="text"]:focus, textarea:focus, select:focus{border: 1px solid transparent;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
form input[type="submit"]{
	width: 100%;
	color: white;
	display: block;
	padding: 10px 0;
	font-size: 11px;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	border: medium none;
	background-color: #3E98EC;
	text-transform: uppercase;
	font-family: Helvetica, Arial, tahoma, verdana, sans-serif;
	
	/*border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
	form input[type="submit"]:hover{
		color: #fff;
		border: medium none;
		background-color: #13314e;
	}
	input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner{border : 0px;}
	input[type="submit"]:focus, input[type="button"]:focus{outline : none;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
noscript{
	z-index: 99999;
	position: fixed;
	width: 100%; height: 100%;
}
	noscript > div{
		display: block;
		width: 100%; height: 100%;
		background: url(../pic/bg.jpg) repeat-y 50% top fixed #002463;
		background-attachment: fixed;
		background-position: fixed;
		background-size: cover;
	}
		noscript > div > div{
			width: 400px;
			margin: 0 auto;
			padding-top: 140px;
		}
			noscript > div > div > img{
				margin-bottom: 50px;
			}
			noscript > div > div > p{
				color: #FAFAFA;
				display: block;
				font-size: 21px;
				line-height: 1.5;
				text-align: justify;
			}
			noscript > div > div > small{
				color: #FAFAFA;
				display: block;
				font-size: 16px;
				margin-top: 30px;
				text-align: right;
				font-style: italic;
			}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
#logo img{
	margin: 0 auto 14px auto;
	padding: 1.5em 0 0 0;
	width: 280px; max-width: 100%;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/*#lang{
	display: block;
	text-align: center;
	margin-bottom: 14px;
}
	#lang li{
		color: #9ab4e7;
		font-size: 0.8em;
		display: inline-block;
		text-shadow: 0px 1px 1px #333;
	}
		#lang li ~ li:before{
			content: '|';
			font-weight: 700;
			display: inline-block;
		}
		#lang li a{
			padding: 0 0.6em;
			font-weight: 700;
			display: inline-block;
		}
		#lang li a:hover, #lang li a.current{
			color: #FAFAFA;
			text-decoration: none;
		}*/
#lang{
	display: block;
	text-align: center;
	margin-bottom: 14px;
}
	#lang li{
		color: #fff;
		font-size: 1.8em;
		display: inline-block;
		text-shadow: 0px 1px 1px #333;
	}
		#lang li ~ li:before{
			content: '|';
			display: inline-block;
		}
		#lang li a{
			padding: 0 1em;
			display: inline-block;
		}
		#lang li a:hover, #lang li a.current{
			color: #9ab4e7;
			text-decoration: none;
		}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
#button{position: absolute; top: -9999px; left: -9999px;}
#menu label { 
  cursor: pointer;
  user-select: none;
}
#menu label{display: none;}
#menu label span{display: none;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
#menu{margin-top: 40px;}
#menu ul{
	width: 100%;
	display: block;
	text-align: center;
	background-color: #09233d;
}
	#menu ul > li{display: inline-block;}
	#menu ul > li ~ li{border-left: 1px solid #071d32;}
		#menu ul > li > a{
			color: #FAFAFA;
			display: block;
			font-size: 1.0em;
			padding: 1.3em 14px;
			text-align: center;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-family: Verdana, Geneva, sans-serif;
		}	
		#menu ul > li:hover > a, #menu ul  > li.current > a{
			text-decoration: none;
			background-color: #3e98ec;
		}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
#mid{
	z-index: 10;
	padding: 3em;
	min-height: 160px;
	position: relative;
	margin-bottom: 14px;
	background-color: #09233d;
	background-color: rgba(9, 35, 61, 0.90);
	border-top: 1px solid #071d32;
}
#icon{
	padding: 5px;
	margin: -10px 20px 0 0;
	background-color: #13314E;
	
	border-radius: 75px;	
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
#trucks{
	margin-top: 14px;
	text-align: center;
}
	#trucks li ~ li{margin-left: 14px;}
	#trucks li.t12{background-image: url(../pic/truck_12t.png)}
	#trucks li.t75{background-image: url(../pic/truck_7,5t.png)}
	#trucks li.t35{background-image: url(../pic/truck_3,5t_p.png)}
	#trucks li.t352{background-image: url(../pic/truck_3,5t_d.png)}
	#trucks li{
		position: relative;
		display: inline-block;
		width: 170px; height: 170px;
		
		border-radius: 170px;	
		-moz-border-radius: 170px;
		-webkit-border-radius: 170px;
		
		background-color: #13314e;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
		#trucks li table{
			z-index: 10;
			color: #222;
			display: none;
			padding: 15px;
			line-height: 1.5;
			font-size: 0.8em;
			text-align: center;
			background-color: #fff;
			position: absolute; left: 0; bottom: 140px;
			
			border-radius: 3px;	
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
			#trucks li table th{text-align: left; white-space: nowrap;}
			#trucks li table td{text-align: left; padding-left: 5px; white-space: nowrap;}
		#trucks li table:after{
			content: "";
			margin-left: -5px;
			width: 0; height: 0;
			border: medium solid transparent;
			border-width: 5px;
			border-top-color: #fff;
			position: absolute; left: 50%; top: 100%;
		}
		#trucks li:hover{background-color: #3e98ec;}
		#trucks li:hover table{display: block;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
#gmap{
	border: 10px solid #13314e;
	width: 818px; height: 200px;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
#fuvarszervezok{
	margin-bottom: 1.5em;
	text-align: center;
}
	#fuvarszervezok li{
		color: #FAFAFA;
		text-align: center;
		display: inline-block;
		padding: 0.5em 14px;
	}
		#fuvarszervezok strong{
			line-height: 2;
			font-size: 14px;
			padding: 0 0.5em;
			font-weight: 700;
		}
		#fuvarszervezok a, #fuvarszervezok small{
			display: block;
			font-size: 0.8em;
			line-height: 1.5;
		}
		#fuvarszervezok strong + a{
			font-size: 0.9em;
			line-height: 2;
			display: block;
		}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
#foot{
	padding: 0 14px;
	margin-bottom: 3em;
}
	#foot ul#mobile{display: none;}
	#foot small, #foot a{
		color: #9ab4e7;
		font-size: 0.8em;
		font-weight: 700;
		text-shadow: 0px 1px 1px #333;
		
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	#foot a:hover{
		color: #FAFAFA;
		text-decoration: none;
	}
	#foot ul#device{
		display: block;
		text-align: center;
	}
		#foot ul#device li{display: inline-block;}
		#foot ul#device li ~ li{margin-left: 10px;}
			#foot ul#device li a{
				display: block;
				text-indent: -9999px;
				width: 30px; height: 30px;
				background: url(../pic/icons.png) no-repeat 0 0 transparent;
			}
			#foot ul#device li a#googleplus{background-position: 0 0;}
			#foot ul#device li a#googleplus:hover{background-position: 0 -30px;}
			#foot ul#device li a#linkedin{background-position: -30px 0;}
			#foot ul#device li a#linkedin:hover{background-position: -30px -30px;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */