﻿@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Socicon';
  src:  url('../fonts/socicon.eot');
  src:  url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/socicon.woff2') format('woff2'),
    url('../fonts/socicon.ttf') format('truetype'),
    url('../fonts/socicon.woff') format('woff'),
    url('../fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-size: 13px;
    
    color: #343e42;
	background-color:#7bbb42;
   
}

#page {
	width: 100%; 
	margin: 0 auto;
	min-height:600px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
/*	background-image:url(../images/body_bg.jpg);*/
	background-position:top;
	background-repeat:no-repeat;
	overflow-y: hidden;

}

a {
	text-decoration:none;
}

#container_head {
	position: relaitve;
	float: left;
	width: 100%;
	margin: 0 auto;
	min-height:60px;


}





#container_banner {
	position: relaitve;
	float: left;
	width: 100%; 
	margin: 0 auto;
	min-height:400px;
	background-image:url(../images/banner_bg.jpg);
	background-position:top;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #343e42;


}


#container_footer {
	position: relaitve;
	float: left;
	 background-color: #343e42;
	width: 100%;
	margin: 0 auto;

	min-height:60px;


}
#container_middle {
	position: relaitve;
	float: left;	
	width: 100%; 
	margin: 0 auto;
	min-height:800px;


}
#container_link {
	position: relaitve;
	float: left;	
	width: 100%; 
	margin: 0 auto;
	min-height:60px;
	background-color: #FFF;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #343e42;

}

#link {
	margin: 0 auto;
	width: 95%;  	
	padding-top: 0px;
	left: 0px;
	
}




#header {

	margin: 0 auto;
	width: 95%;  	
	padding-top: 0px;
	left: 0px;


}


#data {
	margin: 0 auto;
	width: 100%;  	
	padding-top: 0px;
	left: 0px;
	min-height:500px;
	background-color:#FFF;
/*	background-color: #ffab1f; */
	padding-left: 0px;
	padding-right: 0px;

/*	background-image:url(../images/dara_bg.jpg);
	background-repeat:repeat-y;
*/
}

#footer {
	margin: 0 auto;
	width: 95%;  	
	padding-top: 0px;
	left: 0px;
	
}

#footer_data {
	margin-left: 10px;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	color:#FFF;
}


.iframe-container {
	position: relaitve;
	width: 100%;
	height: 0;
	margin-bottom: 70%;
	padding-left: 10%;
	padding-top: 10%;
	padding-right: 10%;

	
}

.iframe-container iframe {
	position: absolute;
	height: 60%;
	width: 90%;
	top: 10px;
	left: 10px;
	rigth: 10px;

	
	
}	

#note {

	margin: 0 auto;
	width: 100%;  	
	left: 0px;
	padding-left:0px;
	padding-right:20px;
	padding-top: 30px;

}

.note_head {
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	color: #343e42;
	padding: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.note_text {
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	color: #ffab1f;
	background:rgba(255,255,255,0.9);
}

#left {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #343e42;
	min-height:500px;
	background-color: #ffab1f;
}
#right {
	float: left;
	margin-left: 0px;
	width: 250px;
	min-height:100px;
	background-color:0099ff;

}

#data_left {
	position: relaitve;
	float: left;	
	width: 100%;
	ooverflow: visible;
	padding-top: 0px;
	background-color: #ffab1f;
	
	


}

#data_right {
	position: relaitve;
	float: right;	
	width: 100%;
	min-height: 500px;
	padding-top: 0px;
	background-color: #fff;
	
	
}

#csik {
	margin: 0 auto;
	width: 100%; 
	height: 5px;
	background-image:url(../images/csik.jpg);
	background-repeat:repeat-x;
	

}

#csik1 {
	margin: 0 auto;
	width: 100%; 
	height: 1px;
	background-color:#000;
	

}

#slide {
	
	margin: 0 auto;

	width: 980px; 
	height: 250px;

}






h4{
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin-bottom: 15px;
	margin-top: 10px;

	}







	
h2{
	font-weight:bold;
	font-size:18px;
	text-align:left;
	margin-bottom: 0px;
	margin-top: 5px;
	}
	
h1{
	font-weight:bold;
	font-size:20px;
	text-align:left;
	margin-bottom: 0px;
	margin-top: 5px;
	}

.block_center {
	min-height:100px;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;

}

.block_center_head {
	border-bottom: 3px solid #000;
	color: #000;
	min-height:30px;
}
.block_center_head2 {
	border-bottom: 1px solid #000;
	color: #000;
	min-height:20px;
}



/* -----------------Menu TOP-------------------- */
.menu_horizon{
	list-style-type: none;
	position: relative;
	height: 20px;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
    padding: 0;
    overflow: hidden;
}
.menu_horizon li{
	float:right;
}
.menu_horizon li a{
	float: left;
	display: block;
	color:#06365;

	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
	cursor: pointer;
}
.menu_horizon li.current a, .menu_horizon li a:hover{

	font-weight:bold;
}

/* -----------------Menu TOP END---------------- */
/* -----------------Menu Bottom-------------------- */
.menu_bottom{
	position: relative;
	
	height: 15px;
	list-style: none;
}
.menu_bottom li{
	float:right;
}
.menu_bottom li a{
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0px;
	text-align: center;
	cursor: pointer;
}
.menu_bottom li.current a, .menu_bottom li a:hover{
	text-decoration:underline;

}

/* -----------------Menu Bottom END---------------- */


.block_hir{
	width: 100%;

	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
  	background-color: #fff;



}

.block_hir_head{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.block_hir_head2{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	border-bottom: 1px solid #000;
}

.block_hir_data{
	width: 100%;
	min-height:200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;


}

.block_hir_title, .block_hir_title a, block_hir_title a :hover {
	text-decoration:none;
	color:#000;
	font-size:22px;
	font-weight:bold;
	color:#000;
}

#navbar_right {

	float: right;
	width: 300px;  	
	padding-top: 10px;
	color:#FFF;
	left: 0px;
	text-align:right;


}

/*  Autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*  Autcomplete vége */

.block_trafik_open {
	padding-left:40px;
	border-bottom: 3px solid #019000;
	background-image:url(../images/nyitva2.png);
  	background-repeat:no-repeat;
	color: #019000;
	min-height:40px;
}

.block_trafik_close {
	border-bottom: 3px solid #fe0000;
	color: #fe0000;
	min-height:30px;
}

.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}
		
.thumbnails3 img {
	max-height: 360px;
	max-width: 480px;
	border: 3px solid #555;
	padding: 1px;
	margin: 10px;
}

.thumbnails3 img:hover {
	border: 3px solid #002405;
	cursor:pointer;
}

.thumbnail2 {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail2 > img,
.thumbnail2 a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail2:hover,
a.thumbnail2:focus,
a.thumbnail2.active {
  border-color: #337ab7;
}
.thumbnail2 .caption {
  padding: 9px;
  color: #333;
}

.thumbnail2 > img,
.thumbnail2 a > img{
  display: block;
  max-width: 100%;
  height: auto;
}
.link_logo {
	padding: 5px;
	float:left;
	width:auto;
}
.dropdown-menu {
	z-index:9999;
}