body, html {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 140%;
	color: #222;
	background: #E6E2DE;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.wrapcenter {
	max-width: 1024px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.header {
  background: #B72B30;
  text-align: center;
  padding: 15px;
}
.header .row1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 140%;
}
.fullpic img {
  display: block;
  width: 100%;
}
.keresunk {
  font-size: 40px;
  font-weight: bold;
  line-height: initial;
  text-align: center;
  padding: 40px 0;
  color: #B72B30;
}
.szoveg {
  display: block;
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 200%;
}
.leiras {
  padding: 30px;
}
.line {
  border-top: 1px solid #ddd;
  margin: 30px 30px;
}
.bigtext {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
.photos {
  padding: 20px;
}
.photobox {
  margin: 0.3%;
  float: left;
  width: 32.7%;
  padding-top: 32%;
  cursor: zoom-in;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.zoomed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,1);
	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: 20px;
	color: #fff;
	font-size: 40px;
  text-align: 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;
}
