.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
a, a:active, a:visited {
	color: #557C12;
	text-decoration: underline;
}
a:hover {
	color: #A1C740;
}
html, body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-color: #557C12;
	color:#333;
}

.header {
	background: url('img/top.png') center top repeat-x;
	position: relative;
}

.header h1 {
	background: url('img/header.png') center top no-repeat;
	margin: 0;
	padding: 0;
	height: 98px;
	text-indent: -9999px;
}

.container_wrapper {
	background-color: #A1C740;
	/*background-color: #FFD200;*/
	overflow: hidden;
}
.container {
	width: 960px;
	margin: 0 auto;
	background: #fff url('img/kethely_container_bg.png') repeat-y left top;
	box-shadow: 6px 0 4px -4px rgba(0, 0, 0, .4) , -6px 0 4px -4px rgba(0, 0, 0, .4);
	min-height:400px;
}
.sidebar {
	width:240px;
	float: left;
	margin: 0;
	padding: 0;
}
.content {
	width: 700px;
	float: left;
	margin: 0;
	padding: 10px;
}
.footer {
	background-color: #557C12;
	min-height:60px;
	margin: 0 0 10px 0;
	text-align:center;
	color:#F8F2CD;
	text-shadow:0 1px 0 #4B6E10;
	padding:10px 0 0 0;
	clear: both;
	border-top: 2px solid #DA251C;
}

.footer p {
	margin:0;
	padding:0;
}
.footer a, .footer a:active, .footer a:visited {
	color: #A1C740;
}
.footer a:hover {
	color:yellow;
}
/* Felső menu*/
.nav_wrapper {
	background-color: #557C12;
}
.topnav {
	width:960px;
	margin: 0 auto;
}
.topnav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.topnav li {
	float: right;
	height: 36px;
	line-height: 36px;
	position: relative;
	margin: 0 24px;
}
.topnav ul li.home, .topnav ul li.accessibility {
	margin: 0;
}
.topnav a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FEF6D4;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 0 10px;
}

.topnav ul li ul {
	display:none;
	position: absolute;
	width: 220px;
	left:0;
	z-index: 100;
}
.topnav ul ul li {
	height: 26px;
	line-height: 26px;
	text-align: left;
	width: 100%;
	float: left;
	margin: 0;
}
.topnav ul ul a {
	padding: 0 0 0 6px;
	font-weight: normal;
	font-size: 11px;
}

.topnav li:hover ul {
	display:block;
	background-color: #97C95A;
}
/* 
#############
# Navigáció oldal
#############
 */
nav.side ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
nav.side ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style: none;
	border-bottom:1px solid #e5e5e5;
	border-top: 1px solid #fcfcfc;
	position: relative;
}

nav.side>ul>li:first-child {
	border-top:none;
}
nav.side>ul>li.open {
	border-bottom:none;
}
nav.side>ul>li.open>a {
	border-bottom:1px solid #e5e5e5;
}
nav.side>ul>li:last-child {
	border-bottom:none;
}
nav.side ul a {
	display: block;
	text-decoration: none;
	background-color: #f9f9f9;
	color: #666;
	padding: 4px 4px 4px 10px;
	margin: 0;
	text-transform: uppercase;
}
nav.side .submenu a {
	padding: 4px 4px 4px 20px;
}
nav.side ul a:hover {
	background-color: #fff;
	color:#336699;
}
nav.side ul>li>a:hover:before {
	display: block;
	content: "";
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	width: 3px;
	max-width: 3px;
	overflow: hidden;
	background-color: #FF0000;
}
/*nav.side ul>li.active {
	border-top: none;
}*/
/*nav.side ul>li.active>a {
	background-color: #b1b1b1;
}*/
nav.side ul>li.active>a:hover:before {
	display: none;
}
nav.side ul>li.active:after {
	display: inline-block;
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0;
	border-right: 2px solid #FF0000;
}

nav.side li.active>a:after {
	display: block;
	content: "";
	position: absolute !important;
	right: 2px;
	top: 4px;
	border: 8px solid transparent;
	border-width: 10px 10px;
	border-right-color: #FF0000;
}

nav.side ul li.active.open>a.dropdown-toggle:after {
	display: none;
}

nav.side>ul>li>.submenu {
	position: relative;
	display: none;
}
nav.side>ul>li.active.open>.submenu {
	display: block;
}

nav.side>ul>li>.submenu li:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 8px;
	left: 10px;
	top: 14px;
	border-top: 1px solid #ccd7e2;
}
nav.side>ul>li>.submenu:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 0;
	bottom: 0;
	border-right: 1px solid #ccd7e2;
}
nav.side>ul>li>.submenu li:first-child {
	border-top: 1px solid #fcfcfc;
}
/* Galéria kezdete */

.galeria {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.galeria ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.galeria li {
	float: left;
	margin: 10px;
	width: 141px;
	border:1px solid #E3E3E3;
	padding:6px;
	/*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);*/
	/*box-shadow: 0 0 10px rgba(0, 0, 0, .6);*/
	-webkit-box-shadow: 0 0 10px rgba(168, 206, 31, .8);
	box-shadow: 0 0 10px rgba(168, 206, 31, .8);
}

.galeria img {
	padding:0;
	max-width:100% !important;
	height:auto;
	display:block;
	margin:0 auto;
}
/* Galéria vége */
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width:120px;
}
/* Hirek kezdet */
.post_wrapper {
	margin: 10px 0;
}
.post_wrapper header {
	border-bottom: 1px solid #ddd;
	background: #FFF;
	margin-bottom: 4px;
}
.post_wrapper header h4{
	font-size: 16px;
}
.post_wrapper h2, h4 {
	font-size: 18px;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
.post_featured_img {
	float: left;
}
.post_featured_img img {
	padding:0 10px 10px 0;
}
.post_body {
	text-align: justify;
}
.post_excerpt p {
	margin:0;
}

.post_wrapper .more {
	float: right;
	box-shadow: 0px 2px 0px #888888;
	margin:0;
}
.post_wrapper .more a{
	background-color: #1E90FF;
	color: white;
	padding: 4px 10px;
	display:block;
	text-decoration: none;

}
.post_wrapper .more a:hover {
	color:#fff;
}
.post_wrapper time {
	font-size: 10px;
}
/* Hirek vége */
/*Képviselői oldalak*/
.kepviselok ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kepviselok ul>li {
	float: left;
	margin: 1%;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.kepviselok .egyen {
	float: left;
	margin: 1%;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.kepviselok .egyen>a {
	display: inline-block;
}
.kepviselok .egyen>div.nev {
	position: absolute;
	width:100%;
	text-align: center;
	left:0;
	bottom:0%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-transition: all 0.3s linear 0.3s;
	-moz-transition: all 0.3s linear 0.3s;
	-ms-transition: all 0.3s linear 0.3s;
	-o-transition: all 0.3s linear 0.3s;
	transition: all 0.3s linear 0.3s;
}
.kepviselok .egyen>div.beosztas {
	position: absolute;
	width:100%;
	text-align: center;
	left:0;
	top:-20%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-transition: all 0.3s linear 0.3s;
	-moz-transition: all 0.3s linear 0.3s;
	-ms-transition: all 0.3s linear 0.3s;
	-o-transition: all 0.3s linear 0.3s;
	transition: all 0.3s linear 0.3s;
}
.kepviselok .egyen:hover>div.nev {
	bottom:50%;
}
.kepviselok .egyen:hover>div.beosztas {
	top:50%;
}
/* Közérdekű kezdet */

.kozerdekuadatok {
	margin: 0;
	padding: 0;
}
.kozerdekuadatok ul {
	list-style: none;
}
.kozerdekuadatok ul li>ul {
	list-style-type: square;
	padding: 20px;
	margin-left:20px;
}
.kozerdekuadatok .alkategoria {
	cursor: pointer;
}
/*Zebra tábla*/
.striped {
	border-collapse: collapse;
	width:100%;
	margin:0 auto;
}
.striped tr {
	border-bottom: 1px solid #D5D5D5;
}
.striped tr:last-child {
	border-bottom: none;
}
.striped tr:nth-child(2n+1) {
  background-color: #F5F5F5;
}
.striped tr:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.striped td {
	padding:8px;
	border:1px solid #D5D5D5;
}

/*Oldalsó kép */
.sidebar img {
	margin:0 auto;
	border:none;
}
/*rendeletek*/
.row-fluid:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.fb-like {
	margin:10px 0;
}