@charset "windows-1250";
* {
	box-sizing:border-box;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FF6600;
	background-image: url(../images/red_bg_page.gif);
	background-repeat: repeat-x;
	max-width: 100%;
	overflow-x: hidden;
}
#page {
	width:100%;
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	/*width: 880px;*/
	height: 80px;
	padding-top: 20px;
	/*margin-bottom: -20px;*/
}
#header #logo {
	float: left;
	width: 250px;
	padding: 0 10px;
	text-align: right;
}
#header #headerText {
	float: left;
	width: 630px;
	height: 60px; 
	max-width: 630px;
	text-align: center;
	font-size: 1.2em;
	background-image: url(../images/red_bg_header_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header #header_right_side {
	float:left;
	width: 250px;
	font-size: 1.2em;
}
#div_menu_mobile, #menu_mobile, #pm_s_up {
	display:none;
}
div#login {
	display:none;
}
#main {
	background-image: url(../images/red_bg_page_white.gif);
	background-repeat: repeat-y;
	float: left;
	width: 1130px;
}
#main #mainLeft {
	float: left;
	width: 250px;
}
#leftTop, #rightTop {
	background-image: url(../images/red_bg_nav_top_left.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 10px;
	cursor: pointer;
}
#rightTop {
	background-image: url(../images/red_bg_nav_top_right.gif);
	cursor:default;
}
#main #mainRight {
	float: left;
	width:100%;
	max-width: 630px;
	margin-bottom: 32px;
}

* html #mainRight #navTop {
	height: 53px;
}
#mainRight #navTop {
	background-image: url(../images/red_bg_content_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 53px;
}
#mainRight #navTop #bar {
	clear: both;
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#ads1 {
	font-size:12px;
	padding: 5px; 
	margin-left:20px; 
	margin-right:20px; 
	margin-bottom:5px; 
	background-color: #0F0;/*#FFC; */
	border-bottom:1px solid red; 
	/*border-radius:10px;*/
}
#ads1 div.btn {
	width:32.5%;
	display: inline-block;
	text-align:center;
	background: #AD2705;
	color: #FFFFFF;
	padding: 5px;
	border-radius:6px;
	border-bottom:1px solid yellow;
	border-right:1px solid yellow;
	cursor:pointer;
}

#searchDiv_title {
	padding:0px 0px 3px 20px; 
	color:#900;
}
#mainRight #searchDiv #submit1 {
	color:rgba(255, 205, 0, 0);
}
#btn_submit {
	/*float:right;
	width:20px; 
	height:20px;  
	background-color:red; 
	border-radius:50%; */
	text-align:center;
	position:absolute;
	top:0px;
	right:0px;
}
#btn_submit2 {
	display: inline-block;
	background: #DA2705;
	width: 25px;
	height: 21px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
}

#content {
	margin-right: 30px;
	margin-left: 30px;
}
#bagua {
	width:100%;
	max-width:570px;
	border:none;
}
#bagua_left, #bagua_center, #bagua_right {
	box-sizing:border-box;
	text-align:center;
}
#bagua_left div, #bagua_right div {
	font-family:verdana;
	font-size:12px;
	height:68px;
	padding-top:20px;
	background-image:url(/images/bothers.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FF6600;
	cursor:pointer;
}
#bagua_left div:hover, #bagua_right div:hover {
	color:#900;
}
#bagua_left div:first-child, #bagua_right div:first-child {
	background-image:none;
	padding-top:0px;
	height:76px;
}
#bagua_center {
	width:100%;
	text-align:center;
	position:relative;
	height:420px;
}
#bagua_left {
	width:135px;
	position:absolute;
	top:0px;
	display:block;
}
#bagua_right {
	width:135px;
	position:absolute;
	top:0px;
	right:0px;
	display:block;
}
#btn_tovabbiak {
	display:none;
}
#btn_tovabbiak, div#btn_tajolas {
	color:#F60;
}
#btn_tovabbiak:hover, div#btn_tajolas:hover {
	color:#900;
}
#cal_actuals {
	/*margin-left:20px;*/
	background: #FFFFEE;
	padding: 10px;
	border-bottom: 1px solid #990000;
	border-radius: 10px;
}
.fb-like-box {
	 margin-left:6%;
	 margin-bottom:10px;
}
#main #mainRightSide {
	width:250px;
	float:left;
}

figure.ad_img {
	float: right; 
	margin: 0; 
	margin-left: 16px; 
	with: 100%; 
	max-width: 240px;
}

#auto_alert {
	visibility:hidden;
	width:300px;
	margin-left:-150px;
	background-color:#333;
	color:#FFF;
	border:1px solid #FFF;
	text-align:center;
	border-radius:10px;
	padding:16px;
	position:fixed;
	left:50%;
	top:33%;
	z-index:100;
}
#auto_alert.show_hide {
	visibility:visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#auto_alert.show {
	visibility:visible;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}
#auto_alert.hide {
	visibility:visible;
	-webkit-animation: fadeout 0.5s;
	animation: fadeout 0.5s;
}
@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 33%; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 33%; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {top: 33%; opacity: 1;} 
    to {top: 0; opacity: 0;}
}

@keyframes fadeout {
    from {top: 33%; opacity: 1;}
    to {top: 0; opacity: 0;}
}
.btn_ok {
	border:1px solid #888;
	border-radius:4px;
	margin:auto;
	margin-top:16px;
	padding:0;
	width:70px;
	cursor:pointer;
}

/*  FLYPAGE */
p.breadCrumbs {
	font-weight:bold; 
	margin-bottom:32px;
}
.breadCrumbs .fa {
	color: lightgrey
}
.breadCrumbs a {
	display:inline-block;
	text-decoration:none;
	color:#777;
	padding:8px 15px;
	background: -webkit-linear-gradient(#EDEDED, #FFFFFF 33%, #E0E0E0);
	background: -o-linear-gradient(#EDEDED, #FFFFFf 33%, #E0E0E0);
	background: -moz-linear-gradient(#EDEDED, #FFFFFF 33%, #E0E0E0);
	background: linear-gradient(#EDEDED, #FFFFFF 33%, #E0E0E0);
	border:1px solid #E0E0E0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.breadCrumbs a span {
	margin:0 10px;
}
.breadCrumbs a.navigation_list_active, .breadCrumbs a:hover {
	background: -webkit-linear-gradient(#E0E0E0, #FFFFFF 33%, #EDEDED);
	background: -o-linear-gradient(#E0E0E0, #FFFFFf 33%, #EDEDED);
	background: -moz-linear-gradient(#E0E0E0, #FFFFFF 33%, #EDEDED);
	background: linear-gradient(#E0E0E0, #FFFFFF 66%, #EDEDED);
	color:red;
}
.breadCrumbs img {
	width:28px; 
	height:28px; 
	vertical-align:-9px; 
	border:1px solid #DA2705;
	border-radius:50%;
	padding: 2px;
}
#main_pic {
	margin-left:10px;
	margin-bottom:5px;
	background:#FFF;
}
table.portrait {
	float:right;
	width:55%;
}
table.landscape {
	margin-left:0!important;
	float:none;
	width:100%;
}
table.classic {
	float:right;
}
table.classic img {
	width: auto!important;
}
.main_padding {
	width:93%;
}
.video_container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom:30px;
}
.video_container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.flip_table_pre {
	display:none;
}
.addToCartQty {
	background:#FFFFCC; 
	color: #990000;
	border-top-left-radius:8px; 
	border-bottom-left-radius:8px; 
	white-space:nowrap; 
	cursor:default
}
.addToCartQty .fa {
	font-size:1.8em; 
	margin:0; 
	padding:5px 20px; 
	cursor:pointer
}
.addToCartBtn {
	color:#FC0; 
	font-size:1.5em; 
	padding:2px 10px; 
	cursor:pointer;
}
.addToCart, .btn_nav_prev, .btn_nav_next, #btn_category_desc {
	/*opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;*/
	/*background:#FF6600;*/
	transition: background .2s;
}
.addToCart:hover, .btn_nav_prev:hover, .btn_nav_next:hover, #btn_category_desc:hover {
	/*opacity: 1;*/
	background: #008800!important;
}

/* end flypage */

* html #mainFooter {
	height: 19px;
}
#mainFooter {
	text-align: center;
	background-color: #FF6600;
	/*background-image: url(../images/red_bg_page_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	*/
	min-height: 19px;
	padding-bottom: 10px;
	clear: both;
}
#mainFooterInlay {
	color: #FFCC00;
	background-image: url(/images/header_bg.gif);
	background-size: 10px 110%;
	background-position: top;
	padding: 10px 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#mainFooter a {
	color: #FFCC00;
	display: inline-block;
	padding: 3px 30px;
}
#mainFooter a:last-of-type {
	border: none;
}
#mainFooter a:hover {
	background: rgba(255, 255, 255, 0.2);
}
#footer {
	margin-bottom:150px;
}
#footer #horicom {
	display:none;
	float: right;
}
#btn_other_pages, #btn_facebook, #btn_view, #div_address_bottom {
	display:none;
}
#btn_view_a {
	display:block;
/*	position:relative;
	bottom:-35px;*/
	background-image:url(/images/header_bg.gif);
	background-size:10px 27px;
	height:30px;
	padding:7px 3px;
	border-top:2px solid #FFCC00;
	color:rgba(255,204,0,0.75);
	cursor:pointer;
}

.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.cond_break {
	display:none;
}

.separator {
	background-image: url(../images/nav_tbg.gif);
	background-position: left bottom;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
	/*cursor: hand;*/
	cursor: pointer;
}
#searchDiv {
	display: flex;
	justify-content: space-between;
	position:relative;
	/*text-align: center;*/
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	min-height:28px;
	background-color: #FFCC00;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #FF2A2A;
	/*border-radius:10px;*/
	padding: 3px 5px;
}
#minicart, #searchDiv2 {
	margin-top:-15px;
	color:#900;
}
#searchDiv2 {
	margin-left:-10px;
	margin-right:-10px;
}
#minicart {
	border:#060 solid 2px;
	background:#0F0;
	display: none;
}
#searchDiv label, #searchDiv p, #searchDiv hr {
	display:none;
}
#search_field {
	width:100%;
	height:100%;
}
#submit1 {
	background: url(/images/kereses_mini.gif); 
	width:22px; 
}
.dhide {
	display:none;
}

/*  BROWSE */
.print_child_list a:hover:before {
	content:"» ";
	margin-left:-12px;
}

.thumbnailBox {
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-family:verdana;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.thumbnail {
	display: flex;
	flex-flow: column;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin-bottom: 8px;
	background-color: #FEF9F3;
	border: 1px solid #FEE4BA;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	color: #990000;
}
.thumbnailFloat {
	display: flex;
	flex-flow: column;
	flex: 0 0 130px;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	background-color: #FEF9F3;
	border: 1px solid #FEE4BA;
	/*width: 130px;
	height: 200px;*/
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
	color: #996600;
	/*float: left;*/
}
.thumbnail img, .thumbnailFloat img {
	padding: 5px;
}
.kek {
	color: #333;
	font-weight: bold;	
}
div.kek {
	max-width: 100%;
}
.piros {
	color: #FF0000;
	font-weight: bold;
}
.kiemel {
	margin-top: 60px;
	margin-bottom: 10px;
	background-color: #FEF9F3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FEE4BA;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10px;
	color: #006699;
	line-height: 1.8em;
}

.kiemel1 {
	margin-top: 25px;
	margin-bottom: 15px;
	background-color: #FFFFEE;
	border-bottom: 1px solid #AAA;
	border-radius:10px;
	padding: 5px 20px;
	color: #333;
	font-size:1.2em;
	font-weight:bold;
}
.plus_minus {
	color:#900;
	font-size:36px;
}
.plus_minus::before {
    font-size: 2em;
	font-weight: 900;
    vertical-align: -2px;
    margin: 0 20px;
	cursor:pointer;
}
td.td_name, td.td_pic, td.td_order {
	border-bottom: 1px solid #AAA;
}
td.td_pic {
	padding-top:10px;
}
.flex-tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flex-tab div {
	flex: 0 0 180px;
	text-align: center;
	background:#FFFFCC;
	color:#900;
	padding:5px;
	margin:3px;
	border:1px solid #FFD62F;
	border-radius: 8px
}
.flex-tab div img {
	margin-top: 5px;
}

/* kosar*/
/* kosar vége*/

/* checkout */
#checkout_process {
	text-align:center; 
	width:200px; 
	margin:0px auto;
	margin-top:-10px;
	padding:5px;
	border:1px solid #333;
	border-radius:10px;
}
#checkout_process div {
	display:inline-block; 
	width:30%;
}
	.shipFeeDisplay_container {
		padding:5px; 
		background: #FFFFE0; 
		background: #F3F3F3;;
		border: 1px solid #990000; 
		border-radius:5px;
		margin-bottom: 16px;
	}
	.shipFeeDisplay_bg {
		min-height:10px; 
		padding:2px 0;
		background:#AAA;
	}
	.shipFeeDisplay_label {
		float: left; 
		text-align: center;
		font-size: 85%;
		line-height: 110%;
		border-right:1px solid #AAA;
		padding-top: 3px;
	}
	#shipFeeDisplay_hand {
		/*background: -moz-linear-gradient(left, rgba(218,39,5,1) 0%, rgba(218,39,5,1) 15%, rgba(255,192,12,1) 15.1%, rgba(255,204,0,1) 50%, rgba(29,147,23,1) 50.1%, rgba(29,147,23,1) 80%, rgba(0,255,0,1) 80.1%, rgba(0,255,0,1) 100%);
		background: -webkit-linear-gradient(left, rgba(218,39,5,1) 0%,rgba(218,39,5,1) 15%,rgba(255,192,12,1) 15.1%,rgba(255,204,0,1) 50%,rgba(29,147,23,1) 50.1%,rgba(29,147,23,1) 80%,rgba(0,255,0,1) 80.1%,rgba(0,255,0,1) 100%);
		background: linear-gradient(to right, rgba(218,39,5,1) 0%,rgba(218,39,5,1) 15%,rgba(255,192,12,1) 15.1%,rgba(255,204,0,1) 50%,rgba(29,147,23,1) 50.1%,rgba(29,147,23,1) 80%,rgba(0,255,0,1) 80.1%,rgba(0,255,0,1) 100%);*/
		float:left; 
		height:5px; 
		border:1px solid #888; 
		border-left:3px solid #AAA; 
		border-bottom-color: black;
		background:yellow;
	}
	.shipFeeDisplay_label:nth-child(4) {
		border: none;
	}
	.shipFeeDisplay_result {
		width:300px; 
		margin:auto; 
		text-align:right; 
		clear:left;
	}
/* end checkout */

/* F S A */
#fsa_header {
	margin-left:-10px;
	margin-right:-10px;
	/*height:120px;*/
	background:url(../images/fsa/bg.png) repeat-x;
	border-radius:10px;
}
#heading_left {
	margin-top:15px;
	float: left;
    width: 270px;
    height: 95px;
    background-image: url(../images/fsa/heading.png);
    background-repeat: no-repeat;
    background-size: contain;
}
ul.fsa_menu {
	clear:left; 
	padding:10px 20px;
	list-style-type: none;
    display: block;
	margin:auto -10px;
}
ul.fsa_menu::after {
	content: " ";
	display:block;
	clear:both;
}
ul.fsa_menu li {
	float:left;
}
ul.fsa_menu li:hover ul {
	display:block;
}
ul.fsa_menu li a {
	text-decoration:none;
	padding:0px 10px;
	color:#D40;
}
ul.fsa_menu li a:hover {
	color:#FFF;
	background:#F60;
}

ul.fsa_submenu {
	position:absolute;
	z-index:3;
	background:#EEE;
	list-style-type: none;
	padding:0;
	display:none;
	animation-name:modal_fadein;
	animation-duration:.5s;
}
ul.fsa_submenu li {
	float:none;
	padding:0;
	border-top:1px solid #FFF;
	border-bottom:1px solid #CCC;
}
ul.fsa_submenu li a {
	display:block;
	padding:5px 10px;
}
ul.fsa_submenu li:last-of-type {
	border-bottom:5px solid #ccc;
}
.hasabos {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    /*font-size: 18px;*/
    text-align: justify;
}
.fsa_button {
	background:#F60;
	color:#FFF;
	font-weight:bold;
	padding:5px 16px;
	border:none;
	cursor:pointer;
}
/* end F S A */

/* fixed footer */
#fixed_footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:2999;
}
/* end fixed footer */

/* w3 */
@-webkit-keyframes modal_fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes modal_fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.modal {
	align-items: center;
	justify-content: center;
	z-index:3000;
	display:none;
	/*padding-top:12%;*/
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow:auto;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.75);
	animation-name: modal_fadein;
	animation-duration: .5s;
}
.modal-content {
	margin:auto;
	background-color:#fff;
	position:relative;
	padding:0;
	outline:0;
	width:600px
}
.modal-content-header, .modal-content-footer {
	background:#F60;
	padding:5px 16px;
	color:#FFF;
	font-weight:bold;
}
.modal-content-header {
	cursor:move;
}
.modal-content-header i {
	float:right;
	font-size:1.3em;
	cursor:pointer;
}
.modal-content-footer {
	text-align:right;
	cursor:default;
}
.modal-content-body {
	padding: 8px 16px;
}
.modal-error {
	padding:8px 16px;
	background:#FDD;
	color:red;
	font-size:1.1em;
	font-weight:bold;
	border-bottom:1px solid red;
}
.modal-content input[type=submit], .modal-content input[type=button] {
	background:#F60;
	border:none;
	padding:5px 16px;
	font-size:1em;
	color:#FFF;
	cursor:pointer;
}
.floating {
	float:left;
	width:50%;
}
.floating:nth-child(1) {
	padding-right:16px;
}
.floating:nth-child(2) {
	padding-left:16px;
	border-left:1px solid #FF6600;
}
figure {
	padding:10px;
	margin:5px;
	text-align:center;
}
figure img {
	width:100%;
	height:auto;
}
figcaption {
	display:block;
	text-align:center;
	font-style:italic;
}
.row {
	margin:5px 0;
}
.row::after {
	content: " ";
	display: block;
	clear: both;
}
.quarter {
	width: 24%;
	float: left;
}
.third {
	width: 32%;
	float: left;
}
.half {
	width: 48%;
	float: left;
}
.twothird {
	width: 65%;
	float: left;
}
.threequarter {
	width: 74%;
	float: left;
}
.card {
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
}
.card img {
	width:100%;
	height:auto;
}
/* end w3 */

/* magunkról oldal oklevelek */
.thumbnails {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.thumbnails .oklevel {
	width: 180px;
	padding: 5px;
	border: 1px solid #CCC;
}