@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,600,700&subset=latin,latin-ext);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  background: radial-gradient(ellipse at center, #ffffff 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
  font-family: "Open Sans", sans-serif;
  font-size: 90%;
}

.padding20 {
  padding: 20px;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.adminLink {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #DEDEDE;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 11px;
  color: #383838;
}

h1 {
  text-align: center;
  color: #a5601c;
  font-weight: 100;
}

.padding10 {
  padding: 10px;
}

.width50 {
  width: 50%;
}

.small {
  font-size: 90%;
}

.break {
  clear: both;
}

.medium {
  font-size: 150%;
}

.big {
  font-size: 185%;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.colored {
  color: #a5601c;
}

.coloredIndex {
  color: green;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.line {
  background-image: url(/img/line.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.optionGroup {
  font-weight: bold;
  font-style: italic;
}

.optionChild:before,
.optionSubChild:before,
.optionSubSubChild:before {
  content: "└ " !important;
}

.background {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  background-image: url(/img/header_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.lista {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background-image: url(/img/lista_background.png);
}

.lista .cisla {
  width: 1000px;
  margin: 0 auto;
  line-height: 50px;
  text-align: right;
  color: white;
}

.container {
  position: relative;
  top: 0px;
  width: 1000px;
  margin: 0 auto;
  /* The Modal (background) */
  /* content */
}

.container .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 11;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}

.container .modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 300px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.container .modal .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.container .modal .close:hover,
.container .modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.container .modal .modal-header {
  padding: 2px 16px;
  background-color: #e5e5e5;
  color: black;
}

.container .modal .modal-body {
  padding: 2px 16px;
}

.container .modal .modal-footer {
  padding: 5px 16px;
  color: black;
  text-align: right;
}

.container .header {
  position: relative;
  z-index: 10;
  top: -223px;
  /* navigacia */
  /* navigacia END */
}

.container .header .nav {
  top: -43px;
  width: 100%;
  left: 0;
  border-right: 0px;
  position: absolute;
}

.container .header .nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 97px;
  position: relative;
}

.container .header .nav .logo img {
  height: 220px;
}

.container .header .nav .logoName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100px;
  left: 230px;
  position: absolute;
  color: white;
  text-decoration: none;
}

.container .header .nav .logoName img {
  height: 120px;
}

.container .header .nav .logoName a {
  color: white;
  text-decoration: none;
  text-align: center;
}

.container .header .nav .logoName a hr {
  margin: 0;
}

.container .header .nav .logoName a .first {
  font-size: 45px;
  font-weight: 900;
  color: #e9e8e8;
  text-shadow: -1px 1px 0 #44444444,
 1px 1px 0 #44444444,
 1px -1px 0 #44444444,
 -1px -1px 0 #44444444;
}

.container .header .nav .logoName a .second {
  font-size: 20px;
  font-weight: 600;
  text-shadow: -1px 1px 0 #44444444,
 1px 1px 0 #44444444,
 1px -1px 0 #44444444,
 -1px -1px 0 #44444444;
}

.container .header .nav .left {
  float: left;
}

.container .header .nav .right {
  float: right;
}

.container .header .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none;
  background: white;
  border: 1px solid silver;
}

.container .header .nav ul.admin {
  max-width: 75%;
}

.container .header .nav ul li {
  position: relative;
  display: inline;
  width: 150px;
  text-align: center;
}

.container .header .nav ul li a {
  display: block;
  text-decoration: none;
  min-height: 40px;
  line-height: 20px;
  padding: 10px 10px;
  border-bottom: 1px solid silver;
  color: black;
  font-size: 90%;
}

.container .header .nav ul li a:hover {
  background: #eee;
}

.container .header .nav ul li ul {
  display: none;
  position: absolute;
  background: #eee;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 150px;
  max-width: unset;
  border: 1px solid silver;
  border-bottom: 0px;
  z-index: 1;
}

.container .header .nav ul li ul > * {
  text-align: left;
}

.container .header .nav ul li ul li a:hover {
  background: #fff;
}

.container .slideshow {
  width: 100%;
  max-height: 335px;
  position: relative;
  padding: 20px;
  /* Slideshow container */
  /* The dots/bullets/indicators */
}

.container .slideshow .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  max-height: 90%;
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Caption text */
  /* Number text (1/3 etc) */
  /* Fading animation */
  /* On smaller screens, decrease text size */
}

.container .slideshow .slideshow-container .mySlides {
  display: none;
  max-height: 90%;
}

.container .slideshow .slideshow-container .mySlides img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 280px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 34px 9px #8E8E8E;
          box-shadow: 0px 0px 34px 9px #8E8E8E;
}

.container .slideshow .slideshow-container .prev, .container .slideshow .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.container .slideshow .slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.container .slideshow .slideshow-container .prev:hover, .container .slideshow .slideshow-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.container .slideshow .slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.container .slideshow .slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.container .slideshow .slideshow-container .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 300px) {
  .container .slideshow .slideshow-container .prev, .container .slideshow .slideshow-container .next, .container .slideshow .slideshow-container .text {
    font-size: 11px;
  }
}

.container .slideshow .dots {
  text-align: center;
  margin: 5px;
}

.container .slideshow .dots .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fba96786;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.container .slideshow .dots .active, .container .slideshow .dots .dot:hover {
  background-color: #ee7f39;
}

.container .content {
  width: 100%;
  min-height: 768px;
  float: left;
  position: relative;
  background: white;
  border: 1px solid silver;
  /* galeria normal */
}

.container .content #left-menu {
  width: 20%;
  float: left;
}

.container .content #left-menu ul {
  list-style-type: none;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

.container .content #left-menu ul a {
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  color: black;
  font-size: 90%;
}

.container .content #left-menu ul a:hover {
  text-decoration: underline;
}

.container .content #left-menu ul a.selected {
  font-weight: bold;
}

.container .content .obsah {
  float: left;
  width: 80%;
  border-left: 1px solid #c0c0c0;
  min-height: 768px;
}

.container .content .obsah .title {
  text-align: center;
}

.container .content .obsah a.link {
  color: black;
  text-decoration: none;
}

.container .content .obsah a.link:hover {
  text-decoration: underline;
}

.container .content .obsah .uvodFotky {
  width: 700px;
  margin: 20px auto;
  display: block;
}

.container .content .obsah .podpis {
  padding: 10px 110px;
  font-weight: bold;
  font-family: "Trebuchet MS";
}

.container .content .galeria {
  text-align: center;
}

.container .content .galeria .fotka {
  position: relative;
  display: inline-block;
  margin: 30px;
  width: 25%;
}

.container .content .galeria .fotka img {
  -webkit-box-shadow: 2px 2px 2px #222;
          box-shadow: 2px 2px 2px #222;
  max-width: 200px;
  max-height: 150px;
}

/* galeria admin */
.galeria {
  text-align: center;
}

.galeria .fotka {
  position: relative;
  display: inline-block;
  margin: 10px;
  width: 25%;
}

.galeria .fotka img {
  -webkit-box-shadow: 2px 2px 2px #222;
          box-shadow: 2px 2px 2px #222;
  max-width: 200px;
  max-height: 150px;
}

.delete {
  background: darkred;
  color: white;
  text-align: center;
  padding: 3px 10px;
  z-index: 1000;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 50px;
}

.delete:hover {
  background: red;
}

.edit {
  background: darkorange;
  color: white;
  text-align: center;
  padding: 3px 10px;
  z-index: 1000;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}

.edit:hover {
  background: orange;
}

.icon {
  position: absolute;
  width: 30px;
  height: 30px;
}

.icon.icon-phone {
  background-image: url("/img/phone.png");
  top: 10px;
}

.paddingAfterIcon {
  padding-left: 40px;
}

table.list-table td {
  padding: 5px 0px;
  border-bottom: 1px solid silver;
  font-size: 12px;
}

table.list-table {
  margin: 30px 0px;
  width: 100%;
}

table.files-table {
  margin: 20px 0px;
  border: 1px solid silver;
}

table.files-table td {
  padding: 10px;
}

.adminMessage {
  background: #eee;
  border: 1px solid #ccc;
  margin: 20px;
  display: none;
}

.adminFilesTable {
  width: 100%;
}

.adminFilesTable tr td {
  padding: 5px;
  text-align: left;
  position: relative;
  font-size: 13px;
}

.adminFilesTable tr:nth-child(even) {
  background: #ddd;
}

.adminFilesTable tr:nth-child(odd) {
  background: #eee;
}

.stylizedButton {
  -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
  box-shadow: inset 0px 1px 0px 0px #a6827e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #7d5d3b), to(#634b30));
  background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
  background-color: #7d5d3b;
  border-radius: 3px;
  border: 1px solid #54381e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #4d3534;
}

.stylizedButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #634b30), to(#7d5d3b));
  background: linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
  background-color: #634b30;
}

.stylizedButton:active {
  position: relative;
  top: 1px;
}

.stylizedButton:disabled {
  border: 1px solid #999999;
  background: #cccccc;
  color: #302e2e;
  cursor: auto;
}