@font-face {
    font-family: "Eb Garamond";
    /*serif*/
    src: url("fonts/EBGaramond-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    /*sans*/
    src: url("fonts/LatoLatin-Regular.eot");
    src: url("fonts/LatoLatin-Regular.eot?#iefix") format('embedded-opentype'),
         url("fonts/LatoLatin-Regular.woff2") format('woff2'),
         url("fonts/LatoLatin-Regular.woff") format('woff'),
         url("fonts/LatoLatin-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "AnselmSerif";
    src: url("fonts/Anselm_Serif_Pro/AnselmSerif.otf") format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "AnselmSans";
    src: url("fonts/Anselm_Sans_Pro/AnselmSansLight.otf") format('opentype');
    font-weight: 400;
    font-style: normal;
}
body, html {
	margin: 0px;
	padding: 0px;
	font-family: "AnselmSans", sans-serif;
	font-size: 20px;
	line-height: 150%;
	color: #222;
	background: #fff;
}
a {
	color: #ddaf25;
	text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaa;
}
h1 {
	font-family: 'AnselmSerif', serif;
	font-size: 32px;
	font-weight: 300;
	line-height: normal;
	color: #B8292F;
	text-align: left;
	margin-top: 0;
	margin-bottom: 50px;
}
h1.home_title {
	margin-top: 15px;
	margin-bottom: 35px;
}
*, *:before, *:after {
	box-sizing: border-box;
}
* {
	line-height: 140%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.wrapcenter {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 30px;
}
.centered_text {
	text-align: center;
}
.hmenu_container {
	position: relative;
	height: 100px;
	background: #ddaf25;
}
.logo_div {
	float: left;
	padding: 10px 0;
	width: 242px;
	height: 100px;
}
.logo_div img {
	width: auto;
	height: 100%;
}


.hmenu {
	float: right;
	margin-top: 30px;
}
.hmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.hmenu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.hmenu ul li a {
	display: inline-block;
	padding: 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/* font-weight: bold; */
	text-decoration: none;
}
.hmenu_links a {
	color: #fff;
}
.hmenu_links .lang_selector {
	position: relative;
}
.hmenu_links .lang_selector_sub {
	position: absolute;
}
.hmenu_links .lang_selector_sub {
	display: none;
	z-index: 999;
	width: 45px;
	top: 56px;
	left: 8px;
	background: #ddaf25;
}
.hmenu .lang_selector_sub a {
	padding-top: 3px;
	padding-bottom: 3px;
}
.hmenu .selected_lang .lang_sign {
	width: 40px;
	height: 40px;
	padding-top: 3px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
}
.hamburger_button {
	display: none;
	position: absolute;
	right: 30px;
	top: 24px;
	color: #fff;
}







.search {
	padding: 20px 0;
	margin-bottom: 20px;
}
.simple_search_div {
	display: flex;
	flex-wrap: nowrap;
	width: 60%;
}
.simple_search_div .stext {
	width: 92%;
}
.simple_search_div .sbutton1 {
	width: 8%;
	min-width: 50px;
	text-align: center;
}
.simple_search_div .sbutton2 {
	padding-left: 10px;
	margin-left: 10px;
}
.simple_search_div button {
	display: block;
	height: 42px;
	padding: 7px 15px 7px 15px;
	font-size: 20px;
	color: #fff;
	background-color: #DDAF25;
	border: none;
	cursor: pointer;
}
.simple_search_div .sbutton2 a {
	white-space: nowrap;
	display: inline-block;
	padding: 5px 15px;
	height: 40px;
	font-size: 18px;
}
.simple_search_div .simple_text {
	width: 99%;
	height: 42px;
	padding: 7px;
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 18px;
}

#full_search {
	display: none;
}
.show_me {
	display: block;
}
.full_search_div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.input_box {
	margin-bottom: 15px;
	/* border: 1px solid #ccc; */
}
.input_box select, .input_box input {
	width: 100%;
	height: 40px;
	font-size: 18px;
	padding: 5px;
	border: 1px solid #ccc;
}
.input_box .label {
	font-size: 15px;
	color: #444;
}
.full_search_div button {
	display: block;
	padding: 5px 15px;
	font-size: 15px;
	color: #fff;
	background-color: #DDAF25;
	border: none;
	cursor: pointer;
}

.item_box_grid {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-start;
	margin-top: 20px;
}
.item_box_grid .picbox {
	position: relative;
	width: calc(20% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
}
.item_box_grid .picbox .image {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-position: center;
	background-size: cover;
}
.item_box_grid .picbox .cim {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	overflow: hidden;
	background-color: #000;
	opacity: 0;
	font-size: 15px;
	text-align: center;
	color: #fff;
}
.item_box_grid .picbox .cim:hover {
	opacity: 0.8;
}
.emlek_container {
	display: flex;
}
.emlek_container .kepek {
	width: 30%;
}
.emlek_container .kepek .nagykep {
	margin: 2px;
}
.emlek_container .kepek .nagykep img {
	display: block;
	width: 100%;
}
.emlek_container .szoveg {
	width: 70%;
	padding-left: 30px;
}
.emlek_container .szoveg .prop_boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.emlek_container .szoveg .prop_boxes .tetel_box {
	width: 46%;
	font-size: 16px;
	padding: 5px 0;
}
.emlek_container .szoveg .prop_boxes .tetel_box .chapter {
	font-weight: bold;
	color: #a00;
}
.emlek_container h1 {
	text-align: left;
	/* font-size: 24px; */
}
.emlek_container .leiras {
	font-size: 16px;
	margin-top: 30px;
}
.kiskepek_container {
	display: flex;
	flex-wrap: wrap;
}
.kiskepek_container .kiskep_div {
	width: calc(25% - 4px);
	padding-top: 25%;
	margin: 2px;
}

.grid20 {
	width: calc(20% - 10px);
}
.grid25 {
	width: calc(25% - 10px);
}
.grid33 {
	width: calc(33.3% - 10px);
}
.grid50 {
	width: calc(50% - 10px);
}
.grid66 {
	width: calc(66% - 10px);
}
.grid75 {
	width: calc(75% - 10px);
}
.grid100 {
	width: 100%;
}



.category_flex_container {
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  background-color: #fff;
}
.category_flex_box {
	display: flex;
	width: 49%;
	padding: 20px;
	margin-bottom: 2%;
	border: 1px solid #ccc;
	/* background-color: #ddaf250a; */
}
.category_flex_box .image_col {
	width: 40%;
	/* margin-top: 5px; */
}
.category_flex_box .image_col .image_box {
	width: 100%;
	padding-top: 100%;
	background-position: center;
	background-size: cover;
}
.category_flex_box .text_col {
	width: 60%;
	font-size: 16px;
	font-weight: 300;
	padding-left: 20px;
}
.category_flex_box a.name {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.category_flex_box a.bovebben {
	display: block;
	margin-top: 20px;
}
.category_flex_box a.bovebben i {
	padding-left: 5px;
	font-size: 80%;
}
.category_head .left {
	float: left;
}
.category_head .right {
	float: right;
}
.category_head .sel_sort {
	font-size: 15px;
	color: #444;
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.footer {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #808080;
	border-bottom: 3px solid #808080;
}
.footer .logo_div {
	float: none;
	text-align: center;
	padding: 10px 0;
	width: 242px;
	height: 100px;
	margin: 0 auto;
}
.footer .hmenu {
	float: none;
	clear: both;
}
.copyright {
	font-size: 18px;
	text-align: center;
}
.fmenu_links {
	margin-top: 25px;
}
.fmenu_links a {
	color: #444;
}














.zoomed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.75);
	z-index: 1100;
}
.zoomed_inner {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 1200;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.zoomed_close, .zoomed_close a {
	padding: 10px;
	color: #fff;
	font-size: 40px;
	float: right;
}
.zoomed .prevnextbuttons {
	position: relative;
	margin-top: 40vh;
	margin-left: 20px;
	margin-right: 20px;
}
.zoomed .prevnextbuttons a {
	display: inline-block;
	padding: 15px 30px;
	font-size: 24px;
	color: #444;
	background: #fff;
	opacity: 0.4;
}
.zoomed .prevnextbuttons a:hover {
	opacity: 0.6;
}
.zoomed .prevnextbuttons a#prevbutton {
	float: left;
}
.zoomed .prevnextbuttons a#nextbutton {
	float: right;
}



/* Media queries for less than 1000 pixels: */
/*======================================== */
@media only screen and (max-width: 1000px) {
	.wrapcenter {
		padding: 0 10px;
	}
	.item_box_grid .picbox {
		width: calc(25% - 10px);
	}
	.simple_search_div {
    flex-wrap: nowrap;
    width: 100%;
	}
}


/* Media queries for less than 800 pixels: */
/*======================================== */
@media only screen and (max-width: 800px) {
	.item_box_grid .picbox {
		width: calc(25% - 10px);
	}
	.category_flex_box {
		width: 100%;
	}
	.hmenu_container .hmenu {
		display: none;
		position: absolute;
		top: 80px;
		right: 0px;
		z-index: 1000;
		float: none;
		margin: 0;
		padding: 10px;
		background: #DDAF25;
	}
	.hmenu_container .hmenu ul li {
		display: block;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.hmenu_container .hmenu ul li a {
		display: block;
		padding: 15px 10px;
		color: #fff;
	}
	.hamburger_button {
		display: block;
	}
	.hmenu_container .hmenu_links .lang_selector_sub {
		display: none;
		z-index: 999;
		width: 115%;
		top: 56px;
		left: -10px;
		right: 0px;
		background: #ddaf25;
	}
	.hmenu_container .hmenu .lang_selector_sub a {
		display: block;
		width: 115%;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 28px;
	}


}


/* Media queries for less than 600 pixels: */
/*======================================== */
@media only screen and (max-width: 600px) {
	.item_box_grid .picbox {
		width: calc(50% - 10px);
	}
	.category_flex_box {
		width: 100%;
	}
	.emlek_container {
		flex-direction: column;
	}
	.emlek_container .kepek {
		width: 100%;
		margin-bottom: 20px;
	}
	.emlek_container .szoveg {
		width: 100%;
		padding-left: 0;
	}
	.emlek_container .szoveg .prop_boxes {
		flex-direction: column;
		justify-content: space-between;
	}
	.emlek_container .szoveg .prop_boxes .tetel_box {
		width: 100%;
	}
	.input_box.grid33 {
		width: 100%;
	}
	.input_box.grid25 {
		width: 100%;
	}
	.simple_search_div {
		flex-wrap: nowrap;
	}
	.simple_search_div .simple_text {
		width: 90%;
		float: left;
	}
	.simple_search_div .sbutton1 {
		width: 5%;
		float: left;
	}
	.simple_search_div button {

	}
	.simple_search_div .sbutton2 {
    width: 100%;
    margin-left: 0px;
	}
}


/* Media queries for less than 400 pixels: */
/*======================================== */
@media only screen and (max-width: 400px) {
	.category_flex_box {
		flex-direction: column;
		width: 100%;
		padding: 10px;
		margin-bottom: 30px;
		border: none;
	}
	.category_flex_box .image_col {
    width: 100%;
		margin-bottom: 20px;
	}
	.category_flex_box .text_col {
		width: 100%;
		padding-left: 0;
	}
}








