body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #333;
	background: #faf5f1;
}
*, *:before, *:after {
	box-sizing: border-box;
}
a {
	color: #bb4949;
}
h1 {
	font-family: "Open Sans", serif;
	color: #912936;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 30px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.wrapcenter {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 20px;
}
.top {
	height: 240px;
	background-image: url("../images/frontend/top_bg.jpg");
	background-repeat: none;
	background-size: cover;
	background-position: center;
	/* background-color: #804328; */
}
.top .inner {
	position: relative;
	height: 240px;
}
.top .inner .logo {
	position: absolute;
	display: table;
	top: 50px;
}
.top .inner .logo .image {
	display: table-cell;
}
.top .inner .logo .image img {
	height: 100px;
}
.top .inner .logo .label {
	display: table-cell;
	padding-top: 24px;
	padding-left: 20px;
	vertical-align: top;
	text-align: center;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
}
.top .inner .hmenu {
	position: absolute;
	bottom: 10px;
}
.top .inner .hmenu a {
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	margin-right: 2px;
	border: 1px solid #fff;
	text-decoration: none;

}
.top .inner .hmenu a:hover {
	background: #bb4949;
}
.top .inner .hmenu a.login {
	background: #bb4949;
}
.top .inner .flags {
	position: absolute;
	width: 100px;
	right: 0;
	bottom: 10px;
}
.top .inner .flags img {
	width: 24px;
	height: 20px;
}
.carussel {
	margin-top: 2px;
	margin-bottom: 2px;
}
.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.splide__arrow {
	width: 4em !important;
	height: 4em !important;
}
.bemutatkozas {
	margin-top: 40px;
	margin-bottom: 40px;
}
.footer {
	padding: 40px;
	margin-top: 60px;
	background: #ccc;
	text-align: center;
}
.button_row {
	margin: 30px 0;
}
.button {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal !important;
	padding: 8px 12px;
	cursor: pointer;
	border: 1px solid #912936;
	border-radius: 0;
	background: #bb4949;
	white-space: nowrap;
}
