@charset "utf-8";
/* CSS Document */
/*
Theme Name: 
Theme URL: https://www.
Theme Description: 
Version: 1.0
Author: tigaman
Author URI: https://www.tigaman.hu
*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,400,700|Raleway:100,400,700&subset=latin-ext');
@import url("responsivecforms.css");
@import url("font-awesome.min.css");

body {
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	margin: 0px;
	font-family: 'Raleway', sans-serif;

    scroll-behavior: smooth;		


	
}
h1, h2, h3, h4, h5 {
	font-weight: 300;
	text-transform: uppercase;    
	font-family: 'Raleway', sans-serif;
}
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;
}

.clear {
	clear: both;
}
#header {
	width: 100%;
	margin: 0px auto;
	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 */
	height: 70px;	
}
.header {
	width: 95%;
	margin: 0px auto;	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}


.logo img{
	width: 250px;
	height: auto;
	margin: 10px 50px 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 */	
}

#menu {
	margin: 0px;
	width:  calc(100% - 600px);
	padding: 25px 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 */
}

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: 0px 15px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-right: 1px solid #ffffff;

	letter-spacing: 2px;
}
.menu li a:hover {
	color: #000000;
}

.menu  li:last-child a{
	border-right: 0px ;
}


.social{
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	padding: 0px 0px;
	width: 300px;
	float: left;
	margin: 25px 0 0 0;
}
.social ul{
	float: left;
	margin: 0px 0 0px 0px;
	list-style: none;
	padding: 0;
}
.social li {
	float: left;
	padding: 0;


}
.social li a{
	float: left;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	font-weight: 700;
	margin: 0 0px 0 0px;
	text-decoration: none;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	text-transform: uppercase;
	font-size: 11px;
}
.social li a:hover{
	color: #000000;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

.social li:first-child a{
	border-right: 1px double #ffffff;
}


/*.social li.menu-item-38 a  {
	background-color: #3b5998;
	color: rgba(255,255,255,1);
}*/
li.menu-item-38 a:before {
	font-family: FontAwesome;
	content: "\f09a";
	margin: 0 10px 0 0px;
}

/*.social li.menu-item-39 a  {
	background-color: #c13584;
	color: rgba(255,255,255,1);
}*/

li.menu-item-39 a:before {
	font-family: FontAwesome;
	content: "\f16d";
	margin: 0 10px 0 0px;
}

.color {
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px;
}
.one {
	background-color: #FDAB01;
}
.twoo {
	background-color: #292927;
}
.three {
	background-color: #353533;
}
.four {
	background-color: #F49B03;
}
.five {
	background-color: #538EB8;
}

.six {	background-color: #F2F2F2;}
.headimage {
	position: relative;
	background-position: center;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	opacity: 1.0;
	background-attachment: scroll, fixed;
/*	background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ), url(images/headimage/random.php);*/
	background-image: url(images/headimage.png), url(images/headimage/random.php);

	height: 300px;
	top: 70px;
	margin: 0 0 80px 0;
}

.text {
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 27px;
	letter-spacing: 8px;
	text-transform: uppercase;

} 


.text .border {
	background-color: rgba(0,0,0,.75);
	color: #fff;	
	border: 3px double rgba(255,255,255,1);
	padding: 20px;
}
.text .border  a{
	color: #fff;

}

#content {
	width: 100%;
	margin: 0px auto 0px auto;
}


.content{
	width: calc(96% - 40px);
	margin: 10px auto;
	padding: 20px;
	font-size: 16px;
	font-weight: 400;
	background-color: #FFF;
	color: #333;
	text-align: justify;
}
.content h1 {
 overflow: hidden;
 text-align: center;
}
.content h1:before,
.content h1:after {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.content h1:before {
 right: 0.5em;
 margin-left: -50%;
}
.content h1:after {
 left: 0.5em;
 margin-right: -50%;
}
.containercontainer {
	width: 100%;
	margin: 10px auto 10px auto;
}

ul.subpages-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.subpages-list li{
	list-style-type: none;
	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 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;
	color: #FFFFFF;
	margin: 0px 0 2px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(253,171,1,1);
}

ul.subpages-list li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #666666;
	-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);
}


ul.subpages-list ul li a {
	margin: 0px 0 1px -35px;
	background-color: rgba(253,171,1,1);
}
ul.subpages-list ul ul li a {
	margin: 0px 0 1px -70px;
	background-color: rgba(0,153,153,1);
}




.button {
	border: 2px solid rgba(53,53,51,1);
	margin: 0px  0.5% 20px 0.5%;
	padding: 200px 10px 10px 10px;
	width: calc(19% - 24px);
	float: left;
	color: rgba(53,53,51,1);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 40px, left center;
	background-size: 50% auto, 1px 500px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 25px;
	cursor: pointer;
}

.button:hover, .button:focus {
  color: rgba(53,53,51,1);
  background-size: 80% auto, 500px 500px;	
  -webkit-transition: 0.25s;
  transition: 0.25s;
  box-shadow: inset 300px 0 0 0 #F00; 
 	background-position: center 10px, left center;
 
}

.pulse {
}
.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ef8f6e;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ef8f6e;
  }
}

.icon01 {
	background-image: url(images/icon01.png), url(images/button_bg.jpg);
}
.icon02 {
	background-image: url(images/icon02.png), url(images/button_bg.jpg);
}
.icon03 {
	background-image: url(images/icon03.png), url(images/button_bg.jpg);
}
.icon04 {
	background-image: url(images/icon04.png), url(images/button_bg.jpg);
}
.icon05 {
	background-image: url(images/icon05.png), url(images/button_bg.jpg);
}
.icon06 {
	background-image: url(images/icon06.png), url(images/button_bg.jpg);
}

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
  }

  ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
  }

  .rectangle-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
    *padding: .4em;
	margin: .5em 0 .5em 2.5em;
	background-color: #FFF;
	color: #444;
	text-decoration: none;
	transition: all .3s ease-out;
	border: 1px solid #FDAB01;
	text-transform: uppercase;
  }

  .rectangle-list a:hover{
	border: 1px dashed;
  }

  .rectangle-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background-color: #FDAB01;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	color: rgba(255,255,255,1);
  }

  .rectangle-list a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
  }

  .rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #FDAB01;
  }


.fleft {
	width: 70%;
	float: left;
	margin: 0;
}
.sidebar{
	width: 28.5%;
	float: left;
	margin: 10px 0 0 1.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;
	background-color: #272D3B;
	margin: 0px 0 0px 0;
}
.boxcontent p {
	padding: 10px 10px;

	font-weight: 300;

	margin: 0px;
}


#footer {
	width: 100%;
	margin: 0px auto 0px auto;
	border-top: 2px solid #538EB8;
	background-image: url(images/foot.png);
}


.footer{
	width: calc(90% - 500px);
	margin: 0px auto 0px auto;
	padding: 100px 0px 100px 500px;
	font-size: 16px;
	font-weight: 300;
	color: #F49B03;
	background-image: url(images/logo_footer.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: 'Raleway', sans-serif;	position: relative;


}
.footer a {
	color: #F2F2F2;	
}

.top {
	width: 80px;
	height: 80px;
	margin: 0px 0 0 0;
	background-image: url(images/top.png);
	background-size: cover;
	border-radius: 50%;
	border: 2px dashed #FF9900;
	position: absolute;
	right: 10px;
	top: 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: 22%;	
	margin-right: calc(2% - 2px);
	box-shadow: 0 0 5px #666;
	padding: 5px 0.5% 5px 0.5%;

	border: 1px solid #999;
	background-color: rgba(0,0,0,0.8);
	-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: rgba(255,51,0,0.8);
}


.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
}




/* ------------- adatvédelem ---------------- */
.cc-window {
	position: fixed;
	bottom: 0px;
	width: calc(100% - 30px);
	background-color: #FDAB01;
	padding: 10px 15px;
	color: #000000;
	box-shadow: 0 -5px 5px -5px #333;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
	z-index: 10;
	border-top: 10px dashed #000000;
}
@keyframes fadein {
    from { opacity: 0;	bottom: -150px; }
    to   { opacity: 1; 	bottom: 0px;}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

a.elfogad, a.adatvedelem {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #fff;
	margin: 10px 5px 0 5px;
	cursor: pointer;
	-webkit-transition: background-position .3s;
	-o-transition: background-position .3s;
	-moz-transition: background-position .3s;
	transition: background-position .3s;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #000), color-stop(49%, transparent));
	-webkit-background-size: 200% 200%;
	-moz-background-size: 200% 200%;
	-o-background-size: 200% 200%;
	background-size: 200% 200%;
	background-color: #FFFFFF;

}
a.elfogad:not(:disabled):not(.button_disabled):hover ,
a.adatvedelem:not(:disabled):not(.button_disabled):hover {
	background-position: 100% 0;
	color: #000000;
}




/* ------------- adatvédelem ---------------- */






.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: #FDAB01;
}
.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: #FDAB01;
}

.mobilmenucontent li > a:hover, 
.mobilmenucontent li.mobilmenucontent-active > a 
{
	background-color: #353533;
	color: #FDAB01;
}

.mobilmenucontent li.current_page_item a
{
	background-color: #538EB8;
	color: #FFFFFF;
}

.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;
}
.mobilmenucontent li.menu-item-38 a  {
	background-color: #3b5998;
	color: rgba(255,255,255,1);
}
li.menu-item-38 a:before {
	font-family: FontAwesome;
	content: "\f09a";
	margin: 0 10px 0 0px;
}

.mobilmenucontent li.menu-item-39 a  {
	background-color: #c13584;
	color: rgba(255,255,255,1);
}

li.menu-item-39 a:before {
	font-family: FontAwesome;
	content: "\f16d";
	margin: 0 10px 0 0px;
}



#header{
	display: none;	 
}
.text {

	font-size: 22px;
	letter-spacing: 5px;


}


#content{
	margin: 0px auto 0px auto;	
	width: 100%;	
	padding: 0px 0 0px 0;
	left: 0px;
	margin: 10px 0 0 0;	
}


.content {
	width: calc(95% - 60px);
	padding:30px;
	margin: 0px auto;
	background-image: url(images/blank.png);

	font-size: 25px;

}
.content h1{
	font-size: 35px;
	text-align: center;
}


.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;

}
.content h2 {
	text-align: center;

}


.headimage {
	height: 300px;
	top: 0px;
	margin: 0 0 0 0;
}
.text {

	top: 25%;



}
.text .border {
	display: table;
	
}


.button {
	border: 2px solid rgba(53,53,51,1);
	margin: 10px  1.5%;
	width: calc(47% - 24px);
	float: left;
	color: rgba(53,53,51,1);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 40px, left center;
	background-size: 50% auto, 1px 500px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	padding: 150px 10px 10px 10px;
	cursor: pointer;
}
.button:nth-child(5n) {
	font-size: 25px;
	padding: 250px 10px 10px 10px;
	width: calc(97% - 24px);

}



.fleft{

	width: 100%;

}
.containercontainer{

	width: 100%;

}
.sidebar{
	margin: 0px 1.5% 30px 1.5%;
	width: 97%;

}
.box {
	font-size: 20px;
	font-weight: 400;
}
.footer {
	width: 95%;
	height: 250px;
	padding: 80px 0 0 0;
	text-align: center;
	background-position: center top;
}
.top {
	width: 80px;
	height: 80px;
	margin: 0px 0 0 0;
	background-image: url(images/top.png);
	background-size: cover;
	border-radius: 50%;
	border: 3px double #fff;
	position: absolute;
	right: calc(50% - 43px);
	bottom: 50px;
	float: none;
}
.top img {
	width: 80px;
	height: 80px;

	border-radius: 50%;	

}



dl.gallery-item {
	
	width: 97%;	


	
}






}
