@charset "utf-8";
/* CSS Document */
/*
Theme Name: Soproni Darazsak 2019
Theme URL: https://www.sopronidarazsak.com/
Theme Description: Soproni Darazsak
Version: 3.0
Author:tigaman
Author URI: https://www.tigaman.hu
*/
@import url("http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext");
@import url("font-awesome.min.css");

body {
	font-size: 15px;
	font-weight: 300;
	color: #666666;
	margin: 0px;
	font-family: 'Oswald', sans-serif;
	scroll-behavior: smooth;
	background-image: url(images/bgb.jpg);
	background-size: cover;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5 {
	font-weight: 300;
	text-transform: uppercase;
}
a {
	color: #272D3B;
	text-decoration: none;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
a:hover {
	color: #538EB8;
}
.hatvan {
	width: 60%;
	float: left;
}
.negyven {
	width: 40%;
	float: left;
}

.clear {
	clear: both;
}
img.szaz  {width:100%;height:auto;}

#header {
	width: 100%;
	margin: 0px auto;
	background-color: #013822;
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0px;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}


/* Sizes for the bigger menu */
#header.large{
	height: 200px;	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
#header.small{
	height: 100px;	
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
.logo.large{
	width: 175px;
	height: auto;
	margin: 10px 0 0 0 ;
	float: left;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */	
}

.logo.small{
	width: 75px;
	height: auto;
	margin: 10px 0 0 0px;
	float: left;	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

.logo img {
	width: 100%;
	height: auto;	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}


.header {
	width: 90%;
	margin: 0px auto;	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}




.topmenu {
	width: calc(100% - 400px);
	font-size: 13px;
	color: #FFFFFF;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	float: right;
	text-align: right;
	top: 20px;
	position: relative;
	margin: 0 0 0 200px;
	right: 200px;
}
.socialista.large {
	top: 10px;
	position: fixed;
	width: 300px;
	right: 10px;
	float: right;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

.socialista.large img {
	width: 40px;
	height: auto;
	float: left;
	margin: 0 8px 0 0;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
.socialista.small {
	top: 40px;
	position: fixed;
	width: 220px;
	right: 10px;
	float: right;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

.socialista.small img {
	width: 20px;
	height: auto;

	margin: 0 7px 0 0;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

.topmenu ul{
	margin: 0px 0 0 80px;
	list-style: none;
	padding: 0px  0px;
	float: left;
}
.topmenu li {
	padding: 0;
	float: left;
}

.topmenu li a{
	float: left;
	text-transform: uppercase;
	padding: 0px 10px;
	font-size: .8vw;
	font-weight: 400;
	display: block;
	color: #FFFFFF;
	border-right: 1px solid #fff;
}

.topmenu li a:hover{
	color: #FFFFFF;
}
.topmenu li:last-child a{
	border-right: 0px;

}


.topmenu.large {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */	
	top: -100px;
}
.topmenu a {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	color: #FFFFFF;
}

.topmenu a:hover {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	color: #FFFFFF;
	text-decoration: underline;
}



#menu.large{
	margin: 0px;
	width:  calc(100% - 200px);
	padding: 80px 0 0 25px;
	float: left;	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

#menu.small{
	width:  calc(100% - 100px);
	margin: 0px 0 0 0px;
	padding: 20px 0 0 25px;
	float: left;	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
#menu{
	margin: 0px;

	float: left;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */	
}


 ul.menu {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: left;	
	list-style: none;	
}
.menu li { float:left; }
.menu li a {
	padding: 10px 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: .8vw;
	font-weight: 300;	
	text-transform: uppercase;

}
.menu li a:hover {
	color: #FFF501;

}


.menu li > a:after {
	content: '\f078';
	font-family: 'FontAwesome';
	margin: 0  0 0px 5px;
	font-size: 1.1vw;
	padding: 0 0 0px 0;
	opacity: 1.0;
	font-weight: 300;	display: none;
}
.menu li > a:only-child:after { content: ''; }		



/* Submenu */
.menu ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	list-style-type: none;


}
.menu li:hover {
	position: relative;


}
.menu li:hover ul {
	left: 0px;
	top: 2.5vw;
	padding: 0px 0 0px 0;
	z-index: 10;	

}



.menu li:hover ul li a {
	padding: 0.7vw 0.5vw;
	/* [disabled]display: block; */
	width: 20vw;
	background-color: #59B6F3;
	border-bottom: 1px solid #c0c0c0;
	font-size: 0.9vw;
	display: none;
}

.menu li:hover ul li a:hover {
	background-color: #323481;
	color: #FFFFFF;
}



.color {
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px;
}
.one {
	background-color: #FFF501;
}
.twoo {
	background-color: #013822;
}
.three {
	background-color: #016B41;
}
.four {
	background-color: #019d60;
}
.five {
	background-color: #02d07e;
}

.six {
	background-color: #F96302;
}

#content {
	width: 95%;
	margin: 210px auto 0px auto;
}


.content{
	width: 90%;
	margin: 10px auto 10px auto;
	padding: 10px 5%;
	font-size: 20px;
	font-weight: 300;
	background-color: #FFF;
	color: #333;#272D3B
	text-align: justify;
	
	
}
.content a{

	color: #272D3B;
	text-decoration:underline;

	
	
}
.head img {
	height: auto;
	width: 100%;
}
.head.large {
	background-size: 100% auto;
	background-position: center top;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	width: 100%;
	margin: 10px 0;
	position: relative;
	background-repeat: no-repeat;
}
.head.small {
	background-repeat: no-repeat;
	background-size: 110% auto;
	background-position: center bottom;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	position: relative;
}
.head.large h1 {
	font-size: 30px;
	left: auto;
	margin: 0px;
	position: absolute;
	top: 40%;
	left: 10px;
	color: #fff;
	padding: 10px 25px 10px 25px;
	z-index: 2;
	font-weight: 300;
	text-transform: uppercase;
	/* [disabled]border: 3px double #FFFFFF; */
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
.head.small h1 {
	font-size: 30px;
	left: auto;
	margin: 0px;
	position: absolute;
	top: 40%;
	left: 10px;
	color: #fff;
	padding: 10px 70px 10px 70px;
	z-index: 2;
	font-weight: 300;
	text-transform: uppercase;
	/* [disabled]border: 3px double #FFFFFF; */
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}


.date {
	font-size: 14px;
	left: auto;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFF;

	padding: 5px;
	z-index: 2;
	font-weight: 300;
	text-transform: uppercase;
}
.share, .share2 {
	font-size: 14px;
	margin: 0;
	position: absolute;
	color: #FFF;
	padding: 7px 10px;
	z-index: 2;
	font-weight: 300;
	text-transform: uppercase;	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.share {
	bottom: 0px;
	right: 170px;

}
.share2 {

	bottom: 0px;
	right: 0px;

}
.share a, .share2 a {

	color: #FFF;

}

.share:hover, .share2:hover {
	background-color: #016B41;	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.image-box{
	width: 32.3333%;
	float: left;
	margin: 10px 0.5% 10px 0.5%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.image-boxh{
	width: 49%;
	float: left;
	margin: 10px 0.5% 10px 0.5%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.image {
	width: 100%;
	background-position: center;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	background-size: cover;
} 
.image img {
	width: 100%;
	height: auto;
} 


.image:hover {
	-webkit-transform:scale(1.3) rotate(8deg);
	-moz-transform:scale(1.3) rotate(8deg);
	-ms-transform:scale(1.3) rotate(8deg);
	-o-transform:scale(1.3) rotate(8deg);
	transform:scale(1.3) rotate(8deg)
} 
.moreelink {
	font-size: 15px;
	left: auto;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0px;
	color: #fff;
	padding: 10px;
	z-index: 2;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #019D60;
	text-align: left;
}
.moreelink a{
	color: #fff;
	text-decoration: none;
}
.moreelink:hover {
	background-color: #013822;
}	
.moreelink i {
	margin: 0 0 0px 10px;
}

.link {
	position: absolute;
	margin: 0;
	right: auto;
	top: 5px;
	left: 3px;
	z-index: 9;
	border-radius: 50%;

	width: 50px;
	height: 50px;
}
.link img {
    display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 50px;
	height: auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;		
	box-shadow: 0 10px 5px -5px #888;

}


.blokkok {}


.blokkok div {
	background-position: center center;
	background-size: auto 100%;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	position: relative;
	cursor: pointer;
}
.blokkok div:hover{

	background-position: center center;
	background-repeat: no-repeat;	
	background-size:auto 120% ;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */	
}
.blokkok div h2 {
	position: absolute;
	top: 0px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: 0 0 0 0;
	padding: 10px 0px 7px 0px;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	left: 0px;

}
.blokkok div h2 a {

	color: #FFF;


}



.blokkok div:nth-child(3n+1){
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	background-color: rgba(255,0,0,1);
	width: 37.3333%;
	float: left;
	padding: 25% 0 0 0;
}

.blokkok div:nth-child(3n+1) h2{
	background-color: #013822;
}


.blokkok div:nth-child(3n+2){
	-webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
	clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
	background-color: rgba(0,0,255,1);
	padding: 25% 0 0 0;
	width: 37.3333%;
	float: left;
	margin: 0 0 10px -6%;
}
.blokkok div:nth-child(3n+2) h2{
	background-color: #016B41;
}


.blokkok div:nth-child(3n){
	-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	background-color: rgba(255,245,1,1);
	padding: 25% 0 0 0;
	width: 37.3333%;
	float: left;
	margin: 0 0 10px -6%;
}

.blokkok div:nth-child(3n) h2{
	background-color: #019D60;
}


.youtube_home {
	display: inline-flex;
	font-size: 2.5vw;
	margin: 20px 0 ;
	padding: 0;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: rgba(255,255,255,1);  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
}

.youtube_home i  {
	padding: 0px 10px;

}

.youtube_home i  {
  color: #ff0000;

  transition: all ease-in-out 150ms;
  animation: pulse_6500 2s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes pulse_6500 {
  0% { transform: scale(1.05) }
  50% { transform: scale(0.90) }
  100% { transform: scale(1.05) }
}





.polygonses {
	position: relative;
	width: 37.3333%;
	float: left;
	padding: 25% 0 0 0;
	background-position: center center;
	background-size:auto 100% ;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */	
}
.polygonses:hover{

	background-position: center center;
	background-repeat: no-repeat;	
	background-size:auto 120% ;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */	
}
.polygonses h2 {
	position: absolute;
	top: 0px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: 0 0 0 0;
	padding: 10px 0px 7px 0px;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	left: 0px;

} 
  
 
.polygonses h2 a {
	color: #FFFFFF;
}


.polygonses:nth-child(1){
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	background-color: rgba(255,0,0,1);
	width: 37.3333%;
	float: left;
	padding: 25% 0 0 0;
}
.polygonses:nth-child(2){
	-webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
	clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
	background-color: rgba(0,0,255,1);
	padding: 25% 0 0 0;
	width: 37.3333%;
	float: left;
	margin: 0 0 10px -6%;
}
.polygonses:nth-child(3){
	-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	background-color: rgba(0,255,0,1);
	padding: 25% 0 0 0;
	width: 37.3333%;
	float: left;
	margin: 0 0 10px -6%;
}

.polygonses:nth-child(4){
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	background-color: rgba(255,0,0,1);
	width: 37.3333%;
	float: left;
	padding: 25% 0 0 0;
}
.polygonses:nth-child(5){
	-webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
	clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
	background-color: rgba(0,0,255,1);
	padding: 25% 0 0 0;
	width: 37.3333%;
	float: left;
	margin: 0 0 10px -6%;
}
.polygonses:nth-child(6){
	-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	background-color: rgba(0,255,0,1);
	padding: 25% 0 0 0;
	width: 37.3333%;
	float: left;
	margin: 0 0 10px -6%;
}




.containercontainer {
	width: 100%;
	margin: 10px auto 10px auto;
}
.fleft {
	width: 66.666666%;
	float: left;
	margin: 0;
}
.itembanner {
	padding: 0;
	margin: 10px 1.0% 5px 1.0%;
	width: 98%;
	position: relative;
}
.itembanner img {
	padding: 0;
	margin: 10px 1.0% 5px 1.0%;
	width: 98%;




}

.item {
	padding: 0;
	margin: 10px 1.0% 5px 1.0%;
	width: 48%;
	position: relative;
	float: left;	
	cursor: pointer;

}

.item p {
	padding: 0px 5px 5px 5px;
	display: none;
}
.item img {
	width: 100%;
	height: auto;
}
.newshead {

	background-position: center center;
	background-repeat: no-repeat;	
	background-size: 100% auto;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */	
}
.newshead:hover {

	background-position: center center;
	background-repeat: no-repeat;	
	background-size: 120% auto;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */	
}


.postdate {
	font-size: 14px;
	left: auto;
	margin: 0;
	position: absolute;
	top: 30%;
	left: 0px;
	color: #FFF;
	background-color: #016B41;
	padding: 5px;
	z-index: 2;
	font-weight: 300;
	text-transform: uppercase;
}


.item ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.item ul li{
	width: 90%;
	margin: 0 2.5% 0px 2.5%;
	border-bottom: 1px solid #999;
	padding: 15px 2.5%;
	box-shadow: 0 5px 3px -3px #c0c0c0;	
	font-size: 15px;	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item ul li i{

	font-size: 15px;
}


.item ul li:last-child {
	border-bottom: 0px;
	box-shadow: 0px 0px 0px #333;	


}
.spacer {
	width: 100%;
	height: 15px;
}

.social {
	left: 3px;
	margin: 0px 0 0 0;
	position: absolute;
	bottom: 3px;
}


.social i {
    color: #fff;
    width: 23px;
    height: 19px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 -1.5px;
    padding: 6px 0 0 3px;
}
.fa-facebook {
	/* [disabled]background-color:#3b5998; */
	margin: 0 0 0 0px;
} 
/*.fa-linkedin {background-color:#007bb6}*/
.fa-twitter {
	/* [disabled]background-color: #00aced; */
	margin: 0 0 0 0px;
}
/*.fa-google-plus {background-color:#dd4b39}
.fa-youtube { background-color: #FE0000; }
.fa-instagram { background-color: #B22D00; }
.fa-globe {
	background-color: #99CC33;
}
*/
.morelink {
	font-size: 14px;
	left: auto;
	margin: 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #fff;
	background-color: #013822;
	padding: 5px;
	z-index: 2;
	font-weight: 300;
	text-transform: uppercase;
}
.morelink a{
	color: #fff;
	text-decoration: none;
}
.morelink:hover {
	background-color: #019D60;
}


.more {
	font-size: 14px;
	margin: 0;
	position: relative;
	bottom: 0px;
	right: 0px;
	color: #fff;
	background-color: #005CA1;
	padding: 5px;
	z-index: 10;
	font-weight: 300;
	text-transform: uppercase;
	width: 150px;
	text-align: center;
	float: right;
}
.more a{
	color: #fff;
	text-decoration: none;
}
.more:hover {
	background-color: #DA271E;
}

.item h2{
	font-size: 15px;
	color: #FFF;
	text-align: center;
	margin: 0 0 0 0;
	padding: 10px 10px 7px 10px;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	


} 
  
.item h2 a{
	color: #FFFFFF;
}
 .item:nth-child(3n+1) h2{
	background-color: #013822;
}

 .item:nth-child(3n+2) h2{
	background-color: #016B41;
}
 .item:nth-child(3n) h2{
	background-color: #02D07E;
}









.bn-breaking-news{
	display: block;
	width: 100%;
	background-color: #013822;
	height: 40px;
	box-sizing: border-box;
	position: relative;
	line-height: 40px;
	overflow: hidden;
	border-radius: 2px;
	text-align: auto;
	font-size: 16px;
	margin: 0px 0 15px 0;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
}
.bn-breaking-news a{

	color: rgba(255,255,255,1);
}
.bn-breaking-news strong{
	font-weight: 300;
}

.bn-breaking-news *{
	box-sizing:border-box
}
.bn-label{
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	position: absolute;
	text-align: center;
	color: #333;
	font-weight: 300;
	z-index: 3;
	padding: 3px 15px 3px 15px;
	white-space: nowrap;
	background-color: #FFF501;
}
.bn-news{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	overflow: hidden
}
.bn-news ul{display:block;height:100%;list-style:none;padding:0;margin:0;left:0;bottom:0;width:100%;position:absolute}
.bn-news ul li{white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;text-decoration:none;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;position:absolute;width:100%;display:none;color:#333}
.bn-news ul li a{
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	padding: 3px 10px 0px 10px;
	position: relative;
	display: block;
	overflow: hidden;
	color: rgba(255,255,255,1);
}
.bn-news ul li a:hover{
	color: #FF0
}
.bn-loader-text{padding:0 10px}
.bn-seperator{
	display: inline-block;
	float: left;
	margin: 9px 3px 0 0;
	width: 20px;
	height: 20px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/bb.png);
}.bn-seperator.bn-news-dot{margin-right:0}.bn-seperator.bn-news-dot:after{content:'';position:absolute;width:8px;height:8px;background:#333;border-radius:50%;top:50%;margin-top:-4px;left:50%;margin-left:-4px}.bn-prefix{color:#d65d7a;margin-right:15px;padding-left:10px}.bn-positive{color:#0b8457;font-weight:700}.bn-negative{color:#dc2f2f;font-weight:700}
.bn-controls{
	width: auto;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	position: absolute;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.bn-controls button{
	width: 30px;
	float: left;
	height: 100%;
	cursor: pointer;
	border: none;
	border-left: solid 1px #000;
	text-align: center;
	background-color: #02D07E;
	outline: none;
}

.bn-controls button:hover{
	background-color: #016B41
}.bn-arrow{
	margin: 0;
	display: inline-block;
	height: 8px;
	position: relative;
	width: 8px;
	top: 1px;
}
.bn-arrow::after{border-bottom-style:solid;border-bottom-width:2px;border-right-style:solid;border-right-width:2px;content:'';display:inline-block;height:8px;left:0;position:absolute;top:0;width:8px}
.bn-arrow.bn-next{
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	left: -3px;
}
.bn-arrow.bn-prev{-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg);left:3px}
.bn-arrow::after{
	border-color: #FFF
}.bn-arrow::before{background-color:#999}
.bn-play{
	position: relative;
	background-color: #FFF;
	width: 0;
	height: 12px;
	display: inline-block;
	margin-left: -5px
}.bn-play::after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255,255,255,0.0);
	border-left-color: #FFF;
	border-width: 8px;
	margin-top: -8px
}.bn-pause{position:relative;width:0;height:14px;display:inline-block;top:1px;left:-1px}.bn-pause::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	left: 3px;
	background-color: #FFF
}.bn-pause::after{
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	left: -3px;
	background-color: #FFF
}.bn-direction-rtl{direction:rtl}.bn-direction-rtl .bn-label{left:auto;right:0}.bn-direction-rtl .bn-controls{right:auto;left:0}.bn-direction-rtl .bn-seperator{margin-left:15px;margin-right:0;float:right}.bn-direction-rtl .bn-prefix{margin-left:15px;margin-right:0;padding-left:0;padding-right:10px}.bn-direction-rtl .bn-controls button{border-left:none;border-right:solid 1px #EEE}.bn-effect-scroll .bn-news ul{display:block;width:100%;position:relative}.bn-effect-scroll .bn-news ul li{display:list-item;float:left;position:relative;width:auto}.bn-effect-scroll.bn-direction-rtl .bn-news ul li{float:right}










.fitem {


	padding: 0;
	margin: 10px 1.0% 5px 1.0%;
	width: 31%;
	position: relative;
	float: left;
}


.fitem img {
	width: 100%;
	height: auto;
}




.fitem h2{
	font-size: 15px;
	color: #FFF;
	text-align: center;
	margin: 0 0 0 0;
	padding: 10px 10px 7px 10px;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	


} 
  
.fitem h2 a{
	color: #FFFFFF;
}










.sidebar{
	width: 32.333333%;
	float: left;
	margin: 10px 0 0 0.5%;
}
.box {
	float: left;
	width: 100%;
	color: #666;
	background-color: #F9F9F9;
	margin: 0px 0 20px 0;
	
}
.boxcontent {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px 0;	
	background-color: #FFF;

}


.box h2{
	text-transform: uppercase;
	padding: 10px 20px;
	color: #FFF;
	margin: 0px 0 0px 0;
	font-weight: 300;
}

 .box:nth-child(2n) h2{
	background-color: #02D07E;
}

 .box:nth-child(3n) h2{
	background-color: #016B41;
}
 .box:nth-child(3n+1) h2{
	background-color: #013822;
}



.boxcontent p {
	padding: 10px 10px;
	font-weight: 300;
	margin: 0px;
}






ul.programok   {
	list-style-type: none;
	margin: 0px 0 0 0px;
	padding: 0px;
}
.programok li {
	list-style: none;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 1px 0px;
	font-size: 13px;
}


.programok li a{
	display: block;
	color: #FFFFFF;
	background-color: #016B41;
	width: 97%;
	padding: 6px 0.5% 6px 2.5%;
	text-decoration: none;
	text-align: left;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
		}	
 
.programok li:nth-child(odd) a{
	background-color: #FFF501;
	color: #333;
}

.programok li a:hover{
	background-color: #02D07E;
	color: #FFFFFF;

}


.subpages-list  span{
	font-weight: 400;
	float: right;
}

ul.subpages-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.subpages-list li{
	list-style-type: none;
	margin: 0px 0 1px 0;
	font-size: 13px;
	text-transform: uppercase;
}
ul.subpages-list li:last-child{

	margin: 0px 0 0px 0;
;
}
ul.subpages-list li a {
	display: block;
	padding: 10px 20px;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: #013822;
	color: #FFFFFF;
}

ul.subpages-list li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #02D07E;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
ul.subpages-list li a:hover, ul.subpages-list lia :focus, ul.subpages-list li a:active {
  color: white;
}
ul.subpages-list li a:hover:before, ul.subpages-list li a:focus:before, ul.subpages-list li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}





fieldset.search {
	border: none;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0 2%;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input {
	color: #FFFFFF;
	width: 80%;
	padding: 11px 2.5%;
	background-color: rgba(1,107,65,1);
	margin: 0 2% 0 0;
}
.search input:focus {
	background-color: #013822;
	outline: none;
	color: #FFFFFF;
}
.search button.btn {
	width: 10%;
	padding: 5% 0 1% 0;
	cursor: pointer;
	background-color: rgba(2,208,126,1);
	background-image: url(images/search.png);
	background-size: cover;
	text-indent: -9900px;
}
.search button.btn:hover {
	background-color: #013822;
}



#logos {
	width: 100%;
	margin: 30px auto 0px auto;
	padding: 50px 0;
	border-top: 3px solid #013822;
	position: relative;
	top: 0px;
	background-color: rgba(255,255,255,1.0);
}

.logos {
	width: 90%;
	margin: 0px auto 0 auto;
	position: relative;
	text-align: center;	
	
}
.logos img{
	width: auto;
	height: 60px;
	float: none;
	margin: 0 25px 0 0;
	filter: invert(0%);
	-webkit-filter: invert(0%);
	-moz-filter: invert(0%);
	-o-filter: invert(0%);
	-ms-filter: invert(0%);
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */vertical-align: top;
	display: inline-block !important;	
}
.logos img:hover{


	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */		

	-webkit-transform: scale(1.8); /* Safari and Chrome */
	-moz-transform: scale(1.8); /* Firefox */
	-ms-transform: scale(1.8); /* IE 9 */
	-o-transform: scale(1.8); /* Opera */
	transform: scale(1.5);

}
.partnerstitle {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: -90px;
	color: #FFFFFF;
	padding: 10px;
	width: 300px;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	box-shadow: 0 0 5px #000;
	z-index: 2;
}
.partners_title {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: -35px;
	color: #013822;
	padding: 10px;
	width: 300px;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	box-shadow: 0 0 5px #000;
	z-index: 2;
}

#partners {
	width: 100%;
	margin: 30px auto 30px auto;
	padding: 0px 0;
	position: relative;
	top: 0px;
}

.partners {
	width: 100%;
	margin: 0px auto 0 auto;
	position: relative;
}
.partners img{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0px 0 0;
	z-index: 1;
	
}






#footer {
	width: 100%;
	margin: 0px auto 0px auto;
	border-top: 2px solid #013822;
}


.footer{
	width: calc(100% - 100px);
	margin: 0px auto 0px auto;
	padding: 50px 0px 70px 00px;
	font-size: 16px;
	font-weight: 300;
	color: #013822;
	background-image: url(images/logo_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	height: 150px;
}
.footer a {
	color: #013822;
}
.footcontact {
	width: 500px;
	float: left;
	padding: 0 0 0px 0;
}

.top {
	width: 80px;
	height: 80px;
	margin: 0px auto;
	background-image: url(images/top.png);
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	right: 40%;
	top: -40px;
	left: 40%;
}
.top img {
	width: 80px;
	height: 80px;

	border-radius: 50%;	

}


     /* -----------------------------------------------*/
.gallery {
				margin: auto;
}


.gallery-icon a img {
	display: block;
	margin: 0px auto;
	width: 100%;	
	height: auto;}


dl.gallery-item {
	float: left;
	margin-bottom: 10px;	
	width: 30%;	
	margin-right: calc(2% - 2px);
	padding: 5px 0.5% 5px 0.5%;

	border: 1px solid #36BFC4;
	background-color: #013822;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;

	
}
dl.gallery-item:hover {
	-webkit-transform: scale(1.10); /* Safari and Chrome */
	-moz-transform: scale(1.10); /* Firefox */
	-ms-transform: scale(1.10); /* IE 9 */
	-o-transform: scale(1.10); /* Opera */
	transform: scale(1.10);
	background-color: #99CC00;
}


.gallery .gallery-caption {
	
}


.wp-caption {

	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;

}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;	
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #ffffff;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
	
}

.wp-caption-text {
	text-align: center;

	font-size: 35px;
	color: #454f40;
	margin: 15px 0 0 0;
	font-weight: 300;
}



#map_div{
	width: 80%;
	height: 400px;
	border: 6px solid #F4F4F4;
	margin: 20px auto 0 auto;
}

table{
	font-size: 14px;
	margin: 0px auto;

	border-collapse: collapse;
	text-align: left;
	letter-spacing: 0px;
}
.thead{
	font-weight: bolder;
	text-transform: uppercase;
	background-image: url(images/tbbg.png);
	color: #FFF;
	background-color: #3A3F55;
}


table th
{

	padding: 10px 8px;
	color: #333;

}
table td
{
	padding: 5px 10px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 20px 20px 10px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
	overflow: hidden;
	width: 100%;
	float: left;
	margin: 10px  0 10px 0;
	height: 100px;
	padding: 20px 0 0 0;
}

.wp-pagenavi {
	padding: 15px 20px;
	display: block;
	clear: both;
}
.last {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 20px 25px !important;
	margin: 2px !important;
	text-decoration: none !important;
	color: #FFFFFF !important;
	font-weight: normal !important;
	background-color: #013822;
	border: 0;
}
.wp-pagenavi span.pages {
	padding: 20px 25px !important;
	margin: 2px !important;
	border: none !important;
	color: #59B6F3 !important;
	background: none !important;
	display: none;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
	padding: 20px 25px !important;
	margin: 2px;
	font-weight: bold;
	color: #FFFFFF !important;
	background-color: #019D60;
	border: 0;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.current, .wp-pagenavi a:active {
	border: 0;




}
.wp-pagenavi a:hover {
	color: #FFF !important;	border: 0;

}

.wp-pagenavi span.extend {
	display: none;
}






.mobil{
	display: none;
}
.nomobil{
	display: inline;
}






/* ----------------------------  mobil -------------------------------------   */
@media screen and (max-width: 980px) {
/**/



.mobil{
	display: inline;
}
.nomobil{
	display: none;
}






.mobilmenu {
	padding: 0px;
	width: 100%;
	margin: 0px 0 0 0;
	background-color: #013822;
}
.mobilmenu img {
	cursor: pointer;
	padding: 15px 5px;
	height: 55px;
	width: auto;

}
.menuicon {
	float: right;
}
.mobillogo{
	float: left;

}

.mobilmenucontent {
	padding: 0px;
	width: 100%;
	margin: 1px 0 0 0;
	display: none;
}
.mobilmenucontent ul{
	margin: 0px;	
	padding: 0px;

}
.mobilmenucontent ul ul {
	margin: 0px;	
	padding: 0px;

}
.mobilmenucontent li  {
	list-style: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/blank.png);
	margin: 0 0 0px 0;
	border-top: 1px solid #fff;
	font-size: 22px;
}
.mobilmenucontent li a  {
	display: block;
	color: #FFFFFF;
	padding: 25px 2.5%;
	width: 95%;
	text-decoration: none;
	background-color: #016B41;
}

.mobilmenucontent li > a:hover, 
.mobilmenucontent li.mobilmenucontent-active > a 
{
	background-color: #019D60;
	color: #FFFFFF;
}

.mobilmenucontent li.current_page_item a
{
	background-color: #FFF501;
	color: #013822;
}

.mobilmenucontent a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}


.mobilmenucontent ul ul {

}
.mobilmenucontent ul ul > li a {
	background-color: rgba(0,0,0,0.6);
	margin: 2px 0 0 0;
	color: #FFFFFF;
}
.mobilmenucontent li.mobilmenucontent-node {
	position: relative;
	left: 0px;
}
.mobilmenucontent li.mobilmenucontent-node > a:before {
	color: #FFF;
	position: absolute;
	right: 30px;
	font-size: 50px;
	top: 10px;
}
.mobilmenucontent li.mobilmenucontent-open > a:before {
  content: '-';

}
.mobilmenucontent li.mobilmenucontent-closed > a:before {
	content: '+';

}



.mobilmenucontent li.mobilmenucontent-node:last-child > ul > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}




#header{
	display: none;	 
}
#content{
	margin: 0px auto 0px auto;	
	width: 100%;	
	padding: 10px 0 10px 0;
	left: 0px;
	margin: 10px 0 0 0;	
}


.content {
	width: 94%;
	padding: 1.5%;
	margin: 0px 1.5% 30px 1.5%;
	background-image: url(images/blank.png);

	font-size: 25px;

}


.content p, .content li, .box h3, .box ul li {

	background-image: url(images/blank.png);	

}


.content h1 {
	background-image: url(images/blank.png);
	margin: 0 0 15px 0;
	font-weight: 400;
	text-align: left;
	font-size: 25px;
}

.item {
	padding: 0;
	margin: 10px 1.0% 5px 1.0%;
	width: 98%;
	position: relative;
	float: left;

}

.hatvan, 
.negyven {
	width: 100%;
	float: left;

}



.blokkok div:nth-child(3n+1){
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	padding: 45% 0 0 0;
	width: 98%;
	margin: 0 1% 10px 1%;
}


.blokkok div:nth-child(3n+2){
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	padding: 65% 0 0 0;
	width: 98%;
	margin: 0 1% 10px 1%;
}



.blokkok div:nth-child(3n){
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	padding: 65% 0 0 0;
	width: 98%;
	margin: 0 1% 10px 1%;
}







.fleft{

	width: 100%;

}
.containercontainer{

	width: 100%;

}
.sidebar{
	margin: 0px 1.5% 30px 1.5%;
	width: 97%;

}
.box {
	font-size: 20px;
	font-weight: 300;
}
.footer {
	width: 95%;
	padding: 2.5%;
	background-image: none;
	height: 350px;
	font-size: 12px;
	text-align: center;

}

.footcontact {
	width: 100%;

}

dl.gallery-item {
	
	width: 97%;	


	
}




.top {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display: block;
	top: 250px;
}

}
