/*basic*/
*, *:before, *:after{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html, body {
	font-family: 'Noticia Text', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color:#000;
	font-weight: 400;
	background: #d4b574 url('images/pattern1.png') repeat;
}
img {
	max-width: 100%;
	height: auto;
}
/*helper*/
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width:120px;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.btn {
	padding: 4px;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-weight: 400;
}
.green {
	position: relative;
	background-color: #7FBA00;
	box-shadow: 0 4px 0 #689900;
	line-height: 1.2;
	-webkit-transition: top .3s;
	transition: top .3s;
}
.green:hover {
	box-shadow: 0 4px 0 #e07700;
	background-color: #FF8C00;
}
.green:active {
	top: 4px;
	background-color: #FF8C00;
	box-shadow: none;
}
.orange {
	background-color: #FF8C00;
}
#go-top {
	display:none;
	position:fixed;
	font-size:28px;
	color: #FF8C00;
	cursor: pointer;
	background-color: rgba(0,0,0,.1);	
	border: 2px solid #FF8C00;
	border-radius: 50%;
	padding:4px;
}
#go-top:hover{
	color: #7FBA00;
	border: 2px solid #7FBA00;
}
/*layout*/
.container {
	margin: 0 auto;
	max-width: 960px;
	position: relative;
}
#header {
	background: #7FBA00 url('images/header-bg.png') repeat;
	border-top: 10px solid #FF8C00;
}
#side {
	float:left;
	width: 23.75%;
	margin: 1.25% 0.625%;
}
#main {
	float: left;
	width: 73.75%;
	margin: 1.25% 0.625%;
	line-height: 1.5;
	font-weight: 300;
	font-size: 15px;
	padding: 10px;
}
/*header*/
#header h1 {
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: 400;
	height: 80px;
	line-height: 80px;
	font-size: 35px;
}
#cimer {
	position: absolute;
	left: 8%;
	top: -5px;
}
#information {
	background-color: #FFF;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 auto;
	text-align: right;
}
#information span {
	margin-right: 1.25%;
}
/*main*/
#main p:first-of-type {
	padding-top: 0;
	margin-top: 0;
}
.inner-content a {
	color: #7FBA00;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.inner-content a:hover {
	color: #00baf0;
	/*border-bottom: 1px solid #7FBA00;*/
	border-bottom: 1px solid #00baf0;
}
ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list>li {
	text-align: center;
}
/*footer*/
#footer a {
	color:#FFF;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#footer a:hover {
	border-bottom: 1px solid #FFF;
}
.ftop {
	/*background-color: #282828;*/
	background: #d4b574 url('images/pattern.png') repeat;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}

.fbottom {
	/*background-color: #454545;*/
	background: url('images/fbottom.png') repeat;
	color:#FF8C00;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
.fbottom p {
	margin: 0;
	padding: 0;
}

/* 
#############
# Navigáció oldal
#############
 */
nav.side ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	/*background-color: #FF8C00;*/
	/*background-color: #6D6E71;*/
	background-color: #A8A396;
}
nav.side ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style: none;
	/*border-bottom:1px solid #454545;*/
	border-bottom: 1px solid #726f67;
	/*border-top: 1px solid #949599;*/
	border-top: 1px solid #d8d2c3;
	position: relative;
}

nav.side>ul>li:first-child {
	border-top:none;
}
nav.side>ul>li.open {
	border-bottom:none;
}
nav.side>ul>li.open>a {
	/*border-bottom:1px solid #454545;*/
	border-bottom: 1px solid #726f67;
}
nav.side>ul>li:last-child {
	border-bottom:none;
}
nav.side ul a {
	color: #FFF;
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
	height: 30px;
	line-height: 30px;
	padding-left:10px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.side ul a:hover {
	padding-left:20px;
}
nav.side .submenu a {
	padding-left: 20px;
}
nav.side .submenu a:hover {
	padding-left: 30px;
}
nav.side ul>li>a:before  {
	display: block;
	content: "";
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	border-left: 0px solid #FF8C00;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
nav.side ul>li>a:hover:before {
	border-left: 4px solid #FF8C00;
}
nav.side ul>li.active>a:hover:before {
	display: none;
}
nav.side ul>li.active:after {
	display: inline-block;
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0;
	border-right: 2px solid #FF8C00;
}

nav.side li.active>a:after {
	display: block;
	content: "";
	position: absolute !important;
	right: 2px;
	top: 4px;
	border: 8px solid transparent;
	border-width: 10px 10px;
	border-right-color: #FF8C00;
}

nav.side ul li.active.open>a.dropdown-toggle:after {
	display: none;
}

nav.side>ul>li>.submenu {
	position: relative;
	display: none;
}
nav.side>ul>li.active.open>.submenu {
	display: block;
}

nav.side>ul>li>.submenu li:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 8px;
	left: 10px;
	top: 14px;
	border-top: 1px solid #726f67;
	-webkit-transition: all .3s;
	transition: all .3s;
}
nav.side>ul>li>.submenu li:hover:before {
	width: 18px;
}
nav.side>ul>li>.submenu:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 0;
	bottom: 0;
	border-right: 1px solid #726f67;
}
nav.side>ul>li>.submenu li:first-child {
	/*border-top: 1px solid #726f67;*/
	border-top: 1px solid #d8d2c3;
}

/*hirek*/
.post-wrapper:first-of-type {
	margin-top: -10px;
}
.post-wrapper {
	border: 1px solid #7FBA00;
	margin-bottom: 40px;
	-o-box-shadow: 5px 5px 0 rgba(0,0,0,.07);
	-ms-box-shadow: 5px 5px 0 rgba(0,0,0,.07);
	box-shadow: 5px 5px 0 rgba(0,0,0,.07);
	border-bottom-right-radius: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.post-wrapper:hover {
	border: 1px solid #FF8C00;
}
.post-wrapper > header {
	background-color: #7FBA00;
	color: #FFF;
	padding: 6px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 1.1;
}
.post-wrapper>header.single {
	background-color: #7FBA00;
	padding: 6px;
}
.post-wrapper:hover>header {
	background-color: #FF8C00;
}
.post-wrapper>header>a{
	color:#FFF;
	font-weight: 700;
	text-decoration: none;
}
.post-wrapper>header>a:hover{
	color:#000;
	text-decoration: underline;
}
.post-wrapper>header h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*font-family: 'Roboto';*/
}
.post-wrapper>header .time {
	font-size: 12px;
}
.post-featured-img {
	float: left;
	max-width: 20%;
}
.post-featured-img>img {
	padding:10px;
	width: 100%;
	height: auto;
}
.post-body {
	padding: 6px 6px 0 6px;
	/*word-break: break-all;*/
}
.w80 {
	width: 80%;
}
.w100 {
	width: 100%;
}
.post-body p {
	margin: 0;
	padding: 0;
}
.post-body a {
	color: #7FBA00;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.post-body a:hover {
	border-bottom: 1px solid #7FBA00;
}
.more {
	margin: 0 10px 10px 0;
	float: right;
}
/*galeria*/
.galeria ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.galeria ul>li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 10px 10px 5px 10px;
}


.gallery-pic {
	background-color: #FFF;
	margin: 0 auto;
	padding: 6px;
	border: 1px solid #B6B6B6;
	box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.gallery-pic:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	position: relative;
	z-index: 5;
}
.gallery-pic img {
	display: block;
}
.gallery-pic > a {
	display: block;
	position: relative;
}
.gallery-pic > a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .4);
}
/*kepviselo*/
.kepviselok ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kepviselok ul>li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 10px 10px 5px 10px;
}
.kepviselok .egyen {
	position: relative;
	overflow: hidden;
	margin: 3px 6px;
	box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.kepviselok .egyen>a {
	 display: block; 
}
.egyen img {
	display: block;
	background: #FFF;
	padding: 6px;
}
.kepviselok .egyen>div.nev {
	position: absolute;
	width: 100%;
	text-align: center;
	left:0;
	bottom: 0;
	background: rgba(0, 186, 240, .8);
	color: #fff;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all 0.3s linear 0.3s;
	transition: all 0.3s linear 0.3s;
}
.kepviselok .egyen>div.beosztas {
	position: absolute;
	width:100%;
	text-align: center;
	left:0;
	top:-20%;
	background: rgba(0, 186, 240, .8);
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-transition: all 0.3s linear 0.3s;
	transition: all 0.3s linear 0.3s;
}
.kepviselok .egyen:hover>div.nev {
	bottom:50%;
}
.kepviselok .egyen:hover>div.beosztas {
	top:50%;
}
.rendelet {
	border: 1px solid #00BAF0;
	margin-bottom: 5%;
	box-shadow: 4px 4px 0 #47CBEF;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	border-radius: 10px;
	margin-top: -10px;
}
.rendelet .btn {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.rendelet>h3 {
	margin: 0;
	color: #FFF;
	padding:4px;
	font-weight: 400;
	font-size: 16px;
	background-color: #00BAF0;
	border-radius: 10px 10px 0px 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.rendelet:hover>h3{
	background-color: #FF8C00;
}
.rendelet>h3>a {
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #FFF;
}
.rendelet>h3>a:hover {
	border-bottom: 1px solid #FFF;
}
.rendelet>p {
	margin: 0;
	padding: 4px;
	background-color: rgba(255, 255, 255, .4);
	border-radius: 0 0 10px 10px;
}
.rendelet:hover {
	border: 1px solid #FF8C00;
	box-shadow: 4px 4px 0 #FFAB4c;
}
.rendelet:hover .btn {
	opacity: 1;
}
/*Zebra tábla*/
.striped {
	border-collapse: collapse;
	width:80%;
	margin:0 auto;
}
.striped tr {
	border-bottom: 1px solid #D5D5D5;
}
.striped tr:last-child {
	border-bottom: none;
}
.striped tr:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.1);
}
.striped tr:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.striped td {
	padding:8px;
	border:1px solid #D5D5D5;
}
.striped td.d-description {
	width: 80%;
}
.striped td.d-download {
	width: 20%;
	text-align: center;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
width: 100% !important;
}
.fb-like-box, .fb-like {
	margin-top: 10px;
}
.fb-like-box {
	background-color: #FFF;
}
.fb-like-box a {
	color:#00baf0;
}
.rmenu {
	display: none;
}
@media only screen and (min-width: 481px) and (max-width: 959px){ 
	#fbl, #cimer {
		display: none;
	}
	#header {
		border-top-width: 40px;
	}
	#header h1 {
		font-size: 1.5em;
		height: 40px;
		line-height: 40px;
	}
	.container {
		width: 100%;
		margin: 0;
	}
	.rmenu {
		display: block;
	}
	.fa-bars {
		color: #FFFF99;
		font-size: 32px;
		position: absolute;
		left:10px;
		top: 4px;
	}
	.menu{
		position:relative;
		left:0;
	}
	.menu-open {
		left: 80%;
		overflow:hidden;
	}
	.menu, #sidenav {
		/*transition*/
		-webkit-transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
		transition:all 0.3s ease 0s;
	}
	#sidenav {
		position:fixed;
		top:0;
		left:-80%;
		height:100%;
		width:80%;
		background-color: #EEE;
	}
	.menu-open #sidenav {
		left:0;
	}
	nav.side ul {
		background-color: #EEE;
	}
	nav.side ul.submenu {
		background-color: #DDD;
	}
	nav.side ul li {
		border-bottom:1px solid #C6C6C6;
		border-top: none;
	}
	nav.side ul a {
		color: #555;
		height: auto;
		line-height: 3;
	}
	nav.side ul>li>a:before, 
	nav.side ul>li>a:hover:before,
	nav.side ul>li.active>a:hover:before,
	nav.side ul>li.active:after,
	nav.side li.active>a:after,
	nav.side ul li.active.open>a.dropdown-toggle:after,
	nav.side>ul>li>.submenu li:before,
	nav.side>ul>li>.submenu:before {
		display: none;
	}
	nav.side>ul>li.open>a {
		border-bottom:none;
	}
	nav.side>ul>li>.submenu li:first-child {
		border-top: 1px solid #C6C6C6;
	}
	nav.side li.active:not(.open){
		background-color: #FF8C00;
	}
	/*layout*/
	#main, #side {
		float: none;
		width: 98%;
		margin: 1.25% auto;
		border: none;
	}
	/*layout*/
	/*galeria*/
	.galeria ul>li {
		width: 25%;
	}
	.striped {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#fbl, #cimer {
		display: none;
	}
	#header {
		border-top-width: 40px;
	}
	#header h1 {
		font-size: 1.5em;
		height: 40px;
		line-height: 40px;
	}
	.container {
		width: 100%;
		margin: 0;
	}
	.rmenu {
		display: block;
	}
	.fa-bars {
		color: #FFFF99;
		font-size: 32px;
		position: absolute;
		left:10px;
		top: 4px;
	}
	.menu{
		position:relative;
		left:0;
	}
	.menu-open {
		left: 80%;
		overflow:hidden;
	}
	.menu, #sidenav {
		/*transition*/
		-webkit-transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
		transition:all 0.3s ease 0s;
	}
	#sidenav {
		position:fixed;
		top:0;
		left:-80%;
		height:100%;
		width:80%;
		background-color: #EEE;
	}
	.menu-open #sidenav {
		left:0;
	}
	nav.side ul {
		background-color: #EEE;
	}
	nav.side ul.submenu {
		background-color: #DDD;
	}
	nav.side ul li {
		border-bottom:1px solid #C6C6C6;
		border-top: none;
	}
	nav.side ul a {
		color: #555;
		height: auto;
		line-height: 3;
	}
	nav.side ul>li>a:before, 
	nav.side ul>li>a:hover:before,
	nav.side ul>li.active>a:hover:before,
	nav.side ul>li.active:after,
	nav.side li.active>a:after,
	nav.side ul li.active.open>a.dropdown-toggle:after,
	nav.side>ul>li>.submenu li:before,
	nav.side>ul>li>.submenu:before {
		display: none;
	}
	nav.side>ul>li.open>a {
		border-bottom:none;
	}
	nav.side>ul>li>.submenu li:first-child {
		border-top: 1px solid #C6C6C6;
	}
	nav.side li.active:not(.open){
		background-color: #FF8C00;
	}
	/*layout*/
	#main, #side {
		float: none;
		width: 98%;
		margin: 1.25% auto;
		border: none;
	}
	/*layout*/
	/*galeria*/
	.galeria ul>li {
		width: 50%;
	}
	.striped {
		width: 100%;
	}
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-top:10px
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}