* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000000;
	width: 100%;
	margin-top: 0;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

header {
	margin-top: 0px;
	margin-bottom: 0px;
}

.left-side-menu{
	display: none;
}

footer {
	margin: 10px 10px 0 10px;
	background: #6cb86e;
	color: #000000;
	font-family: djbjenna;
	font-size: 16px;
	font-weight: bold;
	height: 52px;
	padding: 15px 20px 0 0;
	text-align: center;
	text-transform: uppercase;
	border: 0px solid #2efa04;
	border-radius: 10px;
}

.copy {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 18px;
}

.header-images {
	width: 100%;
}

img.logo  {
	height: 350px;
	margin-bottom: -3px;
}

img.cegek {
	height: 350px;
	margin-bottom: -3px;
}

img.mobil {
	height: 350px;
	margin-bottom: -3px;
}

img.kezdolap {
	width: 70%;
}

img.allergia_eseteben_ado_visszaigenyles_kedvezmenyek_tamogatasok {
	width: 70%;
}


img.allergia_gyogyszerek {
	max-width: 100%;
}

img.kerdezhetsz_az_orvostol_kerdesek_szakerto_valaszok {
	max-width: 100%;
	height: 250px;
}

img.inzulinrezisztencia {
	max-width: 100%;
	height: 250px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #2efa04;
}

.hat {
	color: #6cb86e;
	/*font-weight: bold;*/
}

input[type=text] {
	font-size: large;
	width: 50%;
	padding: 15px;
	border: 0px solid #000000;
	border-radius: 10px;
	background-color: #6cb86e;
	color: #000000;
	outline: none;
}

/* The label-check */
.label-check {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.label-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #6cb86e;
	border: 0px solid #2efa04;
	border-radius: 10px;
}

/* On mouse-over, add an orange background color */
.label-check:hover input ~ .checkmark {
	background-color: #2efa04;
	border: 0px solid #000000;
}

/* When the checkbox is checked, add an orange background */
.label-check input:checked ~ .checkmark {
	background-color: #2efa04;
	border: 0px solid #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.label-check input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.label-check .checkmark:after {
	left: 8px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #000000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type='range'] {
		overflow: hidden;
		width: 100%;
		-webkit-appearance: none;
		background-color: #6cb86e;
		border: 0px solid #2efa04;
		margin-left: -1px;
		margin-right: 0px;
		border-radius: 10px;
	}

	input[type='range']::-webkit-slider-runnable-track {
		height: 26px;
		-webkit-appearance: none;
		color: #000000;
		margin-top: 0px;
	}

	input[type='range']::-webkit-slider-thumb {
		width: 26px;
		-webkit-appearance: none;
		height: 26px;
		cursor: pointer;
		background: #000000;
		box-shadow: -1000px 0 0 990px #2efa04;
	}

}
/** FF*/
input[type="range"]::-moz-range-progress {
	height: 26px;
	background-color: #2efa04;
	border-radius: 10px;
}

input[type="range"]::-moz-range-track {
	height: 26px;
	width: 26px;
	cursor: pointer;
	background-color: #6cb86e;
}

input[type="range"]::-moz-range-thumb {
	height: 26px;
	width: 26px;
	background-color: #000000;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
	background-color: #6cb86e;
}

input[type="range"]::-ms-fill-upper {
	background-color: #6cb86e;
}

input[type=button], input[type=submit] {
	padding: 10px 20px 5px 20px;
	background-color: #6cb86e;
	color: #000000;
	border: 0px solid #2efa04;
	border-radius: 10px;
	/*text-transform: uppercase;*/
	font-family: djbjenna;
	font-size: 18px;
	font-weight: bold;
}

input[type=button]:hover, input[type=submit]:hover {
	padding: 10px 20px 5px 20px;
	background-color: #2efa04;
	color: #000000;
}

th{
	vertical-align: top;
}

#SearchFilter {
	display: none;
}

#AllergenFilter {
	display: none;
}

#articles {
	display: block;
}

.articles-container {
	padding: 20px 0 0 0;
	margin: 20px 40px 20px 40px;
	text-align: justify;
	line-height: 1.5;
}

.articles-container p {
	margin-top: 10px;
}

.articles-container h1, h2 {
	margin-bottom: 20px;
}

.articles-container ul li {
	margin-left: 40px;
	text-indent: 0;
}

.articles-center {
	text-align: center;
}

.articles-left {
	text-align: justify;
}

.articles-right {
	text-align: right;
}

.articles-bold {
	font-weight: bold;
}

.articles-underline {
	text-decoration: underline;
}

.articles-italic {
	font-style: italic;
}

.articles-underline-bold {
	font-weight: bold;
	text-decoration: underline;
}

.articles-indent {
	text-indent: 10px !important;
}

.articles-kezdolap h2 {
}

.articles-kezdolap p {
	margin: 40px;
}

.articles-container  ol li{
	margin-left: 40px;
	text-indent: 0;
	word-wrap: break-word;
}

.articles-link {
	word-break: break-word;
}

.articles-table {
	border-collapse: collapse;
}

.articles-table-td {
	border: 1px solid #000000;
}

.articles-table-td-40 {
	width: 40px;
}

.articles-table-td-100 {
	width: 200px;
	padding: 10px;
}

.articles-left-float img {
	float: left;
	padding-top: 15px;
	margin-right: 20px;
}

.articles-right-float img {
	float: right;
	padding-top: 15px;
	margin-left: 20px;
}

.articles-none-float {
	clear: both;
}

.articles-padding-top-80 {
	padding-top: 80px;
}

.articles-padding-top-100 {
	padding-top: 100px;
}

.SearchProduct {
	text-align: center;
	text-transform: uppercase;
}

.SearchProductInput {
}

.SearchProduct label {
	padding: 12px 12px 12px 0;
	display: block;
}

.container {
	padding: 20px;
	text-align: center;
	margin: 20px auto 20px auto;
}

.search_container {
	margin: 20px 40px 20px 40px;
}

.search_container_couple {
	background: rgba(108, 184, 110, 0.2); /* Green background with 20% opacity */
	border-radius: 10px;
	padding: 20px;
}

.search_result_count {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.table_center {
	margin-right: auto;
	margin-left: auto;
}

.table-filter {
	padding: 10px;
}

.table-nutritional-value {
	padding: 10px;
	max-width: 100%;
}

.table-nutritional-value td {
	height: 25px;
	vertical-align: bottom;
	padding: 6px;
}

.col-1 {
	float: left;
	width: 1%;
	padding: 0;
	text-align: right;
}

.col-5-gyogyszerek {
	float: left;
	width: 5%;
	text-align: center;
}

.col-10 {
	float: left;
	width: 10%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-15 {
	float: left;
	width: 15%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-16 {
	float: left;
	width: 16%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-17 {
	float: left;
	width: 17%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-18 {
	float: left;
	width: 18%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-20 {
	float: left;
	width: 20%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-20-center {
	float: left;
	width: 20%;
	text-align: center;
}

.col-20-cegek {
	float: left;
	width: 20%;
	text-align: left;
}

.col-20-space {
	float: left;
	width: 20%;
	text-align: left;
}

.col-20-mobil {
	float: left;
	width: 20%;
	text-align: left;
	padding-left: 90px;
	-webkit-padding-start: 60px;
}

.col-25 {
	float: left;
	width: 25%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-25-right {
	float: left;
	width: 25%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-25-s {
	float: left;
	width: 25%;
	padding: 0 10px 0 10px;
	text-align: left;
}

.col-30 {
	float: left;
	width: 30%;
	padding: 0 5px 0 5px;
	text-align: center;
}

.col-33 {
	float: left;
	width: 33%;
	padding: 0 5px 0 5px;
	text-align: left;
}

.col-40 {
	float: left;
	width: 40%;
	padding: 0 5px 0 5px;
	text-align: left;
}

.col-50 {
	float: left;
	width: 50%;
	padding: 0 5px 0 5px;
	text-align: left;
}

.col-60 {
	float: left;
	width: 60%;
	padding: 0 5px 0 5px;
	text-align: left;
}

.col-60-center {
	float: left;
	width: 45%;
	text-align: center;
}

.col-64 {
	float: left;
	width: 64%;
	padding: 0 5px 0 5px;
	text-align: left;
}

.col-75 {
	float: left;
	width: 75%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-80 {
	float: left;
	width: 80%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-82 {
	float: left;
	width: 82%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-83 {
	float: left;
	width: 83%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-84 {
	float: left;
	width: 84%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-85 {
	float: left;
	width: 85%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-90 {
	float: left;
	width: 90%;
	padding: 0 5px 0 5px;
	text-align: right;
}

.col-100 {
	float: left;
	width: 100%;
	padding: 0 5px 0 5px;
	text-align: left;
}

.col-100-s {
	float: left;
	width: 100%;
	padding: 0 5px 0 5px;
	text-align: left;
}

.col-100-t {
	float: left;
	width: 100%;
	padding: 0 5px 0 5px;
	text-align: left;
}
.col-100-header {
	margin: 0 10px 0 10px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

.datacol {
	margin-top: 6px;
	padding: 6px 6px 6px 6px;
}

.product-image {
	height: 300px;
}

.icon-image {
	height: 20px;
	width: 20px;
}

.icon-information {
	height: 20px;
	width: 20px;
}

.csuszka {
	height: 15px;
	width: 20px;
}

.nutritional-value-info {
	font-style: italic;
}

#search_popup_overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	z-index: 100;
	cursor: pointer;
}

.search_popup_container a {
	text-decoration: none;
}

.search_popup {
	width: 80%;
	top: 40%;
	left: 50%;
	margin-top: 0;
	margin-left: -40%;
	position: fixed;
	z-index: 101;
}

.search_popup_container {
	min-width: 300px;
	width: 100%;
	min-height: 100px;
	background: #ffffff;
	position: center;
	z-index: 103;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 5px #000000;
}

.search_popup_container p {
	clear: both;
	text-align: justify;
	font-weight: bold;
}

.search_popup_container p a {
	font-weight: bold;
}
.search_popup_container .x {
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
}

.search_popup_container .x:hover{
	cursor: pointer;
}

.search_popup_close {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 20px 5px 20px;
	background-color: #6cb86e;
	font-family: djbjenna;
	border: 1px solid #6cb86e;
	border-radius: 10px;
	margin-bottom: 5px;
}

.search_popup_close:hover {
	background-color: #2efa04;
	color: #000000;
	border: 1px solid #2efa04;
}

.gyogyszerek_popup_container {
	min-width: 300px;
	width: 100%;
	min-height: 100px;
	background: #ffffff;
	position: center;
	z-index: 103;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 5px #000000;
}

.gyogyszerek_popup_container p {
	clear: both;
	text-align: center;
	font-weight: bold;
}

.gyogyszerek_popup_container p a {
	font-weight: bold;
}

.gyogyszerek_popup_container .x {
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
}

.gyogyszerek_popup_container .x:hover{
	cursor: pointer;
}


/* Responsive layout - when the screen is less than 1280px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1600px) {
	img.logo {
		height: 300px;
	}

	img.cegek {
		height: 300px;
		padding-left: 10px;
	}

	img.mobil {
		height: 300px;
	}

	.col-20-mobil {
		padding-left: 100px;
		-webkit-padding-start: 100px;
	}
}

@media screen and (max-width: 1360px) {
	.col-25-s {
		width: 25%;
	}
}

@media screen and (max-width: 1280px) {
	.col-25-s {
		width: 50%;
	}

	.col-64 {
		margin-left: 5%;
	}

	.col-100-s {
		width: 90% !important;
		margin-left: 5% !important;
		margin-right: 5% !important;
	}

	.label-check {
		height: 30px;
	}

	.search_popup {
		top: 5% !important;
		padding: 0 !important;
	}
}

@media screen and (max-width: 1024px) {
	.label-check {
		height: 40px;
	}

	body {
		font-size: 14px;
	}

	img.logo {
		height: 250px;
	}

	img.cegek {
		height: 250px;
		padding-left: 60px;
	}

	img.mobil {
		height: 250px;
	}

	.col-20-mobil {
		padding-left: 120px;
	}

	.articles-yt {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 800px) {
	img.logo {
		height: 200px;
	}

	img.cegek {
		height: 0;
	}

	img.mobil {
		height: 120px;
		margin-top: 80px;
	}

	.col-100-header {
		width: 80%;
		margin: 0 auto 0 auto;
	}

	.col-20-space {
		display: none;
	}

	.col-20-center {
		width: 60%;
	}

	.col-20-mobil {
		padding-left: 3px;
	}

	.col-25-s {
		width: 100%;
	}

	.label-check {
		height: 25px;
	}

	.articles-yt {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 1406px) {
	.col-10, .col-15, .col-25, .col-25-right, .col-30, .col-33, .col-40, .col-50, .col-75, .col-80, .col-82, .col-85, .col-100 {
		width: 100%;
		margin-top: 0;
	}

	.col-64, .col-100-s {
		width: 90%;
	}

	.col-10, .col-25, .col-75, .col-82, .col-85, .col-100-t {
		text-align: center;
	}

	.col-64 {
		margin-left: 5%;
		margin-right: 5%;
	}

	.col-100-s {
		margin-left: 5%;
		margin-right: 5%;
	}

	.col-5-gyogyszerek {
		display: none;
	}

	img.cegek {
		padding-left: 60px;
	}

	body {
		font-size: 14px;
	}

	.product-image {
		height: 200px;
	}

	.menu {
		display: none;
	}

	.left-side-menu{
		display: block;
	}

	footer {
		min-width: 300px;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	input[type=text] {
		min-width: 300px;
		max-width: 95%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.search_container {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.articles-container {
		min-width: 300px;
		max-width: 95%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.articles-left {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.articles-table {
		font-size: 10px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.articles-table-td-40 {
		width: 10px !important;
		padding: 2px !important;
	}

	.articles-table-td-100 {
		width: 30px !important;
		padding: 2px !important;
	}

	.articles-left-float {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.articles-right-float {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.articles-left-float img {
		float: none;
		margin-right: 0;
	}

	.articles-right-float img {
		float: none;
		margin-left: 0;
	}

	.articles-img-max-width {
		max-width: 70%;
	}

	.articles-padding-top-80 {
		padding-top: 0;
		text-align: center;
	}

	.articles-padding-top-100 {
		padding-top: 0;
		text-align: center;
	}
}