﻿/*az év honlapja */
#aehk {
	position: absolute;
	top: 0px;
	left: 650px;
}
#aehk img {
	max-width: 50px;
}
 @media (min-width: 992px) and (max-width:1199px) {
#aehk {
	top: 0px;
	left: 270px;
}
#aehk img {
	max-width: 90px;
}
}
@media (min-width:768px) and (max-width:991px) {
#aehk {
	top: 10px;
	left: 165px;
}
#aehk img {
	max-width: 80px;
}
}
@media (min-width:500px) and (max-width: 767px) {
#aehk {
	top: 20px;
	left: 220px;
}
#aehk img {
}
}
@media (max-width: 499px) {
#aehk {
	top: -10px;
	left: 0px;
}
#aehk img {
	max-width: 50px;
}
}
 @media (min-width: 768px) {
#main-container {
/*padding-left:20px;	*/
}
}
/*fb like*/
#fbplikebox {
	display: block;
	padding: 0;
	z-index: 99999;
	position: fixed;
}
.fbplbadge {
	background-color: #3B5998;
	display: block;
	height: 100px;
	top: 50%;
	margin-top: -55px;
	position: absolute;
	left: -33px;
	width: 33px;
	background-image: url('../img/fb_logo.png');
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	cursor: pointer;
}
/* banner*/
.banner-holder {
	margin: 10px 0 20px -2px;
	text-align: center;
	background: #e5e6e9;
}
.banner-big, .banner-small {
	border: 1px #e5e6e9 solid;
}
.banner-big img {
	width: 100%;
}
.banner-small {
}
.banner-small img {
	max-width: 750px;
	width: 100%;
}
iframe {
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f1f1f1;
}
#primary-container {
	background: #FFF;
	padding-top: 10px;
	border-left: 1px solid #e5e6e9;
	border-right: 1px solid #e5e6e9;
}
@media (max-width: 768px) {
}
a {
	color: #006699;
}
.label-holder {
	position: absolute;
	font-size: 15px;
	bottom: 10px;
	right: 0;
}
.label-holder .label {
	margin: 10px;
}
.label a {
	color: #FFF;
	text-decoration: none;
}
.label {
	line-height: 200%;
}
a .label:hover, a:hover .label, a .label, .label-holder:hover .label, .label a:hover {
	text-decoration: none;
}
.label-hirek {
	background-color: #c02687;
}
.label-budafok-teteny {
	background-color: #006699;
}
.label-onkormanyzat {
	background-color: #009933;
}
.label-ugyintezes {
	background-color: #66cc66;
}
.label-intezmenyek {
	background-color: #ffcc00;
}
.label-fejlesztesek {
	background-color: #0099cc;
}
#main-container .btn-primary {
	padding-top: 3px;
	padding-bottom: 3px;
	min-width: 95px;
}
#main-container h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}
#main-container hr {
	margin-top: 0;
	margin-bottom: 10px;
}
/* widgets */
#widgets {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.widget {
	float: right;
}
#weather {
	font-size: 24px;
	margin-left: 25px;
}
#fb-like {
	margin-top: 10px;
	margin-right: 10px;
}
#yt-ss{
	margin-top: 9px;
	margin-right: 10px;
}
.btn-social{
    display: inline-block;
    padding: 2px 5px;
    text-align: center;
	font-size:11px;
    border-radius: 4px;
}
.btn-social:hover, .btn-social:active, .btn-social:focus, .btn-social:visited{
	text-decoration:none;
}
.btn-social i{
	font-size: 14px;
	 line-height: 18px;
}
.btn-youtube {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a72121;
  *background-color: #6e0610;
  background-image: -moz-linear-gradient(top, #cd332d, #6e0610);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cd332d), to(#6e0610));
  background-image: -webkit-linear-gradient(top, #cd332d, #6e0610);
  background-image: -o-linear-gradient(top, #cd332d, #6e0610);
  background-image: linear-gradient(to bottom, #cd332d, #6e0610);
  background-repeat: repeat-x;
  border-color: #6e0610 #6e0610 #250205;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd332d', endColorstr='#ff6e0610', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active,
.btn-youtube.disabled,
.btn-youtube[disabled] {
  color: #ffffff;
  background-color: #6e0610;
  *background-color: #56050c;
}

.btn-youtube:active,
.btn-youtube.active {
  background-color: #3e0309 \9;
}
#insta{
	margin-top: 9px;
    margin-right: 20px;	
}
.btn-instagram {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5c88ab;
  *background-color: #3f729b;
  background-image: -moz-linear-gradient(top, #6f97b6, #3f729b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f97b6), to(#3f729b));
  background-image: -webkit-linear-gradient(top, #6f97b6, #3f729b);
  background-image: -o-linear-gradient(top, #6f97b6, #3f729b);
  background-image: linear-gradient(to bottom, #6f97b6, #3f729b);
  background-repeat: repeat-x;
  border-color: #3f729b #3f729b #294a65;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6f97b6', endColorstr='#ff3f729b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.btn-instagram.disabled,
.btn-instagram[disabled] {
  color: #ffffff;
  background-color: #3f729b;
  *background-color: #386589;
}

.btn-instagram:active,
.btn-instagram.active {
  background-color: #305777 \9;
}
#search {
	position: relative;
	margin-right: 30px;
}
@media (min-width: 768px) {
#search {
	position: absolute;
	right: 180px;
	top: -50px;
}
}
@media (max-width: 767px) {
#search.navbar-form {
	margin: 0 10px;
}
#search.navbar-form input {
	width: 100%;
}
#search.navbar-form i {
	padding: 18px 12px;
}
}
#search input {
	padding-right: 30px;
	width: 246px;
}
#search i {
	position: absolute;
	right: 0px;
	padding: 10px 12px;
	/*pointer-events: none;*/
	cursor: pointer;
}
#navbar {
	position: relative;
}
.navbar-right~.navbar-right {
	margin-right: 10px;
}
/*logo*/
.container>.navbar-header {
	position: relative;
}
@media (min-width: 768px) {
.navbar-header h1 {
	display: none;
}
}
.navbar-header h1 {
	margin-top: 17px;
	float: right;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-brand {
	top: -91px;
	position: absolute;
	z-index: 999;
}
@media (max-width: 768px){
.navbar-brand>img {
	margin-left:10px;width: 150px;
}
}

@media (max-width: 1199px) and (min-width: 769px) {
.navbar-brand>img {
	width: 100px;
}
}
/* #main-nav */
#main-nav {
	border: none;
}
.icon-bar {
	background: #006699;
}
@media (min-width: 768px) {
#main-nav .container {
	padding: 0 0 0 40px;
}
}
#main-nav.navbar {
	margin-bottom: 0;
}
#main-nav .navbar-collapse .nav li a {
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 1px;
	padding: 6px;
}
@media (min-width: 768px) {
#main-nav .navbar-collapse .nav li a {
	border-bottom: 6px solid;
}
}


#main-nav .navbar-collapse .nav li:nth-child(1) a {
	border-color: #c02687;
}
#main-nav .navbar-collapse .nav li:nth-child(2) a {
	border-color: #006699;
}
#main-nav .navbar-collapse .nav li:nth-child(3) a {
	border-color: #009933;
}
#main-nav .navbar-collapse .nav li:nth-child(4) a {
	border-color: #66cc66;
}
#main-nav .navbar-collapse .nav li:nth-child(5) a {
	border-color: #ffcc00;
}
#main-nav .navbar-collapse .nav li:nth-child(6) a {
	border-color: #0099cc;
}
#main-nav .navbar-collapse .nav li:nth-child(7) a {
	border-color: #006699;
}

#main-nav .navbar-collapse .nav li:nth-child(8) a {
	border-color: #006699;
}
#main-nav .navbar-collapse .nav li:nth-child(9) a {
	border-color: #006699;
}
#main-nav .navbar-collapse .nav li:nth-child(10) a {
	border-color: #006699;
}



/*
#main-nav .navbar-collapse .nav li:nth-child(1) a {
	border-color: #c02687;
}
#main-nav .navbar-collapse .nav li:nth-child(2) a {
	border-color: #006699;
}
#main-nav .navbar-collapse .nav li:nth-child(3) a {
	border-color: #009933;
}
#main-nav .navbar-collapse .nav li:nth-child(4) a {
	border-color: #66cc66;
}
#main-nav .navbar-collapse .nav li:nth-child(5) a {
	border-color: #ffcc00;
}
#main-nav .navbar-collapse .nav li:nth-child(6) a {
	border-color: #0099cc;
}
*/
#main-nav .navbar-collapse .nav li a:hover {
	color: #FFF;
}

#main-nav .navbar-collapse .nav li:nth-child(1) a:hover {
	background: #c02687;
}
#main-nav .navbar-collapse .nav li:nth-child(2) a:hover {
	background: #006699;
}
#main-nav .navbar-collapse .nav li:nth-child(3) a:hover {
	background: #009933;
}
#main-nav .navbar-collapse .nav li:nth-child(4) a:hover {
	background: #66cc66;
}
#main-nav .navbar-collapse .nav li:nth-child(5) a:hover {
	background: #ffcc00;
}
#main-nav .navbar-collapse .nav li:nth-child(6) a:hover {
	background: #0099cc;
}
#main-nav .navbar-collapse .nav li:nth-child(7) a:hover {
	background: #006699;
}
#main-nav .navbar-collapse .nav li:nth-child(8) a:hover {
	background: #006699;
}
#main-nav .navbar-collapse .nav li:nth-child(9) a:hover {
	background: #006699;
}
#main-nav .navbar-collapse .nav li:nth-child(10) a:hover {
	background: #006699;
}

/*
#main-nav .navbar-collapse .nav li:nth-child(1) a:hover {
	background: #c02687;
}
#main-nav .navbar-collapse .nav li:nth-child(2) a:hover {
	background: #006699;
}
#main-nav .navbar-collapse .nav li:nth-child(3) a:hover {
	background: #009933;
}
#main-nav .navbar-collapse .nav li:nth-child(4) a:hover {
	background: #66cc66;
}
#main-nav .navbar-collapse .nav li:nth-child(5) a:hover {
	background: #ffcc00;
}
#main-nav .navbar-collapse .nav li:nth-child(6) a:hover {
	background: #0099cc;
}
*/


 @media (max-width: 767px) {
.navbar-nav {
	margin: 0;
}
#main-nav .navbar-collapse .nav li a {
	border-left: 20px solid;
	color: #FFF;
}
#main-nav #navbar.navbar-collapse {
	background: #165d90;
	margin-top: 5px;
}
#main-row {
	padding: 0 10px 0 10px
}
}
/*slider */

#main-carousel {
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left: -10px;
  margin-right: 10px;/*  margin-left: 20px;*/
}

.smenu{
    margin-top: 35px;
    //margin-bottom: 20px;
    }
.sltop{margin: 0 10px 0 10px;}
.smenui {text-align:center;padding-top:15px;padding-bottom:8px;margin-bottom:7px;color:#006699;cursor:hand;cursor:pointer;font-weight:600;position:relative;text-transform: uppercase;}
.smenui i{position:absolute;left:10px;}
//.smenui:hover{text-decoration:none;color:#fff;}
//.smenui:hover i{color:#fff;}
.smenui:hover{text-decoration:none;}
.smenui:hover i{}

//.terkep{border-bottom:6px solid; border-right:6px solid; border:6px solid #c02687; border-radius:6px; background:#fff;}
.terkep{border-bottom:4px solid; border:4px solid; border-left:1px solid; border-top:1px solid; border-radius:8px;  border-color:#c02687;}
//.terkep:hover{background:#c02687;}
.terkep:hover{background:rgba(192,38,135,0.3);}
.terkep i{color:#c02687;}

.ingatlan{border-bottom:4px solid; border:4px solid; border-left:1px solid; border-top:1px solid; border-radius:8px; border-color:#006699}
//.ingatlan:hover {background:#063}
.ingatlan:hover {background:rgba(0,102,153,0.3)}
.ingatlan i{color:#006699;}

.allas{border-bottom:4px solid; border:4px solid; border-left:1px solid; border-top:1px solid; border-radius:8px; border-color:#063;}
//.allas:hover {background:#093;}
.allas:hover {background:rgba(0,102,51,0.3);}
.allas i{color:#063;}


.eugy{border-bottom:4px solid; border:4px solid; border-left:1px solid; border-top:1px solid; border-radius:8px; border-color:#093;}
//.eugy:hover {background:#ffcc00;}
.eugy:hover {background:rgba(0,153,51,0.3);}
.eugy i{color:#093;}

.eugyo{border-bottom:4px solid; border:4px solid; border-left:1px solid; border-top:1px solid; border-radius:8px; border-color:#ffcc00; margin-bottom:0;}
//.eugyo:hover {background:#ffcc00;}
.eugyo:hover {background:rgba(255,204,0,0.3);}
.eugyo i{color:#ffcc00;}



.material-icons{font-size:14px;}

.eupont{background:url(../uploads/gyorvosi_rendelo.jpg);}
.oktpont{background:url(../uploads/db_kfg_kulso.jpg);}
.kultpont{background:url(../uploads/klauzal_haz.jpg);}
.szocpont{background:url(../uploads/szocgyermek.jpg);}
.gazpont{background:url(../uploads/.jpg);}
.kozpont{background:url(../uploads/nagyteteny-kastely.jpg);}
.onkpont{background:url(../uploads/zenekar.jpg);}

.korpont{background:url(../uploads/kormanyablak.jpg);}
.valpont{background:url(../uploads/valasztas.jpg);}
.allaspont{background:url(../uploads/allas.jpg);}
.anykpont{background:url(../uploads/anyk.jpg);}
.jepont, .ajepont{background:url(../uploads/jegyzo.jpg);}

.kepont{color:#000;height:150px;background-position:center;width: 100%;background-size: cover;background-repeat: no-repeat;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.intpont{padding:10px;height:150px;width:100%;}
.kpont,.ukpont{height:130px;position:relative;background-position:center; overflow: hidden;display: inline-block;width:100%;background-size:cover;border:1px solid #ccc;}
.kpont span{color:#000;text-align:center;font-size:16px;font-weight:bold;position:absolute;min-height:25px;bottom:0px;left:0;right:0;background:#fc0;z-index:999;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.ukpont span{color:#000;text-align:center;font-size:16px;font-weight:bold;position:absolute;min-height:25px;bottom:0px;left:0;right:0;background:#6c6;z-index:999;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.kpont:hover{cursor:hand;cursor:pointer;}
.kpont:hover .kepont, .ukpont:hover .kepont{-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}
.kpont:hover span{min-height:100%;background:rgba(255,204,0,0.5);padding-top:25px;}
.ukpont:hover span{min-height:100%;background:rgba(102,204,102,0.5);padding-top:25px;}

#eztortent iframe{min-height:203px;}

@media (max-width:991px){
#main-carousel{margin-right: -9px;}
//.smenui{margin-bottom: 0px;border:1px solid #fff;}
} 
   
@media (max-width:767px)
{
#main-carousel {
    margin-top: 35px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    /* margin-left: 20px; */
}
}
#main-carousel .carousel-indicators {
	padding-top: 10px;
}
.carousel-inner {
	height: 100%;
	background: #09c;
}
#main-carousel .carousel-inner .item .col-md-8 .fill {
	background: url(/img/slider.jpg) no-repeat;
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	display: block;
}
#main-carousel .carousel-inner .item .btn-holder {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0px;
	background: url(../img/grad.png) repeat-x;
	margin-left: -20px;
}
#main-carousel .carousel-inner .item .btn-holder .btn {
	position: absolute;
	bottom: 0;
	bottom: 10px;
	left: 20px;
}
#main-carousel .carousel-inner .item .col-md-4 {
}
@media (max-width:992px) {
#main-carousel .carousel-inner .item .col-md-8 {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.2;
}
#main-carousel .carousel-inner .item .col-md-4 .carousel-caption h3 {
	padding: 10px;
}
#main-carousel .carousel-inner .item .col-md-4 .carousel-caption p {
	padding: 10px;
}
#main-carousel .carousel-indicators {
	//text-align: center;
}
}
#main-carousel .carousel-inner .item.row {
}
#main-carousel .carousel-inner .item, #main-carousel .carousel-inner .item .col-md-8, #main-carousel .carousel-inner .item .col-md-4 {
	height: 291px;
}
#main-carousel .carousel-inner .item .col-md-4 .carousel-caption {
	position: relative;
	left: 0;
	right: 0;
}
#main-carousel .carousel-inner .item .col-md-4 .carousel-caption {
	text-align: left;
	text-shadow: none;
	color: #333333;
	height: 291px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}
#main-carousel .carousel-inner .item .col-md-4 .carousel-caption p.date {
	font-style: italic;
	font-size: 12px;
}
#main-carousel .carousel-inner .item .col-md-4 .carousel-caption p.date span {
	margin-right: 5px;
}
#main-carousel .carousel-inner .item .col-md-4 .carousel-caption hr {
	margin: 5px 0;
}
#main-carousel .carousel-inner .item .col-md-4 .carousel-caption p {
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding-bottom: 10px;
}
#main-carousel .carousel-inner .item .col-md-4 .carousel-caption h3 {
	margin-top: 0;
}
#main-carousel .carousel-inner .item .col-md-4 .carousel-caption h3 a {
	//font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#main-carousel .carousel-inner .btn-primary {
	color: #09c;
	background-color: #fff;
}
#main-carousel .carousel-inner .btn-primary:hover {
	color: #FFF;
	background-color: #007399;
}
/*main-row*/
@media (min-width: 768px) {
#main-row {
	margin-right: 30px;
}
}
#main-row {
	margin: 0 10px 0 10px;
}
/*left-side*/
.left-side {
	top: -5px;
	z-index: 999;
  margin-bottom: 25px;
}
.left-side.visible-xs {
	top: 15px;
	margin-bottom: 10px;
}
@media (max-width:991px){.left-sides{-webkit-box-shadow: 0px;
	-moz-box-shadow: 0px;
	box-shadow: 0px}}
  
.left-sides{z-index:1000}
@media (min-width:992px){
.left-sides {
	position: relative;
	background: #fff;
	padding: 10px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 4px 4px 2px 0px rgba(102, 102, 102, 0.75);
	-moz-box-shadow: 4px 4px 2px 0px rgba(102, 102, 102, 0.75);
	box-shadow: 4px 4px 2px 0px rgba(102, 102, 102, 0.75);
}
}

.left-side {
	position: relative;
	background: #fff;
	padding: 10px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 4px 4px 2px 0px rgba(102, 102, 102, 0.75);
	-moz-box-shadow: 4px 4px 2px 0px rgba(102, 102, 102, 0.75);
	box-shadow: 4px 4px 2px 0px rgba(102, 102, 102, 0.75);
}
@media (max-width: 768px) {
.left-side.left-side-bottom {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	top: 0;
	padding: 0;
}
#varoshaza-promonitor {
	padding-top: 15px;
	display: table;
	margin: 0 auto;
}
#varoshaza-promonitor p {
	float: left;
	margin: 0 10px;
}
#kepviselo-kereso h3 {
	text-align: center;
	background: #66ccff;
	color: #FFF;
	width: 100%;
	padding: 6px;
	display: inline-block;
	margin-bottom: 1px;
	font-weight: normal;
	margin: 0;
	font-size: 16px;
	text-transform: initial;
}
#kepviselo-kereso {
	background: #66ccff;
	padding: 0px 0px 10px 0px;
}
#kepviselo-kereso p {
	padding: 0 10px;
}
#kepviselo-kereso form {
	padding: 0 10px;
}
#footer .col-sm-3 {
	padding: 0px 20px;
}
}
@media (max-width: 991px) {
.left-side.left-side-bottom {
	top: 0px;
	margin-bottom: 10px;
}
}
.left-side img {
	max-width: 100%;
	margin-bottom: 15px;
}
.left-side #top-line, .left-side-sm #top-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #c02687;
}
#main-container .left-side h3 {
	margin-bottom: 15px;
}
.left-side p {
	font-size: 12px;
	line-height: 110%;
	margin: 0;
}
#main-container .left-side hr {
	margin: 10px 0;
	border-color: #cccccc;
}
.left-side-programs {
/*	margin-top:14px;	*/
}
.left-side-programs p {
	margin-bottom: 5px;
}
.left-side-programs .date {
	padding: 8px 3px 2px 3px;
	color: #FFF;
	background: #09c;
	text-align: center;
	width: 50px;
	border-right: 1px solid #f1f1f1;
}
.left-side-programs .date .month {
	margin-bottom: 3px;
	text-transform: uppercase;
}
.left-side-programs .date .day {
	font-size: 16px;
	margin: 0;
}
.left-side-programs ul {
	padding: 0;
}
.left-side-programs ul li {
	display: table;
	border-bottom: 1px solid #f1f1f1;
	list-style: none;
	width: 100%;
}
.left-side-programs ul li:nth-child(odd) {
	background: #f1f1f1;
}
.left-side-programs p .more-btn {
	color: #006699;
}
.left-side-programs p a {
	color: #000;
}
.left-side-programs a div {
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
}
.left-side-programs a div.arrow {
	text-align: right;
	font-size: 12px;
	padding: 8px 5px;
}
.left-side-programs li a {
	display: table;
	vertical-align: middle;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
.left-side-programs li a:hover, .left-side-programs li a:active, .left-side-programs li a:focus {
	text-decoration: none;
	background: #09c;
	color: #FFF;
}
#search2 {
	position: relative;
	width: 100%;
}
#search2 i {
	position: absolute;
	right: 0px;
	padding: 10px 12px;
	pointer-events: none;
}
#search2 input {
	width: 100%;
}
/*right-side*/
.right-side .row {
	font-size: 12px;
}
.right-side-news .col-md-4 {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
}
.right-side-news-main-holder {
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	width: 100%;
  max-height:470px;
	padding-top: 10px;
}
@media (max-width: 768px) {
.right-side-news-main-holder {
	display: block;
}
}
.right-side-news-holder {
	border: 1px solid #ccc;
	padding: 10px;
	background: #f1f1f1;
	max-width: 100%;
	min-width: 100%;
}
.pic-gallery a {
	width: 60px;
	height: 60px;
	background-size: cover;
	display: block;
	float: left;
	margin: 5px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
.right-side .row {
	padding-right: 24px;
}
.right-sides{padding-right:24px;}
.right-side-news .col-md-4 {
	padding-right: 10px;
	border: none;
	margin-bottom: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-ms-flex: 1;
	-ms-flex-direction: row;
	width: 100%;
}
}
@media (max-width: 991px) {
.right-side .row {
	padding-right: 0px;
}
.right-side-news .col-md-4 {
	padding-right: 10px;
	border: none;
	margin-bottom: 0;
	display: -webkit-flex;
	display: flex;
}
}
.right-side-news .img-hldr .img {
	width: 100%;
	height: 200px;
	position: relative;
}
@media (min-width: 768px) {
.right-side-news .img-hldr .img {
	height: 150px;
	background-position-y: 20% !important;
}
}
.right-side-news p {
}
.right-side-news .title {
	font-weight: bold;
}
.right-side-news .title a {
	color: #000;
}
.right-side-news .date {
	margin: 10px 0 0 0;
	font-style: italic;
	font-size: 10px;
}
.right-side-min-news {
	padding-right: 20px;
}
.right-side-min-news ul {
	margin: 0;
	padding: 10px 0;
}
.right-side-min-news ul li div {
	display: table-cell;
	vertical-align: middle;
}
.right-side-min-news ul li div.date {
	font-size: 12px;
	font-weight: normal;
	width: 65px;
	vertical-align: top;
	padding-top: 3px;
}
.right-side-min-news ul li div.arrow {
	font-size: 10px;
	text-align: right;
}
.right-side-min-news ul li {
	border-bottom: 1px solid #f1f1f1;
	list-style: none;
}
.right-side-min-news ul li:nth-child(odd) {
	background: #f1f1f1;
}
.right-side-min-news li a {
	color: #000;
	font-weight: bold;
	display: table;
	padding: 8px 5px;
	width: 100%;
	font-size: 14px;
	margin-bottom: 0px;
}
.right-side-min-news li a:hover, .right-side-min-news li a:active, .right-side-min-news li a:focus {
	background: #09c;
	color: #FFF;
	text-decoration: none;
}
.right-side-bottom img {
	padding-right: 10px;
	padding-bottom: 10px;
}
.right-side-more a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
@media (max-width: 767px) {
#main-container .right-side-more h3 {
	background: #165d90;
	padding: 6px;
	text-align: center;
	color: #FFF;
	margin-bottom: 1px;
}
.right-side-more hr {
	display: none;
}
.right-side-more p {
	margin: 0;
}
.right-side-more a {
	text-align: center;
	background: #66ccff;
	color: #FFF;
	width: 100%;
	padding: 6px;
	display: inline-block;
	margin-bottom: 1px;
	font-weight: normal;
}
.right-side-more br {
	line-height: 150%;
}
}
#footer {
	background: #165d90;
	color: #FFF;
	padding-bottom: 10px;
	text-transform: uppercase;
	line-height: 160%;
}
#footer h1 {
	font-size: 24px;
}
#footer a {
	color: #FFF;
}
/* hírek oldal */
#s-container {
	padding-top: 25px;
}
#sub-right {
	padding-left: 10px;
}
@media (max-width: 992px) {
#sub-right {
	padding-left: 0px;
}
#hir_box2 {
	padding: 0 20px;
}
}
@media (max-width: 768px) {
#sub-right {
/*margin-bottom: 20px;*/
}
}
#sub-right .btn {
	border-radius: 0;
	border: 1px solid #cecece;
	margin: -1px 0 0 0;
	text-align: left;
	font-size: 14px;
	padding: 11px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: normal;
}
#sub-right .btn .glyphicon {
	font-size: 12px;
	margin-top: 3px;
}
#sub-right .collapse .btn:last-child {
	margin-bottom: 5px;
}
#sub-right p a {
	color: #000;
	font-weight: bold;
}
#sub-right ul, .pg-bottom-sm-holder ul {
	padding-left: 25px;
}
#sub-right ul li, .pg-bottom-sm-holder ul li {
	padding-bottom: 5px;
	color: #ccc;
}
#sub-right ul li a, .pg-bottom-sm-holder ul li a {
	color: #000;
	font-weight: bold;
}
#sub-right h3 {
	font-weight: bold;
	padding: 10px;
	font-size: 16px;
	color: #006699;
	background: #f2f2f2;
}
#sub-left {
	padding-left: 25px;
	padding-right: 10px;
}
.news-top {
	width: 100%;
	min-height: 40px;
	color: #FFF;
	margin-bottom: 10px;
}
.news-top.news-top-hirek {
	background: #c02687;
}
.news-top.news-top-onkormanyzat {
	background: #009933;
}
.news-top.news-top-budafok-teteny {
	background: #006699;
}
.news-top.news-top-ugyintezes {
	background: #66cc66;
}
.news-top.news-top-intezmenyek {
	background: #ffcc00;
}
.news-top.news-top-fejlesztesek {
	background: #0099cc;
}
.news-top .btn {
	background: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 11px;
	margin: 0;
	border-right: 1px solid #fff;
	border-radius: 0;
}
.news-top p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 11px;
	margin: 0;
}
#sub-right .news-top p a {
	color: #FFF;
	text-decoration: none;
}
@media (min-width:991px) {
#sub-right>.collapse {
	display: block;
	height: auto !important;
}
}
.news-top p span {
	font-style: italic;
	text-transform: none;
	font-weight: normal;
}
.news-top p a {
	color: #FFF;
}
.news-top .dropdown-menu {
	width: 100%;
	border-radius: 0;
	border: none;
	border-right: 1px solid #fff;
	margin-top: -2px;
}
.news-top-hirek .dropdown-menu {
	background: #c02687;
}
.news-top-intezmenyek .dropdown-menu {
	background: #ffcc00;
}
.news-top .dropdown-menu .dropdown-menu>li>a {
	color: #FFF;
}
#search-sub-top {
	width: 100%;
	position: relative;
	margin-right: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#search-sub-top input {
	width: 100%;
	padding-right: 30px;
	height: 22px;
	font-size: 14px;
}
#search-sub-top i {
	position: absolute;
	right: 0px;
	padding: 3px 7px;
	pointer-events: none;
	color: #666666;
}
#sub-left .col-md-6:nth-child(odd) .news-holder {
	margin-right: 20px;
}
#sub-left .col-md-6:nth-child(even) .news-holder {
	margin-left: 20px;
}
@media (max-width:991px) {
#sub-left {
	padding: 0px;
}
#sub-left .col-md-6:nth-child(odd) .news-holder {
	margin-right: 0px;
}
#sub-left .col-md-6:nth-child(even) .news-holder {
	margin-left: 0px;
}
.news-top {
	margin: 0;
}
.news-top p {
	text-align: center;
}
.news-top p a {
	width: 100%;
	display: inline-block;
}
.news-top .btn {
	border-right: none;
}
.news-top p .caret.visible-xs {
	display: inline-block !important;
}
#sub-left>.row {
	padding: 0 20px;
}
#sub-left .news-top {
	margin-bottom: 20px;
}
#sub-left-sm-holder {
	padding: 0 20px;
}
#sub-left .sub-sm-holder, #pg-bottom .pg-bottom-sm-holder {
	position: relative;
	background: #fff;
	padding: 0;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 4px 4px 2px 0px rgba(102, 102, 102, 0.75);
	-moz-box-shadow: 4px 4px 2px 0px rgba(102, 102, 102, 0.75);
	box-shadow: 4px 4px 2px 0px rgba(102, 102, 102, 0.75);
	margin-bottom: 15px;
}
#sub-left .sub-sm-holder a, #pg-bottom .pg-bottom-sm-holder a {
	color: #000;
	font-weight: bold;
}
#sub-left .sub-sm-holder h3, #pg-bottom .pg-bottom-sm-holder h3 {
	background: #f2f2f2;
	margin: 0 0 10px 0;
	padding: 10px;
	color: #006699;
	font-weight: bold;
	font-size: 16px;
}
#sub-left .sub-sm-holder p, #pg-bottom .pg-bottom-sm-holder p {
	padding: 0 10px;
}
#pg-bottom.row .pg-bottom-sm-holder .col-md-4 {
	padding: 0;
}
#pg-bottom.row {
	margin: 0 20px;
}
}
.news-holder {
	margin-bottom: 20px;
}
.news-holder .img-holder {
	padding-right: 10px;
	padding-bottom: 10px;
}
.news-holder .img-holder .img {
	width: 120px;
	height: 100px;
	background-size: cover;
	display: block;
	background-position: center center;
}
.news-holder h1 {
	margin: 0;
}
.news-holder h1 a {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.news-holder p {
	font-size: 13px;
	text-align: justify;
	line-height: 120%;
}
/* programok */
.media.event .media-body .media-heading {
	font-size: 18px;
	color: #165d90;
	font-weight: bold;
	padding-top: 5px;
	min-height: 47px;
}
.media.event .btn-primary {
	padding-top: 3px;
	padding-bottom: 3px;
	min-width: 95px;
}
.media.event .media-body .date {
}
.media.event .media-body .loc {
	font-weight: bold;
}
.media.event .event-img {
	position: relative;
}
.event-img-holder {
	background-size: cover;
	width: 300px;
	height: 140px;
	background-position: center top;
}
.media.event .event-img .date {
	position: absolute;
	width: 100px;
	height: 140px;
	color: #fff;
	z-index: 99;
	background: rgba(0,153,204,.80);
	font-weight: bold;
}
.media.event .event-img .date .date-month {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	padding-top: 5px;
}
.media.event .event-img .date .date-day {
	font-size: 60px;
	margin: 0;
	line-height: 150%;
}
.media.event .event-img .date .date-time {
	font-size: 32px;
	margin: 0;
	line-height: 60%;
}
.media.event .event-img .date.date-with-end .date-month {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	padding-top: 5px;
}
.media.event .event-img .date.date-with-end .date-day {
	line-height: 105%;
}
.media.event .event-img .date.date-with-end .date-time {
	line-height: 95%;
}
.media.event .event-img .date.date-with-end .date-end {
	font-size: 10px;
	padding-top: 5px;
	line-height: 100%;
	margin: 0;
}
.media.event .event-img .label {
	position: absolute;
	right: 5px;
	top: 5px;
	line-height: 100%;
}
.media.event .event-img .label a {
	text-decoration: none;
	color: #FFF;
}
#sub-left .media:last-child {
	margin-bottom: 20px;
}
@media (min-width: 401px) and (max-width: 640px) {
.event-img-holder {
	width: 200px;
}
}
@media (max-width: 400px) {
.event-img-holder {
	width: 150px;
}
.media.event .event-img .date .date-month {
	font-size: 12px;
}
.media.event .event-img .date .date-day {
	font-size: 60px;
}
.media.event .event-img .date .date-time {
	font-size: 24px;
}
.media.event .event-img .date {
	width: 75px;
}
}
/*onkormanyzat*/
.breadcrumb {
	padding: 5px 0 0 0;
	background: none;
	font-size: 10px;
	font-style: italic;
}
#pg-bottom h1 {
	font-size: 24px;
	color: #165d90;
	font-weight: bold;
	font-style: italic;
}
#pg-bottom p a {
	color: #000;
	font-weight: bold;
}
#pg-bottom h3 {
	font-size: 16px;
	color: #165d90;
	font-weight: bold;
}
#pg-bottom.row .col-md-4 {
	padding: 0 10px 0 10px;
}
@media (max-width: 991px) {
}
#hir_box {
}
#hir_box img {
	float: right;
	max-width: 300px;
	padding-left: 30px;
}
#hir_header {
	display: block;
	margin-bottom: 20px;
}
#hir_csik {
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 10px;
	height: 45px;
}
#hir_csik_datum {
	float: left;
}
#hir_csik_tools {
	float: right;
	font-size: 1.3em;
}
#hir_csik_tools a {
	color: #666;
}
#hir_body {
	text-align: justify;
	margin-bottom: 50px;
}
#page_box {
	min-height: 700px;
}
@media (max-width: 992px) {
#page_box {
	min-height: 0px;
}
}
/* keresés */
#search-container {
	padding-left: 10px;
	padding-right: 10px;
}
#search-container #search-header h1 {
	font-style: italic;
	font-weight: normal;
	float: left;
	color: #ccc;
	margin: 7px 10px 0 0;
}
#search-container #search-header form {
	margin-top: 20px;
	margin-bottom: 10px;
}
#search-container #search-header form input:focus {
	outline: 0;
}
#search-container #search-header form input {
	font-size: 36px;
	border: none;
	white-space: pre-wrap!important;
	word-wrap: break-word;
	border: 1px solid transparent;
	text-rendering: geometricPrecision;
}
.search-holder h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.search-holder .date {
	margin: 0 0 2px 0;
}
.search-holder .desc {
}
.search-holder h1 a {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.search-holder p {
	font-size: 13px;
	text-align: justify;
	line-height: 120%;
}
#search-results .row {
	display: -webkit-flex;
	display: flex;
}
#search-results .panel-body {
	background: #f1f1f1;
}
#search-results .col-md-3 {
	padding: 10px;
	display: -webkit-flex;
	display: flex;
}
#search-results .col-md-3 .search-holder {
	padding: 10px;
	border-bottom: 6px solid;
	outline: 1px solid #ccc;
	width: 100%;
	min-height: 150px;
	background: #FFF;
}
#search-results .search-holder .img-holder a {
	width: 100%;
	height: 100px;
	background-size: cover;
	display: block;
	background-position: center center;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (max-width:992px) {
#search-results .row {
	display: block;
}
#search-results .col-md-3 {
	display: block;
}
#search-results .col-md-3 .search-holder {
	min-height: 200px;
}
}
@media (max-width:768px) {
#search-results .col-md-3 .search-holder {
	min-height: inherit;
}
}
#search-results .col-md-3 .search-holder.search-holder-hirek {
	border-bottom-color: #c02687;
}
#search-results .col-md-3 .search-holder.search-holder-budafok-teteny {
	border-bottom-color: #006699;
}
#search-results .col-md-3 .search-holder.search-holder-onkormanyzat {
	border-bottom-color: #009933;
}
#search-results .col-md-3 .search-holder.search-holder-ugyintezes {
	border-bottom-color: #66cc66;
}
#search-results .col-md-3 .search-holder.search-holder-intezmenyek {
	border-bottom-color: #ffcc00;
}
#search-results .col-md-3 .search-holder.search-holder-fejlesztesek {
	border-bottom-color: #0099cc;
}
#rendelet-results .col-md-12 {
	padding: 10px;
}
#rendelet-results .col-md-12 .search-holder {
	padding: 10px;
	border-bottom: 6px solid;
	border-bottom-color: #009933;
	outline: 1px solid #ccc;
	width: 100%;
	min-height: 100px;
	background: #FFF;
}
/* galeria a hírek között*/

#hir_galeria img {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	max-width: 100px;
	max-height: 80px;
	padding: 5px;
}
#hirek_button {
	color: #FFF;
	text-decoration: none;
}
.hirek-cimke {
	float: right;
	font-size: 11px;
}
#hir_kep {
	min-height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	margin-bottom: 10px;
}
#hir_kep_cim {
	font-size: 24px;
	color: #000;
}

.fancybox-title iframe {
    min-height: 30px;
    vertical-align: middle;
}