@font-face {
  font-family: 'ArimaMaduraiRegular';
  src: url('fonts/ArimaMaduraiRegular.eot');
  src: url('fonts/ArimaMaduraiRegular.eot?#iefix') format('embedded-opentype'),
       url('fonts/ArimaMaduraiRegular.svg#ArimaMaduraiRegular') format('svg'),
       url('fonts/ArimaMaduraiRegular.ttf') format('truetype'),
       url('fonts/ArimaMaduraiRegular.woff') format('woff'),
       url('fonts/ArimaMaduraiRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BarlowSemiCondensed-Regular';
  src: url('fonts/BarlowSemiCondensed-Regular.eot');
  src: url('fonts/BarlowSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/BarlowSemiCondensed-Regular.svg#BarlowSemiCondensed-Regular') format('svg'),
       url('fonts/BarlowSemiCondensed-Regular.ttf') format('truetype'),
       url('fonts/BarlowSemiCondensed-Regular.woff') format('woff'),
       url('fonts/BarlowSemiCondensed-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'YanoneKaffeesatz-Light';
  src: url('fonts/YanoneKaffeesatz-Light.eot');
  src: url('fonts/YanoneKaffeesatz-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/YanoneKaffeesatz-Light.svg#YanoneKaffeesatz-Light') format('svg'),
       url('fonts/YanoneKaffeesatz-Light.ttf') format('truetype'),
       url('fonts/YanoneKaffeesatz-Light.woff') format('woff'),
       url('fonts/YanoneKaffeesatz-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KoHo-Regular';
  src: url('fonts/KoHo-Regular.eot');
  src: url('fonts/KoHo-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/KoHo-Regular.svg#KoHo-Regular') format('svg'),
       url('fonts/KoHo-Regular.ttf') format('truetype'),
       url('fonts/KoHo-Regular.woff') format('woff'),
       url('fonts/KoHo-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaushanScript-Regular';
  src: url('fonts/KaushanScript-Regular.eot');
  src: url('fonts/KaushanScript-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/KaushanScript-Regular.svg#KaushanScript-Regular') format('svg'),
       url('fonts/KaushanScript-Regular.ttf') format('truetype'),
       url('fonts/KaushanScript-Regular.woff') format('woff'),
       url('fonts/KaushanScript-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Charmonman-Regular';
  src: url('fonts/Charmonman-Regular.eot');
  src: url('fonts/Charmonman-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Charmonman-Regular.svg#Charmonman-Regular') format('svg'),
       url('fonts/Charmonman-Regular.ttf') format('truetype'),
       url('fonts/Charmonman-Regular.woff') format('woff'),
       url('fonts/Charmonman-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*
@font-face {
  font-family: 'RageItalic';
  src: url('fonts/RageItalic.eot');
  src: url('fonts/RageItalic.eot?#iefix') format('embedded-opentype'),
       url('fonts/RageItalic.svg#Charmonman-Regular') format('svg'),
       url('fonts/RageItalic.ttf') format('truetype'),
       url('fonts/RageItalic.woff') format('woff'),
       url('fonts/RageItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AgencyFBBold';
  src: url('fonts/AgencyFBBold.eot');
  src: url('fonts/AgencyFBBold.eot?#iefix') format('embedded-opentype'),
       url('fonts/AgencyFBBold.svg#Charmonman-Regular') format('svg'),
       url('fonts/AgencyFBBold.ttf') format('truetype'),
       url('fonts/AgencyFBBold.woff') format('woff'),
       url('fonts/AgencyFBBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
*/

@font-face {
    font-family: 'Comfortaa';
    src: url('Comfortaa-Regular.eot');
    src: url('Comfortaa-Regular.eot?#iefix') format('embedded-opentype'),
        url('Comfortaa-Regular.woff2') format('woff2'),
        url('Comfortaa-Regular.woff') format('woff'),
        url('Comfortaa-Regular.ttf') format('truetype'),
        url('Comfortaa-Regular.svg#Comfortaa-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    /*font-display: swap;*/
}

@font-face {
    font-family: 'Comfortaa-Bold';
    src: url('Comfortaa-Bold.eot');
    src: url('Comfortaa-Bold.eot?#iefix') format('embedded-opentype'),
        url('Comfortaa-Bold.woff2') format('woff2'),
        url('Comfortaa-Bold.woff') format('woff'),
        url('Comfortaa-Bold.ttf') format('truetype'),
        url('Comfortaa-Bold.svg#Comfortaa-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    /*font-display: swap;*/
}



* {
	margin: 0;
	padding: 0;
	border: 0
}

html, body
{
width:100%;
height: 100%;
}

a
{
	font-family: 'BarlowSemiCondensed-Regular',Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	color: #c5b682;
	text-decoration: underline;
	padding:0;
	margin:0;
	border:0;
}

a:link {color: #c5b682;}
a:visited {color: #c5b682;}
a:hover  {color: #e5d6a2;}
a:active {color: #c5b682;}

.lableca {
	font-family: 'Comfortaa','YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial, serif;
    font-size:14px;
    color: #FFFFFF !important;
	text-decoration: none;
	text-align:center;
	padding-top:5px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
    }
.lableca:link {color: #FFFFFF !important;}
.lableca:visited {color: #FFFFFF !important;}
.lableca:hover  {color: #999999 !important;}
.lableca:active {color: #FFFFFF !important;}

#go-top {
  display: none;
  position: fixed;
  bottom: 14px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #777777;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#go-top:hover {
  background-color: #999999;
}

.linkgomb
{
/*width: 250px;*/
margin-right: auto;
margin-left: auto;
margin-top: 0px;
margin-bottom: 0px;
/* Régi hátteres keret:
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color: #224477;*/
background:transparent;
border: 0px;
text-align:center;
padding-top: 7px;
padding-bottom: 7px;
padding-left:15px;
padding-right:15px;
font-family: 'BarlowSemiCondensed-Regular', Arial, Verdana;
font-size: 18px;
font-weight: 400;
text-decoration: none;
color:#FFFFFF;
/* text-shadow: 0 1px 1px rgba(33, 33, 55, 0.6); */
text-shadow: 2px 2px 1px rgba(33, 33, 55, 1);
behavior: url(PIE.htc);
}

a.linkgomb:link {color: #FFFFFF; }
a.linkgomb:visited {color: #FFFFFF; }
a.linkgomb:hover  {color: #BBDDFF; }
a.linkgomb:active {color: #FFFFFF;}

/*Google térkép reszponzív*/
.googleterkep-div
{
	width:99%;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #999999;	
	margin-top:16px;
	margin-bottom:16px;
}

.google-maps {
        position: relative;
        /*padding-bottom: 56.25%;*/ /* This is the aspect ratio*/
		padding-bottom: 40%;
		height: 0;
        overflow: hidden;
}
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

body
{
min-height:100%;
/*BL*/
text-align: center; /* Centers all divs */
color: #222222;
background-color: #FFFFFF;
/*background-image: url('hatter-3.jpg');
background-position:center top;
background-repeat:no-repeat;
background-attachment:fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/

/*font-family: 'BarlowSemiCondensed-Regular';
font-size: 14px;
font-weight: 300;
color: #555555;*/
}

*{
  padding:0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  margin-top:0;
  }
  
#fejresz
{
width:1000px;
height: 267px;
margin: 0 auto 0 auto;
text-align: left;
display:block;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
}  

#fejresz2
{
width: 100%;
margin: 0 auto 0 auto;
text-align: left;
background: #28C0FF;
background-position:center top;
background-repeat:no-repeat;
-webkit-background-size: 100% auto;
-moz-background-size: 100% auto;
-o-background-size: 100% auto;
background-size: 100% auto;
display:none;
} 

.uresdiv15
{
width: 100%;
height:15px;
background:transparent;
display:block;
}

#nyito
{
	width:100%;
	height: 100vh;
}	
#nyito img {
	margin: 0;
    border: 0;
/*padding-right:10px;/
/*reszponzív BLcode*/
max-width: 100%;
height: auto !important;
}
#nyitobal
{
width:49%;
height:100%;
/*background: url('nyito/nyitooldal-trans-hatter.jpg') repeat;*/
background-position:center center;
background-repeat:no-repeat;	
float: left;
}
#nyitokozep
{
width:2%;
height:100%;
/*background: url('nyito/nyitooldal-kozepcsik.jpg') repeat;*/
background-position:top left;
background-repeat:repeat;	
float: left;
}
#nyitojobb
{
width:49%;
height:100%;
/*background: url('nyito/nyitooldal-tuzifa-hatter.jpg') repeat;*/
background-position:center center;
background-repeat:no-repeat;	
float: left;
}
.nyitoures
{
width:100%;
height:20%;
background: transparent;
}
.nyitogomb
{
	width:50%;
	padding:10px;
	margin-top:20px;
	background: url('white70background.png') repeat;
	-webkit-border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
	font-family: 'YanoneKaffeesatz-Light', Arial, serif;
    font-size:20px;
}

.kapcsolat
{
	width:48%;
	margin:0;
	padding-right:10px;
	float:left;
}
.kapcs-fa
{
	width:30px;
	font-size:17px;
	color:#999999;
	text-align: center;
	float:left;
}
.kapcs-text
{
	text-align: left;
	float:left;
}

#honlap
{
text-align: center;
/*background:transparent;*/
/*-webkit-box-shadow: 0px 0px 25px 5px rgba(16, 27, 0, 0.75);*/
/*-moz-box-shadow:    0px 0px 25px 5px rgba(16, 27, 0, 0.75);*/
/*box-shadow:         0px 0px 25px 5px rgba(16, 27, 0, 0.75);*/
/*background: url('white90background.png') repeat;*/
background:transparent;
color: #222222;
width:1000px;

/*-webkit-box-shadow: 0px 0px 22px 11px rgba(11, 11, 11, 0.33);
-moz-box-shadow:    0px 0px 22px 11px rgba(11, 11, 11, 0.33);
box-shadow:         0px 0px 22px 11px rgba(11, 11, 11, 0.33);*/

/*box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999; 
-moz-box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999; 
-webkit-box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999;*/

margin-left:auto;
margin-right:auto;

/*-webkit-border-radius: 19px 19px 19px 19px;
-moz-border-radius: 19px 19px 19px 19px;
border-radius: 19px 19px 19px 19px;*/
margin-top:0px;
margin-bottom:0px;
/*position:relative;*/
}

#jssor_1
{
position:relative;
margin:0 auto;
top:0px;
left:0px;
width:1000px;
height:270px;
overflow:hidden;
visibility:hidden;
background:transparent;
-webkit-border-radius: 16px 16px 0px 0px;
-moz-border-radius: 16px 16px 0px 0px;
border-radius: 16px 16px 0px 0px;"
}

#fejlec
{
background-color: #555555;
width: 100%;
height: 485px;
}
.fejlec-full
{
display: block;	
}
.fejlec1000
{
display: none;
}
.fejlec720
{
display: none;
}

#slider-logo
{
padding: 0px;  height: 100%; max-height:485px; width:100%; margin-top:0px; text-align:left;position:absolute;
background-image:url(fejlec1920.jpg);
background-position:top center;
background-repeat:no-repeat;
/*background-attachment:fixed;*/
}



#menudiv
{
padding: 0px; height:400px; max-height:400px; width:100%; max-width:100%; margin-top:0px; text-align:center; background:transparent; 
overflow: hidden;
/*position: fixed;
z-index:1;*/
}	
#menudiv-transparent /*a honlap div pozicionálásához @all media*/
{ width:100%;
height:0; /*normal*/;
}

#kozepresz
{
text-align: center;
/*background-color: #384325;*/
color: #222222;
width:100%;
min-height:400px;
_height:400px;
/*height:100%;*/

/*overflow: hidden;*/
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

#kozep-bal
{
width:80%;
height:100%;
float:left;

display: -webkit-flex;
display: -ms-flexbox;
display: flex;
/*padding-right:10px;*/
}

#kozep-jobb
{
width:19%;
height:100%;
float:right;

display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

#kozep-jobb img
{
margin: 0;
border: 0;
/*padding-right:10px;/
/*reszponzív BLcode*/
max-width: 100%;
height: auto !important;
}

#also-reklamcsik /*for mobile device*/
{width:100%;
display:none;
}

#also-reklamcsik img
{
margin: 0;
border: 0;
/*padding-right:10px;/
/*reszponzív BLcode*/
max-width: 100%;
height: auto !important;
}


#menusav
{
text-align: left;
/*background: url(menusor.png) no-repeat;*/
width: 100%;
max-width:1000px;
margin-left:auto;
margin-right:auto;
}

#tartalom
{
text-align: center;
background-color: transparent;
width:100%;
height: 100%;
margin-left:auto;
margin-right:auto;

color:#222222;
font-family: 'KoHo-Regular', ArimaMaduraiRegular, serif;
font-size:17px;
text-align:left;
min-height:400px;
_height:400px;
}

/*Fő címek*/
.focimdiv{

min-width:100px !important;
max-width:80% !important; 
display: block;
margin-right: auto;
/*margin-left: 0;*/
margin-left:auto;
margin-top: 0px;
margin-bottom: 0px;
/*-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;*/

/*background-color: #BFB06B;*/
background:url(cimalahuzas4uj2.png) bottom center no-repeat;
/*-moz-background-size: cover; background-size: cover; -webkit-background-size: cover; -o-background-size: cover;*/
/*background:transparent;*/

border: 0px;
/*padding-top: 7px;
padding-bottom: 7px;
padding-left:15px;
padding-right:35px;*/
color:#FFFFFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
text-align:center;

/*border-top: 50px solid #BFB06B;
border-right: 100% solid transparent;*/
	
}

.focimdiv2{
/*min-width:300px !important; */
max-width:80% !important; 
margin-right: auto;
margin-left: auto;
margin-top: 0px;
margin-bottom: 0px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color: #BFB06B;
border: 0px;
padding-top: 7px;
padding-bottom: 7px;
padding-left:15px;
padding-right:35px;
color:#FFFFFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
text-align:center;
	
	text-align:center !important; 
	
}
.focimszoveg{
	/*background:url(focim-hatter4-eleje.jpg) top left no-repeat;
	-moz-background-size: 30px 100%; background-size: 30px 100%; -webkit-background-size: 30px 100%; -o-background-size: 30px 100%;*/
	padding-top: 0px;
/*padding-bottom: 7px;*/
padding-bottom: 24px;
padding-left:35px;
padding-right:35px;
	text-align:center;
}
.focimdiv h1{
font-family: 'Comfortaa-Bold','ArimaMaduraiRegular', 'Arial', 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular';
/*text-transform: uppercase;*/
font-size:24px;
font-weight:200;
color:#EA7000;
margin-left:20px;
margin-right:20px;
margin-top:0px;
padding-bottom:5px;
}

.focimdiv2 h1{
font-family: 'Comfortaa-Bold','ArimaMaduraiRegular','Arial', 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular';
/*text-transform: uppercase;*/
font-size:30px;
font-weight:200;
color:#FFFFFF;
margin-left:30px;
margin-right:30px;
margin-top:5px;
/*padding-bottom:7px;*/
padding-bottom:1px;
}

.focimalahuzas
{
width:100%;
height:2px;
margin-top:5px;
margin-bottom:16px;	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d8dbbc+50,ffffff+100 */
background: rgb(200,200,200); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(51,51,51,1) 0%, rgba(200,200,200,1) 50%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(200,200,200,1) 50%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(51,51,51,1) 0%,rgba(200,200,200,1) 50%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

#tartalom h2{
font-family: 'Comfortaa-Bold','YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial, Verdana;
font-size:18px;
font-weight:600;
color:#000000;
text-decoration: underline;
}

#belsotartalom
{
text-align: justify;
background-color: transparent;
width:92%;
height:100%;

overflow:hidden;

margin-left:auto;
margin-right:auto;

overflow: auto;
overflow-y: hidden;
/*for IE8*/
-ms-overflow-y: hidden;

color:#222222;
font-family: 'Comfortaa','ArimaMaduraiRegular', Arial;
font-size:17px;
}

#belsotartalom img
{
/*-webkit-box-shadow: 0 4px 6px -2px black;
-moz-box-shadow: 0 4px 6px -2px black;
box-shadow: 0 4px 6px -2px black;*/
margin: 7px;
border: 0;
/*reszponzív BLcode*/
max-width: 100%;
height: auto !important; /* !important for height from CKEditor */
}

#belsotartalom a
{
	font-family: 'Comfortaa-Bold','KoHo-Regular','ArimaMaduraiRegular';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	color: #B08952;
	text-decoration: none;
	padding:0;
	margin:0;
	border:0;
}
#belsotartalom a:link {color: #B08952;}
#belsotartalom a:visited {color: #B08952;}
#belsotartalom a:hover  {color: #c5b682;}
#belsotartalom a:active {color: #B08952;}

#belsotartalom h2{
font-family: 'Comfortaa-Bold','ArimaMaduraiRegular','BarlowSemiCondensed-Regular', Arial, Verdana;
font-size:18px;
font-weight:600;
color:#EA7000;
text-decoration: none;
}

#belsotartalom h2 a{
font-family: 'Comfortaa-Bold','ArimaMaduraiRegular','BarlowSemiCondensed-Regular', Arial, Verdana;
font-size:18px;
font-weight:600;
color:#EA7000;
text-decoration: none;
}
#belsotartalom h2 a:link {color: #EA7000 !important; }
#belsotartalom h2 a:visited {color: #EA7000 !important; }
#belsotartalom h2 a:hover  {color: #396161 !important; }
#belsotartalom h2 a:active {color: #EA7000 !important;}

#belsotartalom ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
#belsotartalom li {
  padding-left: 1em; 
  text-indent: -.7em;
}
#belsotartalom li::before {
  content: "\2666\00a0"; 
  color: orange; /* or whatever color you prefer */
}
.clear-menu
{
clear: both;
height: 0px;
width:100%;
}	

.clear1000
{
clear: both;
height: 0px;
width:100%;
}	

.blogkep-parent {
	width:30%;
	/*display:inline-block;*/
	float:left;
	padding: 10px;
	overflow: hidden;
}
.blogkep-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #333333;
}
.blogkep img {
	-webkit-box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.75);
	margin:0px !important;
	width: 100%;
	max-width:100%;
    height: auto;
	 display: inline-block;
}	
.blogszoveg {
	/*width:67%;*/
	width:60%;
	font-family: 'KoHo-Regular','ArimaMaduraiRegular';
	font-style: normal;
	font-size: 16px;
	text-align:justify;
	/*display:inline-block;*/
	/*float:right;*/
	float:right;
}
.blogszoveg a
{
	font-family: 'KoHo-Regular','ArimaMaduraiRegular';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #007700;
	text-decoration: none;
	padding:0;
	margin:0;
	border:0;
}
.blogszoveg a:link {color: #007700;}
.blogszoveg a:visited {color: #007700;}
.blogszoveg a:hover  {color: #00CC00;}
.blogszoveg a:active {color: #007700;}

.blogfocimdiv{
min-width:100px !important;
max-width:80% !important; 
display: inline-block;
margin-right: auto;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
/*-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;*/
background-color: #FFFFFF;
/*background:url(focim-hatter.png) top right no-repeat;
-moz-background-size: cover; background-size: cover; -webkit-background-size: cover; -o-background-size: cover;*/
border: 0px;
padding-top: 7px;
padding-bottom: 7px;
padding-left:15px;
padding-right:35px;
color:#222222;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
text-align:center;

/*border-top: 50px solid #BFB06B;
border-right: 100% solid transparent;*/
}
.blogfocimszoveg{
	text-align:left;
}
.blogfocimdiv h1{
font-family: 'Comfortaa-Bold','ArimaMaduraiRegular','YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular';
/*text-transform: uppercase;*/
font-size:24px;
font-weight:200;
color:#222222;
margin-left:0px;
margin-right:0px;
margin-top:5px;
padding-bottom:7px;
}

#lablec
{
/*background:#2A0B08;*/
width:100%;
max-width:100%;
margin-left:auto;
margin-right:auto;
min-height:310px;
/*height:300px;*/
/*background-color:#EA7000;*/
background:url(lablec-hatter2.jpg);
background-position:top center;
background-repeat:no-repeat;
padding-bottom:15px;
/* -webkit-box-shadow: 0px 0px 22px 11px rgba(77, 77, 77, 0.80);
-moz-box-shadow:    0px 0px 22px 11px rgba(77, 77, 77, 0.80);
box-shadow:         0px 0px 22px 11px rgba(77, 77, 77, 0.80); */
/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*IE8*/
/*filter: alpha(opacity=80); /* IE 5-7*/
/*opacity: 0.8;*/

/*-webkit-border-radius: 0px 0px 16px 16px;
-moz-border-radius: 0px 0px 16px 16px;
border-radius: 0px 0px 16px 16px;*/
}
#lablec2
{
/*background:#2A0B08;*/
width:100%;
max-width:100%;
margin-left:auto;
margin-right:auto;
min-height:300px;
height:100%;
background:transparent;
}

.motto1 {
	font-family: 'Comfortaa-Bold','ArimaMaduraiRegular','Charmonman-Regular','BarlowSemiCondensed-Regular', Arial, serif;
    font-size:27px;
	color: #EEEEEE;
	}
.motto2 {
	font-family: 'ArimaMaduraiRegular','YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial, serif;
    font-size:17px;
	color: #EEEEEE;
	}
	
.udvozlet {
	font-family: 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial, serif;
    font-size:32px;
    /* color:#FFDC00; sötétsárga */
	color: #555555;
    }

.cimsor {
	font-family: 'Comfortaa-Bold','YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial, serif;
    font-size:20px;
    /* color:#FFDC00; sötétsárga */
	color: #555555;
    }
	
.listagombA1
{
width:70%;
margin-top:5px;
margin-right: auto;
margin-left: auto;
-webkit-border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
background-color: #EA7000;
border: 0px;
padding:10px;
text-align:center;
/*if IE<=8*/
position: relative;
behavior: url(PIE.htc);
}

.listagombA2
{
padding-left:15px;
padding-right:15px;
background-color: #EA7000;
font-family: 'ArimaMaduraiRegular', Arial, Verdana;
font-size: 18px;
font-weight: 400;
color:#FFFFFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
text-decoration: none;
}

a.listagombA2:link {color: #FFFFFF; }
a.listagombA2:visited {color: #FFFFFF; }
a.listagombA2:hover  {color: #33f9ff; }
a.listagombA2:active {color: #FFFFFF;}

.listagombB1
{
width:500px;
margin-top:10px;
-webkit-border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
background-color: #333333;
border: 0px;
text-align:center;
/*if IE<=8*/
position: relative;
behavior: url(PIE.htc);
}

.listagombB2
{
width: 500px;
padding-left:15px;
padding-right:15px;
font-family: 'BarlowSemiCondensed-Regular', Arial, Verdana;
font-size: 15px;
font-weight: 400;
color:#FFFFFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
text-decoration: none;
}

a.listagombB2:link {background-color: #333333; color: #FFFFFF; }
a.listagombB2:visited {background-color: #333333; color: #FFFFFF; }
a.listagombB2:hover  {background-color: #333333; color: #FFFFCC; }
a.listagombB2:active {background-color: #333333; color: #FFFFFF;}

.listauressor
{
width:100%;
height:5px;
background:tranparent;
border: 0px;
}

.listauressorB
{
width:100%;
height:8px;
background:tranparent;
border: 0px;
}

.datum {
	font-family: 'BarlowSemiCondensed-Regular', Arial, serif;
    font-size:12px;
    color: #33f9ff;
    }
	
.oldalak {
	background-color:#555555;
	display:inline-block;
	height:25px;
	line-height:25px;
	width:80px;
	text-align:center;
	font-family: 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial, sans-serif;
	font-size: 12px;
	font-style:normal;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-left:5px;
	margin-right:5px;
	/*IE CSS3 PIE*/
	position: relative;
	behavior: url(PIE.htc);
}

.oldalak2 {
	background-color:#555555;
	display:inline-block;
	height:25px;
	line-height:25px;
	width:80px;
	text-align:center;
	font-family: 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial, sans-serif;
	font-size: 12px;
	font-style:normal;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-left:5px;
	margin-right:5px;
	/*IE CSS3 PIE*/
	position: relative;
	behavior: url(PIE.htc);
}

.oldalaklink {
	font-family: 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial, sans-serif;
	font-size: 12px;
	font-style:normal;
	text-decoration: none;}
a.oldalaklink:link { color: #FFFFFF !important;}
a.oldalaklink:visited { color: #FFFFFF !important;}
a.oldalaklink:hover  { color: #ffffb3 !important; text-decoration: underline;}
a.oldalaklink:active { color: #FFFFFF !important;}

/*ez a képgalériához kell*/
#galtartalom
{
width:93%;
overflow:hidden;
margin: 0 auto 0 auto;
text-align: left;
background: transparent;
}

#galtartalom  img
{
/*-webkit-box-shadow: 0 8px 10px -5px black;
-moz-box-shadow: 0 8px 10px -5px black;
box-shadow: 0 8px 10px -5px black;*/
margin: 0px;
padding:0px;
}

.galeriak
{
	height: auto;
	overflow: hidden;
	width:100%;
}
.galeriakezdokep
{
	width: 220px;
    float: left;
}
.galerianev
{
	float: none; /* not needed, just for clarification */
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
	text-align:left;
}
.galeria-hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
}
.clear-gal
{
clear: both;
height: 0px;
width:100%;
}
.galeriakepek
{ 	width: 18%;
	/*height:120px;*/
	float: left;
	padding-left:0;
	padding-right:0;
	overflow: hidden;
	margin-right:1%;
	margin-left:1%;
	margin-top:15px;
	margin-bottom: 16px;
	
	/*background-color: #FEFEFE;*/
	background:transparent;
	
	/*background-color: #FE6700;*/
	/*background-color: rgba(254, 103, 0, 0.85)*/
	
	/*border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;*/
	/*border: 1px solid #DE4700;*/
	
	text-align:center;
	-webkit-box-shadow: 5px 5px 7px 0px rgba(119,119,119,1);
-moz-box-shadow: 5px 5px 7px 0px rgba(119,119,119,1);
box-shadow: 5px 5px 7px 0px rgba(119,119,119,1);
	border: 0px;
	
}
.img-hover-zoom {
  height: 130px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
	transition: transform .5s ease;
	transform: scale(1.05);
	/*opacity: 0.9;*/
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.3);
   /*opacity: 1.0;*/
}

.galeriakep
{ 	width: 95%;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	height:130px; /* fix height for reszponzív képek :) BL 2017 */
}
.galeriakep img
{ 	max-width: 100%;
	max-height: 100%;
	border:0; 	/*  reszponzív képek-hez segéd kép BL 2017 */
}
.galeriakep a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	border: 0;
}
.kepmenu
{
  padding:0px; margin:0px;
}
a.kepmenu:link img {
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
-khtml-opacity: 0.9;
border: 2px solid brown;
}
a.kepmenu:visited img {
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
-khtml-opacity: 0.9;
border: 2px solid brown;
}
a.kepmenu:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; 
border: 2px solid green;
}
a.kepmemu:active img {
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
-khtml-opacity: 0.9;
border: 2px solid brown;
}
.galmenu
{
    font-family: 'Comfortaa-Bold','ArimaMaduraiRegular','YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial;
	font-size: 20px;
    font-weight: 400;
	color: #B08952;
	text-decoration: none;
	padding:10px;
	margin-left:10px;
	border:0;
}
a.galmenu:link {color: #B08952;}
a.galmenu:visited {color: #B08952;}
a.galmenu:hover  {color: #CB551B;}
a.galmenu:active {color: #B08952;}
	
/* */	
.kivitelezo {
	font-family: 'Comfortaa','KoHo-Regular','ArimaMaduraiRegular',Arial;
    font-size:14px;
    color: #FFFFF7;
	text-align:center;
    }

.kivitelezo2 {
	font-family: 'Comfortaa','KoHo-Regular','ArimaMaduraiRegular',Arial;
    font-size:12px;
    color: #FFFFF7;
	text-decoration: none;
	text-align:center;
    }
a.kivitelezo2:link {color: #FFFFF0;}
a.kivitelezo2:visited {color: #FFFFF0;}
a.kivitelezo2:hover  {color: #EEEEA0;}
a.kivitelezo2:active {color: #FFFFF0;}
	
.blszoveg1 {
	font-family: Arial, serif;
    font-size:32px;
    color:#777777; 
    text-shadow:2px 2px #000000;
	}
	
.blszoveg2 {
	font-family: Arial, serif;
    font-size:32px;
    color:#000000;
    text-shadow:2px 2px #ccc;
	}
	
.blszoveg3 {
	font-family: Arial, serif;
    font-size:24px;
    color:#555555;
    text-shadow:2px 2px #ccc;
	}

/*menu*/	
.menutitle
{
width: 240px;
height: 35px;
margin: 0 auto 0 auto;
text-align:left;
background:transparent;
}

.menutitle2
{
width: 240px;
height: 35px;
line-height: 35px;
margin: 0 auto 0 auto;
text-align:left;
background:transparent;
}

.almenu
{
width: 240px;
margin: 0 auto 0 auto;
text-align:left;
background:transparent;
}

.almenu2
{
width: 240px;
margin: 0 auto 0 auto;
text-align:left;
background:transparent;
}

.adfomenu
{
    font-family: 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial;
	font-size: 18px;
    font-weight: 400;
	color: #777777;
	text-decoration: none;
	/*padding-top:5px;*/
	/*text-shadow:1px 1px #000000;*/
	padding:0;
	margin:0;
	border:0;
}

a.adfomenu:link {color: #777777;}
a.adfomenu:visited {color: #777777;}
a.adfomenu:hover  {color: #cccccc;}
a.adfomenu:active {color: #777777;}

.adalmenu
{
    font-family: 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial;
	font-size: 14px;
    font-weight: 400;
	color: #777777;
	text-decoration: none;
	/*padding-top:3px;
	padding-bottom:3px;*/
	line-height:22px;
	/*text-shadow:1px 1px #000000;*/
	padding:0;
	margin-left:15px;
	border:0;
}

a.adalmenu:link {color: #777777;}
a.adalmenu:visited {color: #777777;}
a.adalmenu:hover  {color: #cccccc;}
a.adalmenu:active {color: #777777;}


/*Aloldalakhoz képes menü*/
.kepes-almenu
{
	width: 18%;
	/*height:200px;*/
	float: left;
	padding:0;
	overflow: hidden;
	margin-right:1%;
	margin-left:1%;
	margin-top:0px;
	margin-bottom: 20px;
	
	-webkit-box-shadow: 0 1px 2px #111111;
	-moz-box-shadow: 0 2px 1px #111111;
	box-shadow: 0 2px 1px #111111;
	border:0;
	
	background-color: rgba(100,100,100,0.1);

	text-align:left;
}
.kepes-almenu-kep
{
	width:100%;
	height:150px;
}
.kepes-almenu-link-div
{
	width:100%;
	/*height:32px;*/
	min-height:32px;
	margin-top: 0px;
	margin-bottom: 0px;
	background:#555555;
	border: 0px;
	text-align:center;
}
.kepes-almenu-link
{
	background:transparent;
	border: 0px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left:10px;
	padding-right:10px;
	font-family: 'Comfortaa','YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial, Verdana;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	color:#BF8F00;
	/* text-shadow: 0 1px 1px rgba(33, 33, 55, 0.6); */
	text-shadow: 1px 1px 1px rgba(254, 254, 254, 1);
}
a.kepes-almenu-link:link {color: #BF8F00 !important; text-shadow: 1px 1px 1px rgba(33, 33, 55, 1);}
a.kepes-almenu-link:visited {color: #BF8F00 !important; text-shadow: 1px 1px 1px rgba(33, 33, 55, 1);}
a.kepes-almenu-link:hover  {color: #DFAF00 !important; text-shadow: 1px 1px 1px rgba(33, 33, 55, 1); }
a.kepes-almenu-link:active {color: #BF8F00 !important; text-shadow: 1px 1px 1px rgba(33, 33, 55, 1);}

#belsotartalom-kepes
{
text-align: justify;
background-color: transparent;
width:92%;
height:100%;
min-height:260px;

margin-left:auto;
margin-right:auto;

overflow:auto;
overflow-y: hidden;
/*for IE8*/
-ms-overflow-y: hidden;
}

#belsotartalom-kepes h2{
font-family: 'Comfortaa-Bold','YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial, Verdana;
font-size:18px;
font-weight:600;
color:#555555;
text-decoration: underline;
}

#belsotartalom-kepes h2 a{
font-family: 'Comfortaa-Bold','YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial, Verdana;
font-size:18px;
font-weight:600;
color:#555555;
text-decoration: underline;
}
#belsotartalom-kepes h2 a:link {color: #FFFFFF !important; }
#belsotartalom-kepes h2 a:visited {color: #FFFFFF !important; }
#belsotartalom-kepes h2 a:hover  {color: #FFFFCC !important; }
#belsotartalom-kepes h2 a:active {color: #FFFFFF !important;}

/*Aloldalakhoz képes menü flex*/
.list
{
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list_item
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:27%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	
	border: 0px solid #B3ACA2;
    border-radius: 10px;
	margin-bottom: 20px;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:1%;
	padding-right:1%;
	font-family: 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Serif;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	background:#E3DCD2;
	
	/*line-height:140%;*/
	
	-webkit-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
}
.list_item img{
  display: block;
  max-width: 100%;
  width:100%; /* Fix for Firefox 34.0.5 - 39 , BL2017*/
  height:auto;
}
.list_item_inner{
	/* div, 100% width és display block, így nem vízszintesen renezi egymás mellé a két oszlopot, hanem végre függőlegesen*/
	display:block;
	width:100%;}
.bovebben
{
margin-right: auto;
margin-left: auto;
-webkit-border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
background-color: #DE4700;
border: 0px;
text-align:center;
padding-left:15px;
padding-right:15px;
padding-top:3px;
padding-bottom:5px;

font-family: 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular',Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	
/*if IE<=8*/
position: relative;
behavior: url(PIE.htc);
}
a.bovebben:link {color: #FFFFFF;}
a.bovebben:visited {color: #FFFFFF;}
a.bovebben:hover  {color: #000000;}
a.bovebben:active {color: #FFFFFF;}
.list_item_kis_div
{
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
}

.list_item2
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:27%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	
	border: 0px;
    border-radius: 10px;
	margin-bottom: 20px;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:1%;
	padding-right:1%;
	font-family: 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular',Arial;
	font-size: 16px;
	font-weight: normal;
	text-align:left;
	/*background:#BFB06B;*/
	background:transparent;
	
	/*line-height:140%;*/
	
	/*-webkit-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);*/
}
.list_item2 img{
  display: block;
  max-width: 100%;
  width:100%; /* Fix for Firefox 34.0.5 - 39 , BL2017*/
  height:auto;
}
.list_item2_inner{
	/* div, 100% width és display block, így nem vízszintesen renezi egymás mellé a két oszlopot, hanem végre függőlegesen*/
	display:block;
	width:100%;}
.list_item2 h3 a{
font-family: 'YanoneKaffeesatz-Light','BarlowSemiCondensed-Regular', Arial !important;
font-size:16px !important;
font-weight:600 !important;
color:#777777 !important;
text-decoration: none !important;;
}
.list_item2 h3 a:link {color: #777777 !important; }
.list_item2 h3 a:visited {color: #777777 !important; }
.list_item2 h3 a:hover  {color: #555555 !important; }
.list_item2 h3 a:active {color: #777777 !important;}
	
.list_item2_a
{
margin-right: auto;
margin-left: auto;
border: 0px;
text-align:center;
padding-left:15px;
padding-right:15px;
padding-top:3px !important;
padding-bottom:5px !important;

font-family: 'BarlowSemiCondensed-Regular',Arial !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	color: #777777 !important;
	text-decoration: none !important;
	
/*if IE<=8*/
position: relative;
behavior: url(PIE.htc);
}
a.list_item2_a:link {color: #777777 !important;}
a.list_item2_a:visited {color: #777777 !important;}
a.list_item2_a:hover  {color: #555555 !important;}
a.list_item2_a:active {color: #777777 !important;}

.list_item2_date
{
font-family: 'BarlowSemiCondensed-Regular', Arial;
font-size:12px;
font-weight:300;
color:#777777;
text-decoration: none;
text-align:left;
margin-bottom:10px;
}

.list_item2_text
{
font-family: 'BarlowSemiCondensed-Regular', Arial;
font-size:14px;
font-weight:300;
color:#444444;
text-decoration: none;
text-align:justify;
}

.list_item3
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:40%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	
	border: 0px solid #DEDEDE;
    border-radius: 10px;
	margin-bottom: 20px;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:2%;
	padding-right:2%;
	font-family: 'BarlowSemiCondensed-Regular', Arial;
	font-size: 14px;
	font-weight: normal;
	text-align:center;
	background:#BFB06B;
	
	/*line-height:140%;*/
	
	-webkit-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
}
.list_item3 img{
  display: block;
  max-width: 100%;
  width:100%; /* Fix for Firefox 34.0.5 - 39 , BL2017*/
  height:auto;
}
.list_item3_inner{
	/* div, 100% width és display block, így nem vízszintesen renezi egymás mellé a két oszlopot, hanem végre függőlegesen*/
	display:block;
	width:100%;}
a.list_item3_a
{
margin-right: auto;
margin-left: auto;
border: 0px;
text-align:center;
padding-left:15px;
padding-right:15px;
padding-top:3px;
padding-bottom:5px;

font-family: 'BarlowSemiCondensed-Regular',Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	
/*if IE<=8*/
position: relative;
behavior: url(PIE.htc);
}
a.list_item3_a:link {color: #FFFFFF;}
a.list_item3_a:visited {color: #FFFFFF;}
a.list_item3_a:hover  {color: #EEEEC0; text-shadow: 1px 1px 2px #000000;}
a.list_item3_a:active {color: #FFFFFF;}	


#kepeslap-landscape
{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	padding-top:16px;
	padding-bottom:16px;
	font-family: 'BarlowSemiCondensed-Regular', Arial;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	background:transparent;
}
#kepeslap-landscape img{
  display: block;
  max-width: 100%;
  width:100%; /* Fix for Firefox 34.0.5 - 39 , BL2017*/
  height:auto;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
}

#kepeslap-portrait
{
	width:30%;
	margin-left:auto;
	margin-right:auto;
	padding-top:16px;
	padding-bottom:16px;
	font-family: 'BarlowSemiCondensed-Regular', Arial;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	background:transparent;
}
#kepeslap-portrait img{
  display: block;
  max-width: 100%;
  width:100%; /* Fix for Firefox 34.0.5 - 39 , BL2017*/
  height:auto;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
}


/*Asztali / tablet / mobil */
/***  Reszponzív media   ***/	


@media (max-width:1000px)
{
#honlap
{
text-align: center;
/*background:transparent;*/
/*-webkit-box-shadow: 0px 0px 25px 5px rgba(16, 27, 0, 0.75);*/
/*-moz-box-shadow:    0px 0px 25px 5px rgba(16, 27, 0, 0.75);*/
/*box-shadow:         0px 0px 25px 5px rgba(16, 27, 0, 0.75);*/
width:100%;
}
.googleterkep-div
{
	float:right;
}

.googleterkep-frame
{
	width:400px;
	height:300px;
}
.fejlec-full
{
display: none;	
}
.fejlec1000
{
display: block;
}
.fejlec720
{
display: none;
}
}

/* Form input */
/* Livevalid-ban ok */
/*input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin-top:0;
	margin-bottom:10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-family: 'BarlowSemiCondensed-Regular', Arial, serif;
    font-size:16px;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin-top:0;
	margin-bottom:10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-family: 'BarlowSemiCondensed-Regular', Arial, serif;
    font-size:16px;
}

textarea {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin-top:0;
	margin-bottom:10px;
    border: none;
    border-radius: 4px;
	font-family: 'BarlowSemiCondensed-Regular', Arial, serif;
    font-size:16px;
}

input[type=submit]:hover {
    background-color: #45a049;
} */

.formdiv
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:12px;
}
.labeldiv {
	width:100%;
	font-family: 'BarlowSemiCondensed-Regular', Arial, serif;
    font-size:16px;
    color: #555555;
	margin-bottom:2px;
	text-align:left;
}
/*media for landing page - nyitooldal*/
@media(max-width:960px) and (orientation: portrait)
{
#nyito {
	height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
	height: calc(var(--vh, 1vh) * 100);
}
#nyito img {
	margin: 0;
    border: 0;
/*padding-right:10px;/
/*reszponzív BLcode*/
height:60% !important;
max-height: 60% !important;
width: auto !important;
}
#nyitobal
{
width:100%;
height:49%;
background: url('nyito/nyitooldal-trans-hatter.jpg') repeat;
background-position:center center;
background-repeat:no-repeat;	
float: none !important;
}
#nyitokozep
{
width:100%;
height:2%;
background: url('nyito/nyitooldal-kozepcsik.jpg') repeat;
background-position:top left;
background-repeat:repeat;	
float: none !important;
}
#nyitojobb
{
width:100%;
height:49%;
background: url('nyito/nyitooldal-tuzifa-hatter.jpg') repeat;
background-position:center center;
background-repeat:no-repeat;	
float: none !important;
}
.nyitoures
{
width:100%;
height:10px;
background: transparent;
}
.nyitogomb
{
	width:80%;
	padding:10px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
}
.focimdiv h1{
font-weight:400;
}
.focimdiv2 h1{
font-weight:400;
}
}
@media(max-width:1025px) and (orientation: landscape)
{
#nyitobal
{
width:48%;
}
#nyitokozep
{
width:4%;
}
#nyitojobb
{
width:48%;
}
}
@media(max-width:1024px) and (min-height:480px) and (orientation: landscape)
{
#nyito img {
	margin: 0;
    border: 0;
/*padding-right:10px;/
/*reszponzív BLcode*/
max-width: 80% !important;;
height: auto !important;
}
.nyitogomb
{
	width:80%;
	padding:10px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
}
}
@media(max-width:1920px) and (max-height:479px) and (orientation: landscape)
{
#nyito img {
	margin: 0;
    border: 0;
/*padding-right:10px;/
/*reszponzív BLcode*/
max-width: 80% !important;;
height: auto !important;
}
.nyitogomb
{
	width:80%;
	padding:10px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
}
.nyitoures
{
width:100%;
height:25px !important;
background: transparent;
}
}
@media(max-width:730px) and (orientation: portrait)
{
#nyito img {
	margin: 0;
    border: 0;
/*padding-right:10px;/
/*reszponzív BLcode*/
max-width: 80% !important;
height: auto !important;
}
.nyitogomb
{
	width:80%;
	padding:10px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
}
}
@media(max-width:730px) and (min-height:440px) and (orientation: landscape)
{
#nyito img {
	margin: 0;
    border: 0;
/*padding-right:10px;/
/*reszponzív BLcode*/
max-width: 80% !important;;
height: auto !important;
}
.nyitogomb
{
	width:80%;
	padding:10px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
}
}
@media(max-width:730px) and (max-height:439px) and (orientation: landscape)
{
#nyito img {
	margin: 0;
    border: 0;
/*padding-right:10px;/
/*reszponzív BLcode*/
max-width: 80% !important;;
height: auto !important;
}
.nyitogomb
{
	width:80%;
	padding:10px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
}
.nyitoures
{
width:100%;
height:20px !important;
background: transparent;
}
}
@media(max-width:641px) and (orientation: portrait)
{
#nyito img {
	margin: 0;
    border: 0;
/*padding-right:10px;/
/*reszponzív BLcode*/
max-width: 90% !important;;
height: auto !important;
}
.nyitogomb
{
	width:80%;
	padding:10px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
}
}

@media (max-width:1200px)
{
.kapcsolat
{
	width:100%;
	margin:0;
	padding-right:0px;
	float:left;
}
}

@media (max-width:999px)
{
body
{
/*background-image: url('ures1000x200.gif');*/
}	
#fejresz
{
width: 100%;
height: 267px;
margin: 0 auto 0 auto;
text-align: left;
background-image: url('hatter2022.jpg');
background-repeat: no-repeat;
background-position: top center;
display:none;
}  

#fejresz2
{
width: 100%;
margin: 0 auto 0 auto;
text-align: left;
background-image: url('ures1000x200.gif');
background-position:center top;
background-repeat:no-repeat;
-webkit-background-size: 100% auto;
-moz-background-size: 100% auto;
-o-background-size: 100% auto;
background-size: 100% auto;
display:block;
}  

.listagombA1
{
	width:90%;
}

.uresdiv15
{
width: 100%;
height:0px;
background:transparent;
display:none;
}
	
#honlap
{
-webkit-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
margin-top:0px;
margin-bottom:0px;
}

#jssor_1
{
position:relative;
margin:0 auto;
top:0px;
left:0px;
width:1000px;
height:400px;
overflow:hidden;
visibility:hidden;
background:transparent;
-webkit-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;"
}

#lablec
{
-webkit-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
}
	
#kozepresz
{
text-align: center;
/*background-color: #384325;*/
color: #222222;
width:100%;
min-height:400px;
_height:400px;
/*height:100%;*/

/*overflow: hidden;*/
display: initial;
display: block;
flex-wrap: nowrap;
}

#kozep-bal
{
width:100%;
height:100%;
float:left;

display: initial;
display: block;
/*padding-right:10px;*/
}

#kozep-jobb
{
width:0%;
height:100%;
float:right;

display: none;
}
#also-reklamcsik /*for mobile device*/
{width:100%;
display:initial;
display: block;
}
}

	
@media (max-width:800px)
{
	.googleterkep-div
{
	float:right;
}

.googleterkep-frame
{
	width:300px;
	height:300px;
}
.galeriakepek
{ 	width: 23%;
	/*height:120px;*/
	float: left;
	padding:0;
	overflow: hidden;
	margin-right:1%;
	margin-left:1%;
	margin-top:0px;
	margin-bottom:16px;
}
.list_item2 /*hírek*/
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:42%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	
	border: 0px;
    border-radius: 10px;
	margin-bottom: 20px;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:2%;
	padding-right:2%;
	font-family: 'BarlowSemiCondensed-Regular', Arial;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	/*background:#BFB06B;*/
	background:transparent;
	
	/*line-height:140%;*/
	
	/*-webkit-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);*/
}
#kepeslap-landscape
{
	width:80%;
}
#kepeslap-portrait
{
	width:37%;
}
}	

/* @media(max-width:768px)*/
@media(max-width:2000px)
{
	#menudiv
	{
		padding: 0px; max-height:100%; width:100%; max-width:100%; margin-top:0px; text-align:center; background:transparent; position:absolute; z-index:101;
	}
	#menudiv-transparent /*a honlap div pozicionálásához @all media*/
	{ width:100%;
	height:400px;
	background:transparent;
	}
	#honlap
	{
		position:relative;
	}
}

@media(max-width:720px)
{
	.googleterkep-div
	{
	float:left;
	}

	.googleterkep-frame
	{
	width:320px;
	height:300px;
	}	
	
	#slider-logo
	{
	padding: 0px;  height: 100%; max-height:280px; width:100%; margin-top:0px; text-align:left; position:absolute;
	background-image:url(web-fejlec-720-uj.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/ 
	}
	
.fejlec-full
{
display: none;	
}
.fejlec1000
{
display: none;
}
.fejlec720
{
display: block;
}
	
	#honlap
	{
	/*margin-top:117px;	*/
	}
	
}

@media (max-width:700px)
{
#belsotartalom img{
	width:99% !important;
	max-width: 99% !important;
	height:auto !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom:10px !important;
	border: 0;
}

.galeriakepek
{ 	width: 31%;
	/*height:120px;*/
	float: left;
	padding:0;
	overflow: hidden;
	margin-right:1%;
	margin-left:1%;
	margin-top:0px;
	margin-bottom:16px;
}

.list_item
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:44%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	
	border: 0px solid #DEDEDE;
    border-radius: 10px;
	margin-bottom: 20px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:1%;
	padding-right:1%;
	font-family: 'BarlowSemiCondensed-Regular', Arial;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	background:#BFB06B;
	
	/*line-height:140%;*/
	
	-webkit-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
}
.list_item3
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:90%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	
	border: 0px solid #DEDEDE;
    border-radius: 10px;
	margin-bottom: 20px;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:2%;
	padding-right:2%;
	font-family: 'BarlowSemiCondensed-Regular', Arial;
	font-size: 14px;
	font-weight: normal;
	text-align:center;
	background:#BFB06B;
	
	/*line-height:140%;*/
	
	-webkit-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
}
#kepeslap-landscape
{
	width:85%;
}
#kepeslap-portrait
{
	width:40%;
}
}

@media (max-width:600px)
{
#kepeslap-landscape
{
	width:86%;
}
#kepeslap-landscape img {
	-webkit-box-shadow: 4px 4px 2px 0px rgba(145,145,145,1);
	-moz-box-shadow: 4px 4px 2px 0px rgba(145,145,145,1);
	box-shadow: 4px 4px 2px 0px rgba(145,145,145,1);
	}
#kepeslap-portrait
{
	width:50%;
}
#kepeslap-portrait img {
	-webkit-box-shadow: 4px 4px 2px 0px rgba(145,145,145,1);
	-moz-box-shadow: 4px 4px 2px 0px rgba(145,145,145,1);
	box-shadow: 4px 4px 2px 0px rgba(145,145,145,1);
	}
}

@media (max-width:400px)
{
.galeriakepek
{ 	width: 48%;
	/*height:120px;*/
	float: left;
	padding:0;
	overflow: hidden;
	margin-right:1%;
	margin-left:1%;
	margin-top:0px;
	margin-bottom:16px;
}

.list_item
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:92%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	
	border: 0px solid #DEDEDE;
    border-radius: 10px;
	margin-bottom: 20px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:2%;
	padding-right:2%;
	font-family: 'BarlowSemiCondensed-Regular',Arial;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	background:#BFB06B;
	
	/*line-height:140%;*/
	
	-webkit-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
}
.list_item2
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:92%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	
	border: 0px;
    border-radius: 10px;
	margin-bottom: 20px;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:2%;
	padding-right:2%;
	font-family: 'BarlowSemiCondensed-Regular',Arial;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	/*background:#BFB06B;*/
	background:transparent;
	
	/*line-height:140%;*/
	
	/*-webkit-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);
	box-shadow: 7px 7px 5px 0px rgba(145,145,145,1);*/
}
#kepeslap-landscape
{
	width:89%;
}	
#kepeslap-landscape img {
	-webkit-box-shadow: 3px 3px 2px 0px rgba(145,145,145,1);
	-moz-box-shadow: 3px 3px 2px 0px rgba(145,145,145,1);
	box-shadow: 3px 3px 2px 0px rgba(145,145,145,1);
}
#kepeslap-portrait
{
	width:60%;
}
#kepeslap-portrait img {
	-webkit-box-shadow: 3px 3px 2px 0px rgba(145,145,145,1);
	-moz-box-shadow: 3px 3px 2px 0px rgba(145,145,145,1);
	box-shadow: 3px 3px 2px 0px rgba(145,145,145,1);
}

.blogkep {
	width:100%;
}
.blogszoveg {
	width:100%;
	font-family: 'KoHo-Regular','ArimaMaduraiRegular';
	font-style: normal;
	font-size: 16px;
	text-align:justify;
}

}

@media (max-width:320px)
{
.galeriakepek
{ 	width: 98%;
	/*height:120px;*/
	float: left;
	padding:0;
	overflow: hidden;
	margin-right:2%;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:16px;
}
}

/* Tablet / mobil kozepresz extended */
@media (max-width:720px) and (min-height:720px) 
{
#kozepresz
{
text-align: center;
color: #222222;
width:100%;
min-height:440px !important;
_height:440px !important;
}
}