
/*#2091D1*/
/* ******************************************* RESET ************************************** */

	html{color:#000;}
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td{margin:0; padding:0}
	table{border-collapse:collapse; border-spacing:0}
	fieldset, img{border:0}
	address, caption, cite, code, dfn, em, strong, th, var, optgroup{font-style:inherit; font-weight:inherit}
	del, ins{text-decoration:none}
	li{list-style:none}
	caption, th{text-align:left}
	h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
	q:before, q:after{content:''}
	abbr, acronym{border:0; font-variant:normal}
	sup{vertical-align:baseline}
	sub{vertical-align:baseline}
	legend{color:#000}
	input, button, textarea, select, optgroup, option{font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit}
	input, button, textarea, select{*font-size:100%}

/* ******************************************* GRID ************************************** 12 columns, 60 pixels each, with 20 pixel gutter */

	.grid_1{width:60px}		.grid_2{width:140px}	.grid_3{width:220px}	.grid_4{width:300px}
	.grid_5{width:380px}	.grid_6{width:460px}	.grid_7{width:600px}	.grid_8{width:620px}
	.grid_9{width:700px}	.grid_10{width:780px}	.grid_11{width:860px}	.grid_12{width:940px}
	.column, .col{margin: 0 5px; overflow:hidden; float:left; display:inline}
	.column0, .col0{margin:0; overflow:hidden; float:left; display:inline}
	.row0{width:100%; overflow:hidden; float:left; display:inline}
	.row{width:960px; margin:0 auto; overflow:hidden}
	.row .row{margin:0 0px; width:auto; display:inline-block}
	.full{width:940px; margin:0 auto; overflow:hidden; padding:0 10px}
	.r {float:right;}

/* ************************************** FONT-FACE ****************************************/
@font-face {
    font-family: 'VafleTape';
    src: url('../font/vafle_tape-webfont.eot');
    src: url('../font/vafle_tape-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/vafle_tape-webfont.woff') format('woff'),
         url('../font/vafle_tape-webfont.ttf') format('truetype'),
         url('../font/vafle_tape-webfont.svg#VafleTape') format('svg');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'Euclid';
    src: url('../font/euclid.woff') format('woff'),
         url('../font/euclid.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
  }



@font-face {
        font-family: 'Cambria';
        src: url('../font/cambria.eot');
        src: local('Cambria'), url('../font/cambria.woff') format('woff'), url('../font/cambria.ttf') format('truetype'), url('../font/cambria.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}

/* ******************************************* LAYOUT ************************************** */




	html {

		margin:0;
	}
    body {

		margin:0;
		font-family: Cambria, serif;
		text-rendering: geometricPrecision;
	line-height: 1.3;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
  	cursor:default;
 	background-color: #f9f9f9;
		color:#444;
	}

  /*p {line-height:17px;}*/
  p {line-height:1.3;}


.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

 #header h1
    {
      font-family: 'Euclid' !important;
      font-weight: normal;
      font-size:45px;
      position: absolute;
      top:63px;
      left:26px;
      margin:0;

    }



 #header h1  a
    {

      color:#fff;
    }
 #header h1  a:hover
    {
      text-decoration:none;
    }


    h1
    {
    	line-height: 1.15;
	    font-family: 'Euclid';
       font-weight: normal;
      font-weight: normal;
      font-size:20px;

      margin: 0 0 10px 5px;

      color:#000;
    }
    h2 {font-size:20px;margin:10px 0;font-weight:normal;}
    h3 {font-size:17px;margin:10px 0;font-weight:normal;}
	  h4 {font-size:17px;font-weight:bold; margin-top:10px; }

	a {color:#2091D1;text-decoration:none}
	a:hover {text-decoration:underline;cursor:pointer;}
	a img {border:none;}
	b, strong {color:#444; font-weight: bold;}

	a.no-underline {text-decoration:none;}
	a.no-underline:hover {text-decoration:underline;}
  hr {border:0;border-top:1px solid #ddd;}
	.l {float:left; display:block;clear:both;}
	.r {float:right;display:block;clear:both;}

	/*
	.button, input[type=submit] {text-decoration:none;clear:both;background-color:#f5f5f5;color:#222;padding:3px 15px;border:1px solid #aaa;-moz-border-radius:0px;cursor:pointer;}
	.button:hover, input[type=submit]:hover {text-decoration:none;background-color:#eee;color:#000;}
	*/
button.button,	a.button, input[type=submit],input[type=button], input.button
	{
		cursor:pointer;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;

		text-decoration:none;;
		background-color:#E6E6E6;
		color:#222;
		text-align:center;
		/*background: url(../img/tab.png);
		background: url(../img/buttonbg_small.png) #fff top center;*/
		border:none;
		border:1px solid #ccc;
		font-size:14px !important;
		padding:5px 10px !important;
		margin:3px 0;
		  font-family: 'Euclid';
       font-weight: normal;
      font-weight: normal;
      font-size:14px;
	}

	a.button:hover, input[type=submit]:hover,input[type=button]:hover {
		background-color:#494949;
		color:#fff;
		text-decoration:none;
		 border: 1px solid #f2f2f2;

	}
	a.blue { background: url(../img/buttonbg_small.png) #36A2D6 top center !important; color:#fff !important;  }

	.black {background-color:#000 !important;}
	.red {background-color:#EB1938 !important;}
	.lightblue {background-color:#5DB9F5 !important;}

	input[type=password],input[type=email],input[type=text],input[type=number],textarea {

		background-color: #f9f9f9;
		border-color: #fff #ddd #ddd #fff;
		border: 1px solid #ccc;
		padding:5px;
		color:#222;
	}
	input[type=submit] {cursor:pointer;}
	select	{ padding:1px; }
	form label {padding-top:10px;}
	.form {width:90%;overflow:auto;padding:1px;}
	.form h1 {font-size:2em;margin-bottom:20px;}
	.form input[type=text], .form input[type=email] {float:left;margin-top:10px;}
	.form input[type=radio] {float:left;margin-left:20px;margin-bottom:10px;margin-top:0px;}
	.form textarea {float:left;width:250px;margin-top:10px;}
	.form select {float:left;width:260px;padding:5px;margin-top:10px;}
	.form input[type=text], .form input[type=email] {width:250px;}
	.form br {clear:both;}
	.form label {float:left;margin-top:10px;width:120px;padding:5px;}

	table td {	padding:2px 5px;}



/* ******************************************* MENU **************************************** */

#topmenu {

	/*height: 40px;*/
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	background-color: #808080;

}

#topmenu ul {
	list-style: none;

}


@media only screen and (min-width: 986px) {
  #topmenu ul {
		display: flex;
		width: 100%;
		justify-content: space-around; }
}

#topmenu ul li {
	display: inline;
	margin: 0;
	padding: 0;

}



#topmenu ul li a {
	display: inline-block;
    *display: inline;
    zoom: 1;
	font-family: 'Euclid';
	font-size: 13pt;
	color: #fff;
	padding: 8px 25px 8px 26px;
	background-color: #808080;
}

#topmenu ul li a:hover, #topmenu ul li a.active {
	color: #000;
	/*background-color: #FF8A00;*/
	background-color: #8DAD7E;
	text-decoration: none;
}



 #topmenu ul li a.active {
 	background-color: #A4CC00;
 }

 #topmenu ul li a.highlight {
	background-color: #FF8A00;
}



/* ******************************************* LAYOUT ************************************** */

	#all {


		background-image: url(../img/background-new.svg);
		background-size: 100% auto;

		margin:0;
		padding:0;
	}

	#top {
		min-height:820px;
		height:auto !important;
		height:820px;
	}

  #header
  { width:982px;	margin:0 auto; height:125px;
  background: url(../img/hlavicka.svg) no-repeat bottom;
  position:relative;
  }
  #header #logo 			{ padding:0px 0px; }

#header .mobile-friendly {
  position: absolute;
  background-image: url('../img/mobile_friendly.png');
  width: 120px;
  height: 98px;
  position: absolute;
  right: 340px;
  top: 45px;

}

  #header #loga-hlavicka { position: absolute; right: 15px; bottom: 20px;  }
  #header #loga-hlavicka img{ margin-right:10px;  }

  #header #logo {margin-top:38px;margin-left:10px;}
  .night #header #logo {margin-left:-30px;margin-top:10px;}


	#header #login-link		{ position:absolute; top:5px; right:20px; font-size:1em; font-weight:bold; text-decoration:underline;}
	#header #logout-link	{ position:absolute; top:5px; right:20px; font-size:1em; }
	#header #logout-link a	{  font-weight: bold; text-decoration: underline;	}

      #loginlabels {position:absolute;padding-top:7px;width:50px; left:10px;}
      #loginlabels label {font-size:14px;text-align:right;margin-bottom:20px;}


  #select-city {

    width:980px;margin:0 auto;
  }

	#vyber-mesto
	{

		position:relative;
		z-index: 100;
		float:right;
		/*width:980px;
		margin:0 auto;
		*/
	}

	#vyber-mesto .dropdown
	{
		font-size:14px;
	}
	#vyber-mesto .dropdown .dropdown_selected {padding:7px 10px;background: url(../img/dd.png) #fff right 7px no-repeat}
	#vyber-mesto .dropdown ul li a {padding:4px 10px;}
	#vyber-mesto .dropdown ul {top:32px;}



    #social-share {
        margin-top:32px;
    }
    #social-share div {
        max-width:140px;

        overflow:hidden;
        float:left;
        margin-bottom:10px;
    }

    .social-fb { width: 125px; height:22px; margin-left:0; margin-right:8px; }
    .social-tw { width: 102px; height:22px; }
    .social-gp { width: 70px;  height:22px; }

	#content {



		clear:both;
    	z-index:99;
		min-height:500px;
		height:auto !important;
		height:500px;
		width:960px;
		padding:10px;
		overflow:hidden;
		margin:0 auto 20px auto;
		position:relative;
    	border:1px solid #ccc;
      border-top: none;
		background-color:#fff;

	}

	.admin-content {
		width: 100% !important;
		max-width: 1200px;
		min-width: 960px;
	}

	.admin-header {
		width: 100% !important;
		max-width: 1222px;
		min-width: 980px;
		background-size: 100% auto !important;
		background-position: center 26px !important;
	}

	#content .content-left,
	#content #left {

		float:left;
		width:625px;
    margin:0;
		/*padding:7px 15px 0 7px*/;
    margin-left:5px;


    }

	#content .content-right,
    #content #right {

      margin-top:10px;
      margin-left:20px;
      margin-right:5px;
      float:right;
      width:305px;
      position:relative;
      /*padding:10px 0 0 0;*/


    }
    #left.fullcontent {padding:1%; width:98% !important;}

	li.button  {
		margin:0; padding:0; list-style-type:none;

	}

	li.button   { text-align:center; position:relative;display:block; clear:both; padding:0; padding-left: 10px; cursor:pointer; width:305px; height:40px; background: url(../img/menu.png) no-repeat right top; margin-bottom:3px; }
	li.button:hover { background: url(../img/menu-hover.png) no-repeat right top;}

	/*.button img { width:90px; float:left; position:absolute; left:0; top:0;}*/
	li.button > a { padding-top:10px;    font-family: 'Euclid'; display:block !important; font-size:13pt; color:#000; outline:none; text-decoration:none !important;  }
	li.button:hover a.a-menu  {color: #fff; }




    #socialne_siete{height:37px;float:left;text-align:center;width:305px;padding:10px 0 10px 0; overflow: hidden;}
    #socialne_siete a img{opacity:0.4;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s}
    #socialne_siete a img:hover{opacity:1}
    #socialne_siete h2 {font-family: 'Euclid';}

	.list li {display:block;padding:3px 0;
			/*border-bottom:1px solid #ccc;*/
		}
	.list li:last-child {border:0}

/* *******************************************	DOBRA KRAJINA ************************************** */

	#podportenas {clear:both;background-color:#299536;background:#39BF3E;width:940px;padding:20px;margin:0 auto;font-size:medium;-moz-border-radius:10px;color:#fff !important;margin-top:-20px;border:10px solid #;}
	#podportenas h1 {color:#fff; margin-bottom:20px;}

	#dobrakrajina_l {float:left;margin-right:10px;}
	#dobrakrajina_cl {float:left;background-color:#3EAABF;width:840px;height:20px;margin-right:10px;}
	#dobrakrajina_cr {;background-color:#f30;height:20px;float:left;margin-right:10px;}
	#dobrakrajina_r {float:left;}
	#dobrakrajina_link {clear:both;margin-top:20px;}
	#podportenas a {color:#fff;text-decoration:underline;}

	#napisali_o_nas {
		padding:10px 20px 20px 20px;
		background:#312F30;
		font-size:12px;
		width:940px;
		margin:0 auto;
		margin-top:-30px;
		color:#fff;
		overflow:auto;
		margin-bottom:30px;
		-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
		box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
		border:1px solid #333;
	}
	#napisali_o_nas h3 {margin:0;margin-bottom:10px;font-size:14px;}
	#napisali_o_nas li {
		width:287px;float:
		left;-moz-border-radius:5px;
		margin-right:17px;position:relative;
		min-height:100px;
		height:auto !important;
		height:100px;
		border-right:1px solid #555;
		padding-right:12px;
		font-size:12px;
	}
	#napisali_o_nas li.last {margin-right:0;border-right:0;}
	#napisali_o_nas li span {display:block; text-align:right; position:absolute; bottom:0px; right:15px;font-size:11px;}
	#napisali_o_nas li span a {color:#9DD8ED}

	#dobra_krajina_progressbar {padding-left:15px;}

/* *******************************************	FOOTER ************************************** */

    #footer {
    font-size:13px;
		background: url(../img/paticka.svg) no-repeat center top;
		background-size: 100% auto;
		clear:both;
		margin-top:10px;

    bottom:0;
		overflow:hidden;
		width:100%;
		padding:0;
		padding-top:10px;



		/*margin-bottom:-10px;*/

    }


	#footer ul {
		width:980px;
		margin: 0 auto;
	}
	#footer ul li {
		text-align:center;
    	width:275px;
		padding:0 20px;
		display:block;
		float:left;
		margin-right:10px;
	}

	#footer ul li:first-child {
		padding-left: 0;
	}

	#footer ul li:last-child {
		padding-right: 0;
	}

  #footer ul li.double {
    width: 590px;
  }

	#footer b {
		font-family: 'Euclid';
		display:block;
		font-size:17px;
		margin:0 0 0px 0;
		color:#444;
		font-weight:normal;

	}
	#footer-rss {margin:0;text-align:center;}
	#footer-rss #social-media {margin:10px auto;width:260px;}
	#footer-rss #social-media a {width:40px;height:32px;display:block;float:left; }


    #footer ul#subfooter li {

    margin:20px 0;
  color:#999; font-size:0.9em;
  }

	.social_icon {
	  width:40px;
	  height:32px;
	  background:#eee;
	  background:url(../img/footer_icons.png?v=2)!important;
	  border-right:1px solid #444;
	  background-repeat:no-repeat;
	}
	.social_icon:last-child {border:0;}
	.social_icon.facebook {background-position:0 0;}
  .social_icon.twitter  {background-position:-40px 0!important;}
	.social_icon.youtube  {background-position:-240px 0!important;}
	.social_icon.widget   {background-position:-80px 0!important;}
	.social_icon.rss {background-position:-120px 0!important;}
	.social_icon.statistiky {background-position:-160px 0!important;}
	.social_icon.api {background-position:-200px 0!important;}

	.social_icon.empty {background-image: none !important;}

	#footer p {

		color:#000;
		margin:5px 0;
		font-size:1em;

	}
	#footer p a {color:#000; font-weight:normal; text-decoration:underline;}
	#footer #about {clear:both; margin:0px auto 20px auto;padding-top:10px; color:#999; font-size:1em; text-align:center;margin-right:0px; opacity:0.6;}
	#footer #about a {color:#ccc;text-decoration:underline;}


/* ******************************************* HIDDEN FORMS ************************************** */

	form.transparent label {display:block; margin:0 auto; width:310px; text-align:left;}
	form.transparent input[type=text], form.transparent input[type=email] 		{width:230px; margin:0 auto;margin-bottom:10px;padding:8px 15px;font-size:14px;}
	form.transparent input[type=password] 	{width:230px; margin:0 auto;margin-bottom:10px;padding:8px 15px;font-size:14px;}
	form.transparent select 				{width:230px; margin:0 auto;margin-bottom:10px;padding:5px;font-size:14px;}
	form.transparent textarea 				{width:230px; margin:0 auto;margin-bottom:10px;padding:15px;font-size:14px;}

	#login {

		display:none;
		text-align:center;
		width:400px;
		margin-top:20px;
		margin-left:auto;
		margin-right:auto;

	}

	#kontakt,
	#rss,
	#zabudnute-heslo {

		display:none;
		text-align:center;
		width:500px;
		left:50%;
		margin-left:auto;
		margin-top:30px;
    margin-right:-80px;
    margin-bottom:80px;
	}
	#kontakt h1,
	#login h1,
	#rss h1,
	#zabudnute-heslo h1 {

		font-size:30px;
		color:#333;
		margin-bottom:30px;
	}

	#login br {line-height:0.5em;clear:both;}
	#login input[type=text] 	{margin:0px;width:240px;padding:15px;font-size:14px;}
	#login .submit-button {position:relative; width:270px;margin:5px auto;height:40px;}
	#login input[type=password] {width:191px;padding:15px;float:left;font-size:14px;height:18px;position:absolute;left:0;-moz-border-radius:5px 0 0 5px}
	#login input[type=submit]	{

		position:absolute;
		-moz-border-radius:0px;
		margin:0;
		padding:0;
		right:0px;
		z-index:3;
		width:49px;
		height:49px;
		background:url('../img/input-submit.png') no-repeat;
	}

	#zabudnute-heslo br {line-height:0.5em;clear:both;}
	#zabudnute-heslo input[type=text] 	{margin:0px;width:240px;padding:15px;font-size:14px;height:18px;position:relative;}
	#zabudnute-heslo .forgotten-button {position:relative; width:270px;margin:5px auto;height:40px;}
	#zabudnute-heslo input[type=text] {width:191px;padding:15px;float:left;font-size:14px;height:18px;position:absolute;left:0;-moz-border-radius:5px 0 0 5px}
	#zabudnute-heslo input[type=submit]	{

		position:absolute;
		-moz-border-radius:0px;
		margin:0;
		padding:0;
		right:0px;
		z-index:3;
		width:49px;
		height:49px;
		background:url('../img/input-submit.png') no-repeat;
	}

	#rss h2 {color:#fff;font-weight:normal; margin:10px 0;padding-top:10px;border-top:1px solid #4D4346}

	#close {

		display:none;
		position:absolute;
		z-index:1;
		margin-left:200px;
		margin-top:30px;
		left:50%;
		top:140px;
		cursor:pointer;
	}
	#close img {vertical-align:middle;}
	#e-mail2 {display:none;}


	#menu a{text-decoration:none; color:#7EAAB7;}

	#loginlogout {
		position:absolute;top:80px;border:0px solid #222;z-index:9;right:20px
	}
	#loginlogout a {
		color:#fff;border-bottom:1px dotted #fff;font-size:small;
	}

  input#newsletter {width:180px;padding-bottom: 4x;padding-top: 7px;}

  #newsletter-submit {

	padding:5px 10px !important;


	}
	.leftbutton {
		-moz-border-radius:0 3px 3px 0 !important;
		-webkit-border-radius:0 3px 3px 0 !important;
		margin-left:-3px !important;
	}

	/*a.a-menu.selected{background:url(../img/menu_a_selected_background2.jpg);}*/
	.a-menu img {border:0;}
	.a-menu h1 {padding-top:15px;color:#222;}


/* 	///////////////////////////////////// COMMENTS AND LIKES ////////////////////////////////////	*/

	.like {margin:0;overflow:auto;display:inline;font-size:0.9em;}
	.like a {color:#555;}
	.like span {margin:0;margin-left:5px;position:relative;}
	.like img.thumbs {width:24px;top:3px;position:relative;top:8px;}

	a.morelikes {color:#0AA215}
	a.moredislikes {color:#DE2936}

	div.box-dislike {
		width: 200px;
		margin-top: -45px;
		float: right;
		border:none;
		padding: 0;
	}

	div.box-dislike-vypis {

		float: none;
		margin-top: 7px;
		padding: 0;
	}



	div.box-dislike div.vote-dislike {
		float: left;
		width: auto;
		padding-left: 5px;
		padding-top: 3px;
	}

	a.alert-dislike {
		display: block;
		float: left;
		padding-bottom: 4px;
		padding-left: 3px;
		height: 17px;
		width: 165px;
		background-color: #4c9efa;
		color: #fff;
		font-family: 'Euclid';
		font-size: 14px;
		font-weight: normal;
	}

		a.alert-dislike b {
			font-weight: normal;
				color: #fff;
	}

	a.alert-dislike span.ch {
		color: #fff;
		font-family: 'Euclid';
      	font-weight: normal;
      	font-size:17px;
	}

	a.alert-dislike:hover
	{background-color: #4a4a4a;
	text-decoration: none;	}

	.yesno span {float:left;padding:5px;width:70px;font-weight:bold;font-size:1.3em;text-align:center;border:1px solid #ccc;}
	.yesno .yes {background-color:#38B648;color:#fff;}
	.yesno .no {background-color:#F04A59;color:#fff;}
	.yesno a {color:#fff;text-decoration:none;}
	.yesno span vote {font-size:14px;}

	.commentform {display:none;width:532px;margin:0;padding:0;border:0;background-color:#fff;border:1px solid #fff;overflow:auto;}

	.commentform textarea, .commentform input[type=text] {width:515px}
	.commentform label {display:block;clear:both;}
	.commentform br {clear:both;}
	.commentform input[type=submit] {margin-top:20px;}
	.comments-delete {color:#f00;}
	.reply {color:#00f;}
	.comment {font-size:0.9em !important;border-bottom:1px dotted #000;margin-bottom:10px;position:relative; padding-left:0;}
	.comment a {text-decoration:none;}
	.comment b {color:#0F4D95; color:#000; }
	.comment img.avatar {width:32px;float:left;position:absolute;top:0px;left:0px; border:1px solid #ccc; padding:2px;}
	.r {float:right;margin-top:5px;}
	.l {float:left;margin-top:5px;}


	#search_anything { display:block;float:right;background-color:#E8345D;color:#fff;background-color:#FFF;color:#222; }
  #search {display:none;padding:20px;background-color:#A5D6E4;z-index:99;width:960px; margin:0 auto;}
  #search form input[type=text] {font-size:30px;-moz-border-radius:10px;}
  #search #search_results {background-color:#fff;width:100%;border:0px solid #eee}

/* ALERTS */

	.alert-single {

		/*background-color:#f9f9f9;   */
		margin: 10px 10px 10px 0;
		border-top:1px solid #eee;
		padding:10px 20px 20px 250px;
		position:relative;
		font-size:14px;
		overflow:hidden;
	}
	.alert-single .response-icon {
			/*position:absolute;
			right:10px;
			width:24px;
			top:10px;
			*/
			display: none;
	}

	.alert-single .status {

		display: block;
		padding: 0;
		float: right;
		/*margin-right: 24px;		*/
		width: 100px;
		text-align: right;
	}


	.alert-single .divimg {

		position:absolute;
		top:15px;
		left:0px;
		width:235px;
		height:160px;
		overflow:hidden;

	}
	.alert-single .divimg img {

		width:100%;

	}
	.alert-single h2 {

		font-size: 20px;
		font-weight:bold;
		margin:0;
		display:inline-table;
		margin-bottom:10px;
	}
	.alert-single a:hover h2 {text-decoration:underline !important;}
	.alert-single h3 {
		font-weight:normal;
		margin:0;
		margin-bottom:7px;
		color:#444;
	}


/* 	///////////////////////////////////// CLASSES ////////////////////////////////////	*/


	.clear   	{ 	clear:both; 			}
	.biglink	{ 	cursor:pointer;			}
	.border0 	{ 	border:none !important;	}
    .logo 		{ 	margin-left:0px; 		}
    .sub 		{	color:#888;    			}
    .select 	{  	cursor:pointer;   		}
    .text 		{   font-size:14px; 		}
	.intro		{ 	text-align: left;   	}
	.player,
	.playvideo 	{ 	border:1px solid #999;	}
	.white 		{ 	background:#fff; padding: 20px;}


	.breadcrumbs {

		padding:0px;
		margin-bottom:20px;
		margin-top:0px;
		position:absolute;
		top:0px;
		width:100%;
		left:0;
		background-color:#f6f6f6;
		padding:10px 28px;


	}
	.breadcrumbs a {

		font-size:14px;padding-right:12px;

		background:url(../img/breadcrumb.png) right 2px no-repeat;
		color:#444;

	}
	.breadcrumbs a:last-child { background:none }

	.error_msg {
		color: #EB1938;
		margin-bottom: 10px;
		font-weight: bold;
	}

    .sgi{
    	text-align:center;
    	width:200px;
    	background-color:#fff;
    	margin-left: 750px;
    	padding:12px;
    }
	#sgilink {position:relative;
		left:850px;
		height:70px;
		width:150px;
		display:block;
		top:-90px;
		border:0px solid #222;
	}
	.debug {position:fixed;bottom:25px;left:5px;color:#fff !important;background:#222;padding:5px;}
	#adminadmin {
		z-index:99;
		position:fixed; bottom:10px; right:20px;
		color:#fff;
		padding:10px 20px;
		padding-left:40px;
		text-decoration:none;
		background:#EB1938 url(../img/arrow.png) 8px 3px no-repeat;
	}


	.hsep {clear:both;border:none;border-bottom:1px solid #ddd;padding:0px;}
	.underline {text-decoration:underline;}
	.close {float:right;font-size:12px;position:absolute;top:5px;right:10px;}

	/* inplace */
	.editable span {display:inline;padding:2px;}
	.inplace_save {background-color:#6cc;color:#fff;margin:0;padding:5px 3px 5px 3px;font-size:10px;-moz-border-radius:0px;border:none !important;}
	.inplace_cancel {background-color:#f00;color:#fff;margin:0;padding:5px 3px 5px 3px;font-size:10px;-moz-border-radius:0px;border:none !important;}

	/* social */
	.fb_share_button { float:right; display: -moz-inline-block; display:inline-block; color:#3b5998; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) #fff no-repeat top right; } html .fb_share_button:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right; text-decoration:none; }
	.tw_share_button { float:right;display: -moz-inline-block; display:inline-block; color:#5ECAFF; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(../img/twitter.gif) #FFF no-repeat top right; } html .tw_share_button:hover { color:#fff; border-color:#295582; background:#5ECAFF url(http://www.odkazprestarostu.sk/img/twitter.gif) no-repeat top right; text-decoration:none; }

	/* img */
	img.indicator {filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;cursor:pointer;}
	img:hover.indicator  {filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
	img.chart {margin:40px 0;margin-left:-30px;}


/* 	///////////////////////////////////// SLIDER  ////////////////////////////////////	*/
	#jFlowSlide {

	}

	.slides_container

	{cursor: hand; cursor: pointer;}

	#latestAlertsController{display:none;}




    .font {

  		font-size: 16px;
  		font-style: normal;
  		text-decoration: none;
  		text-transform: none;

    }
    .alertSlidePreview h2 a {

      width:100%;
      display:block;
      padding:5px 0 10px 10px;
      margin:0 0 8px 0px;
      font-size:24px;
      position:absolute;
      bottom:0px;
      text-decoration:none;
      opacity:0.9;
      color: #eee;
    }
    .jFlowNext img {height:20px;}
    .alertSlidePreview p {

		margin:0;
      	padding:0px 0 0 10px;
    }
    .alert .slidertext {display:none;}
    .alert {

      position:absolute;
      bottom:0;
      height:60px;
      background-color:#000;
      font-size:0.9em;
      opacity:.6;
      color:#FFF;
      width:100%;

    }
	.alertSlidePreview .miesto {

		position:absolute;
		right:15px;
		top:15px;
		background-color:#000;
		opacity:.6;
		color:#fff;
		padding:4px 8px;
	}
	.miesto b {color:#fff;}


/* 	///////////////////////////////////// TABLESORTER ////////////////////////////////////	*/

		/* tablesorter */

			table.admin-menu-table td{border-right:1px dotted #222;}
			.admin-info {font-size:small;color:#666;margin-bottom:20px;}
			.number{font-size:x-large;}

			/* tables */
			table.tablesorter {
				font-family:arial;
				background-color: #FFF;
				margin:0px 0pt;
				font-size: 12px;
				width: 98.5%;
				text-align: left;
			}
			table.tablesorter thead tr th, table.tablesorter tfoot tr th {
				background-color: #D9EDF4;
				border: 1px solid #FFF;
				color:#000;
				font-size: 12px;
				font-weight:bold;
				padding: 6px;
			}
			table.tablesorter thead tr .header {
				background-image: url(../img/bg.gif);
				background-repeat: no-repeat;
				background-position: center right;
				cursor: pointer;
			}
			table.tablesorter tbody td {
				color: #3D3D3D;
				padding: 4px;
				background-color: #FFF;
				vertical-align: middle;
				border:1px solid #fff;
			}
			table.tablesorter tbody tr.odd td {
				background-color:#F6f6f6;
			}
			table.tablesorter tbody tr:hover td {

				background:#D3FAFF;
				background:#EAFCFF;

			}
			table.tablesorter thead tr .headerSortUp {
				background-image: url(../img/asc.gif);
			}
			table.tablesorter thead tr .headerSortDown {
				background-image: url(../img/desc.gif);
			}
			table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
			background-color: #8dbdd8;
			}

	label.error {color:#3CBF4C;font-weight:bold;font-size:12px;}

/* 	///////////////////////////////////// PAGING ////////////////////////////////////	*/

	#paging {padding:10px; text-align:center;border-top:1px solid #eee;}
	#paging a {padding:10px;font-size:1em;}
	#paging a.currentPage {font-weight:bold; color:#333;}


/* 	///////////////////////////////////// SYSTEM MESSAGE ////////////////////////////////////	*/

	#message {display:none;background-color:#4DB2D3;-moz-border-radius:5px;width:280px;position:fixed;bottom:10px;right:10px;color:#fff;font-size:17px;padding:20px;text-align:left;z-index:9999;}
	#message .close {font-size:small;}
	#message a {color:#fff !important;}

/* 	///////////////////////////////////// FORM.DIALOG !NEW ////////////////////////////////////	*/

	div.label-table {margin-top:20px;width:415px;}
	div.label-table select, div.label-table input[type=text], div.label-table textarea {margin-left:150px;margin-bottom:5px;}
	div.label-table input[type=text] {width:250px;padding:5px;}
	div.label-table select {width:262px;padding:1px;}
	div.label-table textarea {width:250px;padding:5px;}
	div.label-table label { position:absolute;z-index:2;padding:5px; width:200px !important; font-size:1.2em; margin-bottom:5px;}

	form.dialog {
		width:500px;
		overflow:auto;
		position:relative;
		font-size:1.1em;
		padding:20px;

	}
	form.dialog label
	{
        display: block;
        width: 260px;
        float: left;
        margin:5px 0;
        margin-right:15px;
	}
	form.dialog input[type=text],form.dialog input[type=password], form.dialog input[type=file], form.dialog textarea, form select.dialog
	{
        display: block;
        width: 98%;
        width:260px;
        float: left;
        margin-bottom: 0px;
        margin-top:10px;
        padding:5px;
	}
	form.dialog input[type=checkbox] {position:relative;top:3px;margin-top:10px;}

	form.dialog select {padding:3px;width: 100%;}
	form.dialog br {clear:left;}
	form.dialog textarea, form.dialog select {border:1px solid #ccc;}
	form.dialog input[type=text], form.dialog input[type=password]  {
		border:1px solid #ccc;
	}

/* 	//////////////////////////////////////////// FACEBOX ////////////////////////////////////////////	*/

	#facebox {
		position: absolute;
		background-color:#fff;
		border:0px solid #999;
		top: 2%;
		left: 2%;
		z-index: 999;
		text-align: left;
		padding:5px;
	}
	#facebox .popup 	{   /*position: relative;*/		}
	#facebox table 		{ 	border-collapse: collapse;	}
	#facebox .loading 	{ 	text-align: center;			}
	#facebox .image 	{ 	text-align: center;			}
	.facebox_hide 		{ 	z-index:-100;				}
	#facebox .content 	{ 	padding:0px; font-size:1.3em;text-align:left}
	#facebox td {
	  border-bottom: 0;
	  padding: 0;
	}
	#facebox .body {
	  padding: 0px;
	  width: 370px;
	}
	#facebox img {
	  border: 0;
	  margin: 0;
	}
	#facebox .footer {
	  border-bottom: 0px solid #DDDDDD;
	  font-size:x-small;
	  margin-bottom: 0px;
	  text-align: right;
	  position:absolute;
	  top:-20px;;
	  right:0;
	  color:#000;
	  padding:5px;
	  background-color:#fff;
	  float:right;
	  display:block;

	}
	#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	  height: 0px;
	  width: 0px;
	  overflow: hidden;
	  padding: 0;
	}
	#facebox_overlay {
	  position: fixed;
	  top: 0px;
	  left: 0px;
	  background-color:#222;
	  height:100%;
	  width:100%;
	}
	.facebox_overlayBG {
	  background-color: #000;
	  z-index: 99;
	}
	* html #facebox_overlay { /* ie6 hack */
	  position: absolute;
	  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

/* 	//////////////////////////////////////////// BLOG ////////////////////////////////////////////	*/

#blog {

      margin-top:46px;
      padding-left:15px;

      }




p.more-link, p.edit-link {
    display: block;
  text-align:right;
  margin-top:5px;
}


h1.page-title { border-bottom: 1px solid #eee;}

div.entry-meta {text-align:left; font-style:italic; margin-bottom:8px;color:#ccc;}

article {border-bottom:1px solid #ccc; padding-bottom: 20px; margin:20px 0;}

/* 	//////////////////////////////////////////// TABS ////////////////////////////////////////////	*/

	.tabs-nav {

	    list-style: none;
	    margin: 0;
	    padding: 0 0 0 0px;
	    clear:both;
	    font-size:1em;
	    /*display:block;float:left;*/
	    outline:0 !important;
	    font-weight:bold;
	    background:transparent;
	}
	.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	    display: block;
	    clear: both;
	    content: " ";
	}
	.tabs-nav li {

		background:url(../img/tab.png);
	    float: left;
	    margin: 0 0 0 -1px;
	    min-width: 54px; /* be nice to Opera */
	    opacity:0.8;
	}
	.tabs-nav li * {outline:0 !important;}
	.tabs-nav a {
	    display: block;
	    padding: 8px 20px;
	    border:1px solid #ccc;
	    border-bottom:0;
	    color:#222;
	    text-decoration:none !important;
	}
	.tabs-nav:hover a:hover {
		text-decoration:underline;
	}
	.tabs-nav .tabs-selected a {
	    background:#fff;
	    outline:0 !important;
	}
	.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	    outline: 0; /* prevent dotted border in Firefox */
	}
	.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	}
	.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
	    cursor: pointer;
	}
	.tabs-nav li:hover {opacity:1;}
	.tabs-nav .tabs-selected {opacity:1;}
	.tabs-nav .tabs-disabled {
	    opacity: .4;
	}
	.tabs-container {

	    outline:0 !important;
	    padding: 10px;
	    width:100%;
	    margin-left:-1px;
	    margin-top:-1px;
	    border:1px solid #ccc;
	    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	}
	.tabs-loading em {
	    padding: 0 0 0 20px;
	    /*background: url(loading.gif) no-repeat 0 50%;*/
	}

/* ********************** THICKBOX ************************** */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	overflow:hidden;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {/*background: url(macFFBgHack.png) repeat;*/}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.2;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#A3D4E3;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.3;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

  .tipsy { padding: 5px; font-size: 11px; opacity: 1; background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }
  .tipsy-inner { padding: 15px 18px 14px 18px; border:1px solid #000; background-color: white; color: black; max-width: 200px; text-align: left; }
  .tipsy-inner { padding: 6px 18px 6px 18px; border:1px solid #000; background-color: black; color: white; max-width: 200px; text-align: left; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: -229px bottom ; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }



.dropdown {
	display:block;
	cursor:pointer;
	position:relative;
	margin-top:5px;
	font-size:14px;
	width:200px;
}
.dropdown ul {

	background:#fff;
	position:absolute;
	top:24px;
	width:200px;
	max-height:360px;
	overflow:auto;
	background:#fff;
	width:100%;
	z-index:1001;
	display:none;
}
.dropdown .dropdown_selected {

	border:1px solid #999;
	color:#000;
	text-decoration:none;
	display:block;
	background: url(../img/dd.png) #fff right 3px no-repeat;
	padding:4px 10px;


}
.dropdown li a {

	text-decoration:none;
	padding:2px 10px;
	background:#fff;
	color:#000;
	display:block;
	border:1px solid #aaa;
	border-top:0px solid #aaa;
}
.dropdown ul li:last-child a {border-bottom:1px solid #aaa;}
.dropdown li a:hover { background:#eee; }

#tooltip {
	border: 1px double #9F9F9F;
	float: left;
	text-align:left;
	font-size: 11px;
	max-width: 400px;
	padding: 1.2em;
	position: absolute;
	z-index:9999;
	opacity: .95;
	-moz-border-radius: 0 7px 7px 7px;
	display:block;
}
.tooltip-rounded {
/*	-moz-border-radius: 0 20px 20px 20px;*/
	-moz-border-radius: 0 15px 10px 15px;
	-webkit-border-radius: 0px;
}
.tooltip-opaque {
	opacity: .9;
}


	.ac_results {
		padding: 0px;
		border: 1px solid WindowFrame;
		background-color:#fff !important;
		overflow: visible;
		z-index:9999;
	}

	.ac_results ul {

		width: 100%;
		background-color:#fff;
		list-style-position: outside;
		list-style: none;
		padding: 0px;
		margin: 0;
	}

	.ac_results iframe {
		display:none;/*sorry for IE5*/
		display/**/:block;/*sorry for IE5*/
		position:absolute;
		top:0;
		left:0;
		z-index:-1;
		filter:mask();
		width:3000px;
		height:3000px;
	}

	.ac_results li {
		background-color:#fff;
		margin: 0px;
		padding: 5px;
		cursor: pointer;
		border-bottom:1px solid #ccc;
		margin-top:-1px;
		display: block;
		overflow: hidden;
	}
	.ac_results li:hover,.ac_results li:focus {
		background-color:#4D9BEA !important;
	}

	.ac_loading {
		/*background : Window url('../images/ajax-loader.gif') 90% center no-repeat;*/
		margin-right: 0px;
	}

	.ac_over {

		background-color:#4D9BEA !important;
		color: HighlightText;
	}

/* @group Base */
.chzn-container {
  font-size: 14px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;

  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
 /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  */
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 13px;
  font-size: 1px;
   background: url(chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {

  background-color: #fff;


  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}

/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;

  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;

}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {

    color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {

  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;

  background-color: #fff;

}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #000;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div {
  left: 0; right: auto;
  border-left: none; border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius   : 4px 0 0 4px;
  border-radius        : 4px 0 0 4px;
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: url('chosen-sprite.png') no-repeat -38px -22px, #ffffff;
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  padding: 4px 5px 4px 20px;
}

	#mainmenu {
		margin-top: 5px;
	}


  	#banner-siroky {

	margin-top:15px;
    width:623px;
    height:60px;
    border: 1px solid #ececec;
    text-align:center;
    margin-bottom:20px;

	}

  	#banner-ctverec {
	padding:0;
    margin-bottom:17px;
    width:303px;
    height:250px;
    border: 1px solid #ececec;
    text-align:center;
	 }



/* WIDGET */
#widget-self ol, ul {list-style: none;}
#widget-self table {border-collapse: separate;border-spacing: 0;}
#widget-self caption, th, td {text-align: left;font-weight: normal;}
#widget-self :focus {outline: 0;}

#widget-self h1 {font-size:1.3em;margin:5px 0;font-weight:bold;}
#widget-self h2 {font-weight:bold;margin: 0;
	font-size: 13px;

padding: 0;
border: 0;
outline: 0;}
#widget-self h2 a {color:#000; line-height:1.3; }
#widget-self a {color:#444;font-weight:bold;cursor:pointer;text-decoration:none;}
#widget-self a:hover {text-decoration:underline}
#widget-self p {margin:5px 0; font-size: 12px;}
#widget-self hr {margin: 5px auto; width: 90%;height:1;border:0;border-top:1px solid #c3c3c3;}


#widget-self .alignleft {float:left}
#widget-self .alignright {float:right}
#widget-self a.nahlasit {font-size:15px; color:#2091D1; text-align: center; display: block;}
#widget-self .error {color:#f00;}
#widget-self #wrapper {width:100%;background: white;}
#widget-self #inner {border:1px solid #c3c3c3;padding-bottom:10px;}
#widget-self #header {padding:10px 10px;height:27px;position:relative;border-bottom:1px solid #c3c3c3;background:#2091D1 no-repeat;}
#widget-self #header ul {right:10px;	position:absolute;	bottom:-1px; }
#widget-self #header ul li {float:left;padding:3px 10px;border:1px solid #aaa;background:#eee;cursor:pointer;text-decoration:underline;}
#widget-self #header ul li.last { border-left:0 }
#widget-self #header ul li.active { border-bottom:1px solid #fff; background:#fff }

#widget-self .podnet {color:#666;padding:0px;position:relative;padding-left:64px;overflow:hidden; height:64px!important;margin:2px 0;}
#widget-self .podnet p {margin:0;}
#widget-self div.podnet  {border:none;}
#widget-self .podnet .image_wrapper {border:1px solid #ddd;position:absolute; top:0px; left:4px; padding: 0; width:54px !important; overflow:hidden; height:54px!important }

#widget-self  .podnet .image_wrapper {width:84px !important; height:74px!important }
#widget-self  .podnet {padding-left:94px; height:84px!important}

#widget-self .podnet .image_wrapper:hover {border:1px solid #999;cursor:pointer;}
#widget-self .podnet .status {display:block;margin: 0;padding: 0;clear:both; font-size: 12px;float: none;}
#widget-self .podnet img {width:150%;height:auto;}
#widget-self .tab { padding:10px; }
#widget-self .description {display:none;}



/* @end */

 .alert-sidebar {
  	padding:0px;
  	margin:45px 0 0 0;
  }

  .alert-sidebar.sidebar-souhrn {
  margin: 0 0 10px 0;
  }


  .alert-sidebar h3 a {padding:0 !important;}
  .alert-sidebar h3  { padding:10px; -webkit-border-radius:3px 3px 0 0;}
  .alert-sidebar h3 a,  .alert-sidebar h3  {
  		background-color:#222;
  		margin:0;
  		font-size:16px;
  		color:#fff;
  		text-decoration:none;
  }
  .alert-sidebar div {padding:20px;border:1px solid #eee;}
  .status {display:block;color:#fff;font-size:17px;padding:7px 4%;margin-bottom:5px;text-align:left;width: 100px;}
  #location h4, #location {font-size:14px;font-weight:normal;color:#000;padding-bottom:3px;margin:0;margin-top:5px;}
  #location h4 {border-bottom:1px solid #eee;}

  	.alert-sidebar h3.grey {
	  background:#eee;color:#222;
	}


	.color-neutral {color:#444}
  .color-status1 {color:#B6D169}
	.color-status2 {color:#EB1938}
	.color-status3 {color:#A062CF}
	.color-status5 {color:#94CDE0}
	.color-status6 {color:#CA4F15}
	.color-status7 {color:#FF9500}


	.color-neutral > a {color:#444}
  .color-status1 > a {color:#B6D169}
	.color-status2 > a {color:#EB1938}
	.color-status3 > a {color:#A062CF}
	.color-status5 > a {color:#94CDE0}
	.color-status6 > a {color:#CA4F15}
	.color-status7 > a {color:#FF9500}

	a.nocolour {color:#444}


  #help {
  padding-left: 30px;
}


#maps-attribution {
  font-family: Roboto, Arial, sans-serif;
  z-index: 1;
}
#maps-attribution > div {
  background-color: rgb(245, 245, 245);
  opacity: 0.7;
}
#maps-attribution p {
  margin: 0;
  font-size: 10px;
  padding: 0 6px;
}


.filedownload {
  display: block;
  padding: 10px;
}

.filedownload__type {
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  background: url('../img/files/default.png') top left;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.filedownload__name {
  font-size: 18px;
}


.filedownload__type.zip {
  background: url('../img/files/zip.png') top left;
}

.filedownload__type.pdf {
  background: url('../img/files/pdf.png') top left;
}

.filedownload__type.doc {
  background: url('../img/files/doc.png') top left;
}

.filedownload__type.docx {
  background: url('../img/files/doc.png') top left;
}

.filedownload__type.xlsx {
  background: url('../img/files/xls.png') top left;
}

.filedownload__type.xls {
  background: url('../img/files/xls.png') top left;
}

.filedownload__type.rar {
  background: url('../img/files/zip.png') top left;
}

.filedownload__type.mp3 {
  background: url('../img/files/mp3.png') top left;
}

.filedownload__type.jpg {
  background: url('../img/files/jpg.png') top left;
}

.filedownload__type.jpeg {
  background: url('../img/files/jpg.png') top left;
}

.filedownload__type.png {
  background: url('../img/files/png.png') top left;
}

.hidden {
  display: none;
}


.alertAddCta {
	text-align: center;
}

.alertAddCta__imgMsg {
	display: none;
}

.alertAddCta.is-disabled .alertAddCta__submit {
	opacity: 0.5;
	pointer-events: none;
}

.alertAddCta.is-disabled .alertAddCta__imgMsg {
	display: block;
}


 /* New map */




.mappin {
  box-sizing: content-box;
  width: 32px;
  height: 37px;
  position: relative;
  text-align: center;
}

.mappin img {

}

.mappin__text {
  font-weight: 400;
  color: #000;
  font-size: 11px;
  margin-bottom: 2px;
  white-space: nowrap;


}

.mapCluster {
  display: flex;
  align-items: center;
  justify-content: center;
	background-color: #559cfb;
	opacity: .9;
	box-shadow: 0 0 2px 2px rgba(200,200,200,.5);
	border: 2px solid #557efb;
	border-radius: 50%;
	width: 65px;
	height: 65px;
}

.mapCluster--small {width: 30px; height: 30px;}
.mapCluster--medium {width: 45px; height: 45px;}
.mapCluster--large {width: 55px; height: 55px;}
.mapCluster--mega {width: 65px; height: 65px;}


.mapCluster__number {
  display: inline-block;
	color: #fff;
	font-size: 14px;
}

.tablesorter-filter.disabled {
	display: none;
}


.dot {font-size:28px;}

.legend	{clear:both;margin-bottom:20px;}
	.legend li {display:inline;float:left;padding-top:3px;margin-right:5px;font-size:0.95em}
	.legend li span {display:block;float:left;margin-top:-10px;margin-right:3px;}
	.legend li h2 {font-weight:bold; font-size:12px; margin:0; }

	.bigbutton {

		font-size:17px;
		clear:both;
		display:block;
		text-align:center;
		padding:10px;
		color:#fff;
		margin-bottom:5px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border:1px solid #ccc;
		background: url(img/buttonbg.png) #17D82E -170px -8px;
		text-decoration:none !important;

	}
	.bigbutton:hover {opacity:1;border:1px solid #999;}


	.admincontrol li, .admincontrol {clear:both}
	.admincontrol {margin-bottom:10px;}
	.admincontrol li
	{
		font-size:1.2em;
		display:block;
		padding:5px 10px;
		border-bottom:1px solid #eee;
		margin-right:10px;
		margin-top:10px;

	}
	#adminview {padding:0 10px;border:1px solid #eee}

	#filter-toggle {display:none;float:right;margin:10px 0;font-weight:bold; font-size:1em;color:#000;padding:5px;position:absolute;bottom:0}

	#filter-podnetov {padding:0px; border:none #ccc;clear:both;margin-bottom:0; width: 100%; border-top:none;border-left:none;border-right:none; }
	#filter-podnetov a.statusfilter { font-family: 'Euclid';font-weight: normal;font-size:1.3em;float:left;text-align:center;width:235px;border:0; border-left:0px solid #ccc;padding:10px 0; cursor:pointer;opacity:1}
	#filter-podnetov .statusfilter {padding-top:0; margin-top:0;color:#fff;font-size:1.3em;
								-webkit-border-top-left-radius: 5px;
								-webkit-border-top-right-radius: 5px;
								-moz-border-radius-topleft: 5px;
								-moz-border-radius-topright: 5px;
								border-top-left-radius: 5px;
								border-top-right-radius: 5px; }

	#filter-podnetov a.statusfilter input[type=checkbox] {display:none;margin-right:5px;}



  #filter-podnetov a.statusfilter.selected{
	/*background-image:url(../../../img/bullet.png);
	backgound-position: -10px;background-repeat: no-repeat; opacity:1;
	*/

  margin-top: -5px;
  padding-bottom: 10px;
  padding-top: 15px;

}

  #filter-dialog {
	display: flex;
  }

	#filter-dialog > div
	{
		height:65px;
		background:#ddedeb;

		flex: 1;
		padding:15px;

	}


#alerts-list #mapa {
  border:1px solid #999;width:100%;height:350px;padding:0;margin:0;
  margin-top:24px;
}

  #alert-update {
	border:1px solid #eee;background-color:#fafafa;padding:15px;
  }


/*fixy/přepisy*/
.alert-single .divimg {
	top: 10px;
}
.alert-single {
	padding-right:0px;
	margin-right: 0px;
}

span.user-timestamp {
text-align: left;
display: block;
}

@media screen and (max-width: 985px) {

div#left.fullcontent {
	  padding: 0px;
	  width: 100%;
	  margin-left: 0px;
}

div#left.fullcontent h1 {
	margin-left: 0px;
}
#filter-podnetov {
	width: 100%;
}
#filter-dialog > div:nth-child(1) {
	display: none
}
#filter-dialog > div {
	width: calc(33% - 30px);
}
#filter-dialog .dropdown {
	width: 100%;
}
.alert-single .divimg {
	top: 10px;
}
}

@media screen and (max-width: 620px) {
#filter-dialog > div {
	width: calc(100% - 30px);
}
.alert-single .divimg {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}
.alert-single .status {
	display: block;
	padding: 0;
	float: inherit;
	margin-right: 0;
	width: 100px;
	text-align: left;
}
.alert-single {
	padding-left: 0px;
}
#filter-dialog > div {
	padding: 15px 15px 0;
	border: none;
}
#filter-dialog .dropdown {
	margin-top: -15px;
	margin-bottom: 0px;
}
}


.hp-claim {
	font-size: 38px;
	text-align: center;
	color: #4b4b4b;
	margin-top: 40px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 986px) {
	.hp-claim {
		font-size: 25px;
	}
}

.vyresene-podnety-hp {
	display: flex;
	justify-content: space-between;
}

.vyresene-podnety-hp .podnet {
	flex: 1;
	padding: 5px;
}

.vyresene-podnety-hp .podnet a {

}


.vyresene-podnety-hp .image_wrapper {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 10px;
}

.vyresene-podnety-hp .image_wrapper img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.vyresene-podnety-hp .tag {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #80a603;
	color: #FFF;
	padding: 2px 10px;

}

@media only screen and (max-width: 576px) {
	.vyresene-podnety-hp {
		flex-wrap: wrap;
	}

	.vyresene-podnety-hp .podnet {
		flex-basis: 45%;
	}
  }

  .social-strip {
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }

  .social-strip h4 {
	  margin: 0;
	  margin-left: 10px;
  }

  .well {

	background-color: #ddedeb;
	padding: 20px;
  }


  /** INDEX.CSS **/

  #left {padding:0; right:0;}
  #main {margin:0;width:625px;margin-top:45px;}

h4 {
	margin:20px 0 5px 0;
  	font-family: 'Euclid';
  	font-size: 17px;
  	font-weight: normal;
  }

  h3 {

  	font-family: 'Euclid';
  	font-size: 17px;
  	font-weight: normal;
  }

	#main b a {text-decoration:underline !important; display:block;margin-bottom:5px; font-size:13px;}
	#main #slider_controls {width:200px; vertical-align:top; padding-top:0px;}
	a.article {color:#E94430;background:#fff;}
	#slider-code { height: 345px; overflow:hidden;

                 margin-top:-10px;
                 margin-bottom:0;
                 padding:0;
	}
	#slider-code .slides_container { margin:0; padding:0;float: left; width: 550px; height: 345px; overflow: hidden; position: relative; }
	#slider-code .slides_container { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
	#slider-code .slides_container div{

	  border:0;
	  float: left; margin: 0 0 0 0;
	  padding: 0px;
	  height: 345px;
	  border: 0px solid #dcdcdc;
	  width: 550px;
	  background-repeat:repeat;
	  background-size:cover;
	  -moz-background-size:cover;
	  -webkit-background-size:cover;
	  background-position:center center;
	  position:relative;

	}

	#slider-code .pagination {
		display: none;
	}



	#slider-code .slides_container div div.popisek {

    position:absolute;

	  bottom:0;
	  padding:10px 5px 10px 20px;
	  /*
    background:#1d1d1d;
	  background:rgba(0,0,0,0.7);
    */
    height:50px;
    width: 550px;
    background: url(../../../img/slider-background.png) no-repeat center top;
	  color:#888
	}

	#slider-code .slides_container div div.popisek h2 {
	  font-family: 'Euclid';
    font-weight: normal;
    margin:0;
	  padding:0;
    margin-bottom:5px;
	  font-size:16px;
	  color:#fff;
	  max-width: 520px;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}


  #slider-code .slides_container div div.popisek a {color:#fff;}
  #slider-code .overview:hover {cursor:pointer;}
  #slider-code .overview:hover .slider-status {opacity:1;}

 tr#slider_controls td p {
    /*line-height: 16px;*/
    line-height: 1.3;
  }

  span#helper {display:block; height:1px;}

  #widget-self {
  	margin-top: 45px;
  }


#about-us {
	margin-top: 35px;
	margin-bottom: 20px;

}

	div#vyber_mestsku_cast
	{
    padding: 0;
    margin: 0;
    width: 170px;
    float: left;
    margin-right: 25px;
	}

div#vyber_mestsku_cast p,div#vyber_ulici p  {
	margin-top: -3px;
	margin-bottom: 3px;
}

	div#vyber_mestsku_cast select
	{
    margin-top: 3px;
    width: 170px;
    }
	div#vyber_ulici {
		float: left;
		width: 170px;
	}

	div#vyber_ulici input {
		background-color: #fff;
		width: 170px;
		border-color: #AAAAAA;
	}

  	li#support-us.button {
		  background: url(/img/menu-short.png) no-repeat right top;
		  background: url(/img/menu-orange.png) no-repeat right top;
		}
	li#support-us.button:hover {
		background: url(/img/menu-short-hover.png) no-repeat right top;
		background: url(/img/menu-hover.png) no-repeat right top;
	}




	li#newest.button {
		width: 221px;
		float: left;
		padding-left: 0;
		margin-top: 7px;
		background: url(/img/menu-short.png) no-repeat right top;
		margin-right: 25px;

	}

	li#newest.button:hover {
		width: 221px;
		float: left;
		background: url(/img/menu-short-hover.png) no-repeat right top;
	}

	.fb-like-box {
		margin-top: 45px;
		border: 1px solid #ccc;
		width: 625px;
		height: 600px;
	}


	table.kategorie td {

	padding: 5px 3px;
}

.big {
	font-size: 40px;
}

.perex {
	font-family: 'Euclid';
	font-size: 18px;
}

.px-20 {
	padding: 0 20px;
}

.fs-17 {
	font-size: 17px;
}

.fs-15 {
	font-size: 17px;
}

.fs-14 {
	font-size: 14px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.new-btn {
	background-color: #5CACAA;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ACACAC;
    font-family: 'Euclid';
    display: block !important;
	text-align: center;
    font-size: 15pt;
	line-height: 1;
    color: #FFF;
    outline: none;
    text-decoration: none !important;
}

.new-btn-orange {
	background-color: #FF8A00;
}

.new-btn:hover {
	background-color: #4A4A4A;
	color: #fff;
}

.display-inline-block {
	display: inline-block !important;
}

.bg-white {
	background-color: #fff !important;
}

.mx-auto {
	margin: 0 auto;
}

.styled-list {
	list-style-type: disc;
	padding-left: 20px;
}

.styled-list li {
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: disc;
}




