body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Barlow', sans-serif;
	background-color: #ed722c;
}

.kozep {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.fejcsik {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 20px;

	 background: rgba(237,114,44,0.8);
	z-index: 1000;
}

.menuoszlop {
	float: left;
	margin-top: 20px;
	width: 210px;
	/*height: 1800px;*/
	background-color: rgba(255,153,48,0.7);
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.39);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.39);
}

.navigation {
  padding: 0;
  margin: 0;
  border: 0;

}

.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul {
  position: relative;
  z-index: 500;
  /*float: left; MIÉRT?? */
}

.navigation ul li {
  float: left;
 
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}

.navigation ul li.hover,
.navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
}

.navigation ul ul li { float: none; }

.navigation ul ul ul {
  top: 0;
  right: 0;
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
  top: 0;
  left: 100%;
}

.navigation ul li { float: none; }

.navigation ul ul { margin-top: 0.05em; }

.navigation {
  
  font-size:16px;
/*  font-family: 'roboto', Tahoma, Arial, sans-serif;*/

}


.navigation a {
  display: block;
  padding: 8px 15px;
  color: #ffffff;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

.navigation > ul { width: 100%; }

.navigation ul ul { width: 13em; }

.navigation > ul > li > a {
  
  color: #ffffff;
}

.navigation > ul > li > a:hover { color: #ffffff; }

.navigation > ul > li a:hover {
	
}
.navigation > ul > li:hover a { background: #ed722c; }

.navigation li { position: relative; }

.navigation ul li.has-sub > a:after {
  content: '»';
  position: absolute;
  right: 20px;
}

.navigation ul ul li.first {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.navigation ul ul li.last {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
  border-bottom: 0;
}

.navigation ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
	
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.39);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.39);	
}

/*.navigation ul ul { border: 1px solid #ffffff; }*/

.navigation ul ul a { color: #ffffff; }

.navigation ul ul a:hover { color: #ffffff; }

/*.navigation ul ul li { border-bottom: 1px solid #0F8A5F; }*/

.navigation ul ul li:hover > a {
  background: #ff9930;
  color: #ffffff;
}

.navigation.align-right > ul > li > a {
  border-left: 0.3em solid #34A65F;
  border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after { content: none; }

.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}


.nevjegy {
	float: left;
	margin-left: 100px;
	color:white;
	margin-top: 150px;
	font-size: 30px;
	text-shadow: 3px 0px 4px rgba(50,50,50, 0.8);
}

.logodiv {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
	text-align: center;
}

.mhead {
	color:white;
	font-weight: bold;
	text-align: center;
	background-color: #ff9930;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	margin-bottom: -3px !important;
}

.sep {
	width: 100%;
	height: auto;
}

.gomb {
	display:inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	border:1px solid white;
	color: white;
	font-size: 20px !important;
	background-color: rgba(255,153,48,0.7);
	text-shadow: none;
}

.gomb:hover {
	background: rgba(237,114,44,1);
}


.tartalom {
	float:right;
	width: 880px;
	/*color:#3B3B3B; */
	color: #fefec2; 	
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 30px;
}

.tartalom h1 {
	margin-bottom:50px;
	color:#ffffff;
	line-height: 42px;
}

.tartalom a {
	color: #fefec2;
	text-decoration: underline;
}

.kepbal {
	float: left;
	margin-right: 10px;
	
}

.teljkep {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.kepkozep {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.lablec {
	width: 100%;
	height: 128px;	
	line-height: 26px;
	padding-top: 70px;
	font-size: 20px;
	background-image: url("images/lablec.jpg");
	background-position: center center;
	text-align: center;
	color: #BBBBBB;
	
}

.clear {
	clear: both;
}


.google-maps {	
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;

}

.google-maps iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

.bsepa {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.kepek {
	text-align: center;
}

.kepek img {
	display:inline-block;
	margin:5px;
}

.behuz {
	padding-left: 30px;
	border-left: 4px solid #fefec2;
	
}

.allrow {
	display: table-row;
	width: 100%;
	vertical-align: middle;
}

.allcell {
	display: table-cell;
	text-align: justify;
	vertical-align: middle;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/** Social Button CSS **/

.share-btn {
    display: inline-block;
    color: #ffffff !important;
    border: none;
    padding: 0.5em;
    width: 4em;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    outline: none;
    text-align: center;
	margin-bottom:10px;
}

.share-btn:hover {
  color: #eeeeee  !important;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffffff;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.39);
  color: #ff9930;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.nodesktop {
	display:none;
}