@charset "utf-8";
* {
	box-sizing:border-box;
}
html {
}
@media print {
	.phide {
		display: none;
	}
}
@media screen {
	.dhide {
		display: none;
	}
}
/* GENERAL CLASSES */
.page_container {
	max-width: 960px; 
	margin: auto;
}
.main_content {
	padding:10px; 
	min-height: 500px;
}
.rounded_box1_25 {
	border-bottom-right-radius: 25px;
	overflow: hidden;
}
.rounded_box2_70 {
	border-top-left-radius:70px;
	border-bottom-right-radius:70px;
	overflow: hidden;
}
.rounded_box2_25 {
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	overflow: hidden;
}
.rounded_box2_16 {
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	overflow: hidden;
}
.rounded_box2_8 {
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}
.shadowed_box {
	box-shadow:2px 2px 5px rgba(144, 48, 0, 0.3);	
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	margin: 0;
}
.main {
	width: 960px;
	margin: 10px auto;
}

.fejlec {
	position:relative;
	background-image: url(/images/fejlec/fejlec_bg.jpg);
	background-size: auto 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 960px;
	height: 170px;
	/*margin-bottom:10px;
	border-bottom:1px solid #930;
	border-right:1px solid #930;*/
}
.header_logo {
	width:110px; 
	margin:25px 20px; 
	float:left;
}
.main_title_1 {
	padding-top:13px;
	padding-left:160px;
	font-size:3em;
	color:#351c01;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight: 900;
	text-shadow: 2px 2px 2px #E7DABB;
}
.main_title_2 {
	padding-left:160px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:1.5em;
	line-height:95%;*/
	font-weight:bolder;
	color:#351c01;
	text-shadow: 3px 3px 1px #FFFFFF;
}
div.menu_bg {
	position:absolute;
	bottom:0px;
	background-color: #f4e4ce;
	height: 28px;
	width: 100%;
	margin-left: 160px;
}
ul#menu, div#menu {
	position: absolute;
	top: 140px;
	margin:3px 0px 0px 160px;
	padding: 3px 0;
	width: 100%;
	/*background-color:rgba(220,165,093,0.6);*/
}
div#menu {
	background: #f4e4ce;
}
ul#menu li {
	list-style: none;
	display: inline-block;
}
ul#menu li ul {
	padding: 0;
	/*max-width: 120px;*/
	font-size: 0.85em;
	display: none;
}
ul#menu li:hover ul {
	display: block;
	position: absolute;
	z-index: 2;
}
ul#menu li ul li {
	display: block;
	background: #f4e4ce;
	padding-left: 10px;
}
ul#menu li ul li a {
	font-weight: normal;
	display: block;
	padding: 3px 5px;
	padding-right: 10px;
	border-left: 2px solid #930;
}
div#left_column {
	width:160px;
	float:left;
}
div#login, div#minichart, div#left_menu {
	background-color:#DCA55D;
	background-color:rgba(220,165,93,0.3);
	margin-right:3px;
	/*border-right:1px solid #930;
	border-bottom:1px solid #930;*/
	padding-bottom:10px;
	margin-bottom:10px;	
}
div#login {
	text-align:center;
	color:#930;
}
div#minichart {
	color:#930;
}
div#minichart span.minichart_product {
	margin-left:10px;
	float: left;
}
div#minichart span.minichart_product, div#minichart span.minichart_value {
	display:inline-block;
	font-size:0.8em;
	color:#FFC;
	line-height:110%;
}
div#minichart span.minichart_value {
	float:right;
	padding-right:5px;
}
div#login input, div#login button {
	width:100%;
	opacity:0.65;
}
div#tartalom {
	width:800px;
/*	background-color:#EAC99E;
	background-color:rgba(255,255,255,0.4);
	border-right:1px solid #930;
	border-bottom:1px solid #930;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	/*box-shadow:2px 2px 5px #930;*/
	padding:10px;
	float:left;
	clear:right;
}

table.reg td input, .table.reg td button, table.reg td textarea {
	width:100%;
	opacity:0.75;
}
table.reg th {
	opacity:0.75;
}

/* INDEX */

/* READER */
.gradient_title {
	color: white;
	text-shadow: 2px 2px 1px #000;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.75) 100%) no-repeat;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.75) 100%) no-repeat;
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.75) 100%) no-repeat;
	background: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.75) 100%) no-repeat;

}
.gradient_title_bottom {
	color: white;
	text-shadow: 2px 2px 1px #000;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.75) 100%) no-repeat;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.75) 100%) no-repeat;
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.75) 100%) no-repeat;
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.75) 100%) no-repeat;
}

.article_view {
	position: relative;
	display: none;
	border-bottom: 4px double #930
}
.article_view p {
	text-align: justify;
}
.article_view p[align="right"] {
	text-align: right;
}
.title_pic {
	position: relative;
	margin-bottom: 16px;
}
.title_pic img {
	width: 100%;
	height: auto;
}
.title_pic h2, .title_pic div.gradient_title {
	color: white;
	display: block;
	width: 100%;
	min-height: 80px;
	position:absolute;
	top:0;
	left: 0;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	/*font-size: 1.8em;*/
	font-weight: 600;
	margin: 0;
}
.title_pic div.gradient_title {
	font-size: initial;
	font-weight: initial;
}
.title_pic div.gradient_title h2 {
	position: relative;
	min-height: 0;
	padding: 0;
}
.title_pic div.gradient_title p {
	font-size:1.2em; 
	line-height: 1.1em;
	color: white;
}
img.cls_btn {
	/*font-family: Lucida Sans Unicode;
	font-weight: bold;
	background: red; 
	color: white; 
	padding: 0 6px; 
	text-align: center;
	border-radius: 50%; */
	width: 30px!important;
	height: 30px!important;
	position: absolute; 
	right: 10px; 
	top: 10px; 
	cursor:pointer;
}
.title_pic p.on_image {
	position: absolute;
	margin-bottom: 10px;
	bottom: 0;
	right: 10px;
	padding: 16px;
	background: rgba(255,255,255,0.75);
	width: 50%;
	padding-left: 60px;
	text-indent: -40px;
}

/* TERMÉKEK */
img {
	border: none;	
}
img.product_thumb_image {
	width: 90px;
	height: auto;
	/*cursor: pointer;*/
}
img.product_full_image {
	float: right;
	width: 46%;
	height: auto;
	margin-left: 16px;
}
p.osszetevok {
	font-weight: bold;
	color: #960;
	font-size: 0.98em;
	margin-bottom: 5px;
}
div.osszetevok {
	/*border:1px solid #900;*/
	background:#FFC;
	padding: 10px;
	box-shadow:2px 2px 2px #960;
	border-radius: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	text-align: left;
	width: 50%;
	overflow: hidden;
}
div.osszetevok div {
	border-bottom: 1px solid #E5AC05;
}
div.osszetevok div span {
	display: inline-block;
}
div.osszetevok div span:nth-child(even) {
	/*float: right*/
}
div.osszetevok div:last-child {
	border: none;
}

/* KAPCSOLAT */
#pic_zsoka, #pic_lilla {
	width:75px;
	height:75px;
	border-radius:50%;
	border:2px solid #F70;
	float:left;
	margin:10px;
	margin-left: 0;
}
#pic_zsoka {
	background-image:url(../images/kapcsolat/zsoka.jpg);
}
#pic_lilla {
	background-image:url(../images/kapcsolat/lilla.jpg);
}
@-moz-keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
	}
}
@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateX(100%); 
	}
	100% {
		-webkit-transform: translateX(-100%);
	}
}
@keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%); 
	}
}
#scrolling_cart_container {
	position: fixed; 
	bottom: 30px; 
	width:100%; 
	padding:3px; 
	background:#FFEE22; 
	color:brown; 
	font-weight: bold;
}
#scrolling_cart {
	/*transform: translateX(100%); 
	animation: scroll-left 8s linear infinite; */
	white-space: nowrap;
}
/* admin */
span.check, span.exclamation {
	display: inline-block;
	min-width: 12px;
	font-weight: bolder;
	color: darkviolet;
}
span.check::after {
	content: "✓";
}
span.exclamation::after {
	content: "!";
}

.lablec {
	width:100%;
	margin-top: 100px;
	background: #351C01;
	float:left;
	clear: both;
	text-align:center;
	/*margin-left:160px;*/
	padding-top:15px;
	padding-bottom:50px;
}
.lablec ul {
	list-style-type: none;
	padding: 0;
}
.lablec ul li {
	display: inline-block;
}
.lablec ul li a {
	color: #E7DABB;
	padding: 3px 30px;
}
.lablec ul li a:hover {
	background: rgba(255,255,255,.2);
}

