@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('/gL/fonts/RobotoCondensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('/gL/fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed Light';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('/gL/fonts/RobotoCondensed-Light.ttf') format('truetype');
}
body {
  margin: 0;
  font-family: sans-serif;
  background-color: #5da0bb;
  font-size: 100%;
  min-width: 900px;
  color: black;
}
body.flexBody {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.spacer {
  flex: 1;
  background-color: #ffffff;
}
a {
  color: #5da0bb;
}
a:hover {
  color: #9e0b0f;
}
.linkButton {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 105%;
  display: inline-block;
  padding: 2px 5px;
  background-color: #2e668a;
  color: white;
  text-decoration: none;
  border: 2px solid #214a64;
  border-radius: 3px;
  margin: 0 2px;
  cursor: pointer;
}
.linkButton::first-letter {
  text-transform: uppercase;
}
.linkButton:first-child {
  margin-left: 0;
}
.linkButton:last-child {
  margin-right: 0;
}
.linkButton:hover {
  background-color: #4490c1;
  border-color: #3b82b0;
  color: white;
}
#header {
  background-color: #5da0bb;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
  position: relative;
  z-index: 2;
  max-height: 20vw;
  min-height: 200px;
  overflow: hidden;
}
#header img#headerBackground {
  width: 100%;
  display: block;
}
#header img#headerLogo {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 80px;
}
#header .headerTextYear {
  display: block;
  color: #5da0bb;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 160%;
  margin-top: -10px;
}
#header div#headerText {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 200%;
  color: white;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.3));
  width: 100%;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  text-align: center;
}
#header div#headerText a {
  color: inherit;
  text-decoration: none;
}
#header div.headerCornerBox {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 90%;
  padding: 3px 6px 4px 6px;
  border-radius: 0 0 0 5px;
  color: #5da0bb;
}
#header div.headerCornerBox a {
  text-decoration: none;
  color: inherit;
}
#header div.headerCornerBox a:hover {
  color: #9e0b0f;
}
#header div.headerCornerBox a img {
  vertical-align: middle;
  height: 1em;
  margin-left: 3px;
  border: 1px solid white;
}
#menu {
  background-color: #5da0bb;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 115%;
  text-align: center;
  color: white;
  padding: 10px 10px 0px 10px;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.4);
  position: relative;
  border-bottom: 5px solid #2e668a;
  z-index: 1;
}
#menu a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  padding: 3px 10px 3px 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 2px;
  background-color: #9ec6d6;
}
#menu a:first-child {
  margin-left: 0;
}
#menu a:last-child {
  margin-right: 0;
}
#menu a:hover {
  color: #5da0bb;
  background-color: white;
}
#menu a.active {
  background-color: #2e668a;
  color: white;
}
#menu a.active:hover {
  color: white;
  background-color: #2e668a;
}
#container {
  background-color: #ffffff;
}
#container #main {
  margin: 0 auto;
  padding: 10px 0;
  width: 900px;
  min-height: 250px;
}
#container #main h1,
#container #main h2,
#container #main h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 165%;
  color: #5da0bb;
}
#container #main h1:first-child,
#container #main h2:first-child,
#container #main h3:first-child {
  margin-top: 0.4em;
}
#container #main h1 a,
#container #main h2 a,
#container #main h3 a {
  color: inherit;
}
#container #main h1 a:hover,
#container #main h2 a:hover,
#container #main h3 a:hover {
  color: #9e0b0f;
}
#container #main h1 span {
  float: right;
  font-size: 75%;
}
#container #main h1 span a {
  color: inherit;
}
#container #main h1 span a img {
  vertical-align: middle;
  height: 1em;
  margin-left: 3px;
  border: 1px solid #5da0bb;
}
#container #main h2 {
  font-size: 120%;
  color: #93c0d2;
}
#container #main h3 {
  font-size: 90%;
  color: #93c0d2;
}
#container #main p {
  font-size: 90%;
  text-align: justify;
}
#container #main p img.wide {
  display: block;
  max-width: 100%;
  outline: 1px solid #5da0bb;
  cursor: pointer;
}
#container #main p img.center {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  outline: 1px solid #5da0bb;
  cursor: pointer;
}
#container #main p img.small {
  display: block;
  max-width: 175px;
  outline: 1px solid #5da0bb;
  float: left;
  margin: 5px 10px 5px 0;
  cursor: pointer;
}
#container #main p img.small-right {
  float: right;
  margin: 5px 0 5px 10px;
  cursor: pointer;
}
#container #main p.allkiri {
  font-size: 80%;
  text-align: center;
  color: #5da0bb;
  font-style: italic;
  margin-top: 0;
}
#container #main span.listField {
  font-size: 95%;
  color: #5da0bb;
}
#container #main p.liid {
  font-weight: bold;
}
#container #main p.desc {
  margin-top: -1.2em;
  font-size: 80%;
  font-style: italic;
}
#container #main p.autor {
  font-size: 80%;
  font-style: italic;
}
#container #main div.smallfloater {
  font-size: 70%;
  font-style: italic;
  color: #5da0bb;
  float: left;
  margin: 5px 10px 10px 0;
}
#container #main div.smallfloater img {
  display: inline-block;
  width: 175px;
  outline: 1px solid #5da0bb;
  margin-bottom: 0px;
  margin-left: 10px;
}
#container #main div.smallfloater img:first-child {
  margin-left: 0;
}
#container #main p.allkiri {
  font-style: italic;
  margin-top: -10px;
  font-size: 80%;
}
#container #main li {
  font-size: 90%;
}
#container #main li span {
  float: right;
}
#container #main div.pageMenu {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 100%;
}
#container #main div.pageMenu a {
  background-color: #5da0bb;
  color: #5da0bb;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  margin: 0 2px;
}
#container #main div.pageMenu a:hover {
  color: #5da0bb;
}
#container #main div.pageMenu a:first-child {
  margin-left: 0;
}
#container #main div.pageMenu a:last-child {
  margin-right: 0;
}
#container #main div.ifembed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
}
#container #main div.ifembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container #main table.osalejad {
  border-collapse: collapse;
  width: 100%;
}
#container #main table.osalejad th {
  border: 1px solid #5da0bb;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 110%;
  font-weight: 700;
  padding: 6px;
  background-color: #5da0bb;
}
#container #main table.osalejad td {
  border: 1px solid #5da0bb;
  padding: 6px;
  font-size: 85%;
}
#container #main form.regForm input[type=text],
#container #main form.regForm textarea {
  padding: 3px;
  width: 50%;
  font-size: 100%;
  font-family: sans-serif;
}
#container #main table.ajakava {
  border-spacing: 0;
}
#container #main table.ajakava td {
  padding: 7px 3px;
  vertical-align: top;
}
#container #main table.ajakava td strong {
  display: block;
  font-weight: normal;
  font-style: italic;
  color: #5da0bb;
}
#container #main table.ajakava td:first-child {
  white-space: nowrap;
  border-right: 1px solid #2e668a;
  padding-right: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #5da0bb;
  text-align: right;
}
#container #main table.ajakava td:last-child {
  padding-left: 10px;
}
div.footer {
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.4);
  background-color: #5da0bb;
  border-top: 5px solid #2e668a;
  padding-bottom: 10px;
  font-size: 80%;
  color: white;
  font-family: 'Roboto Condensed Light', sans-serif;
  font-weight: 300;
}
div.footer div.footerContainer {
  text-align: center;
  background-color: white;
  width: 900px;
  margin: 0 auto;
  border-radius: 0 0 8px 8px;
}
div.footer div.footerContainer img {
  display: inline-block;
  height: 50px;
  margin: 5px 10px;
}
div.footer div.footerText {
  border-top: 2px solid #5da0bb;
  color: black;
  margin: 0 10px;
  padding: 5px;
}
div.footer div.footerText strong {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
div.footer a {
  color: inherit;
}
div.footer a:hover {
  color: #579bc7;
}
div.separator {
  clear: both;
}
#solAdmin {
  background-color: #ffffff;
}
#solAdmin p.admNotification {
  background-color: #5da0bb;
  color: white;
  border: 1px solid #2e668a;
  margin: 10px;
  padding: 10px;
}
#solAdmin #admMenu {
  text-align: center;
  background-color: #5da0bb;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 8px;
  color: white;
}
#solAdmin #admMenu a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px 2px 8px;
  border-radius: 3px;
  background-color: white;
  color: #5da0bb;
  margin: 0 2px;
}
#solAdmin #admMenu a:hover {
  color: #2e668a;
}
#solAdmin #admForm1 {
  float: left;
  width: 200px;
  background-color: #edf4f7;
  margin: 10px;
  padding: 10px;
}
#solAdmin #admForm1 select {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
#solAdmin #admForm2 {
  background-color: #edf4f7;
  margin: 10px;
  margin-left: 240px;
  padding: 10px;
}
#solAdmin #admForm2 textarea,
#solAdmin #admForm2 input[type=text] {
  box-sizing: border-box;
  width: 100%;
}
#solAdmin #admForm2 textarea {
  height: 400px;
  font-family: sans-serif;
  font-size: 80%;
}
#solAdmin #admForm2 p:first-child {
  margin-top: 0;
}
#solAdmin #admForm2 p:last-child {
  margin-bottom: 0;
}
div.galeriiList {
  margin-top: 10px;
}
div.galeriiList div.listItem div.listImageContainer {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  margin: 10px 0;
  border: 2px solid #5da0bb;
}
div.galeriiList div.listItem div.listImageContainer img.itemImage {
  width: 100%;
  display: block;
}
div.galeriiList div.listItem div.listImageContainer div.itemText {
  color: white;
  position: absolute;
  bottom: 0;
  background-color: #5da0bb;
  padding: 7px 10px 7px 10px;
  margin-bottom: 25px;
  max-width: 65%;
}
div.galeriiList div.listItem div.listImageContainer div.itemText div.itemTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 200%;
  line-height: 1em;
}
div.galeriiList div.listItem div.listImageContainer div.itemText div.itemTitle a {
  text-decoration: none;
  color: inherit;
}
div.galeriiList div.listItem div.listImageContainer div.itemText div.itemTitle a:hover {
  text-decoration: underline;
}
div.galeriiList div.listItem div.listImageContainer div.itemText div.itemDesc {
  font-family: 'Roboto Condensed Regular', sans-serif;
  font-weight: 400;
  margin-top: 3px;
}
div.galeriiList div.listItem div.listImageContainer div.itemText p {
  margin: 10px 0 0 0;
  font-size: 105%;
  text-align: left !important;
}
div.galeriiList div.listItem div.listImageContainer div.itemText > img {
  height: 0.8em;
}
div.galeriiList div.listItem p.photocredit {
  font-family: 'Roboto Condensed Regular', sans-serif;
  font-weight: 400;
  font-size: 90%;
  margin-top: -10px;
  margin-left: 10%;
  text-align: right !important;
}
div.galeriiList div.listItem p.photocredit a {
  text-decoration: none;
}
div.galeriiList div.listItem p.photocredit a:hover {
  color: #2e668a;
}
div.galeriiList div.listItem p.photocredit span {
  font-family: 'Roboto Condensed Light', sans-serif;
  font-weight: 300;
  color: #5c5c43;
}
div.galeriiList div.listItem em.more a {
  text-decoration: none;
}
