@font-face {
	font-family: cim;
	src: url(../fonts/cim.eot);
	src: url(../fonts/cim.eot?#iefix) format('embedded-opentype'), url(../fonts/cim.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
	}
	
@font-face {
	font-family: alcim;
	src: url(../fonts/alcim.eot);
	src: url(../fonts/alcim.eot?#iefix) format('embedded-opentype'), url(../fonts/alcim.ttf) format('truetype');
	font-weight:normal;
	font-style: normal;
	}
	
@font-face {
	font-family: tartalom;
	src: url(../fonts/tartalom.eot);
	src: url(../fonts/tartalom.eot?#iefix) format('embedded-opentype'), url(../fonts/tartalom.ttf) format('truetype');
	font-weight:normal;
	font-style: normal
	}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
* {
	box-sizing: border-box;
}
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	}
	
body {
	color: #FFF;
	/*background: #FFF url(../images/design/body_bg.jpg) top left repeat-x;*/
	background-color: #DDEEDD;
	font-family:tartalom;
	margin: 0px;
	padding: 0px;
	line-height:20px;
	}
a {
	text-decoration:underline;
	color:#238457;
}
.dhide {
	display: none;
}
.mhide {
	display: block;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {
	width: 100%;
	max-width: 930px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/design/header_bg.png) no-repeat;
}
	
.slogen_1 {
	padding-top: 100px;
	font-family: alcim;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 0px 1px 3px #000;
	-moz-text-shadow: 0px 1px 3px #000;
	-webkit-text-shadow: 0px 1px 3px #000;
}
	
.slogen_2 {
	color: #0d4f30;
	font-family: alcim;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 0px 1px 3px #FFF;
	-moz-text-shadow: 0px 1px 3px #FFF;
	-webkit-text-shadow: 0px 1px 3px #FFF;
}

#page_container {
	width: 100%;
	max-width: 930px;
	margin: auto;
	margin-bottom: 120px;
}

div.article {
	color: #0d4f30;
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #CCC;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 5px green;
	-webkit-box-shadow: 0px 0px 5px green;
	box-shadow: 3px 3px 3px #CCC;
	background: #eeffee;
	margin-bottom: 10px;
}

form.admin_login {
	width: 100%;
	max-width: 300px;
	padding: 0 10px 10px;
	margin: auto;
	border: 1px solid green;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px green;
	-webkit-box-shadow: 0px 0px 5px green;
	box-shadow: 3px 3px 3px #CCC;
	background: #eeffee;
}
form.admin_login input {
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 5px;
	border: 1px solid #AAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
#container {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align: left;
	background: url(../images/design/content_bg_img_2.png);
	border: 1px solid #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 10px #FFF;
	-webkit-box-shadow: 0px 0px 10px #FFF;
	box-shadow: 0px 0px 10px #FFF;
	}
	
/* menu */
#menu {
	width: 100%;
	max-width: 930px;
	font-family: alcim;
	margin: 0px auto 20px;
	padding: 0px 10px;
	background: url(../images/design/menu_bg.jpg) left top repeat-x;
	border: 1px solid #248558;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	clear: both;
	}
	
#menu ul {
	list-style: none;
	margin:0px 0 0 0;
	padding: 0;
	height:40px;
	}
	
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	height:40px;
	line-height:40px;
	}
	
#menu > ul > li > a {
	font-size:24px;
	color:#FFF;
	text-decoration: none;
	display: block;
	padding:0 15px;
	z-index: 6;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

#menu > ul > li > a:hover {
	color:#238457;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

#menu > ul > li > a.active {
	color:#FFFFFF;
	}
	
#menu > ul > li > div, #menu > ul > li > div.ab {
	display: none;
	background: url(../image/submenu_bg.png);
	position: absolute;
	z-index: 5;
	padding:5px;
	box-shadow:0px 2px 3px #555;
	-moz-box-shadow:0px 2px 3px #555;
	-webkit-box-shadow:0px 2px 3px #555;
	min-width:50px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	}
	
#menu > ul > li:hover > div {
	display: table;
	}
	
#menu > ul > li > div > ul {
	display: table-cell;
	}
	
#menu > ul > li ul + ul {
	padding-left: 20px;
	}
	
#menu > ul > li ul > li {
	margin:0;
	padding:0;
	}
	
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding:0 4px;
	color: #ffe7bb;
	display: block;
	white-space: nowrap;
	min-width: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
#menu > ul > li ul > li > a:hover {
	background: url(../image/submenu_bt.png) left no-repeat;
	color:#FFFFFF;
	padding-left:40px;
	font-size:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

#menu > ul > li > div > ul > li > a {
	color: #ffe7bb;
	line-height:28px;
	padding:0 8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}

/* Slider & Widgets */
.slide-wrapper{
	border:0px;
	padding:0px;
	margin:auto;
	}

.asura-vertical-slider{
	margin:0px;
	border:0px solid #ccc;
	padding:0px;
	list-style:none;
	display:block;
	position:relative;
	overflow:hidden;
	height:350px;
	}

.asura-vertical-slider > li{
	list-style:none;
	position:absolute;
	border:0px solid #ccc;
	margin:0px;
	padding:1px;
	padding-top:0px;
	padding-bottom:0px;
	background:white;
	width:880px;
	}

.asura-vertical-slider > li img{
	border:0px;
	margin:0px;
	padding:0px;
	}

.asura-vertical-slider > li > div{
	position: absolute;
	left: 0px;
	bottom: 1px;
	height: 80px;
	border: 0px;
	margin-left: 1px;
	padding-left:10px;
	color: white;
	background:#238457;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.5; /*MOZ , FF*/
	opacity:0.5;/*CSS3, FF1.5*/
	
	}

.asura-vertical-slider > li .slide-widget-caption{
	font-family: Helvetica, arial;
	font-size: 22px;
	color: white;
	vertical-align:center;
	margin-left:5px;
	margin-top:15px;
	}

.asura-vertical-slider > li .slide-widget-text{
	vertical-align:center;
	}

a.control-link{
	text-decoration:none;
	display:block;
	vertical-align:center;
	padding:0px;
	}

.fbslider {
	background: url(../images/design/facebook.png) no-repeat scroll left center transparent !important;
	display: block;
	float: right;
	height: 485px;
	padding: 0 0 0 25px;
	width: 290px;
	z-index: 99999;
	position:fixed;
	right:-245px;
	top:20%;
	}
	
.fbslider div {
border: none;
position: relative;
display: block;
}

.fbslider span{
	bottom: 12px;
	font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;
	position: absolute;
	right: 6px;
	text-align: right;
	z-index: 99999;
}

.fbslider span a{
	color: #808080;
	text-decoration:none;
}

.fbslider span a:hover{
	text-decoration:underline;
}
/* content */
#content {
	background: url(../images/design/content_bg_img_2.png);}
.about_us {	
	float: left;
	width: 650px;
	min-height:100px;
	margin: 20px 0 20px 0;
	padding: 10px;
	background: url(../images/design/content_bg.png) repeat;
	color:#238457;
	font-size: 12px;
	text-align:justify;
	border: 1px solid #FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
.medica {
	float: right;
	width: 250px;
	min-height:100px;
	margin: 20px 0 10px 0;
	padding: 10px;
	background: url(../images/design/content_bg.png) repeat;
	color:#238457;
	font-size: 12px;
	text-align:justify;
	border: 1px solid #FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
.medica h2 {
	text-align: center;
	margin:0px;
	padding:0px;
	color: #FF0000;
	}

.news {
	float: left;
	width: 650px;
	min-height:100px;
	margin:0;
	padding: 10px;	
	color:#238457;
	font-size: 12px;
	text-align:justify;
	border-bottom: 1px dashed #FFF;	
	}
.fashion {
	float: right;
	width: 250px;
	min-height:100px;
	margin: 0;
	padding: 10px;
	background: url(../images/design/content_bg.png) repeat;
	color:#238457;
	font-size: 12px;
	text-align:justify;
	border: 1px solid #FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;}
.fashion h2 {
	text-align: center;
	margin:0px;
	padding-bottom:30px;
	}
	
.clear {
	clear:both;
	}
	
/* produsts */
.empty_space {
	width: 930px;
	height:20px;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align: center;
	color:#F00;
	font-size:18px;
	font-weight: bold
}

.grid_item {
	float:left;
	width: 182px;
	min-height: 182px;
	margin:0 16px 20px 16px;
	padding:10px;
	background: url(../images/design/content_bg.png) repeat;
	color:#238457;
	font-size: 12px;
	text-align:justify;
	border: 1px solid #FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

.grid_img {
	width:180px;
	height:180px;
	background: #FFF;
	border: 1px solid #238457;
	}
	
.grid_data {
	color: #238457;
	font-size: 16px;
	text-align:center;
	}
/* Items */
.item_img {
float: left;
width: 300px;
height: 400px;
margin-right: 20px;
}
.item_name {
float:left;
font-size: 24px;
margin-bottom: 20px;
color:#238457;
}
.item_data {
	float: left;
	width: 600px;
	min-height:50px;
	margin: 10px 0 10px 0;
	padding: 10px;
	background: url(../images/design/content_bg.png) repeat;
	color:#238457;
	font-size: 12px;
	text-align:justify;
	border: 1px solid #FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
.item_price {
float:left;
font-size: 20px;
margin-top: 20px;
text-align:right;
color:#238457;
}













			
		/* ----------------------------------------------------------------
		footer ----------------------------------------------------------
		---------------------------------------------------------------- */
			#footer {width:930px;	margin:5px auto 15px auto; color:#238457; font-size: 12px; text-align:center;}
