/*@font-face {
	font-family: 'ikonok';
	src: url('automall-ikonok-webfont.eot');
	src: url('automall-ikonok-webfont.eot?#iefix') format('embedded-opentype'),
			 url('i/automall-ikonok-webfont.woff') format('woff'),
			 url('automall-ikonok-webfont.ttf') format('truetype'),
			 url('automall-ikonok.svg#automall-ikonok') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
  font-family: ikonok;
  src: url('automall-ikonok-webfont.eot');
	src: url('automall-ikonok-webfont.eot?#iefix') format('embedded-opentype'),
			url('automall-ikonok-webfont.woff2') format('woff2'),
			url('automall-ikonok-webfont.woff') format('woff'),
			url('automall-ikonok-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html {
	overflow-y: scroll;
	background-color: #f8f8f8;
}
html, body {
	position: relative;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body, input, select, textarea, td, button {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 16px;
	color: #2d2d2d;
}

a {
	text-decoration: none;
	color: #000;
}
a img {
	display: block;
	border: 0px none;
}

.clearboth {
	overflow: hidden;
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.nemlatszik {
	display: none;
}
.relativ {
	position: relative;
}

.gomb {
	padding: 10px 0px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #1e4862;
}
.gomb:hover {
	background-color: #2d2d2d;
}
.gomb.teljes {
	display: inline-block;
	width: 100%;
	text-align: center;
}
button.gomb {
	border: 0px none;
	background-color: black;
	cursor: pointer;
}

.hiba input {
	border-color: red;
}
p.hiba {
	color: red;
}
.hibauzenet {
	position: absolute;
	left: 101%;
	top: 0px;
	padding: 4px;
	color: white;
	background-color: red;
}

.takaro {
	position: fixed;
	overflow-y: auto;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url('atlatszo_hatter.png') repeat;
	background: rgba(0, 0, 0, 0.1);
}
.takaro > table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
.takaro td {
	padding: 0px;
}

#uzenet table {
	width: 100%;
	height: 100%;
}
#uzenet-ablak {
	width: 300px;
	padding: 15px;
}
#uzenet-ablak.beviteli {
	width: 350px;
}
#uzenet-ablak .dialogus_lablec_belso {
	text-align: center;
}

.dialogus {
	position: relative;
	margin: 5px auto 50px;
	border-radius: 8px;
	width: 792px;
	min-width: 150px;
	text-align: left;
	background-color: white;
	/*background: #f4f5f7;
	box-shadow: 1px 1px 3px 0px #555;*/
}
.dialogus-keskeny {
	width: 400px;
}
.dialogus-normal {
	width: 600px;
}
.dialogus-bezaras {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 6px 8px;
	width: 32px;
	height: 32px;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.dialogus h2 {
	margin: 0px;
}
.dialogus.kulonleges {
	background-color: #edd0f7;
}
.dialogus.dupla {
	background-color: #acfbf4;
}
.dialogus.szelesebb {
	width: 1240px;
}
h2 .ikon {
	width: 24px;
	font-size: 20px;
	vertical-align: -1px;
}
#dialogus-bezarasa {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: default;
}
#dialogus-tartalom {
	padding: 16px;
}
#dialogus-tartalom h2 {
	margin: 0px 0px 8px;
}

#tarto {
	min-height: 100%;
}

.tartalom-tarto {
	position: relative;
	width: 1288px;
	margin: 0px auto;
}

#fejlec {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 70px;
	background-color: white;
}
#logo {
	position: absolute;
	display: block;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 206px;
	height: 0px;
	padding-top: 70px;
	background: url('automall-logo-206x29.png') no-repeat left 20px;
}

#oldal-tarto {
	padding: 70px 0px 20px;
}

#aloldal-oldalsav {
	float: left;
	width: 300px;
	padding-top: 18px;
}
#aloldal-oldalsav .auto-doboz {
	box-shadow: 0px 0px 20px 0px #c3c3c3;
}
#aloldal-oldalsav .auto-doboz h3 {
	margin: 0px;
}
#aloldal-oldalsav .gomb {
	margin: 0.5em 0px;
}
.kapcsolat-beviteli {
	margin: 0.5em 0px;
	padding: 4px;
	font-size: 18px;
}

.auto-doboz {
	position: relative;
	margin: 12px 0px;
	padding: 24px;
	font-size: 18px;
	background-color: white;
}
.auto-doboz h3 {
	font-size: 25px;
}
.auto-doboz-fontos {
	position: absolute;
	right: 8px;
	top: -12px;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bolder;
	color: white;
	background-color: #ff7200;
}
.auto-doboz .ar {
	font-size: 36px;
	font-weight: bold;
}
.auto-doboz-kep {
	margin: -24px 0px 0px -24px;
}
.auto-doboz-kep img {
	width: 300px;
	height: 225px;
}

.aloldal-tartalom {
	float: right;
	width: 960px;
	padding-top: 18px;
}
.auto-tartalom {
	position: relative;
	clear: both;
	margin-bottom: 32px;
}
#auto-nagykep {
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}
#auto-nagykep img {
	display: inline-block;
	width: 958px;
	height: 719px;
}
#auto-nagykep .lapozo {
	top: 230px;
}
.lapozo {
	position: absolute;
	overflow: hidden;
	width: 28px;
	height: 0px;
	padding-top: 65px;
}
.lapozo-balra {
	left: -8px;
	background: url('lapozo-balra-28x65.png') no-repeat left top;
}
.lapozo-jobbra {
	right: -8px;
	background: url('lapozo-jobbra-28x65.png') no-repeat left top;
}
#auto-kiskepek {
	position: relative;
	width: 100%;
	/*height: 100px;*/
}
.auto-kiskep {
	display: block;
	float: left;
	width: 240px;
	height: 180px;
}
.auto-kiskep.aktiv {
	opacity: 0.5;
}
#auto-kiskepek img {
	display: block;
	width: 100%;
	height: 100%;
}
#auto-kiskepek .lapozo {
	top: 20px;
}

#tartalom-fulek {
	height: 57px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
#tartalom-fulek a {
	display: block;
	float: left;
	width: 320px;
	border-bottom: 3px solid white;
	padding: 17px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #989a9a;
	background-color: white;
}
#tartalom-fulek.ketful a {
	width: 50%;
}
#tartalom-fulek a:hover {
	color: #ff7200;
	border-color: #ff7200;
}
#tartalom-fulek a.aktiv {
	color: #054a66;
	border-color: #054a66;
}

#auto-adatai .auto-technikai-adatok {
	background-color: white;
}
.auto-technikai-adatok {
	clear: both;
	padding: 0px 0px 20px;
	margin: 0px;
	list-style-type: none;
}
.adat {
	position: relative;
	float: left;
}
.auto-doboz .adat {
	width: 106px;
	padding: 9px 0px 8px 20px;
	font-size: 14px;
}
#auto-adatai .adat {
	width: 239px;
	margin: 10px 0px 0px 24px;
	border-bottom: 1px solid #e4e4e4;
	padding: 9px 0px 8px 40px;
	font-size: 18px;
	font-weight: 600;
}
.adat .tipus {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #212529;
}
.adat .ikon {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 12px;
	font-family: ikonok, sans-serif;
	font-weight: normal;
	color: #b4b4b5;
}
#auto-adatai .adat .ikon {
	width: 32px;
	font-size: 24px;
}
.auto-doboz .adat .ikon {
	width: 20px;
	font-size: 16px;
}

#auto-felszereltseg {
	padding: 24px;
	background-color: white;
}
#auto-felszereltseg h4 {
	clear: both;
	margin: 15px 0px;
	font-weight: 600;
}
#auto-felszereltseg ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 35px;
	list-style-type: none;
}
#auto-felszereltseg li {
	float: left;
	width: 288px;
	padding-left: 12px;
}

#aloldal-visszahivas {
	width: 500px;
	padding: 20px;
	background: white;
}

/* címlap */

#cimlap-fejlec {
	display: none;
	height: 500px;
	background: url('cimlap-fejleckep.jpg') no-repeat center center;
}

#kereso {
	margin-top: 20px;
	padding: 20px;
	background-color: #f2f2f2;
}
#kereso div {
	display: inline-block;
}
#kereso label {
	display: inline-block;
	padding: 4px;
}
#kereso select {
	width: 150px;
	margin: 4px;
}
#kereso select[disabled] {
	color: grey;
}

#talalatok {
	padding-top: 18px;
}

.talalat {
	display: inline-block;
	width: 300px;
	margin: 0px 9px 20px;
	text-align: left;
	vertical-align: top;
}

#lablec h2 {
	text-align: center;
}
#lablec h2 span {
	font-size: 26px;
}
#lablec-automall {
	height: 29px;
	margin: 4em 0px 2em;
	text-align: right;
	background: url('automall-logo-206x29.png') no-repeat left top;
}
#lablec-automall span {
	display: block;
	max-width: 1000px;
	height: 28px;
	margin-left: 288px;
	border-bottom: 1px solid black;
}
#lablec-jogi {
	text-align: right;
}

.kemtevekenyseg {
	display: none;
	width: 1px;
	height: 1px;
}

@media screen and (max-width: 1347px) {
	.tartalom-tarto {
		width: auto;
	}
}
@media screen and (max-width: 1276px) {
	#logo {
		left: 20px;
	}
	#aloldal-oldalsav {
		float: none;
		margin: 0px auto;
	}
	#auto-kulso {
		float: none;
	}
	#oldal-tarto {
		padding-right: 20px;
		padding-left: 20px;
	}
	.aloldal-tartalom {
		width: auto;
	}
	#tartalom-fulek a {
		width: 33.33%;
	}
	.auto-technikai-adatok {
		text-align: center;
	}
	.auto-doboz .adat {
		text-align: left;
	}
	#auto-adatai .adat {
		float: none;
		display: inline-block;
		text-align: left;
	}
	#lablec-automall {
		padding-bottom: 8px;
		background-position: 16px 12px;
		background-size: 150px;
	}
	#lablec-automall span {
		margin-left: 180px;
	}
	#lablec-szoveg {
		padding: 0px 16px;
	}
	#lablec-jogi {
		padding: 0px 16px;
	}
	#lablec-linkek {
		padding: 0px 16px 8px;
		text-align: center;
	}
	#tarto {
		min-height: auto;
	}
}
@media screen and (max-width: 994px) {
	#auto-nagykep img {
		width: 100%;
		height: auto;
		height: calc(100% * 719 / 958);
	}
	.auto-doboz .ar {
		margin: 0em 0em 0.2em;
	}
	.auto-doboz h3 {
		margin-bottom: 0.5em;
	}
	#lablec h2 span {
		font-size: 1.2em;
	}
	#lablec h2 {
		font-size: 1.2em;
		font-weight: bolder;
	}
	.auto-kiskep {
		width: 80px;
		height: 60px;
	}
	#aloldal-oldalsav-info {
		display: none;
	}
	#lablec-szoveg br {
		display: none;
	}
}
@media screen and (max-width: 975px) {
	#talalatok {
		text-align: center;
	}
}
@media screen and (max-width: 799px) {
	#cimlap-fejlec {
		display: none;
	}
	#kereso label {
		width: 80px;
	}
}