
section#header-image {
	position: relative;
	display: block;
	max-height: 306px;
	overflow: hidden;
	line-height: 0;
	background-color: #fff;
}
@media all and (min-width: 970px) {
	section#header-image {
		height: 306px;
	}
}
@media all and (min-width: 1170px) {
	section#header-image {
		max-height: 306px;
		height: auto;
	}
}
section#header-image object {
	width: 100%;
	max-height: 306px;
}
section#header-image img {
	display: block;
	width: 100%;
	height: auto;
}
@media all and (min-width: 970px) {
	section#header-image img {
		position: relative;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translate(-50%, 0);
	}
}
@media all and (min-width: 1170px) {
	section#header-image img {
		width: 100%;
	}
}

section#content {
	max-width: 100%;
	overflow:hidden;
	background-color: #fff;
}
section#content .wrapper {
	padding: 0 15px;
}
@media all and (min-width: 768px) {
	section#content .wrapper {
		position: relative;
		margin: 0px auto;
	}
}
@media all and (min-width: 970px) {
	section#content .wrapper {
		max-width: 970px;
		margin: 0 auto;
	}
}
@media all and (min-width: 1170px) {
	section#content .wrapper {
		width: 1170px;
		max-width: none;
	}
}

section#content .column-left {
	margin-top: 40px;
	font: normal 16px/24px Arial;
	color: #454545;
}
@media all and (min-width: 768px) {
	section#content .column-left {
		float: left;
		max-width: 68.83%;
		padding-right: 33px;
	}
	section#content .column-right {
		float: left;
		max-width: 31.17%;
		padding-top: 30px;
	}
}
@media all and (min-width: 1170px) {
	section#content .column-left {
		width: 780px;
		max-width: none;
	}
	section#content .column-right {
		width: 360px;
		max-width: none;
	}
}

section#content .column-left .box-text {
	clear: both;
}
section#content .column-left .box-text:after {
	display: table;
	content: "";
	clear: both;
}
section#content .column-left .box-text h1 {
	margin: 36px 0 13px;
	font: 36px/44px medium;
	color: #202020;
	text-transform: uppercase;
}
section#content .column-left .box-text h1:first-child {
	margin-top: 0;
}
section#content .column-left .box-text h2 {
	margin: 35px 0 17px;
	font: 24px/28px medium;
	color: #202020;
	text-transform: uppercase;
}
section#content .column-left .box-text h2:first-child {
	margin-top: 0;
}
section#content .column-left .box-text h3 {
	margin: 41px 0px 17px;
	font: 16px/22px heavy;
	color: #202020;
	text-transform: uppercase;
}
section#content .column-left .box-text h3:first-child {
	margin-top: 0;
}
section#content .column-left .box-text p.lead {
	margin-bottom: 27px;
	padding-bottom: 29px;
	font: 24px/30px Arial;
	color: #454545;
	border-bottom: 1px solid #e5e5e5;
}
section#content .column-left .box-text p {
	color: #454545;
}
section#content .column-left .box-text p a {
	color: #106d3b;
}
section#content .column-left .box-text p.content-text {
	margin-bottom: 15px;
}
section#content .column-left .box-text .content-image,
section#content .column-left .box-text .content-image img {
	display: block;
	width: 100%;
	margin: 30px auto;
}
section#content .column-left .box-text .content-image object {
	width: 100%;
}
section#content .column-left .box-text .content-image img {
	margin: 0 auto;
}
@media all and (min-width: 480px) {
	section#content .column-left .box-text .content-image,
	section#content .column-left .box-text .content-image img {
		width: auto;
		text-align: center;
	}
	section#content .column-left .box-text .content-image.element-left {
		display: block;
		float: left;
		margin: 6px 30px 30px 0;
	}
	section#content .column-left .box-text .content-image.element-right {
		display: block;
		float: right;
		margin: 0 0 30px 30px;
	}
}

/* Számozatlan lista */
section#content .column-left .box-text ul.list {
	margin-bottom: 11px;
}
section#content .column-left .box-text ul.list li {
	position: relative;
	display: block;
	padding: 0px 0px 12px 21px;
}
section#content .column-left .box-text ul.list li:before {
	position: absolute;
	top: 8px;
	left: -2px;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	border-top: 2px solid #dc3c36;
	border-right: 2px solid #dc3c36;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
section#content .column-left .box-text ul.list li a {
	color: #106d3b;
}
section#content .column-left .box-text ul.list li a:hover {
	text-decoration: underline;
}
/* /Számozatlan lista */

/* Számozott lista */
section#content .column-left .box-text ol.list {
	display: block;
	list-style-type: decimal;
	padding-left: 18px;
	margin-bottom: 11px;
}
section#content .column-left .box-text ol.list li {
	padding: 0px 0px 12px 4px;
}
section#content .column-left .box-text ol.list li a {
	color: #106d3b;
}
section#content .column-left .box-text ol.list li a:hover {
	text-decoration: underline;
}
/* /Számozott lista */
section#content .column-left .box-text .hr {
	width: 100%;
	height: 1px;
	margin: 27px 0px 45px;
	background-color: #e5e5e5;
}
section#content .column-left .box-text .small {
	margin-bottom: 15px;
	font-size: small;
	line-height: 22px;
	color: #9e9e9e;
}
section#content .column-left .box-text .small .multi-link {
	color: #9e9e9e;
	text-decoration: underline;
}
section#content .column-left .box-text .small .multi-link:hover {
	text-decoration: none;
}
/* Táblázat */
section#content .column-left .box-text .table-container {
	margin: 30px 0;
	overflow-x: auto;
}
section.text-contents .table-container {
	overflow-x: auto;
	width: 100%;
}
section#content .column-left .box-text .table,
section.text-contents .wrapper .table {
	width: 100%;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
section#content .column-left .box-text .table tr,
section.text-contents .wrapper .table tr {
	border-bottom: 1px solid #E5E5E5;
}
section#content .column-left .box-text .table tr.even,
section.text-contents .wrapper .table tr.even {
	background-color: #fff;
}
section#content .column-left .box-text .table tr.odd,
section.text-contents .wrapper .table tr.odd {
	background-color: #F9F9F9;
}
section#content .column-left .box-text .table td,
section#content .column-left .box-text .table th,
section.text-contents .wrapper .table td,
section.text-contents .wrapper .table th {
	padding: 15px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
section#content .column-left .box-text .table th,
section.text-contents .wrapper .table th {
	color: #106D3B;
	border-bottom: 2px solid #D6E9D1;
	background-color: #F9F9F9;
	text-transform: uppercase;
	font-weight: bold;
}
section#content .column-left .box-text .base-two tr.even,
section#content .column-left .box-text .base-two tr.odd,
section.text-contents .wrapper .table tr.even {
section.text-contents .wrapper .table tr.odd {
	background: transparent;
}
/* /Táblázat */
.aterm section#details .wrapper,
.eterm section#details .wrapper {
	width: 100%;
	padding: 45px 0;
}

/* Kereső találati oldal formja */
section#content .column-left form.search-form {
	max-width: 500px;
	overflow: hidden;
	margin: 20px 0;
}
section#content .column-left form.search-form input[type="text"] {
	float: left;
	width: 80%;
	margin: 0;
	padding: 0 16px;
	color: #383838;
	height: 40px;
	font: normal 18px/40px Arial;
	border: 1px solid #ababab;
	border-right: none;
}
section#content .column-left form.search-form input[type="text"]:hover {
	border-color: #8c8c8c;
}
section#content .column-left form.search-form input[type="text"]:focus {
	border-color: #6d6d6d;
}
section#content .column-left form.search-form button {
	float: left;
	width: 20%;
	height: 40px;
	overflow: hidden;
	text-indent: -500px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: #106d3b url(/static/g/search-form-button.png) no-repeat center center;
}
section#content .column-left form.search-form button:hover {
	background-color: #22844f;
}
/* /Kereső találati oldal formja */
