html {
  font-family: sans-serif;
  font-size: 1.1em;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  padding: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}











/* ********************************************************************************************************** */
/* ---------------------------------------------------------------------------------------------------------- */
/*                                                                                                            */
/*        NORMALIZE.CSS above                                                                                 */
/*                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------- */
/* ********************************************************************************************************** */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.75em;
	color: #666666;
}

body {
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}



/* HEADER */
/* ================================================================================ */
header {
	display: block;
	margin: none;
	padding: none;
}
@media screen and (max-width: 599px) {
	header.main-phone {
		display: block;
		margin: 0.5em 0.5em 0em 0.5em;
	}
	header.main-tablet {
		display: none;
	}
	header.main-desktop {
		display: none;
	}
	header.main-tablet-desktop {
		display: none;
	}
	div.header img {
	}
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	header.main-phone {
		display: none;
	}
	header.main-tablet {
		display: block;
		margin: 0.5em 0.5em 0em 0.5em;
	}
	header.main-desktop {
		display: none;
	}
	header.main-tablet-desktop {
		display: block;
		margin: 0.5em 0.5em 0em 0.5em;
	}
	div.header img {
	}
}
@media screen and (min-width: 900px) {
	header.main-phone {
		display: none;
	}
	header.main-tablet {
		display: none;
	}
	header.main-desktop {
		display: block;
		margin: 0.5em 0.5em 0em 0.5em;
	}
	header.main-tablet-desktop {
		display: block;
		margin: 0.5em 0.5em 0em 0.5em;
	}
	div.header img {
	}
}






/* FOOTER */
/* ================================================================================ */
footer {
	display: block;
	background-color: #666666;
	color: #cccccc;
	padding: 5px;
}

footer a, footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
footer a:hover, footer a:active {
	color: #cccccc;
	text-decoration: underline;
}
footer a.font-bold {
	font-weight: bold;
}


/* TITLES */
/* ================================================================================ */
h1 {
	display: block;
	text-align:center;
	font-size:1.5em;
	font-weight: normal;
	margin:0px 0px 10px 0px;
}

h2 {
	display: block;
	font-weight: normal;
	font-size: 1em;
	color:#cccccc;
	background-color: #666666;
	/*margin: 2px 0px 10px 0px;*/
	margin: 0;
	padding: 15px 15px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}




/* SPAN */
/* ================================================================================ */
span.font-bold {
	font-weight: bold;
}
small {
    font-size: 0.7em;
}




/* CLEARFIX */
/* ================================================================================ */
.clearfix {
    clear: both;
}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}




/* HIDDEN */
/* ================================================================================ */
div.hidden {
	display: none;
}




/* LINKS */
/* ================================================================================ */
a, a:visited {
	color: #0080ff; /*0080ff;*/
	text-decoration: none;
}
a:hover, a:active {
	color: #0080ff;
	text-decoration: underline;
}
a.font-bold {
	font-weight: bold;
}

a.color-text, a.color-text:visited {
	color: #666666; /*0080ff;*/
	text-decoration: none;
}
a.color-text:hover, a.color-text:active {
	color: #666666;
	text-decoration: underline;
}



/* TABLES */
/* ================================================================================ */

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table th {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

table td {
	padding: 0;
	text-align: left;
	vertical-align: middle;
}

table.width-100 {
	width: 100%;
}

table th.align-left,
table td.align-left {
	text-align: left;
}

table th.align-right,
table td.align-right {
	text-align: right;
}

table th.align-center,
table td.align-center {
	text-align: center;
}

table th.valign-top,
table td.valign-top {
	vertical-align: top;
}

table th.valign-middle,
table td.valign-middle {
	vertical-align: middle;
}

table th.valign-bottom,
table td.valign-bottom {
	vertical-align: bottom;
}

table th.font-bold,
table td.font-bold {
	font-weight: bold;
}

table th.font-normal,
table td.font-normal {
	font-weight: normal;
}

table th.border-1,
table td.border-1 {
	border: #cce6ff solid 1px;
}

table.last-width-100 td {
	white-space: nowrap;
}
table.last-width-100 td:last-child {
	width: 99%;
}

table td.link-color-2 a, table td.link-color-2 a:visited {
	color: #666666;
	text-decoration: none;
}
table td.link-color-2 a:hover, table td.link-color-2 a:active {
	color: #0080ff;
	text-decoration: underline;
}

table.cellpadding-1 td {
	padding: 0.2em 0.3em 0.2em 0.3em;
}
table.cellpadding-1 td:first-child {
	padding: 0.2em 0.3em 0.2em 0em;
}
table.cellpadding-1 td:last-child {
	padding: 0.2em 0em 0.2em 0.3em;
}


table.cellpadding-2 td {
	padding: 0.1em 0.2em 0.1em 0.1em;
}
table.cellpadding-2 td:first-child {
	padding: 0.1em 0.2em 0.1em 0em;
}
table.cellpadding-2 td:last-child {
	padding: 0.1em 0em 0.1em 0.1em;
}




/* Termékek */
table.lst-product {
}

table.lst-product td {
	vertical-align: top;
}

table.lst-product td.picture {
	padding: 1em 0em 0em 0em;
}

table.lst-product td.picture img {
}

table.lst-product td.data {
	padding: 1em 0em 1em 0.5em;
}
	
table.lst-product-price {
}
table.lst-product-price td {
	padding: 0;
}
table.lst-product-price td:last-child {
	padding-left: 0.3em;
}

/*table.lst-product tr:not(:last-child) {
	border-bottom: #e6e6e6 solid 1px;
}*/


/* Partnerek */
table.lst-partner {
	width: 100%;
}

table.lst-partner td {
	vertical-align: top;
	padding: 10px 0px 10px 0px;
}

table.lst-partner tr:not(:last-child) {
	border-bottom: #e6e6e6 solid 1px;
}




div.link-color-2 a, div.link-color-2 a:visited {
	color: #666666;
	text-decoration: none;
}
div.link-color-2 a:hover, div.link-color-2 a:active {
	color: #0080ff;
	text-decoration: underline;
}




/* PHONE */
/* ==================================================================================================== */

@media screen and (max-width: 599px) {
	/* Termékek */
	table.lst-product td.picture img {
		max-width: 60px;
		max-height: 60px;
	}
}



	

/* TABLET */
/* ==================================================================================================== */

@media screen and (min-width: 600px) and (max-width: 899px) {
	/* Termékek */
	table.lst-product td.picture img {
		max-width: 80px;
		max-height: 80px;
	}
}






/* DESKTOP */
/* ================================================================================ */
@media screen and (min-width: 900px) {
	/* Termékek */
	table.lst-product td.picture img {
		max-width: 100px;
		max-height: 100px;
	}
}













/* BUTTONS */
/* ================================================================================ */
button {
	border: none;
	padding: 16px 32px;
	text-align: center;
	display: inline-block;
	font-size: 1em;
	-webkit-transition-duration: 0.4s;
	background-color: #4CAF50;
	color: #ffffff;
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 100%;
}
button:hover {
	background-color: #3e8e41;
	cursor: pointer;
}
button.warning {
	background-color: #ff9900;
	color: #ffffff;
}
button.warning:hover {
	background-color: #cc7a00;
}






/* FORM - INPUT */
/* ================================================================================ */
div.frm-box {
	text-align: center;
	width: 100%;
	padding: 5px 10px 5px 10px;
	background-color:#e6e6e6;
	height:auto; 
	margin:0 auto; 
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

form {
	
}

textarea {
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin: 5px 0px 5px 0px;
	border: #cccccc solid 2px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

input {
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin: 5px 0px 5px 0px;
	border: #cccccc solid 2px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 14px 32px;
    text-decoration: none;
    cursor: pointer;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color: #3e8e41;
	cursor: pointer;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}



select {
	padding:0.15em;
	margin: 0px 0px 0px 0px;
	border: #cccccc solid 2px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #ffffff;
}

	
/* MAIN MENU - MAIN NAV ********************** */
ul.mnu-main {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.mnu-main::after {
	content: " ";
	display: table;
	clear: both;
}

ul.mnu-main li {
	
}

ul.mnu-main li a {
	display: none;
	font-size: 1em;
	float: right;
	color: #d20019;
	margin: 2px 3px 2px 3px;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
	border-bottom: #d20019 solid 2px;
}

ul.mnu-main li a:hover {
	background-color: #d20019;
	color: white;
}

ul.mnu-main li a.btn-nav:hover {
	background-color: white;
	color: #d20019;
}

ul.mnu-main li a.btn-nav {
	display: block;
	border: none;
}

ul.mnu-main li a.btn-nav:before {
	content:'\2630';
}



/* MENU - NAV */
/* ================================================================================ */
ul.mnu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.mnu::after {
	content: " ";
	display: table;
	clear: both;
}

ul.mnu li a {
	font-size: 1em;
	color: white;
	margin: 2px 2px 2px 2px;
	padding: 15px 15px;
	text-align: center;
	text-decoration: none;
	background-color: #d20019;
}

ul.mnu-vertical li a {
	float: none;
	display: block;
}

ul.mnu-left li a {
	float: left;
}

ul.mnu-right li a {
	float: right;
}

ul.mnu-hidden {
	display: none;
}

ul.mnu-radius li a {
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

ul.mnu li a:hover {
	background-color: #990012;
}



/* HAMBURGER ICON */
/* ================================================================================ */
.hamburger-icon  div{
	width: 25px;
	height: 3px;
	background-color: #d20019;
	margin: 0px 0px 5px 0px;
}
.hamburger-icon:last-child {
	margin: 0;
}



/* MESSAGE BOXES */
/* ================================================================================ */
div.msg-box {
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#msg-box-mini {
	display: none;
	text-align: center;
	font-weight: normal;
	/*width: 20em;
	height: 4em;*/
	background: #99D6AD;
	padding: 1em 2em 1em 2em;
	border: 2px solid #ddd;
	float: left;
	position: fixed;
	top: 40%;
	left: 40%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/* -------------------- MESSAGE BOXES -------------------- */


/* CONTENT */
/* ================================================================================ */
div.content-box {
}

div.sub-content-box-white {
	padding:0em;
	margin:1em 0em 0em 0em;
}

div.sub-content-box-color {
	background-color:#f5f5f5;
	padding:0em;
	margin:1em 0em 0em 0em;
}




/* SENSITIVE PHONE MENU */
/* ================================================================================ */
a.btn, a.btn:visited {
	display: block;
	text-align: center;
	margin: 3px 0px 3px 0px;
	padding: 15px 15px;
	text-decoration: none;
	color: #f2f2f2;
	background-color: #3399ff;
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
}
a.btn:hover, a.btn:active {
	background-color: #0080ff;
}
a.btn-toggle, a.btn-toggle:visited {
	display: block;
	text-align: center;
	margin: 3px 0px 3px 0px;
	padding: 15px 15px;
	text-decoration: none;
	color: #f2f2f2;
	background-color: #3399ff;
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
}
a.btn-toggle:hover, a.btn-toggle:active {
	background-color: #0080ff;
}



div#menu-sensitive-box-m {
	display: block;
}

a#btn-menu-sensitive-m {
	display: block;
	text-align: center;
	margin: 2px 0px 2px 0px;
	padding: 15px 15px;
	text-decoration: none;
	color:#cccccc;
	background-color: #666666;
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a#btn-menu-sensitive-m:hover {
	background-color: #4d4d4d;
}

ul#menu-sensitive-m {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul#menu-sensitive-m li {
}

ul#menu-sensitive-m li a {
	display: block;
	font-size: 1em;
	color:#ffffff;
	background-color: #999999;
	margin: 2px 0px 2px 0px;
	padding: 15px 15px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul#menu-sensitive-m li a:hover {
	color:#cccccc;
	background-color: #808080;
}





#btn-fixed-menu-sensitive-m {
	position: fixed;
	width: 65px;
	height: 65px;
	font-size: 30px;
	background-color: #a6a6a6;
	color: #595959;
	bottom: 0;
	right: 0;
	padding: 15px 0px 0px 0px;
	margin: 0px 5px 5px 0px;
	text-align: center;
	vertical-align: middle;
	border: #595959 solid 2px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0.2;
}
#btn-fixed-menu-sensitive-m:hover {
	opacity: 0.4;
	cursor: pointer;
}
#fixed-menu-sensitive-m {
	display: none;
	background-color: white;
	/*border: #e4e4e4 solid 2px;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 85%;
	padding: 5px;
	margin: 0px 25px 10px 0px;
	z-index: 1;
	overflow: auto;
}
#fixed-menu-sensitive-m ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#fixed-menu-sensitive-m ul li {
}
#fixed-menu-sensitive-m ul li a {
	display: block;
	font-size: 1em;
	color:#777777;
	border: #e4e4e4 solid 2px;
	background-color: #ffffff;
	margin: 2px 0px 2px 0px;
	padding: 12px 12px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#fixed-menu-sensitive-m ul li a:hover {
	color:#666666;
	background-color: #d9d9d9;
}
#fixed-menu-sensitive-m ul li a#btn-fixed-menu-sensitive-m-close {
	display: block;
	font-size: 1em;
	color:#777777;
	background-color: #e6e6e6;
	margin: 2px 0px 2px 0px;
	padding: 12px 12px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#fixed-menu-sensitive-m ul li a#btn-fixed-menu-sensitive-m-close:hover {
	color:#666666;
	background-color: #d9d9d9;
}





/* SENSITIVE DESKTOP MENU */
/* ================================================================================ */
div.menu-sensitive-d {
	display: none;
}

div.menu-sensitive-d ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.menu-sensitive-d ul li {
}

div.menu-sensitive-d ul li a {
	display: block;
	font-size: 1em;
	color: #d20019;
	margin: 2px 3px 2px 3px;
	padding: 8px 10px;
	text-align: left;
	text-decoration: none;
}

div.menu-sensitive-d ul li a:hover {
	background-color: #d20019;
	color: white;
}





/* NEWS */
/* ================================================================================ */
div.lst-news {
	width: 100%;
}
div.lst-news h1 {
	background-color: #e6e6e6;
	padding: 12px 0px 12px 10px;
}
div.lst-news h2 {
	color: #666666;
	background-color: #e6e6e6;
	/*padding: 12px 0px 12px 10px;*/
	font-size: 1em;
	font-weight: normal;
	border-left: #cccccc solid 10px;
}
div.lst-news p.lst-news-date {
	text-align: right;
}
div.lst-news p.lst-news-body {
	font-size: 1em;
	word-wrap: break-word;
	text-align: justify;
}
div.lst-news div.lst-news-pic {
	text-align: center;
	margin-top: 0.5em;
}



/* LIST */
/* ================================================================================ */
div.lst {
	width: 100%;
}
div.lst div.lst-row {
	padding: 10px 0px 10px 0px;
}
div.lst div.lst-row::after {
	content: " ";
	display: table;
	clear: both;
}
div.lst div.lst-row:hover {
	background-color: #e6e6e6;
}
div.lst div.lst-field {
	float: left;
	padding: 0px 0px 0px 10px;
}
div.lst div.lst-field a {
	color: #666666;
	text-decoration: none;
}
div.lst div.lst-row::after {
	content: "";
	clear: both;
	display: table;
}
div.lst-pages-cnt {
	width: 100%;
	text-align: center;
}
div.lst-pages {
	display: inline-block;
	margin: 0 auto;
}
div.lst-pages::after {
	content: "";
	clear: both;
	display: table;
}
div.lst-pages-link {
	display: block;
	float: left;
}
div.lst-pages-link-inner {
	float: left;
	display: none;
}
div.lst-pages-link a {
	display: block;
	padding: 10px 20px;
	margin: 0px 2px 0px 2px;
	color: #666666;
	background-color: #e6e6e6;
	float: left;
	text-align: center;
	text-decoration: none;
}
div.lst-pages-link-current {
	display: block;
	float: left;
}
div.lst-pages-link-current a {
	display: block;
	float: left;
	background-color: #f5f5f5;
}
/* Search - Keresés - Lst - Lista */
div.lst-search {
	width: 100%;
}
div.lst-search::after {
	content: "";
	clear: both;
	display: table;
}
div.lst-search input[type=search] {
    background-image: url('https://arklub.hu/media/arklub/searchicon.png');
	background-size: 22px 22px;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
	width: 75%;
	float: left;
}
div.lst-search input[type=submit] {
	width: 24%;
	float: left;
	margin-left: 2px;
}



/* PARTNER - V */
/* ================================================================================ */
div.go_partner_telephely {
	display: none;
}
div.go_partner_telephely:active {
	background-color: #4CAF50;
	color: #ffffff;
	cursor: pointer;	
}

div.go_partner_fizetovevo {
	display: none;
}
div.go_partner_fizetovevo:active {
	background-color: #4CAF50;
	color: #ffffff;
	cursor: pointer;	
}

div.go_partner_kosar {
	display: none;
}

div.go_partner_rendeles {
	display: none;
}

div.go_partner_szamla {
	display: none;
}

div.go_partner_tartozas {
	display: none;
}

div#selected-partner-box {
	background-color: #cc3300;
	color: #ffffff;
	padding: 5px;
}
div#selected-partner-box:hover {
	background-color: #992600;
	cursor: pointer;
}








/* Minden table tr kattintható, ha van data-href attributuma */
/*table tr[data-href]:hover {
	cursor: pointer;
}*/






table.kedvezmeny_info th {
	background-color: #d9d9d9;
	border: #d9d9d9 solid 1px;
	padding: 0.5em;
}

table.kedvezmeny_info td {
	border: #d9d9d9 solid 1px;
	text-align: right;
	padding: 0.5em;
}









div.static-message-box-ok {
	margin: 1em 0em 0em 0em;
	padding: 1em 1em 1em 1em;
	background-color: #ccffcc;
	color: #006600;
	text-align: center;
}
div.static-message-box-error {
	margin: 1em 0em 0em 0em;
	padding: 1em 1em 1em 1em;
	background-color: #ffcccc;
	color: #cc0000;
	text-align: center;
}








#map {
	height: 100%;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}








p.teszt-szoveg {
	color: pink;
}












/* Kosár */
table.cart-price {
	width:100%;
}

table.cart-price th, table.cart-price td {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

table.cart-price th {
	background-color:#f5f5f5;
	font-weight: normal;
}







.product-desc-stat-text {
	width: auto;
	margin: 0em 0.5em 0em 0em;
	padding: 0.5em;
	background-color:#e6e6e6;
	color:#a6a6a6;	
}
.product-desc-stat-text:hover {
	background-color:#cccccc;
	color:#a6a6a6;
}

.product-desc-stat-text-delete {
	width: auto;
	margin: 0;
	padding: 0.5em;
	background-color:#f2f2f2;
	color:#b3b3b3;
}
.product-desc-stat-text-delete:hover {
	background-color:#d9d9d9;
	color:#b3b3b3;
}










	/* CSAK TESZT - tábla sorok és cellák mobil és desktop nézetben */
	.teszt-tabla {
		display: table;
	}
	.teszt-tabla-sor {
		display: table-row;
	}
	.teszt-tabla-cella {
		display: table-cell;
		border: pink solid 1px;
		padding:5px;
	}
	/* CSAK TESZT - tábla sorok és cellák mobil és desktop nézetben */

	
	





/* PHONE */
/* ================================================================================ */
@media screen and (max-width: 599px) {
	[class*="col-"] {
		width: 100%;
	}
	


	/* CSAK TESZT - tábla sorok és cellák mobil és desktop nézetben */
	.teszt-tabla {
		display: table;
	}
	.teszt-tabla-sor {
		display: table-row;
	}
	.teszt-tabla-cella {
		display: table-cell;
		border: pink solid 1px;
		padding:5px;
	}
	/* CSAK TESZT - tábla sorok és cellák mobil és desktop nézetben */

	
	
	.hidden-tablet {
		display: none;
	}
	.hidden-desktop {
		display: none;
	}
	.hidden-tablet-desktop {
		display: none;
	}
	
	table.tbl-csomagkedv {
		width: 100%;
		margin-top: 1em;
	}
	table.tbl-csomagkedv tr td {
		padding: 0.2em 0.3em 0.2em 0.3em;
		border: #e6e6e6 solid 1px;
		text-align: right;
	}

	
	/* CONTENT - LEFT SIDE - RIGHT SIDE */
	div.content-left-box {
		display: none;
	}
	div.content-right-box {
		padding: 0px 10px 10px 10px;
	}
	
	.btn-nav {
		font-size: 2em;
		font-weight: bold;
		color: #cc3300;
	}
	
	#msg-box-mini {
		left: 10%;
		top: 25%;
	}

	h2.desktop-title {
		display: None;
	}

	p.teszt {
		color: red;
	}
	
	form {
		width: 100%;
		/*border: pink solid 1px;*/
	}

	input[type=button], input[type=submit] {
		width: 100%;
		display: block;
	}
	
	.ch-password-box input[type=password] {
		width: 100%;
		display: block;
	}
	
	/* Kosárba rakás */
	select.cart-imp-gyujto {
		padding:0.4em;
	}
	input.cart-imp-darab {
		width:4em;
		margin:0;
		padding:0.6em;
	}
	input.cart-imp-submit {
		width:100%;
		margin:0.5em 0em 0em 0em;
		padding:0.75em;
	}

	
	/* Link History */
	.link-history-box {
		margin: 0.2em 0em 0em 0em;
	}
	.link-history-box::after {
		content: "";
		clear: both;
		display: table;
	}
	.btn-link-history {
		float: left;
		background-color: #cce6ff;
		padding: 0.5em;
		margin: 0.1em;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.lnk-link-history {
		float: left;
		display: none;
		background-color: #e6f2ff;
		padding: 0.5em;
		margin: 0.1em;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	
	img.img-brands {
		padding: 1em;
		max-width: 140px;
	}

	.product-azonos-cikkek-kosarba {
		width: 100%;
	}

} /* PHONE */





/* TABLET */
/* ================================================================================ */
@media screen and (min-width: 600px) and (max-width: 899px) {
	[class*="col-"] {
		float: left;
	}

    .col-t-1 {width: 8.33%;}
    .col-t-2 {width: 16.66%;}
    .col-t-3 {width: 25%;}
    .col-t-4 {width: 33.33%;}
    .col-t-5 {width: 41.66%;}
    .col-t-6 {width: 50%;}
    .col-t-7 {width: 58.33%;}
    .col-t-8 {width: 66.66%;}
    .col-t-9 {width: 75%;}
    .col-t-10 {width: 83.33%;}
    .col-t-11 {width: 91.66%;}
    .col-t-12 {width: 100%;}
	
	.row::after {
		content: "";
		clear: both;
		display: table;
	}
	
	.hidden-phone {
		display: none;
	}
	.hidden-desktop {
		display: none;
	}

	table.tbl-csomagkedv {
		width: 100%;
		margin-top: 1em;
	}
	table.tbl-csomagkedv tr td {
		padding: 0.2em 0.3em 0.2em 0.3em;
		border: #e6e6e6 solid 1px;
		text-align: right;
	}
	
	/* CONTENT - LEFT SIDE - RIGHT SIDE */
	div.content-left-box {
		padding: 10px 5px 10px 5px;
		display: none;
	}
	div.content-right-box {
		padding: 10px 5px 10px 5px;
	}
	

	p.teszt {
		color: green;
	}
	
	button {
		/*width: auto;*/
	}

	ul.mnu-main li a {
		display: block;
	}

	ul.mnu-main li a.btn-nav {
		display: none;
	}
	
	div.content-left-box {
		display: block;
		float: left;
		width: 25%;
	}

	div.content-right-box {
		display: block;
		float: left;
		width: 75%;
	}
	
	form {
		width: 330px;
		margin: 0 auto;
		/*border: pink solid 1px;*/
	}

	div.msg-box {
		width: 80%;
	}
	
	div.menu-sensitive-d {
		display: block;
	}
	
	div#menu-sensitive-box-m {
		display: none;
	}

	div.lst-news {
		width: 80%;
		margin: auto;
	}

	div.lst {
		width: 80%;
		margin: auto;
	}
	
	div.lst-search input[type=submit] {
		margin-left: 2px;
	}
	div.lst-search input {
		display: block;
		float: left;
	}
	div.lst-search::after {
		content: "";
		clear: both;
		display: table;
	}
	
	/* Kosárba rakás */
	select.cart-imp-gyujto {
		padding:0.12em;
	}
	input.cart-imp-darab {
		width:4em;
		margin:0;
		padding:0.3em;
	}
	input.cart-imp-submit {
		margin:0;
		padding:0.4em;
	}

	
	/* Link History */
	.link-history-box {
		margin: 0.2em 0em 0em 0em;
	}
	.link-history-box::after {
		content: "";
		clear: both;
		display: table;
	}
	.btn-link-history {
		float: left;
		padding: 0.5em;
		margin: 0.1em;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.lnk-link-history {
		float: left;
		background-color: #e6f2ff;
		padding: 0.5em;
		margin: 0.1em;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	img.img-brands {
		padding: 1em;
		max-width: 160px;
	}
	
} /* TABLET */





/* DESKTOP */
/* ================================================================================ */
@media screen and (min-width: 900px) {
	[class*="col-"] {
		float: left;
	}
	
    .col-d-1 {width: 8.33%;}
    .col-d-2 {width: 16.66%;}
    .col-d-3 {width: 25%;}
    .col-d-4 {width: 33.33%;}
    .col-d-5 {width: 41.66%;}
    .col-d-6 {width: 50%;}
    .col-d-7 {width: 58.33%;}
    .col-d-8 {width: 66.66%;}
    .col-d-9 {width: 75%;}
    .col-d-10 {width: 83.33%;}
    .col-d-11 {width: 91.66%;}
    .col-d-12 {width: 100%;}

	.row::after {
		content: "";
		clear: both;
		display: table;
	}
	
	.hidden-phone {
		display: none;
	}
	.hidden-tablet {
		display: none;
	}
	.hidden-phone-tablet {
		display: none;
	}

	table.tbl-csomagkedv {
		float: left;
		margin-right: 1em;
		margin-top: 1em;
	}
	table.tbl-csomagkedv tr td {
		padding: 0.2em 0.3em 0.2em 0.3em;
		border: #e6e6e6 solid 1px;
		text-align: right;
	}

	
	/* CONTENT - LEFT SIDE - RIGHT SIDE */
	div.content-left-box {
		padding: 10px 5px 10px 5px;
		display: none;
	}
	div.content-right-box {
		padding: 20px 5px 10px 5px;
	}
	

	p.teszt {
		color: blue;
	}

	/*button {
		width: auto;
	}*/

	ul.mnu-main li a {
		display: block;
	}

	ul.mnu-main li a.btn-nav {
		display: none;
	}
	
	div.content-left-box {
		display: block;
		float: left;
		width: 16.66%;
	}

	div.content-right-box {
		display: block;
		float: left;
		width: 83.33%;
	}

	form {
		width: 330px;
		margin: 0 auto;
		/*border: pink solid 1px;*/
	}

	div.msg-box {
		width: 60%;
	}
	
	div.menu-sensitive-d {
		display: block;
	}
	
	div#menu-sensitive-box-m {
		display: none;
	}

	div.lst-news {
		width: 70%;
		margin: auto;
	}

	div.lst {
		width: 80%;
		margin: auto;
	}
	
	div.lst-search input[type=submit] {
		margin-left: 2px;
	}
	div.lst-search input {
		display: block;
		float: left;
	}
	div.lst-search::after {
		content: "";
		clear: both;
		display: table;
	}

	div.lst-pages-link-inner {
		display: block;
	}
	div.lst-pages-link-current {
		display: none;
	}

	/* Kosárba rakás */
	select.cart-imp-gyujto {
		padding:0.12em;
	}
	input.cart-imp-darab {
		width:4em;
		margin:0;
		padding:0.3em;
	}
	input.cart-imp-submit {
		margin:0;
		padding:0.4em;
	}

	/* Link History */
	.link-history-box {
		margin: 0.2em 0em 0em 0em;
	}
	.link-history-box::after {
		content: "";
		clear: both;
		display: table;
	}
	.btn-link-history {
		float: left;
		padding: 0.5em;
		margin: 0.1em;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.lnk-link-history {
		float: left;
		background-color: #e6f2ff;
		padding: 0.5em;
		margin: 0.1em;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	img.img-brands {
		padding: 1em;
		max-width: 180px;
	}

	/* DESKTOP - TABLE*/
	/* ================================================================================ */

} /* DESKTOP */

