/*
===============================================
Design & Code
             ___             _
     ___ ___|  _|___ ___ ___|_|_ _ ___ ___
    | | |   |  _| . |  _| . | | | | -_|   |
    |___|_|_|_| |___|_| |_  |_|\_/|___|_|_|
                        |___|

                       http://www.unforgiven.cz
===============================================
*/
/* IMPORT ------------------------------------------------------------------------------ */
@import url("../fonts/SourceSansPro.css");
@import url("../fonts/NovecentoSansWide-Medium.css");
@import url("../fonts/NovecentoSansWide-DemiBold.css");
/* RESET ------------------------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  min-height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: bottom;
}

input, textarea, select {
  border: 1px solid #aab2bd;
  padding: 3px 5px 4px;
  outline: none;
  margin: 0;
}

textarea {
  overflow: auto;
}

button {
  cursor: pointer;
}

input[type=submit] {
  cursor: pointer;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0.5em;
}

li:last-child {
  margin-bottom: 0;
}

caption, th {
  text-align: left;
}

q {
  font-style: normal;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

header, footer, nav, section, article, aside {
  display: block;
}

abbr, acronym {
  border: 0;
  display: inline;
}

* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 1.2em;
  padding: 0.75em 0 1.25em;
  text-rendering: optimizeLegibility;
}

h1 {font-size: 2.6923em;}
h2 {font-size: 4em;}
h3 {font-size: 2.6923em;}
h4 {font-size: 1.59228em;}
h5 {font-size: 1.1538em;}
h6 {font-size: 1em;}

hr {
  clear: both;
  width: 100% !important;
  border-width: 1px 0 1px;
  border-color: rgba(0, 0, 0, 0.2) transparent rgba(255, 255, 255, 0.8);
}

small {
  font-size: 0.85em !important;
}

p, ul, ol {
  margin-bottom: 1em;
}

li > ul, li > ol {
  margin-left: 1em;
  margin-top: 0.5em;
}

p:only-child, p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto !important;
}

*:focus {
  outline: 0;
}

/* TYPOGRAPHY--------------------------------------------------------------------------- */
body {
  font-size: 13px;
  line-height: 21.125px;
  color: #424649;
  /*moving from #47535b to #33333b;*/
  background-color: #ffffff;
}

body, input, textarea, select,
#controlpanel > nav > ul > li > div,
article > .content {
  font-family: 'Source Sans Pro','Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.button, input[type=submit],
#controlpanel > nav,
#controlpanel > nav > ul > li > div > ul > li > strong,
#pagesplash > div > .splash > a > span,
ul.pagination > li > a,
h5.section {
  font-family: 'Novecento Sans Wide Medium', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
}

#pagesplash > div > .splash > a > h4 {
  font-family: 'Novecento Sans Wide DemiBold';
}

a {
  color: #2980b9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

small {
  font-family: "Arial", sans-serif;
}

small.meta {
  color: #6f8ba9;
}

::-webkit-input-placeholder {
  font-family: 'Novecento Sans Wide Medium', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
  text-transform: uppercase;
  color: #6f8ba9;
}

:-moz-placeholder {
  font-family: 'Novecento Sans Wide Medium', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
  text-transform: uppercase;
  color: #6f8ba9;
}

::-moz-placeholder {
  font-family: 'Novecento Sans Wide Medium', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
  text-transform: uppercase;
  color: #6f8ba9;
}

:-ms-input-placeholder {
  font-family: 'Novecento Sans Wide Medium', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
  text-transform: uppercase;
  color: #6f8ba9;
}

::-moz-selection {
  color: #ffffff;
  background: #2980b9;
}

::selection {
  color: #ffffff;
  background: #2980b9;
}

::-moz-selection {
  color: #ffffff;
  background: #2980b9;
}

/* buttons */
.button {
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #6ac04b;
  padding: 0.25em 0.75em;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  border: 0;
}

.button:hover {
  text-decoration: none;
  background-color: #2980b9 !important;
}

/* forms */
label {
  /*font-weight: bold;*/
}

input {
  height: 32px;
}

input[type=radio] {
  height: inherit;
  margin-right: 0.5em;
  cursor: pointer;
}

input[type=submit] {
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #6ac04b;
  padding: 0.25em 0.75em;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  border: 0;
}

input[type=submit]:hover {
  text-decoration: none;
  background-color: #2980b9;
}

textarea {
  width: 100%;
}

/* media responsive queries ------------------------------ */
@media only screen and (min-width: 601px) and (min-device-width: 601px) {
  body {
    font-size: 15px;
    line-height: 24.375px;
  }
}

@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  body {
    font-size: 13px;
    line-height: 21.125px;
  }
}

@media only screen and (min-width: 1921px) and (min-device-width: 1921px) {
  body {
    font-size: 15px;
    line-height: 24.375px;
  }
}

/* LAYOUT ------------------------------------------------------------------------------ */
.sized {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

.row {
  clear: both;
}

.row:before, .row:after {
  content: '';
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 100%;
  padding: 15px;
}

.column:only-child {
  float: none;
}

.column:last-child {
  float: right;
}

/* lists */
ul.links {
  margin: 0;
}

ul.links > li > a {
  display: inline-block;
  width: 100%;
}

/* links in sidebar */
.sidebar ul.links {
  margin-bottom: 1.625em;
}

.sidebar ul.links > li {
  padding: 5px 15px;
  border-bottom: 1px dotted #e6e9ee;
  margin-bottom: 0;
}

.sidebar ul.links > li:last-child {
  border-bottom: 0;
}

/* pagination */
ul.pagination {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 1.625em 0;
}

ul.pagination > li {
  display: inline;
}

/* same as button */
ul.pagination > li > a {
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #aab2bd;
  padding: 0.25em 0.75em;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

ul.pagination > li > a:hover {
  text-decoration: none;
  background-color: #2980b9 !important;
}

ul.pagination > li a.newer {
  background-color: #6ac04b;
  border-radius: 100em 0 0 100em;
  padding-left: 1em;
}

ul.pagination > li a.current {
  background-color: #6ac04b;
}

ul.pagination > li a.older {
  background-color: #6ac04b;
  border-radius: 0 100em 100em 0;
  padding-right: 1em;
}

/* section titles */
h5.section {
  position: relative;
  display: block;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #6ac04b;
  color: #ffffff;
  background-color: #616d79 !important;
  padding: 15px;
  border-bottom: 0;
}

h5.section:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #616d79 #616d79 transparent transparent;
}

h6.section {
  position: relative;
  display: block;
  color: #616d79;
  text-transform: uppercase;
  line-height: 2em;
  padding: 5px 15px;
  border-bottom: 1px solid #e6e9ee;
}

h6.section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  border-width: 5px;
  border-style: solid;
  border-color: #6ac04b transparent transparent #6ac04b;
  z-index: 2;
}

/* definition of specific sections */
#news > h6.section:after {
  background-image: url("../images/ico_section_news.png");
}

#q-n-a > h6.section:after {
  background-image: url("../images/ico_section_qna.png");
}

#office > h6.section:after {
  background-image: url("../images/ico_section_notice.png");
}

#important > h6.section:after {
  background-image: url("../images/ico_section_important.png");
}

#leasure > h6.section:after {
  background-image: url("../images/ico_section_poi.png");
}

#idpapers > h6.section:after {
  background-image: url("../images/ico_section_idcard.png");
}

h6.section.search:after {
  background-image: url("../images/ico_section_search.png");
}

/* stick note */
.note {
  background-color: #f2f2f2;
  border: 1px solid #aab2bd;
  padding: 15px;
  margin: 1.625em 0;
}

.note.success {
  background-color: #ffffff;
  border-color: #6ac04b;
  border-width: 2px;
  color: #5fac43;
}

/* media responsive queries ------------------------------ */
@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  .two .column {
    width: 50%;
  }
  .two .column:nth-child(2n+1) {
    clear: both;
  }
  .three .column {
    width: 33.3333%;
  }
  .three .column:nth-child(3n+1) {
    clear: both;
  }
  h5.section:before {
    display: block;
  }
  h6.section:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -2px;
    width: 30px;
    height: 25px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #6ac04b;
    z-index: 3;
  }
  .sidebar ul.links > li > a > span.meta {
    display: block;
  }
}

/* GLOBALS ----------------------------------------------------------------------------- */
#controlpanel, .button, input[type=submit], ul.pagination > li > a {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

/* PAGEHEADER -------------------------------------------------------------------------- */
#pageheader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* logo */
#logo {
  text-align: center;
}

#logo > a {
  position: relative;
  color: #123773;
}

#logo > a > #emblem {
  width: 64px;
  height: 64px;
  margin-left: -15px;
  margin-right: 10px;
}

#logo > a > h2 {
  font-size: 50px;
  line-height: 64px;
  font-family: 'Times New Roman', Times, Georgia, serif;
  display: inline-block;
  text-transform: none;
  padding: 0;
}

/* control panel */
#controlpanel {
  position: relative;
  padding: 0;
  background-color: #6ac04b;
  line-height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*#controlpanel ul.links > li:nth-child(1) {
	background-color: #ffffff;
}
#controlpanel > nav > ul > li:nth-child(1) > div,
#controlpanel > nav > ul > li:nth-child(1) > div > ul > li > strong {
	border-color: #ffffff;
}

#controlpanel ul.links > li:nth-child(2) {
	background-color: #ffffff;

}
#controlpanel > nav > ul > li:nth-child(2) > div,
#controlpanel > nav > ul > li:nth-child(2) > div > ul > li > strong {
	border-color: #002d72;
}


#controlpanel ul.links > li:nth-child(3) {
	background-color: #ffffff;
}
#controlpanel > nav > ul > li:nth-child(3) > div,
#controlpanel > nav > ul > li:nth-child(3) > div > ul > li > strong {
	border-color: #00a3e0;
}
#controlpanel ul.links > li:nth-child(4) {
	background-color: #ffffff;
}
#controlpanel > nav > ul > li:nth-child(4) > div,
#controlpanel > nav > ul > li:nth-child(4) > div > ul > li > strong {
	border-color: #000;
}
#controlpanel ul.links > li:nth-child(5) {
	background-color: #ffffff;
}
#controlpanel > nav > ul > li:nth-child(5) > div,
#controlpanel > nav > ul > li:nth-child(5) > div > ul > li > strong {
	border-color: #a79e3c;
}*/

#controlpanel ul.links > li:nth-child(1) {
	background-color: #ffffff;
border-style: solid;
border-color: #84bd00;
border-width: 10px;
}
#controlpanel > nav > ul > li:nth-child(1) > div,
#controlpanel > nav > ul > li:nth-child(1) > div > ul > li > strong {
	border-color: #84bd00;
}

#controlpanel ul.links > li:nth-child(2) {
	background-color: #ffffff;
border-style: solid;
border-color: #6f8ba9;
border-width: 10px;
}
#controlpanel > nav > ul > li:nth-child(2) > div,
#controlpanel > nav > ul > li:nth-child(2) > div > ul > li > strong {
	border-color: #6f8ba9;

}


#controlpanel ul.links > li:nth-child(3) {
	background-color: #ffffff;
border-style: solid;
border-color: #002d72;
border-width: 10px;

}
#controlpanel > nav > ul > li:nth-child(3) > div,
#controlpanel > nav > ul > li:nth-child(3) > div > ul > li > strong {
	border-color: #002d72;
}
#controlpanel ul.links > li:nth-child(4) {
	background-color: #ffffff;
border-style: solid;
border-color: #00a3e0;
border-width: 10px;


}
#controlpanel > nav > ul > li:nth-child(4) > div,
#controlpanel > nav > ul > li:nth-child(4) > div > ul > li > strong {
	border-color: #00a3e0;
}

#controlpanel ul.links > li:nth-child(5) {
	background-color: #ffffff;
border-style: solid;
border-color: #252933;
border-width: 10px;


}
#controlpanel > nav > ul > li:nth-child(5) > div,
#controlpanel > nav > ul > li:nth-child(5) > div > ul > li > strong {
	border-color: #252933;
}

/* main navigation */
	#controlpanel > nav{
		display: block;
		text-transform: uppercase;
	}
		#controlpanel > nav > ul{
			text-align: center;
			margin: 0;
			line-height: 61px;
		}
			#controlpanel > nav > ul > li{
				display: block;
				margin: 0;
				border-bottom: 1px solid #ffffff;
			}
			#controlpanel > nav > ul > li:last-child{
				border-bottom: 0;
			}
				#controlpanel > nav > ul > li > a{
					position: relative;
					/*font-size: 1.05em;*/
					color: #000000;
					display: block;
					padding: 0 20px;					
				}
				#controlpanel > nav > ul > li > a:hover{
					text-decoration: none;
				}

				/* multilevel */
				#controlpanel > nav > ul > li:hover > a:after{
					display: block;
					position: absolute;
					content: '';
					width: 0;
					height: 0;
					bottom: -5px;
					left: 50%;
					margin-left: -10px;
					border-width: 10px;
					border-style: solid;
					border-color: transparent transparent #ffffff transparent;
					z-index: 11;
				}
					#controlpanel > nav > ul > li > div{
						display: none;
						position: absolute;
						left: 0;
						width: 100%;
						font-size: 0.95em;
						text-transform: none;
						line-height: 1.625em;
						background-color: #ffffff;
						z-index: 9;
						border-top: 0 solid #6ac04b;
						border-bottom: 5px solid #6ac04b;
						border-left: 1px solid #6ac04b;
						border-right: 1px solid #6ac04b;
					}
						#controlpanel > nav > ul > li > div > ul{
							display: block;
							float: left;
							padding: 15px;
							margin: 0;
						}
							#controlpanel > nav > ul > li > div > ul > li{
								display: block;
								text-align: left;
							}
								#controlpanel > nav > ul > li > div > ul > li > strong{
									display: block;
									border-bottom: 1px solid #6ac04b;
								}

/* searchbar */
#controlpanel > form {
  position: relative;
  display: block;
  height: 100%;
  padding-right: 50px;
  margin: 5px;
}

#controlpanel > form > label {
  display: none;
}

#controlpanel > form > input {
  color: #ffffff;
  /*font-size: 1.05em;*/
  padding: 0 5px 0 15px;
  line-height: 48px;
  height: 50px;
  border: 1px solid #ffffff;
  background-color: #6ac04b;
}

#controlpanel > form > input[type=search] {
  width: 100%;
  border-right: 0;
  box-shadow: inset -1px 0 0 0 #6ac04b;
  -webkit-box-shadow: inset -1px 0 0 0 #6ac04b;
}

#controlpanel > form > input[type=search]:focus {
  color: #616d79;
  background-color: #ffffff;
}

#controlpanel > form > input[type="search"]:focus::-webkit-input-placeholder {
  color: #6f8ba9;
}

#controlpanel > form > input[type="search"]:focus:-moz-placeholder {
  color: #6f8ba9;
}

#controlpanel > form > input[type="search"]:focus::-moz-placeholder {
  color: #6f8ba9;
}

#controlpanel > form > input[type="search"]:focus:-ms-input-placeholder {
  color: #6f8ba9;
}

#controlpanel > form > input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  background-color: #6ac04b;
  background-image: url("../images/ico_search.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 0;
  overflow: hidden;
  text-indent: -9999em;
  cursor: pointer;
  box-shadow: inset -1px 0 0 0 #ffffff;
  -webkit-box-shadow: inset -1px 0 0 0 #ffffff;
}

#controlpanel > form > input[type="submit"]:hover {
  background-color: #2980b9;
}

#controlpanel ::-webkit-input-placeholder {
  font-family: 'Novecento Sans Wide Medium', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

#controlpanel :-moz-placeholder {
  font-family: 'Novecento Sans Wide Medium', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

#controlpanel ::-moz-placeholder {
  font-family: 'Novecento Sans Wide Medium', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

#controlpanel :-ms-input-placeholder {
  font-family: 'Novecento Sans Wide Medium', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

/* media responsive queries ------------------------------ */
@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  #logo {
    text-align: left;
  }
  #controlpanel {
    padding-left: 0;
  }
  #controlpanel > nav {
    float: left;
  }
  #controlpanel > nav > ul > li {
    display: inline-block;
    border-bottom: 0;
    margin-right: -5px;
  }
  #controlpanel > nav > ul > li > a {
    /*border-right: 1px solid #ffffff;*/
  }
  #controlpanel > nav > ul > li:last-child > a {
    border-right: 0;
  }
  #controlpanel > nav > ul > li:hover > div {
    display: block;
  }
  #controlpanel > form {
    float: right;
  }
  #controlpanel > form > input[type=search] {
    width: 112px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  #controlpanel > form > input[type=search]:hover {
    width: 120px;
  }
  #controlpanel > form > input[type=search]:focus {
    width: 162px;
  }
}

@media only screen and (min-width: 1025px) and (min-device-width: 1025px) {
  /* invisible gap on left/right side that avoids hiding navigation too early */
  #controlpanel > nav > ul > li > div:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 15px;
    left: -15px;
  }
  #controlpanel > nav > ul > li > div:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 15px;
    right: -15px;
  }
}

/* PAGESPLASH -------------------------------------------------------------------------- */
#pagesplash {
  background-color: #f2f2f2;
  border-top: 1px solid #aab2bd;
  border-bottom: 1px solid #aab2bd;
  margin: 15px 0;
  padding: 15px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url("../images/pattern_background.png");
  background-position: center center;
}

#pagesplash > * {
  background: transparent;
  height: 360px;
}

#pagesplash > div > .splash {
  position: relative;
  display: none;
  height: 50%;
  float: left;
  background-position: top left;
  background-size: cover;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#900f4b45, endColorstr=#900f4b45)";
}

#pagesplash > div > .splash:first-child {
  display: block;
  height: 100%;
  width: 100%;
}

#pagesplash > div > .splash:after {
  position: absolute;
  display: block;
  content: '';
  top: -50px;
  left: 0;
  width: 0px;
  height: 0px;
  border-width: 50px;
  border-style: solid;
  border-color: transparent transparent transparent #6ac04b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#pagesplash > div > .splash:first-child:after {
  border-width: 75px;
  top: -75px;
}

#pagesplash > div > .splash:hover:after {
  border-width: 0 !important;
}

#pagesplash > div > .splash > a {
  display: block;
  position: relative;
  padding-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(18, 55, 115, 0.45);
  text-decoration: none;
  overflow: hidden;
}

#pagesplash > div > .splash:first-child > a {
  padding-left: 20px;
}

#pagesplash > div > .splash > a {
  display: block;
  width: 100%;
  height: 100%;
}

#pagesplash > div > .splash > a > h4 {
  font-size: 2em;
  letter-spacing: 0;
  text-align: right;
  line-height: 1em;
  margin: 15px 0;
  padding: 0 15px 0 30px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.95;
}

#pagesplash > div > .splash:first-child > a > h4 {
  font-size: 2.5em;
}

#pagesplash > div > .splash > a > span {
  position: absolute;
  text-transform: lowercase;
  color: #ffffff;
  left: 0;
  bottom: 0;
  margin: 15px 0;
  padding: 0 15px;
  opacity: 0.75;
}

#pagesplash > div > .splash > a:hover {
  background-color: #6ac04b;
}

#pagesplash > div > .splash > a:hover > h4 {
  opacity: 1;
}

#pagesplash > div > .splash > a:hover > span {
  opacity: 1;
}

#pagesplash-image {
  width: 100%;
  height: 145px;
  background-color: #f2f2f2;
  border-top: 1px solid #aab2bd;
  border-bottom: 1px solid #aab2bd;
  margin: 15px 0;
  padding: 15px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

#pagesplash-gap {
  width: 100%;
  height: 100px;
  background-color: #f2f2f2;
  border-top: 1px solid #aab2bd;
  border-bottom: 1px solid #aab2bd;
  margin: 15px 0;
  padding: 15px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-position: center center;
  overflow: hidden;
}

@media only screen and (min-width: 481px) and (min-device-width: 481px) {
  #pagesplash > div > .splash:first-child {
    width: 50%;
  }
  #pagesplash > div > .splash:nth-child(2), #pagesplash > div > .splash:nth-child(3) {
    display: block;
    width: 50%;
  }
}

@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  #pagesplash > div > .splash {
    display: block;
    width: 33.3333% !important;
  }
  #pagesplash-image {
    height: 200px;
  }
}

/* PAGECONTENT ------------------------------------------------------------------------- */
#pagecontent {
  width: 100%;
}

/* main content */
/* sidebar */
@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  .main {
    float: left;
    width: 66.6666%;
  }
  .sidebar {
    float: right;
    clear: right;
    width: 33.3333%;
    padding: 15px 0 15px 15px !important;
    padding-top: 0 !important;
  }
}

/* sidebar subnavigation */
#subnavigation {
  text-align: center;
  background-color: #f6f7fb;
  border-bottom: 3px solid #616d79;
  padding: 0;
}

#subnavigation > ul {
  padding: 0;
  margin: 0;
}

#subnavigation > ul > li {
  margin: 0;
  padding: 0;
}

#subnavigation > ul > li:last-child {
  border-bottom: 0;
}

#subnavigation > ul > li > a {
  padding: 5px 15px;
  display: block;
}

#subnavigation > ul > li > a:hover {
  background-color: #ffffff;
}

@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  #subnavigation > ul > li {
    display: block;
    border-bottom: 1px dotted #e6e9ee;
  }
  #subnavigation > ul > li:nth-child(2n) {
    background-color: #f1f2f6;
  }
}

/* advertisement */
.ads {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #e6e9ee;
}

.ads > img {
  margin: 15px;
}

@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  .ads > img {
    display: block;
    margin: 15px auto;
  }
}

/* article */
article > header {
  color: #6f8ba9;
  padding-bottom: 0.5em;
}

article > header > small > span {
  text-transform: uppercase;
}

article > header > .title {
  text-transform: uppercase;
  padding: 0;
}

article.single .content {
  text-align: left;
  font-size: 1.1em;
}

article > .content a {
  border-bottom: 1px solid #e6e9ee;
  text-decoration: none;
}

article > .content a:hover {
  border-color: #2980b9;
}

article .content h1 {
  text-align: left;
}

article .content h2 {
  text-align: left;
}

article .content h3 {
  text-align: left;
}

article .content h4 {
  text-align: left;
}

article .content h5 {
  text-align: left;
}

article .content h6 {
  text-align: left;
}

article .content small {
  font-size: 0.9em;
  line-height: 1.625em;
}

article .content img {
  max-width: 100%;
}

article .content ol {
  margin-left: 1.45em;
}

article .content ul {
  margin-left: 1.45em;
}

article .content li {
  list-style-position: outside !important;
  margin: 0 0 0.35em;
}

article .content ol {
  list-style-type: decimal;
}

article .content ol > li {
  list-style-type: inherit !important;
}

article .content ul > li {
  list-style-type: disc !important;
}

/* more specialized */
/* youtube video */
article .content > .video {
  position: relative;
  clear: both;
  width: 100% !important;
  padding-bottom: 56%;
  padding-top: 0;
  height: 0;
}

article .content > .video > iframe.ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  article .content #department-leader {
    float: right;
    margin: 0 0 1em 1em;
  }
  article .content #department-info {
    float: left;
  }
}

/* other */
.other.articles > li {
  border-bottom: 1px solid #e6e9ee;
  padding-bottom: 1.625em;
  margin-bottom: 1.625em;
}

.articles > li:last-child {
  border-bottom: 0;
}

/* PAGEFOOTER -------------------------------------------------------------------------- */
#pagefooter {
  position: relative;
  color: #aab2bd;
  font-size: 0.85em;
  padding-top: 1.625em;
}

#pagefooter h5 {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid #6ac04b;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}

#pagefooter a {
  color: #6ac04b;
}

#pagefooter > #dynamic {
  position: relative;
  background-color: #353b44;
}

#pagefooter > #dynamic:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  border-width: 15px;
  border-style: solid;
  border-color: #6ac04b #2980b9 transparent transparent;
}

#pagefooter > #static {
  text-align: center;
  background-color: #252933;
}

#pagefooter > #static > div > ul.links > li {
  display: inline-block;
}

/* static footer */
@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  #pagefooter > #static {
    text-align: left;
  }
  #pagefooter > #static > .column > .links > li {
    margin-right: 1em;
  }
  #pagefooter > #static > .column > .links > li:last-child {
    margin-right: 0;
  }
  #pagefooter > #static > .column:first-child {
    width: 66.6666%;
  }
  #pagefooter > #static > .column:last-child {
    width: 33.3333%;
    text-align: right;
  }
}

/* MEDIAQUERIES ------------------------------------------------------------------------ */
/* NOT SURE ABOUT THIS DESIGN ---------------------------------------------------------- */
/* SO LET US KNOW AT: www.unforgiven.cz */
/* footer */
#pagefooter #dynamic img#map {
  display: block;
  width: 100%;
}

#pagefooter #sights strong {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.2em;
}

/* image thumbnail @ news */
.thumbnail {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 0 !important;
  overflow: hidden;
}

.thumbnail:hover:after {
  position: absolute;
  display: block;
  content: '';
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
  background-image: url("../images/ico_search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #6ac04b;
  border: 2px solid #ffffff;
  border-radius: 50px;
}

.thumbnail:hover:before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(18, 55, 115, 0.5);
}

#news .thumbnail {
  height: 100px;
  width: 100%;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 481px) and (min-device-width: 481px) {
  #news .thumbnail {
    display: block;
    height: 150px;
  }
}

@media only screen and (min-width: 601px) and (min-device-width: 601px) {
  #news .thumbnail {
    display: block;
    height: 250px;
  }
}

@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  #news .thumbnail {
    display: block;
    height: 150px;
  }
}

/* content --- fix of singlepage navigation */
#content > div {
  padding-left: 15px;
}

#content > div > ul {
  float: left;
  width: 50%;
  margin-top: 15px;
}

@media only screen and (min-width: 601px) and (min-device-width: 601px) {
  #content > div > ul {
    width: 33.3333%;
  }
}

@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  #content {
    padding: 0;
    width: 66.6666%;
  }
}

ul.nice > li {
  position: relative;
  margin-left: 7px;
}

ul.nice > li:before {
  position: absolute;
  display: block;
  content: '';
  left: -1px;
  top: 50%;
  margin-top: 4px;
  width: 1px;
  height: 100%;
  background-color: #e6e9ee;
}

ul.nice > li:last-child:before {
  display: none;
}

ul.nice > li:after {
  position: absolute;
  display: block;
  content: '';
  left: -6px;
  top: 50%;
  margin-top: -5px;
  width: 7px;
  height: 7px;
  border: 2px solid #6ac04b;
  border-radius: 9px;
  background-color: #ffffff;
}

ul.nice > li:nth-child(2n):after {
  border-color: #aab2bd;
}

#important ul.nice > li:after {
  border-color: #ffa125 !important;
}

/* breadcrumb */
#breadcrumb {
  position: relative;
  top: -15px;
}

/* tables */
table {
  text-align: left;
  max-width: 100% !important;
  border-collapse: collapse;
  border-style: solid;
  border-color: #aab2bd;
  margin: 0 auto;
  clear: both;
}

table > thead {
  color: #ffffff;
  background-color: #2980b9;
}

table > thead a {
  color: #ffffff;
}

table > tbody {
  font-size: 0.85em;
  background-color: #ffffff;
}

tr {
  border-color: #aab2bd;
}

tr > th {
  text-align: center;
  padding: 0.5em 0.75em;
  border-color: #aab2bd;
}

tr > td {
  padding: 0.5em 0.75em;
  background-color: #ffffff;
  border-color: #aab2bd;
}

tr:nth-child(2n) > td {
  background-color: #f2f2f2;
}

/* urgent */
#urgent {
  font-size: 1.1em;
  color: #ffffff;
  background-color: #931414;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: redglow 2s infinite;
  animation: redglow 2s infinite;
}

#urgent * {
  padding: 0;
}

#urgent a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background-image: url("../images/urgent_warning.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 1.5em 0 1.5em 4em;
}

#urgent a:hover {
  text-decoration: underline;
}

@-webkit-keyframes redglow {
  0% {
    background: #931414;
  }
  50% {
    background: #690a0a;
  }
  100% {
    background: #931414;
  }
}

@keyframes redglow {
  0% {
    background: #931414;
  }
  50% {
    background: #690a0a;
  }
  100% {
    background: #931414;
  }
}

#related-articles {
  margin-top: 3.250em;
}

#related-articles > ul > li {
  padding: 0.5em 0;
  margin: 0;
  border-bottom: 1px dotted #e6e9ee;
}

#related-articles > ul > li:last-child {
  border-bottom: 0;
}

#related-articles > ul > li > small {
  color: #6f8ba9;
}

/* projects */
article ul.projects {
  list-style: none !important;
  margin-left: 0;
}

article ul.projects > li {
  margin-left: 21px;
  list-style-type: none !important;
  position: relative;
}

ul.projects > li:after {
  position: absolute;
  display: block;
  content: '';
  left: -21px;
  top: 50%;
  margin-top: -5px;
  width: 7px;
  height: 7px;
  border: 2px solid #aab2bd;
  border-radius: 9px;
  background-color: #ffffff;
}

ul.projects > li.state-1:after {
  border: 2px solid #52c8e4;
}

ul.projects > li.state-2:after {
  border: 2px solid #ffa125;
}

ul.projects > li.state-3:after {
  border: 2px solid #6ac04b;
  background-color: #6ac04b;
}

/* SEARCHFILTER and SEARCHRESULTS ------------------------------------------------------ */
form#searchfilter {
  padding: 15px;
  line-height: 32px;
  margin-bottom: 1.625em;
  background-color: #f2f2f2;
  border: 1px solid #aab2bd;
}

form#searchfilter > div {
  margin-bottom: 0.75em;
}

form#searchfilter > div > h6 {
  padding: 0;
}

form#searchfilter > div > label {
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

form#searchfilter > div > input, form#searchfilter > div > select {
  line-height: 30px;
  height: 32px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

form#searchfilter > div > input[type=submit] {
  border: 0;
  height: 32px;
}

ul#searchresults {
  margin: 0 15px;
}

ul#searchresults small {
  color: #6f8ba9;
}

/* PHOTOGALLERY ------------------------------------------------------------------------ */
ul#photogallery {
  list-style: none;
  margin: 0 !important;
  text-align: left !important;
}

ul#photogallery:before, ul#photogallery:after {
  content: '';
  display: table;
  clear: both;
}

ul#photogallery > li {
  clear: both;
  width: 100%;
  list-style-type: none !important;
  margin: 0 !important;
  border-top: 1px solid #e6e9ee;
}

ul#photogallery > li:first-child {
  border-top: 0;
}

ul#photogallery > li > a {
  display: block;
  padding: 5px;
  border: 0 !important;
}

ul#photogallery > li > a:before, ul#photogallery > li > a:after {
  content: '';
  display: table;
  clear: both;
}

ul#photogallery > li > a:hover {
  color: #ffffff;
  background-color: #2980b9;
}

ul#photogallery > li > a > div.preview {
  width: 135px;
  height: 76px;
  background-size: cover;
  margin-right: 5px;
  float: left;
  background-color: #e6e9ee;
}

ul#photogallery > li > a > p > small {
  display: block;
}

@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  ul#photogallery {
    background-image: url("../images/line_vertical.png");
    background-position: center center;
    background-repeat: repeat-y;
  }
  ul#photogallery > li {
    float: left;
    clear: none;
    width: 50%;
  }
  ul#photogallery > li:nth-child(2) {
    border-top: 0;
  }
}

/* ADVERTISEMENT ----------------------------------------------------------------------- */
aside.advertisement {
  text-align: center;
  margin-top: 1.625em;
}

aside.advertisement small {
  font-family: "Arial";
  color: #6f8ba9;
  display: block;
  padding-top: 1.625em;
  border-bottom: 1px solid #e6e9ee;
}

aside.advertisement a {
  display: block;
  margin-bottom: 1.625em;
}

/* QUESTIONS AND ANSWERS --------------------------------------------------------------- */
.q-n-a .question small {
  font-weight: bold;
}

.q-n-a .answer small {
  font-weight: bold;
  color: #6ac04b;
}

#askform input[type=text] {
  width: 100%;
}

#askform textarea {
  width: 100%;
}

#askform input[type=submit] {
  border: 0;
  height: 32px;
}

.ask.button {
  padding: 0.75em;
}

/* VOTEPOLL ---------------------------------------------------------------------------- */
.votepoll {
  border: 1px solid #e6e9ee;
  padding: 15px;
}

.votepoll .chart {
  display: block;
  height: 10px;
  background-color: #8e2b88;
}

/* QUICKLINKS -------------------------------------------------------------------------- */
#quicklinks,
#important,
#office {
  background-color: #f2f2f2;
  margin-bottom: 2em;
  padding: 1em;
}

#quicklinks > h6.section:after {
  background-image: url("../images/ico_section_quick.png");
}

#quicklinks a {
  position: relative;
}

#quicklinks a:before {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  left: -23px;
  top: 3px;
  background-repeat: no-repeat;
  background-position: center center;
}

#quicklinks .info:before {
  background-image: url("../images/ico_quick_info.png");
}

#quicklinks .callout:before {
  background-image: url("../images/ico_quick_calendar.png");
}

#quicklinks .market:before {
  background-image: url("../images/ico_quick_chart.png");
}

#quicklinks .housing:before {
  background-image: url("../images/ico_quick_city.png");
}

#quicklinks .career:before {
  background-image: url("../images/ico_quick_user.png");
}

#quicklinks .mayor:before {
  background-image: url("../images/ico_quick_mayor.png");
}

#quicklinks .idpapers:before {
  background-image: url("../images/ico_quick_idcard.png");
}

ul.iconed > li {
  position: relative;
  margin-left: 7px;
}

.card--contact {
  background-color: #2980b9;
  color: #fff;
  margin-bottom: 2em;
  padding: 1em;
  margin-top: -1em;
}

.card--contact a {
  color: #fff;
}

.card--contact h6.section {
  color: #fff;
}

.card--contact > h6.section:after {
  background-image: url("../images/ico_section_contact.png");
}

.title--urednideska {
  background-color: #2980b9;
  padding: 1em 1em 1em 3.2em;
  margin: -1em -1em 2em -1em;
  border-bottom: 1em solid #fff;
  background-image: url(../images/ico_section_urednideska.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

.title--urednideska a {
  color: #fff;
  font-size: 1.1538em;
}

/*newsTab*/
.newsTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #e6e9ee;
  background-color: #fff;
  position: relative;
  top: -1px;
}

.newsTab span {
  cursor: pointer;
  background-color: #2980b9;
  display: inline-block;
  padding: .4em 1em;
  color: #fff;
  margin: 0 .5em 0 0;
}

.newsTab span:hover {
  text-decoration: underline;
}

.newsTab .current {
  background-color: #6ac04b;
}

.newsTab__content {
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.newsTab__content.current {
  position: relative;
  left: 0;
  opacity: 1;
}

.newsTab__all {
  text-align: center;
  position: relative;
  z-index: 100;
}

.newsTab__all a {
  border-bottom: 1px solid #e6e9ee;
}

.newsTab__all a:hover {
  border-color: #2980b9;
  text-decoration: none;
}

.newsTab__all a::after {
  content: '';
  display: inline-block;
  margin-left: .4em;
  border: solid #2980b9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*//newsTab*/
#news {
  position: relative;
}

#news ul > li {
  width: 100%;
  border-top: 1px solid #e6e9ee;
  padding-top: 1em;
  margin-top: 1em;
}

#news ul > li:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}

#news ul > li .content {
  text-align: justify;
}

@media only screen and (min-width: 801px) and (min-device-width: 801px) {
  #news {
    margin-top: -15px;
    margin-left: -15px;
  }
  #news ul {
    background-image: url("../images/line_vertical.png");
    background-position: center center;
    background-repeat: repeat-y;
  }
  #news ul:before, #news > ul:after {
    content: '';
    display: table;
    clear: both;
  }
  #news ul > li {
    float: left;
    width: 50%;
    padding: 15px !important;
    margin: 0;
  }
  #news ul > li:nth-child(2) {
    border: 0;
    margin: 0;
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */