
/*==========
// _mail_ CSS / General
==========*/
/*@import "_mail_.css";*/

html{
	background: #3c4854 url(/images/bg.gif) 0 0 repeat;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}


body {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	margin: 0px;
	line-height: 1.4;
	color: #464343;
}
.mn_body{
	background: url(/images/bg.jpg) 0 0 repeat-x;
	overflow: hidden;
}

table {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	margin: 0px;
	color: #464343;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 160%;
	line-height: 130%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
a img {
	border: 0px;
}
ul {color: #157dc1;}

a{
	color: #0071bb;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.editpage,
.editpage:hover{
	font-size: 10px;
	font-weight: 600;
	color: #444;
	text-decoration: none;
}

.button{
	padding: 5px 9px;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	background: #0071bb;
	color: #fff;
}

.site_wrap{
	width: 97%;
	max-width: 770px;
	margin: auto;
	margin-bottom: -50px;
	position: relative;

	background: #fff;
}

@media (min-width: 770px){
	.site_wrap-bottom_graphics:before,
	.site_wrap-bottom_graphics:after,
	.site_wrap-top_graphics:before,
	.site_wrap-top_graphics:after{
		content: '';
		display: block;
		width: 16px;
		height: 293px;

		position: absolute;
		top: 0;
	}

	.site_wrap-top_graphics:before{
		left: -16px;
		background: url(/images/border_left_top.jpg) 0 0 no-repeat;
	}
	.site_wrap-top_graphics:after{
		right: -16px;
		background: url(/images/border_right_top.jpg) 0 0 no-repeat;
	}


	.site_wrap-bottom_graphics:before,
	.site_wrap-bottom_graphics:after{
		height: 152px;
		bottom: 50px;
		top: auto;
	}

	.site_wrap-bottom_graphics:before{
		left: -16px;
		background: url(/images/border_left_mid.jpg) 0 0 no-repeat;
	}
	.site_wrap-bottom_graphics:after{
		right: -16px;
		background: url(/images/border_right_mid.jpg) 0 0 no-repeat;
	}
}

/*****/
/* Header */
.mn_header:after{
	content: '';
	display: block;
	clear: both;
}
.logo_wrap_sm{
	padding: 10px;
	padding-bottom: 6px;
	float: left;
}

.logo_wrap_sm .img{
	display: block;
}

.logo_wrap_lg{
	display: none;
}

@media (min-width: 770px){
	.logo_wrap_lg,
	.logo_wrap_lg img{
		display: block;
	}

	.logo_wrap_sm{
		display: none;
	}
}

/* popup banner */
.popup_banner{
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup_banner .close{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.popup_banner .close_icon{
	position: absolute;
	top: 10px;
	right: 20px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	font-family: sans-serif;
	font-size: 42px;
}
.popup_banner .content{
	max-width: 540px;
	margin: 10px;
	height: 360px;
	overflow-x: auto;
	position: absolute;
	z-index: 60;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 30px;
	font-size: 14px;
	text-align: justify;
	background: #fff;
	border: 1px solid #e1e1e1;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*****/
/* Navigation */
/* max-width */
@media not screen and (min-width: 770px){
	.header_icon{
		display: block;
		float: right;
		width: 40px;
		height: 40px;
		margin: 10px 10px 0 0;
		position: relative;

		background: #eee;
	}

	.header_icon svg{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;

		fill: #0071bb;
	}

	.mn_menu{
		width: 200px;
		position: absolute;
		right: -230px;
		top: 62px;
		z-index: 60;
		
		background: #991701;

		-webkit-transition: right .25s;
		-o-transition: right .25s;
		transition: right .25s;
	}

	.mn_menu a{
		font-size: 14px;
		display: block;
		text-decoration: none;
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255, 0.2);
		letter-spacing: 1px;
		line-height: 1;
		padding: 12px;
	}

	.mn_menu.active{
		display: block;
	}

	.mn_menu.active.active{
		right: 0;
	}
}

@media (min-width: 770px){
	.header_icon{
		display: none;
	}
	
	.mn_menu{
		font-size: 0;
		width: 100%;
		height: 47px;
		text-align: center;
		overflow: hidden;
		background: url("/images/menu_h.jpg") repeat-x;
		border-top: 2px solid #fff;
	}

	.mn_menu .menu_item{
		display: inline-block;
		height: 100%;
	}

	.mn_menu .top_link{
		display: block;
		height: 100%;

		font-size: 13px;
		font-weight: 400;
		text-transform: uppercase;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
		text-decoration: none;
		line-height: 52px;
		background: url("/images/menu_top_spacer.jpg") no-repeat 100% 16px;
		padding: 0 28px 0 20px;
	}

	.mn_menu .menu_item:last-child .top_link{
		background: none;
		padding-right: 20px;
	}
}


/*==========
// Toggle menu
==========*/
.toggle_menu{
	width: auto;
	height: 40px;
	line-height: 41px;
	float: right;
	padding: 0 12px;
	padding-right: 42px;
	margin: 10px 10px 0 0;
	background: #eee;
	cursor: pointer;
	position: relative;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.toggle_menu:after{
	content: '';
	display: block;
	clear: both;
}

.toggle_menu .text{
	font-weight: 700;
	color: #991701;
	float: left;
	margin-right: 18px;
	text-transform: uppercase;
	display: none;
}

.toggle_menu .icon{
	display: block;
	width: 36px;
	height: 20px;

	right: 9px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	z-index: 6;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Icon lines and animation */
.toggle_menu .icon .line,
.toggle_menu .icon:before,
.toggle_menu .icon:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background: #991701;

	bottom: 0;
	top: 0;
	margin: auto;
}

.toggle_menu .icon:before,
.toggle_menu .icon:after{
	-webkit-transition: -webkit-transform .2s, left .2s;
	transition: transform .2s, left .2s;
}

.toggle_menu .icon:before{
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.toggle_menu .icon:after{
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.toggle_menu .icon .line{
	-webkit-transition: background .1s;
	transition: background .1s;
}

.toggle_menu.active .icon .line{
	background-color: transparent !important;
}

.toggle_menu.active .icon:after{
	-webkit-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.toggle_menu.active .icon:before{
	-webkit-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

@media (min-width: 360px){
	.toggle_menu .text{
		display: inline-block;
	}
}
@media (min-width: 770px){
	.toggle_menu{
		display: none;
	}
}


/*==========
// Menu left
==========*/
/*@import "menu_left.css";*/

.menu_table_left{
	width: 100%;
	border-collapse: collapse;
}

.menu_l_1 {
	cursor: pointer;
	height: 25px;
	width: 177px;
	text-align: left;
	padding-left: 5px;
	color: #004290;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menu_l_1_hover {
	cursor: pointer;
	height: 25px;
	width: 177px;
	text-align: left;
	padding-left: 5px;
	color: #004290;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu_l_text_1:link, a.menu_l_text_1:visited, a.menu_l_text_1:active {
	color: #004290;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu_l_text_1:hover {
	color: #004290;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menu_l_2 {
	cursor: pointer;
	height: 18px;
	width: 177px;
	background: url("/images/menu_2.gif") no-repeat 0% 50%;
	padding-left: 25px;
	padding-right: 5px;
	color: #117a93;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}
.menu_l_2_hover {
	cursor: pointer;
	height: 18px;
	width: 177px;
	background: url("/images/menu_2.gif") no-repeat 0% 50%;
	padding-left: 25px;
	padding-right: 5px;
	color: #117a93;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
}
a.menu_l_text_2:link, a.menu_l_text_2:visited, a.menu_l_text_2:active {
	color: #117a93;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
a.menu_l_text_2:hover {
	color: #117a93;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	text-decoration: underline;
}
.menu_l_3 {
	cursor: pointer;
	height: 10px;
	width: 150px;
	background: url("/images/menu_left_3.png") no-repeat 0% 50%;
	padding-left: 33px;
	padding-right: 5px;
	color: #6b8698;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}
.menu_l_3_hover {
	cursor: pointer;
	height: 10px;
	width: 150px;
	background: url("/images/menu_left_3.png") no-repeat 0% 50%;
	padding-left: 33px;
	padding-right: 5px;
	color: #3c5273;
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
}
a.menu_l_text_3:link, a.menu_l_text_3:visited, a.menu_l_text_3:active {
	color: #6b8698;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}
a.menu_l_text_3:hover {
	color: #3c5273;
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
}
.box_left {
	width: 100%;
	background: #f5f5f5;
	border: 1px #e1e1e1 solid;
	border-radius: 8px;
}

.box_left_title {
	padding-left: 12px;
}

.box_left_title img{
	display: block;
	margin-top: 18px;
}


.box_left_text {
	color: #3c4853;
	font-size: 11px;
	background: url("/images/box_left_bg.png") 50% 0 no-repeat;
	padding: 4px;
}


.box_left_text img{
	margin: 2px 5px 4px 0;
}
@media not screen and (min-width: 770px){
	.box_left_title {
		padding-left: 22px;
	}
	.box_left_text {
		padding: 12px;
		font-size: 16px;
	}

	.box_left_text p,
	.box_left_text span,
	.box_left_text {
		font-size: 14px !important;
	}
	.box_left_text img{
		width: auto !important;
		height: auto !important;
	}
	.box_left p{
		text-align: left !important;
	}
}

/* termek doboz */
.box_termek_title{
	max-width: 100%;
	margin-bottom: 6px;
	padding: 5px 10px 5px;
	overflow: hidden;

	font-size: 15px;
	text-transform: uppercase;
	text-shadow: 0 0px 2px rgba(0,0,0,0.5);

	border: 1px solid #0071bb;
	color: #fff;
	background: #8ec2e9; /* Old browsers */
	background: -moz-linear-gradient(top, #8ec2e9 0%, #0675bc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8ec2e9 0%,#0675bc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8ec2e9 0%,#0675bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (min-width: 770px){
	.box_termek_title{
		font-size: 13px;
	}
}

.box_termek{
	width: 100%;
	background: #e4eff6;
	text-align: left;
	border: 1px #d1cfc3 solid;
	border-radius: 4px;
	margin-bottom: 26px;
	overflow: hidden;
}

.box_termek_item{
	display: block;
	padding: 16px 10px 14px;
	color: #3c4853;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px #fff solid;
}

.box_termek_item:last-child{
	border-bottom: 0;
}
.box_termek_item:hover{
	background: #fff;
}

@media (min-width: 770px){
	.box_termek_item{
		font-weight: 400;
		padding: 8px 10px;
		font-size: 11px;
	}
}

.box_termek_sub_item{
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 12px 16px 12px 12px;
	padding-right: 2px;
	background: #f5f5f5;
	border-bottom: 1px solid #fff;
	color: #464343;
}

.box_termek_sub_item.active:hover{
	text-decoration: underline;
	cursor: pointer;
}

@media (min-width: 770px){
	.box_termek_sub_item{
		padding: 6px 6px 6px 16px;
		font-size: 11px;
		background-color: transparent;
		border-bottom: 0;
	}
}

.box_termek_number{
	font-size: 11px;
	color: #d40505;
	font-weight: 700;
	padding-right: 4px;
}


#termeklista tr:last-child td {
	border: 0 !important;
}

#termeklista td {
	padding: 5px;
}

.box_termek_text {
	width: 100%;
	color: #3c4853;
	font-size: 11px;
}


/*==========
// Menu top
==========*/
/*@import "menu_top.css";*/

.menu_top{
	height: 52px;
}

.menu_top_td{
	text-align: right;
	padding-left: 18px;
	padding-right: 28px;
	background: url("/images/menu_top_spacer.jpg") no-repeat 100% 50%;
}

.menu_top_1,
.menu_top_1_hover{
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.menu_top_text_1{
	text-decoration: none;
	font-weight: bold;
	color: #fffffe;
}

.menu_top_text_1:hover{
	text-decoration: none;
	font-weight: bold;
	color: #fffffe;
}


/*==========
//Menu top 2
==========*/
/*@import "menu_top2.css";*/

.menu_top2 {
	height: 42px;
	vertical-align: bottom;
}
.menu_top2_td{
	text-align: center;
}
.menu_top2_1 {
	cursor: pointer;
	color: #9b9b9b;
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.menu_top2_1_hover {
	cursor: pointer;
	color: #9b9b9b;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
.menu_top2_text_1,
.menu_top2_text_1:hover {
	text-decoration: none;
}


/* ----- */
#lang_select {
	position:absolute;
	width:150px;
	top:15px;
	left:10px;
}
#lang_select a {
	font-size:11px;
}
#oldalcim {
	color: #0071bb;
}

@media not screen and (min-width: 770px){
	#oldalcim {
		margin: auto;
		max-width: 520px;
	}

	#lang_select {
		top: 0;
		left: 72px;
	}
	#lang_select img{
		vertical-align: middle;
	}

	#lang_select a{
		text-decoration: none;
	}
}

.oldalcim_path {
	font-size: 10px;
	font-family: Verdana;
	line-height: 22px;
	color: #435a7c;
}
#container {
	position:relative;
	/*width:770px;*/
	background: #fff;
}
#main_top_div {
	position: relative;
	height: 96px;
	overflow: hidden;
	background: #fff url("/images/top_bg.jpg") repeat-x;
}
#main_top2_div {
	width:730px;
	height:33px;
	text-align:left;
}

.content_wrap {
	min-height: 650px;
	padding: 10px;
	padding-top: 20px;
	overflow: hidden;

	background: #fff url("/images/down_cont_bg.jpg") top repeat-x;
}

@media (min-width: 770px){
	.content_wrap {
		padding: 24px;
		padding-top: 16px;
	}
}

#main_left_td {
	width: 245px;

	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}

#main_left_div {
	max-width: 520px;
	margin: auto;
}

@media (min-width: 770px){
	#main_left_div {
		width: 178px;
		float: left;
	}
}


#main_center_div {
	max-width: 520px;
	margin: auto;
}

@media (min-width: 770px){
	#main_center_div {
		width: 510px;
		float: right;
	}
}

.login_text {
	font-family:Verdana;
	background:rgb(101, 121, 93);
	color:rgb(245, 255, 240);
	font-size:10px;
}
.login_field {
	background:#f6e1c5;
	border:#fff 1px solid;
	color:#a35022;
	width:130px;
	height:15px;
	font-size:10px;
	font-family:Verdana;
	vertical-align:baseline;
}
.login_button {
	width: auto;
	margin: 10px 0 0;
	padding: 10px 20px 8px;

	font-weight: 700;
	color: #fff;
	cursor: pointer;
	border: 0;
	background: #0071bb;
	font-size: 13px;
}

.login_button_back {
	height:23px;
	width:auto;
	font-weight:bold;
	color:#ff5400;
	cursor:pointer;
	margin:0px;
	border:0px;
	background:url("/images/button.png") no-repeat left;
	text-align:left;
	padding-left:25px;
	padding-top:2px;
	text-transform:uppercase;
	font-size:11px;
}
.reg_field {
	width:250px;
	height:20px;
	color:#4b5863;
	font-family:Tahoma;
	font-size:11px;
	border:1px #6d757c solid;
	background:#f5f5f5;
	padding-left:5px;
	padding-top:2px;
}

.reg_area {
	width:402px;
	height:136px;
	color:#4b5863;
	font-family:Tahoma;
	font-size:11px;
	border:1px #6d757c solid;
	background:#fff;
	padding:7px;
}
.error {
	color:#FF0000;
}
.printfriendly {
	font-size:10px;
	font-weight:600;
	color:#444444;
}
.oldalkuldes_tablazat {
	width:100%;
}
.oldalkuldes_field {
	color: #365e8e;
	border: 1px solid #365e8e;
	font-family: Verdana;
	font-size: 11px;
}
.lapozas_allito {
	border:1px solid #365e8e;
	width: 40px;
	color:#365e8e;
	font-family:Verdana;
	font-size:9px;
}

.kapcs_mail_wrap{
	max-width: 520px;
	margin: auto;
}

.kapcs_mail_field {
	width: 100%;
	max-width: 250px;
	height: 36px;
	color: #4b5863;
	font-family:Tahoma;
	font-size: 13px;
	border: 1px #6d757c solid;
	background: #f5f5f5;
	margin-bottom: 4px;
	padding-left: 5px;
	padding-top: 2px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kapcs_mail_area {
	width: 100%;
	height: 136px;
	color: #4b5863;
	font-family: Tahoma;
	font-size: 13px;
	border: 1px #6d757c solid;
	background: #f5f5f5;
	padding: 7px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.kapcs_mail_label{
	display: block;
	font-weight: 700;
	margin-top: 10px;
	min-width: 150px;
}


@media (min-width: 770px){
	.kapcs_mail_field {
		display: inline-block;
	}

	.kapcs_mail_label{
		display: inline-block;
	}

	.kapcs_input_wrap{
		text-align: right;
	}
}

#order_table {
	line-height: 1.2;
}

#order_table h2 {
	margin-top: 30px;
	line-height: 1.2;
}

.order_field {
	width: 100%;
	min-width: 200px;
	height: 28px;
	color: #4b5863;
	font-family: inherit;
	font-size: 13px;
	border: 1px #6d757c solid;
	background: #f5f5f5;
	padding-left: 5px;
	padding-top: 2px;
}
.order_area {
	width: 100%;
	height: 136px;
	color: #4b5863;
	font-family: inherit;
	font-size: 13px;
	border: 1px #6d757c solid;
	background: #fff;
	padding: 7px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.req_field {
	color:#ff0000;
}

#termekkepek img {
	border:1px #d2d0d0 solid;
	background:#fff;
}

.termek_alcsoport{
	margin-top: 20px;
}

.termek_alcsoport a {
	display: block;
	margin-bottom: 6px;

	background: #0071BB;
	text-align:center;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}
.termek_alcsoport .img_wrap{
	display: block;
	position: relative;
	width: 74px;
	height: 50px;
	float: left;
	background: #fff;
	overflow: hidden;
}
.termek_alcsoport img{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.termek_alcsoport .text{
	height: 50px;
	vertical-align: middle;
	margin-left: 85px;
	color: #fff;
}

@media not screen and (min-width:1200px) {
	#panel_horizon{
		text-align: center;
		display: block;
		max-width: 520px;
		margin: 30px auto 60px;
		padding-top: 40px;
		border-top: 1px solid #eee;
	}

	#panel_horizon .fly_panel_inner{
		background:url("/images/panel_bg2.jpg") no-repeat 0% 0%;
		width: 100%;
		height: 178px;
		position:relative;
		-webkit-box-shadow:0px 0px 10px 0px rgba(65, 65, 65, 0.1);
		box-shadow:0px 0px 10px 0px rgba(65, 65, 65, 0.1);
	}


	#panel_horizon .fly_panel_inner .slider_wrapper{
		float:right;
		width:173px;
		height:174px;
		overflow:hidden;
		margin-right:5px;
	}

	#panel_horizon .fly_panel_inner .slider_wrapper img{
		position: relative;
		width:100%;
	}
}

@media not screen and (min-width:460px) {
	#panel_horizon{
		max-width: 250px;
	}

}

#partner_banner .title{
	font-weight: 700;
	font-size: 16px;
}

@media (min-width:1200px) {
	#partner_banner{
		position:absolute;
		width:178px;
		float:right;
		top: 12px;
		right: -208px;
		margin:0px auto;
		text-align:left;
		z-index:5;
		display:block !important;
	}
	#partner_banner .title{
		color: #fff;
	}
	#fly_panel{
		position:absolute;
		width:190px;
		float:right;
		top: 145px;
		right: -208px;
		margin:0px auto;
		text-align:right;
		z-index:5;
		display:block !important;
	}
	#fly_panel2{
		position:absolute;
		width:190px;
		float:right;
		top:340px;
		left:787px;
		right:0px;
		margin:0px auto;
		text-align:right;
		z-index:5;
		display:block !important;
		
	}

	#fly_panel2 .fly_panel_inner{
		margin:0px 0px 0px auto;
		background:url("/images/fly_panel.jpg") no-repeat 0% 0%;
		width:176px;
		height:475px;
		position:relative;
		-webkit-box-shadow:0px 0px 10px 0px rgba(65, 65, 65, 0.1);
		box-shadow:0px 0px 10px 0px rgba(65, 65, 65, 0.1);
	}

	#fly_panel2 .fly_panel_inner .slider{
		position:absolute;
		bottom:13px;
		left:13px;
		width:150px;
		height:225px;
		background:url("/images/fly_panel_slider.jpg") repeat 0% 0%;
	}

	#panel_horizon{display:none;}
	#banner_left{display:none !important;}
}

#banner_left{text-decoration:none;}
#fly_panel{display:none;}
#fly_panel2{display:none;}
/*#banner_left{display:block;}*/


.news_item{
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

.news_item:nth-child(2n+1) .hir_link{
	background: #f8f8f8;
}

.news_item h3{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
}

.news_item .hir_link{
	display: block;
	padding: 14px 30px 11px;
	text-decoration: none;
	line-height: 16px;
}

.news_item .hir_link:hover{
	background: #e4eff6;
}

.news_item .hir_link:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;

	position: absolute;
	z-index: 6;
	left: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.news_item .hir_link:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 100%;
	background: #0071bb;
}

.news_item .edit_link{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.cl{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

/* News Full */
.news_full_wrap{
	font-size: 13px;
}

.news_full_title{
	font-weight: 700;
	margin-bottom: 20px;
}
.news_full_intro{
	margin-bottom: 28px;
	padding-bottom: 9px;
	line-height: 1.4;
}

.news_full_intro .img{
	display: block;
	float: left;
	width: 150px;
	min-height: 100px;
	margin-bottom: 16px;
	margin-right: 16px;
}

.news_full_intro .img a{
	display: block;
	float: left;
	width: 100%;
}

.news_full_intro .img img{
	width: 100%;
}

.news_full_intro p{
	margin-top: 0;
	padding: 0;
}

.news_full_text{
	line-height: 1.4;
}

.news_full_text .back{
	display: inline-block;
}

.news_full_text p{
	margin-top: 0;
}


.social_media_links{
	max-width: 600px;
	margin: 25px auto 25px;
	text-align: center;
}

@media (min-width: 770px){
	.social_media_links{
		border-top: 1px solid #eee;
		padding-top: 28px;
	}
}

.social_media_links{
}

.social_media_links h3{
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
	color: #0071bb;
}

.social_media_links .link{
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	margin-right: 2px;
	margin-bottom: 5px;
	font-size: 14px;
	background: #eee;
	color: #888;
	padding-right: 24px;
	position: relative;
	font-weight: 700;
}

.social_media_links .link:after{
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #aaa;
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.social_media_links .link:hover:after{
	border-left: 5px solid #fff;
}
.social_media_links .facebook:after{
	border-left: 5px solid #fff;
}

.social_media_links .pinterest:hover{
	background: #cb2027;
	border-left-color: #fff;
}

.social_media_links .facebook{
	background: #3b5998;
	border-left-color: #fff;
	color: #fff;
}

.social_media_links .twitter:hover{
	background: #00aced;
	border-left-color: #fff;
}

.social_media_links .flickr:hover{
	background: #ff0084;
	border-left-color: #fff;
}

.social_media_links .blog:hover{
	background: #f4881e;
	border-left-color: #fff;
}

.social_media_links .youtube:hover{
	background: #bb0000;
	border-left-color: #fff;
}

.social_media_links .link:hover{
	color: #fff;
}


.main_intro{
	padding: 0 4px;
	text-align: center;
}

.main_intro h1{
	font-size: 14px;
}

@media (min-width: 770px){
	.main_intro {
		text-align: left;
	}
	.main_intro h1{
		font-size: 11px;
	}
}

/*== Products ==*/
.stp_termekek {
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;

	overflow: hidden;
	margin: 20px auto;
	padding: 20px 0;
	max-width: 600px;
}

@media (min-width: 770px){
	.stp_termekek {
		border: 0;
		padding: 0;
		margin: 0 0 10px;
	}
}

.stp_termekek_item {
	width: 50%;
	height: 120px;
	padding: 4px;
	float: left;
	text-align: center;
	vertical-align: top;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 340px){
	.stp_termekek_item {
		height: 140px;
	}
}
@media (min-width: 530px){
	.stp_termekek_item {
		width: 33%;
	}
}

.stp_termekek_item a{
	width: 100%;
	display: block;
}
.stp_termekek_item img{
	max-width: 100%;
	display: block;
	margin: auto;
}

.termek_wrap{}

.termek_item{
	margin-bottom: 20px;
	padding: 12px;
	background: #f5f5f5;
	border: 1px solid #cfd0cb;

	border-radius: 10px;
	-webkit-box-shadow: 0 0 4px #cfd0cb;
	box-shadow: 0 0 4px #cfd0cb;
	font-size: 14px;

	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 770px){
	.termek_item {
		font-size: 13px;
	}
}

.termek_item .editpage{
	position: absolute;
	right: 0;
	top: -28px;
}

.termek_title{
	display: block;
	max-width: 90%;
	font-weight: 700;
	
	margin-top: -12px;
	margin-left: -12px;
	margin-bottom: 20px;
	padding: 9px 12px 8px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background: #489ad2;
	border-radius: 10px 0 10px 0;
}

.termek_item:nth-child(2n) .termek_title{
	background: #3a3b3f;
}

.termek_imgs{
	margin-top: 20px;
	overflow: auto;
	max-height: 218px;
}

.termek_imgs a{
	display: block;
	width: 32%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 9px;
	height: 100px;
	overflow: hidden;
	background: #fff;
	border: 2px #fff solid;

	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.termek_imgs a:nth-child(3n){
	margin-right: 0;
}
.termek_imgs img{
	display: block;
	max-width: 100%;
	/*max-height: 100%;*/

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.termek_head_blue_td,
.termek_head_black_td{
	height: 31px;
	line-height: 24px;
	text-align: left;
	vertical-align: bottom;
	text-indent: 20px;
}

.termek_head_blue_td a,
.termek_head_black_td a{
	color: #fff;
	text-decoration: none;
}

.termek_head_blue_td {
	color: #D2E5AA;
	background: url('/images/product_head_blue.jpg');
}
.termek_head_black_td {
	color: #DFE3A6;
	background: url('/images/product_head_black.jpg');
}
a.term_csop_link {
	font-family: Verdana;
	font-size: 12px;
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.term_csop_alcsopos {
	height: 20px;
	background: rgb(0, 30, 100);
	font-family: Verdana;
	font-size: 12px;
}
.term_csop_nem_alcsopos {
	height: 20px;
	background: rgb(100, 100, 100);
	font-family: Verdana;
	font-size: 12px;
	color: rgb(255, 255, 255);
}
.termek {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: rgb(0, 0, 0);
	background: rgb(200, 200, 200);
}
.onthelist_txt {
	color: #167EC5;
}
.cart_text {
	color: #8B1807;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}
.cart_input {
	border: 1px #cfd4bc solid;
	text-align: center;
	width: 30px;
	height: 24px;
	font-weight: 700;
}

@media (min-width: 770px){
	.cart_input {
		height: 20px;
	}
}

.cart_input:focus {
	border-color: #0071bb;
}

.termeklist_table{
	width: 100%;
}

.termeklist_table th{
	padding: 6px 0;
	font-size: 11px;
	line-height: 1.1;
	color: #dfd8b8;
	font-weight: bold;
	text-align: center;
	background: url(/images/prod_list_head.gif) 50% 50% no-repeat;
}

.termeklist_table td{
	text-align: center;
}

.product_list_row.cart{
	padding: 0 6px;
	font-weight: 700;
}

.product_list_row.cart img{
	display: block;
	margin-top: 4px;
	margin-left: 1px;
}

.cart_image_td {
	width: 27px;
	height: 24px;
}
.product_list_container {
	margin: 0px;
}

.product_list_title {
	color: #1A1A1A;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
}

.product_list_row {
	line-height: 16px;
	color: #11171C;
	font-family: Arial;
	font-size: 11px;
}

.product_list_row a{
	display: block;
	padding: 2px;
}

.product_list_row.text{
	padding: 6px;
}

.product_list_row hr{
	width: 100px;
	height: 1px;
	border: 0;
	background: #444;
	margin: 10px auto;
}
a.term_path:link, a.term_path:active, a.term_path:visited, a.term_path:hover {
	font-size:11px;
	text-decoration: none;
	color: #8c1400;
	font-weight: bold;
}


/****
/* Footer */
.mn_footer{
	display: block;
	padding-top: 80px;
	padding-bottom: 30px;

	font-size: 10px;
	text-align: center;

	border-top: 3px solid #687179;
	background: #3c4854;
	color: #dfd8b8;
}

.footer_info{
	padding: 12px 10px 10px;
	font-size: 11px;
	font-weight: 700;
	text-align: center;

	color: #f4f0d7;
	background: #991701;

	-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
}