/*
 SCSS - How to apply the style in configurator
 1. Convert scss to css (online compiler, ...)
 2. Add style properties (from scss), which starts with //del comment to your compiled css
 for example: 
 2.1   //del background: url('/img/ulogo.2.jpeg') center / cover no-repeat;
 - remove the //del comment 
 2.2   background: url('/img/ulogo.2.jpeg') center / cover no-repeat;
 - add this to compiled css
 3. Save and export
 */
.hidden h1{
    display: none !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
#eshop #articles .registration.contact-info span {
  top: -52px;
}
#eshop #articles .registration.contact-info tr td {
  display: block;
}
#eshop #articles h3 {margin-bottom: 10px;}
#eshop .contact-info td span {
    position: relative;
    display: block;
    top: -80px;
    left: -7px;
    width: 20px;
}
#eshop form table tbody tr td {
    padding-right: 5px;
}
#eshop .registration td input {
  width: 90%;
}
input[type="button" i] {
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    max-width: 20rem;
    background-color: #f37720;
    padding: .5rem 1rem .6rem;
    border-radius: 25rem;
    border-color: #f37720;
    border-style: solid;
    cursor: pointer;
}
.osm {
  width: 100%;
  display: flex;
  max-width: 500px;
}
iframe {
  width: 100%;
    max-width: 500px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
#content .editor-area hr {
    display: block;
}
body {
  line-height: 1;
}
pre {padding: 10px 0;}
address {
    padding: 10px 0px;
}
ol, ul {
  list-style: none;
}
a {color: #009fe3;}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body, #whole-page, #document, #content {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  background-color: #fff;
}
#document {
  position: relative;
}
input:focus {
  outline: 0;
}
body {
  font-size: 16px;
  font-family: "Helvetica";
  line-height: 1.3;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 991px) {
  .p-1 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1199px) {
  .p-1 {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media screen and (min-width: 1500px) {
  .p-1 {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (min-width: 1800px) {
  .p-1 {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.accessibility-links {
  display: none;
}
.hide {
  display: none;
}
.header {
  position: absolute;
  position: fixed;
  top: 0;
  display: table;
  width: 100%;
  min-height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 54px -18px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 15px 54px -18px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 15px 54px -18px rgba(0, 0, 0, 0.45);
  z-index: 9999;
}
.header .header-inner .logo {
   margin-top: 10px;
}
.header .header-inner #languages {
  text-align: right;
}
.header .header-inner #languages .inner_frame img {
  margin: 5px 5px 0 5px;
}
@media screen and (max-width: 991px) {
  .header .header-inner #languages {
    position: absolute;
    right: 0;
  }
}
.header .header-inner #navigation {
  width: calc(100% - 280px);
  float: left;
}
.header .header-inner #navigation .inner_frame nav {
  width: 100%;
  min-height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.header .header-inner #navigation .inner_frame nav menu {
  padding-right: 20px;
  margin-left: 5px;
}
.header .header-inner #navigation .inner_frame nav menu li {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  box-sizing: border-box;
  overflow: unset !important;
  padding: 5px;
  transition: 0.4s all;
  border-bottom: 2px solid transparent;
  color: transparent;
  max-height: 80px;
}
.header .header-inner #navigation .inner_frame nav menu li:hover {
  background: #f4f4f4;
  padding: 19px 5px 19px 5px;
  border-bottom: 2px solid;
}
.header .header-inner #navigation .inner_frame nav menu li ul {
  position: absolute;
  left: 0px;
  top: 78px;
  min-width: 200px;
  background-color: inherit;
}
.header .header-inner #navigation .inner_frame nav menu li ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header .header-inner #navigation .inner_frame nav menu li ul li:hover {
  padding: 5px;
}
.header .header-inner #navigation .inner_frame nav menu li a {
  color: transparent;
  text-decoration: none;
  display: block;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .header .header-inner #navigation .inner_frame nav menu li a {
    font-size: 1.3em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .header-inner #navigation .inner_frame nav {
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .header .header-inner #navigation {
    width: 100%;
    display: none;
  }
  .header .header-inner #navigation.menu-active {
    display: block;
  }
  .header .header-inner #navigation .inner_frame nav menu {
    width: 100%;
    height: calc(100vh - 160px);
    overflow: auto;
    padding-right: 0;
  }
  .header .header-inner #navigation .inner_frame nav menu li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header .header-inner #navigation .inner_frame nav menu li ul {
    display: none !important;
  }
}
.header .header-inner #search {
  position: absolute;
right: 80px;
    top: 19px;
  min-height: 80px;
  width: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .header-inner #search form {
  margin-top: -4px;
}
.header .header-inner #search fieldset #key {
  width: 125px;
  background-color: #f4f4f4;
  color: #000;
  padding: 10px;
  border: 0;
  border-radius: 4px;
}
.header .header-inner #search fieldset #key:focus {
  outline: none;
}
@media screen and (max-width: 991px) {
  .header .header-inner #search fieldset #key {
    width: 75px;
  }
}
#block-comments .clButton {
   text-align: left;
    width: 100%;
    display: block;
    margin-top: 10px;
}

@media(min-width: 768px) { 
   #block-comments .clButton {
      text-align: center;
  }
}
.recaptchaContainer {
   text-align: left;
}
@media(min-width: 768px) { 
   .recaptchaContainer {
      text-align: center;
  }
}
.header .header-inner #search fieldset .clButton {
  position: relative;
  margin-left: 5px;
}
.header .header-inner #search fieldset .clButton .magGlass {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  right: 0;
}
@media(min-width: 991px) {
   .header .header-inner #search fieldset .clButton .magGlass {
  right: 15px;
}
}
.header .header-inner #search fieldset .clButton .magGlass span:nth-of-type(1) {
  width: 10px;
  height: 10px;
  border: 4px solid;
  display: block;
  border-radius: 50%;
}
.header .header-inner #search fieldset .clButton .magGlass span:nth-of-type(2) {
  width: 4px;
  height: 14px;
  background: #009fe3;
  display: block;
  transform: rotate(-45deg);
  margin-top: -6px;
  margin-left: 17px;
  border-radius: 0 0 20px 20px;
}
.header .header-inner #search fieldset .clButton #sendsearch {
  height: 30px;
  width: 30px;
  background: none;
  border: none;
  opacity: 0;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .header-inner #search {
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .header .header-inner #search {
    width: auto;
    top: -7px;
    left: 15px;
  }
}
#menu-toggle {
  position: absolute;
  top: 22px;
  right: 17px;
  border: 0;
  outline: 0;
  padding: 0;
  padding-bottom: 6px;
  cursor: pointer;
  min-height: 35px;
  display: none;
  background: transparent;
  z-index: 99999;
}
#menu-toggle.menu-active {
  top: 20px;
}
#menu-toggle.menu-active span:nth-of-type(1) {
  opacity: 0;
}
#menu-toggle.menu-active span:nth-of-type(2) {
  transform: rotate(45deg);
}
#menu-toggle.menu-active span:nth-of-type(3) {
  transform: rotate(-45deg);
  margin-top: -7px;
}
#menu-toggle span {
  border-top: 5px #009fe3 solid;
  width: 30px;
  margin: 2px 0;
  display: block;
  transition: 0.3s all linear;
}
@media screen and (max-width: 991px) {
  #menu-toggle {
    display: block;
  }
}
#content {
  padding-top: 80px;
  display: block;
  box-sizing: border-box;
}
#content #content-wrapper {
  height: 100%;
  display: inline;
}
#content #content-wrapper.content-wrapper {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 30px;
  padding-bottom: 0;
}
@media screen and (min-width: 991px) {
  #content #content-wrapper.content-wrapper {
    width: calc(100% - 320px);
    padding-right: 30px;
  }
  #content #content-wrapper .modules {
    width: 320px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1199px) {
  #content #content-wrapper.content-wrapper {
    width: calc(100% - 445px);
  }
  #content #content-wrapper .modules {
    width: 380px;
  }
}
@media screen and (min-width: 1500px) {
  #content #content-wrapper.content-wrapper {
    width: calc(100% - 430px);
  }
  #content #content-wrapper .modules {
    width: 430px;
  }
}
@media screen and (min-width: 1800px) {
  #content #content-wrapper.content-wrapper {
    width: calc(100% - 550px);
  }
  #content #content-wrapper .modules {
    width: 550px;
  }
}
#eshop #perex {
    margin: 20px 0;
}
#eshop .products h2 {
    margin: 15px 0;
}
#content #content-wrapper #eshop a {
  color: #000;
}
#content #content-wrapper #eshop #panel {
  width: 100%;
}
#content #content-wrapper #eshop .products .article {
  border: 1px solid #777;
  padding: 10px 30px;
  border-radius: 20px;
  margin: 10px;
  background-color: #fff;
  text-align: center;
  width: 170px;
}
#eshop .products .article h3 {
    height: auto;
   font-size: 1.1em;
    font-weight: 600;
    text-align: left;
}
@media(min-width: 768px) {
#eshop .products .article h3 {
    height: 5em;
}
}
#content #content-wrapper #eshop .products .article .photo-wrap {
  width: 100%;
}
#eshop .products .article .editor-area p {
    padding: 0;
}
#eshop .products .article span.price {
    text-align: left;
    margin: 15px 0;
}
#eshop .products .article .editor-area {
    height: auto;
    text-align: left;
    padding: 5px 0;
}
@media(min-width: 768px) {
#eshop .products .article .editor-area {
    height: 5.5em;
}
}
#content #content-wrapper #eshop .products .article .photo-wrap img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
#content #content-wrapper #eshop .products .article h3 a {
  color: #000;
}
#content #content-wrapper #eshop #articles {
  background: #f4f4f4;
  padding: 20px;
  color: #000;
}
#content #content-wrapper #eshop #articles .wrap #baskettransport, #content #content-wrapper #eshop #articles .wrap #basketpayments {
  padding: 20px 0;
  width: 100%;
}
@media screen and (min-width: 991px) {
  #content #content-wrapper #eshop #articles .wrap #baskettransport, #content #content-wrapper #eshop #articles .wrap #basketpayments {
    width: 50%;
  }
}
#content #content-wrapper #eshop #articles .clButton input[type=submit] {
  padding: 10px;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  margin: 10px 5px;
}
#content #content-wrapper #eshop #articles #steps ul li {
  border-radius: 20px;
  padding: 10px;
  margin: 10px 5px;
}
#content #content-wrapper #eshop #articles #steps ul li.active {
  font-weight: bold;
  background: #fff;
}
#content #content-wrapper #eshop #articles input[type="text"], #content #content-wrapper #eshop #articles input[type="password"] {
  padding: 10px;
  float: right;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
}
#content #content-wrapper #eshop #articles .login-info, #content #content-wrapper #eshop #articles #account_info table, #content #content-wrapper #eshop #articles #delivery_address table, #content #content-wrapper #eshop #articles #account_firm table {
  max-width: 300px;
  width: 100%;
}
#content #content-wrapper #eshop #articles #basket input[type="text"] {
  width: auto;
  float: left;
  padding: 7px;
}
#content #content-wrapper #eshop #articles #basket_preview_form tr td {
  padding: 10px 0;
}
#content #content-wrapper #eshop #articles #basket_preview_form input[type="text"] {
  width: auto;
  float: left;
  padding: 7px;
}
#content .hero {
  width: 100%;
  height: auto;
  padding-top: 59%;
  background-size: contain;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  background: url('/img/ulogo.2.jpeg') top center / cover no-repeat;
}
#content .hero .hero-inner {
  position: absolute;
  top: 15%;
  padding: 0 20px;
  height: 53px;
  height: auto;
  max-width: 60%;
  box-sizing: border-box;
  word-break: break-all;
}
#content .hero .hero-inner h1 {
  text-transform: uppercase;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 20px;
  min-width: 230px;
}
#content .hero.head-left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
#content .hero.head-left .hero-inner {
    text-align: right;
    left: 0;
    margin-left: 0;
}
@media (min-width: 992px) {
  #content .hero.head-left .hero-inner {
    left: 3%;
  }
}
@media (min-width: 1200px) {
  #content .hero.head-left .hero-inner {
    left: 7%;
  }
}
#content .hero.head-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#content .hero.head-center .hero-inner {
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
}
#content .hero.head-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#content .hero.head-right .hero-inner {
  text-align: left;
    right: 0;
    margin-right: 0;
}

@media (min-width: 992px) {
  #content .hero.head-right .hero-inner {
    right: 3%;
  }
}

@media (min-width: 1200px) {
  #content .hero.head-right .hero-inner {
    right: 7%;
  }
}
@media screen and (max-width: 991px) {
  #content .hero .hero-inner {
    max-width: 95%;
  }
}
#content #articles {
  margin-bottom: 0;
}
@media(min-width: 991px) {
  #content #articles {
    margin-bottom: 30px;
  }
}
#content #articles .list-of-pages {
  margin: 10px 0;
}
#content #articles .list-of-pages hr {
  display: none;
}
#content #articles .list-of-pages .numbers {
  text-align: center;
}
#content #articles .list-of-pages a {
  color: #000;
}
#content #articles > h1, #content #archive > h1, #content #articles > h2, #content #archive > h2, #content #articles > h3, #content #archive > h3 {
  color: #000;
  padding: 10px 0;
}
#content #articles #section_subsections, #content #archive #section_subsections {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
}
#content #articles #section_subsections a, #content #archive #section_subsections a {
  color: #fff;
  text-decoration: none;
}
#content #articles #section_subsections a:hover, #content #archive #section_subsections a:hover {
  text-decoration: underline;
}
#content #articles .article .editor-area, #content #archive .article .editor-area {
  position: relative;
  margin: 5px 0;
  padding: 0;
}
#content #articles .article .editor-area .preview, #content #archive .article .editor-area .preview {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
#content #articles .article .editor-area .preview img, #content #archive .article .editor-area .preview img {
  width: 60%;
  height: 100%;
  object-fit: cover;
  float: right;
}
#content #articles .article .editor-area .article-content, #content #archive .article .editor-area .article-content {
  position: relative;
  z-index: 2;
  width: 40%;
  height: 305px;
  float: left;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
  background-color: #009fe3;
}
#content #articles .article .editor-area .article-content h3 a, #content #archive .article .editor-area .article-content h3 a {
  color: #fff;
  display: block;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  padding-right: 20px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: 0.5s all;
}
#content #articles .article .editor-area .article-content h3 a:after, #content #archive .article .editor-area .article-content h3 a:after {
  content: " >";
  right: 2px;
  bottom: 5px;
  position: absolute;
  color: #000;
  transition: 0.5s all;
}
#content #articles .article .editor-area .article-content h3 a:hover, #content #archive .article .editor-area .article-content h3 a:hover {
  background: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
}
#content #articles .article .editor-area .article-content h3 a:hover:after, #content #archive .article .editor-area .article-content h3 a:hover:after {
  right: 5px;
}
#content #articles .article .editor-area .article-content .ifo-article, #content #archive .article .editor-area .article-content .ifo-article {
  margin-top: 5px;
  margin-bottom: 20px;
}
#content #articles .article .editor-area .article-content .ifo-article .first, #content #archive .article .editor-area .article-content .ifo-article .first {
  margin-right: 10px;
}
#content #articles .article .editor-area .article-content .ifo-article a, #content #archive .article .editor-area .article-content .ifo-article a {
  color: #000;
  text-decoration: none;
}
#content #articles .article .editor-area .article-content .ifo-article a:hover, #content #archive .article .editor-area .article-content .ifo-article a:hover {
  text-decoration: underline;
}
#content #articles .article .editor-area .article-content .article-preview-text, #content #archive .article .editor-area .article-content .article-preview-text {
  overflow: hidden;
  height: 120px;
}
#content #articles .article .editor-area .article-content .article-preview-text p, #content #archive .article .editor-area .article-content .article-preview-text p {
  padding: 0;
}
#content #articles .article .editor-area .article-content .article-preview-text a, #content #archive .article .editor-area .article-content .article-preview-text a {
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  #content #articles .article .editor-area .article-content, #content #archive .article .editor-area .article-content {
    width: 75%;
  }
}
#content .article .editor-area p, #content .detail_article .editor-area p {
  padding: 15px 0;
}
#content .article .editor-area a, #content .detail_article .editor-area a {
  color: #000;
}
#content .article .editor-area blockquote, #content .detail_article .editor-area blockquote {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
  margin: 15px;
  position: relative;
}
#content .article .editor-area blockquote:after, #content .detail_article .editor-area blockquote:after {
  content: "''";
  font-size: 60px;
  position: absolute;
  top: -25px;
  left: 0;
}
#content .article .editor-area dl, #content .detail_article .editor-area dl {
  border: 1px solid #000;
}
#content .article .editor-area dl dt, #content .detail_article .editor-area dl dt {
  background: #009fe3;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#content .article .editor-area dl dd, #content .detail_article .editor-area dl dd {
  padding: 10px;
}
#content .article .editor-area table, #content .detail_article .editor-area table {
  width: 100%;
  text-align: left;
  overflow: auto;
  display: block;
}
#content .article .editor-area table th, #content .detail_article .editor-area table th {
  background-color: #009fe3;
  color: #fff;
}
#content .article .editor-area table th, #content .detail_article .editor-area table th, #content .article .editor-area table td, #content .detail_article .editor-area table td {
  border: 1px solid #009fe3;
  padding: 5px;
}
#content .article .editor-area ol, #content .detail_article .editor-area ol {
  list-style: decimal;
  margin-left: 20px;
}
#content .article .editor-area ul, #content .detail_article .editor-area ul {
  list-style: disc;
  margin-left: 20px;
}
#content .article .editor-area kbd, #content .detail_article .editor-area kbd {
  border: 2px solid #9c9b9b;
  border-radius: 5px;
  padding: 2px;
  background: #ccc;
}
#content .article .editor-area code, #content .detail_article .editor-area code {
  width: 100%;
  background: #009fe3;
  padding: 10px;
  border-radius: 5px;
  display: block;
  color: #fff;
  font-family: monospace;
  box-sizing: border-box;
}
#content .article .editor-area pre, #content .detail_article .editor-area pre {
  overflow: auto;
}
#content .content-inner {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 0;
}
@media(min-widht: 991px) {
  #content .content-inner {
  padding-bottom: 30px;
}
}
#content .content-inner h2 {
  background-color: #009fe3;
  color: #fff;
  padding: 10px;
}
#content .content-inner .uvod {
  margin-bottom: 30px;
}
#content .content-inner .uvod .uvod-in {
  background: #fff;
  padding: 10px 0;
}
#content .content-inner .uvod .uvod-in h1, #content .content-inner .uvod .uvod-in h2, #content .content-inner .uvod .uvod-in h3, #content .content-inner .uvod .uvod-in h4, #content .content-inner .uvod .uvod-in h5, #content .content-inner .uvod .uvod-in h6 {
  background-color: #009fe3;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  padding: 10px;
  margin: 5px 0;
}
#content .content-inner .uvod .uvod-in p {
  padding: 15px 0;
}
#content .content-inner .uvod .uvod-in a {
  color: #009fe3;
  text-decoration: none;
}
#content .content-inner .uvod .uvod-in a:hover {
  text-decoration: underline;
}
#content .content-inner .uvod .uvod-in blockquote {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
  margin: 15px;
  position: relative;
}
#content .content-inner .uvod .uvod-in blockquote:after {
  content: "''";
  font-size: 60px;
  position: absolute;
  top: -25px;
  left: 0;
}
#content .content-inner .uvod .uvod-in dl {
  border: 1px solid #000;
}
#content .content-inner .uvod .uvod-in dl dt {
  background: #009fe3;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#content .content-inner .uvod .uvod-in dl dd {
  padding: 10px;
}
#content .content-inner .uvod .uvod-in table {
  width: 100%!important;
    max-width: 500px;
  text-align: left;
  overflow: auto;
  display: table;
}
#content .content-inner .uvod .uvod-in table th {
  background-color: #009fe3;
  color: #fff;
}
#content .content-inner .uvod .uvod-in table th, #content .content-inner .uvod .uvod-in table td {
  border: 1px solid #009fe3;
  padding: 5px;
}
#content .content-inner .uvod .uvod-in ol {
  list-style: decimal;
  margin-left: 20px;
  padding: 10px;
}
#content .content-inner .uvod .uvod-in ul {
  list-style: disc;
  margin-left: 20px;
  padding: 10px;
}
#content .content-inner .uvod .uvod-in kbd {
  border: 2px solid #9c9b9b;
  border-radius: 5px;
  padding: 2px;
  background: #ccc;
}
#content .content-inner .uvod .uvod-in code {
  width: 100%;
  background: #009fe3;
  padding: 10px;
  border-radius: 5px;
  display: block;
  color: #fff;
  font-family: monospace;
  box-sizing: border-box;
}
#content .content-inner .uvod .uvod-in pre {
  overflow: auto;
}
#content .content-inner #articles-container > h2 {
  display: none;
}
#content #photos-container #photo-album h2 {
  display: none;
}
#content #photos-container #photo-album #folders {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content #photos-container #photo-album #folders .folder {
  width: 100%;
  margin: 10px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
}
@media(min-width: 991px) {
  #content #photos-container #photo-album #folders .folder {
  width: 150px;
}
}
#content #photos-container #photo-album #folders .folder .photo-wrap img {
  width: 100%;
  object-fit: contain;
}
@media(min-width: 991px) {
#content #photos-container #photo-album #folders .folder .photo-wrap img {
  width: 150px;
}
}
#content #photos-container #photo-album #folders .folder .folder-info h3 {
  background-color: #009fe3;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  font-size: 1.2em;
}
#content #photos-container #photo-album #folders .folder .folder-info a {
  color: #fff;
  text-decoration: none;
}
#content #photos-container #photo-album #photos {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content #photos-container #photo-album #photos > h2 {
  width: 100%;
}
#content #photos-container #photo-album #photos .photo-wrap > div {
  width: 150px;
  margin: 10px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
}
#content #photos-container #photo-album #photos .photo-wrap > div img {
  width: 145px;
  object-fit: contain;
}
#content #slide h2 {
  color: #000;
  padding: 10px 0;
}
#content #slide h3 {
  background-color: #009fe3;
  color: #fff;
  padding: 10px;
}
#content #slide .slide-img {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
}
#content #slide .slide-img #slide-img-width, #content #slide .slide-img .slide.img.width {
  width: 100% !important;
  height: auto !important;
}
#content #slide .slidenav, #content #slide #timenav {
  background-color: #009fe3;
  color: #777;
  padding: 10px;
}
#content #slide .slidenav a, #content #slide #timenav a {
  color: #fff;
  text-decoration: none;
}
#content #slide .slidenav .back, #content #slide #timenav .back, #content #slide .slidenav .forward, #content #slide #timenav .forward {
  display: inline-block;
}
#content #slide .slidenav .back a, #content #slide #timenav .back a, #content #slide .slidenav .forward a, #content #slide #timenav .forward a {
  margin-right: 10px;
}
#content #slide #timenav {
  background-color: #009fe3;
  background-color: rgba(0, 0, 0, 0.1);
}
#content #slide #thumbnav {
  background: rgba(0, 0, 0, 0.1);
}
#content #slide #thumbnav .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content #slide #thumbnav .wrap .box {
  float: left;
}
#content #slide .slidebar {
  background: rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  padding: 10px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
#content #events, #content #event_archive {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content #events > h1, #content #event_archive > h1, #content #events > h2, #content #event_archive > h2, #content #events > h3, #content #event_archive > h3 {
  color: #000;
  padding: 10px 0;
  width: 100%;
}
#content #events .event-box, #content #event_archive .event-box {
  width: 100%;
  float: left;
}
#content #events .event-box .event-perex, #content #event_archive .event-box .event-perex {
  margin: 10px;
  background-color: #fff;
  padding-bottom: 10px;
}
#content #events .event-box .event-perex .event-perex-text h3, #content #event_archive .event-box .event-perex .event-perex-text h3 {
  background-color: #009fe3;
}
#content #events .event-box .event-perex .event-perex-text h3 a, #content #event_archive .event-box .event-perex .event-perex-text h3 a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  transition: 0.3s all linear;
}
#content #events .event-box .event-perex .event-perex-text h3 a:hover, #content #event_archive .event-box .event-perex .event-perex-text h3 a:hover {
  color: #000;
  background: #fff;
  padding: 5px 15px;
}
#content #events .event-box .event-perex .event-perex-text h3 a:after, #content #event_archive .event-box .event-perex .event-perex-text h3 a:after {
  content: ">";
  float: right;
}
#content #events .event-box .event-perex .event-perex-text .event-perex-info, #content #event_archive .event-box .event-perex .event-perex-text .event-perex-info {
  padding: 10px;
  color: #000;
}
#content #events .event-box .event-perex .event-perex-text .event-perex-info .event-perex-info-text, #content #event_archive .event-box .event-perex .event-perex-text .event-perex-info .event-perex-info-text {
  height: 52px;
  overflow-y: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 5px;
}
#content #events .event-box .event-perex .event-perex-img, #content #event_archive .event-box .event-perex .event-perex-img {
  text-align: center;
  height: 200px;
  width: calc(100% - 20px);
  object-fit: contain;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 10px;
  box-sizing: border-box;
}
#content #events .event-box .event-perex .event-perex-img img, #content #event_archive .event-box .event-perex .event-perex-img img {
  height: 180px;
  width: auto;
  object-fit: contain;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  #content #events .event-box, #content #event_archive .event-box {
    width: 50%;
  }
}
#content #event-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content #event-detail .article_img {
  width: 100%;
  height: 150px;
  text-align: center;
  background-color: #009fe3;
  background-color: rgba(0, 0, 0, 0.1);
}
#content #event-detail .article_img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media screen and (min-width: 991px) {
  #content #event-detail .article_img {
    height: 350px;
  }
  #content #event-detail .article_img img {
    height: 350px;
  }
}
#content #event-detail h3 {
  color: #000;
  padding: 10px;
  width: 100%;
}
#content #event-detail .event-detail-info {
  width: 100%;
  float: left;
  background-color: #009fe3;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
#content #event-detail .event-detail-info span {
  display: inline-block;
}
#content #event-detail .event-detail-text {
  width: 100%;
  float: left;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
#content .modules {
  width: 100%;
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
}
#content .modules .modules-in #breadcrumb-nav {
  color: #777;
  background: #fff;
  padding: 10px;
}
#content .modules .modules-in #breadcrumb-nav a {
  color: #000;
  margin-right: 5px;
  text-decoration: none;
}
#content .modules .modules-in #breadcrumb-nav a:after {
  content: " > ";
}
#content .modules .modules-in #languages .inner_frame img {
  margin: 5px;
}
#content .modules .modules-in hr {
  display: none;
}
#content .modules .modules-in .section {
  margin: 10px 0;
}
#content .modules .modules-in .section h2 {
  font-size: 1.2em;
  color: #fff;
  padding: 5px 10px;
  background-color: #009fe3;
  position: relative;
  left: auto;
  top: auto;
}
#content .modules .modules-in .section .inner_frame {
  padding: 10px;
  background-color: #fff;
  border: 1px solid;
  border-top: 0;
  color: #777;
}
#content .modules .modules-in .section .inner_frame a {
  color: #000;
  text-decoration: none;
}
#content .modules .modules-in .section .inner_frame a:hover {
  text-decoration: underline;
}
#content .modules .modules-in .section .inner_frame .wrap-of-photo img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#content .modules .modules-in .section#stats .inner_frame {
  text-align: left;
}
#content .modules .modules-in .section#stats .inner_frame table {
  width: 100%;
}
#content .modules .modules-in .section#stats .inner_frame table tfoot {
  color: #00c300;
}
#content .modules .modules-in .section#photo-album-nav a, #content .modules .modules-in .section#rss-nav a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  transition: 0.5s all;
}
#content .modules .modules-in .section#photo-album-nav a:hover, #content .modules .modules-in .section#rss-nav a:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 10px;
}
#content .modules .modules-in .section#photo-album-nav a:after, #content .modules .modules-in .section#rss-nav a:after {
  content: ">";
  float: right;
}
#content .modules .modules-in .section#calendar table {
  width: 100%;
  text-align: center;
}
#content .modules .modules-in .section#mail-list .inner_frame {
  text-align: center;
  background-color: #009fe3;
  border: 0;
}
#content .modules .modules-in .section#mail-list .inner_frame #mail-list-decoration {
  background: url("https://s3b.estranky.cz/img/d/1000000404/icon_mail.png") center / contain no-repeat;
  margin-bottom: 10px;
  height: 80px;
  width: 100%;
  display: block;
}
#content .modules .modules-in .section#mail-list .inner_frame #mail-list-key {
  width: 90%;
  padding: 5px;
  box-sizing: border-box;
  border: 0;
  border-radius: 5px;
  display: block;
}
@media(min-width: 1100px) {
   #content .modules .modules-in .section#mail-list .inner_frame #mail-list-key {
     width: 98%;
   }
}
#content .modules .modules-in .section#mail-list .inner_frame #mail-list-key:focus {
  outline: 0;
}
#content .modules .modules-in .section#mail-list .inner_frame #send-mail-list {
  padding: 10px 30px;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: 5px 0 0 0px;
  font-size: 12px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: 0.5s all;
}
#content .modules .modules-in .section#mail-list .inner_frame #send-mail-list:hover {
  color: #000;
}
#content .modules .modules-in .section#login form label {
  width: 50px;
  float: left;
}
#content .modules .modules-in .section#login form input {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  margin: 5px 0;
  border: 0;
  border-radius: 5px;
  background: rgba(196, 181, 159, 0.37);
}
#login form a {display: inline-block;  margin: 5px;}
#nav-basket.section {
    line-height: 23px;
}
#content .modules .modules-in .section#login form input.submit {
    float: none;
    display: block;
    background-color: rgba(196, 181, 159, 0.37);
    font-weight: bold;
    width: 100px;
    padding: 10px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
    margin: 10px 0px;
}

@media (min-width: 480px) and (max-width: 991px) {
  #content .modules .modules-in .section {
    width: 48%;
    float: left;
    margin: 1% !important;
  }
}
@media screen and (min-width: 991px) {
  #content .content-inner {
    width: 70%;
    padding-right: 30px;
  }
  #content .modules {
    width: 30%;
    padding-left: 0;
  }
}
@media screen and (min-width: 1199px) {
  #content .content-inner {
    width: 70%;
  }
  #content .modules {
    width: 30%;
  }
}
@media screen and (min-width: 1500px) {
  #content .content-inner {
    width: calc(100% - 430px);
  }
  #content .modules {
    width: 430px;
  }
}
@media screen and (min-width: 1800px) {
  #content .content-inner {
    width: calc(100% - 550px);
  }
  #content .modules {
    width: 550px;
  }
}
#content .detail_article .image .article_img {
  height: 150px;
  text-align: center;
  background-color: #009fe3;
  background-color: rgba(0, 0, 0, 0.1);
}
#content .detail_article .image .article_img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media screen and (min-width: 991px) {
  #content .detail_article .image .article_img {
    height: 350px;
  }
  #content .detail_article .image .article_img img {
    height: 350px;
  }
}
#content .detail_article .col-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .detail_article .col-container .col {
  float: left;
  padding: 20px;
  box-sizing: border-box;
}
#content .detail_article .col-container .col.col_lft {
  width: 100%;
  background-color: #009fe3;
  color: #fff;
}
#content .detail_article .col-container .col.col_lft span.article-date {
  display: block;
  margin: 10px 0;
  border-bottom: 1px solid;
}
#content .detail_article .col-container .col.col_lft p {
  line-height: 1.4;
  font-weight: 100;
}
#content .detail_article .col-container .col.col_rgt {
  width: 100%;
  background-color: #fff;
  position: relative;
  top: 20px;
  padding-top: 15px;
}
#content #rss-channels {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
#content #rss-channels h2 {
  background: rgba(0, 0, 0, 0.45);
  padding: 10px;
  color: #fff;
}
#content #rss-channels h3 {
  margin: 10px 0;
}
#content #rss-channels a {
  color: #000;
  font-weight: bold;
  word-break: break-all;
}
#content #archive #folders {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content #archive #folders .folder {
  width: 150px;
  margin: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
}
#content #archive #folders .folder .photo-wrap img {
  height: 100px;
  width: 128px;
  object-fit: contain;
}
#content #archive #folders .folder .folder-info h3 {
  background-color: #009fe3;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  font-size: 1.2em;
}
#content #archive #folders .folder .folder-info a {
  color: #fff;
  text-decoration: none;
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #009fe3;
  float: left;
  width: 100%;
}
.footer span {
  display: inline !important;
  margin-left: 5px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #000;
}
/* Comments */
#block-comments {
  border-top: 1px solid #E5E5E5;
  margin-top: 15px;
  padding-top: 30px;
}
#block-comments * {
    box-sizing: border-box;
}
#block-comments h2,
#block-comments &gt; h3 {
    margin-bottom: 40px;
    color: #fff
}
#block-comments legend, #block-comments label {
  display: none;
}
#block-comments label {
  _display: block;
}
.ie9 #block-comments label, .ie8 #block-comments label {
  display: block;
}
#block-comments dl {
  margin: 0;
}
#block-comments dd {
  margin-left: 0;
}
#validation-dt {
  margin-bottom: 10px;
  color: #000;
}
.vizual-captcha {
   width: 100%;
} 
#mail-list-message .message {
  margin-top: 10px;
  display: block;
  color: #000;
}

#block-comments #validation-dt label {
  display: inline-block;
}

#block-comments #c_validation_div, #block-comments #c_validation {
  width: 240px;
}
#block-comments .sound-captcha {
  display: inline-block;
  margin-top: 3px;
}
#block-comments dd input, #block-comments dd textarea {
  width: 90%;
  padding: 10px 8px;
  margin: 3px 0;
  font-size: 0.929em;
  border: 1px solid #E5E5E5;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  outline: none;
}
@media(min-width: 991px) {
  #block-comments dd input, #block-comments dd textarea {
     width: 100%;
  }
}
#block-comments dd input:hover, #block-comments dd textarea:hover {
  border-color: #009fe3;
  outline: none;
}
#block-comments textarea {
  margin-bottom: 20px;
}
#block-comments .submit {
  padding: 10px 20px;
  background: #009fe3;
  border: 1px solid #009fe3;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#block-comments .submit:hover {
  background: #fff;
  border-color: #cdebfc;
  outline: none;
  color: #009fe3;
}
#block-comments h3 + div {
  border-top: 1px solid #E5E5E5;
}
#block-comments #comments-form {
  margin-bottom: 50px;
}
#block-comments .message {
  position: relative;
  margin: 10px 0;
  padding: 10px 20px 10px 12px;
  border-radius: 4px;
  font-weight: bold;
  border-left: 8px solid #e81e1e;
  background: #ffdddd;
  display: inline-block;
  font-size: .8em;
}
.comments-wrap {
  background: #fff;
  padding: 5px;
}
.comment {
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0;
}
.comment .commentWrap {
  border-left: 3px solid #009fe3;
  padding-left: 25px;
}
.comment .commentWrap p {
  margin: 0 0 15px;
}
.comment h3 {
  font-size: 1em;
  margin: 0 0 20px;
}
.comment .comment-footer {
  font-size: 0.786em;
}
.comment .comment-footer .date {
  background: url(&quot;&lt;!--/ img_root /--&gt;date.png&quot;) 0 1px no-repeat;
  padding-left: 18px;
  margin-right: 20px;
}
.comment .comment-footer a {
  display: inline-block;
  color: #009fe3;
  text-decoration: none;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.comment .comment-footer a:hover {
    color: #484848;
}
/* comments level */
.level0 {
  border-left: 3px solid #009fe3;
}
.level0 .commentWrap {
  border: none;
}
.level1 {
  margin-left: 20px;
}

.level2 {
  margin-left: 40px;
}

.level3 {
  margin-left: 60px;
}

.level4 {
  margin-left: 80px;
}

.level5 {
  margin-left: 100px;
}

.level6 {
  margin-left: 120px;
}

.level7 {
  margin-left: 140px;
}

.level8 {
  margin-left: 160px;
}

.level9 {
  margin-left: 180px;
}
/* end comments */
/* Fix nahledu fotek */
.box
{ display: inline-block; margin: 5px; }

#preview-folder
{ display: inline-block; }

.inner_frame p { 
   display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 0px;
    text-align: left; 
}

.inner_frame
{ margin-top: 15px; }

@media screen and (max-width: 480px) {
.inner_frame p
{ width: 100%; text-align: center; }

}

/* CSS pro podrubriky */
#content #articles #section_subsections,
#content #articles #section_subsections .section_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
}

#content #articles #section_subsections .section_article {
    width: calc(100% / 4 - 20px);
    background: #009fe3;
    border-radius: 5px;
    padding: 5px;
    margin: 0 5px 10px;
}

#content #articles #section_subsections .section_article h3 {
   font-weight: normal;
  margin-bottom: 10px;
   width: 100%;
}

#content #articles #section_subsections .section_article h3 a {
   display: block;
  padding: 5px;
  transition: 0.5s all;
}

#content #articles #section_subsections .section_article h3 a:hover {
   background: #fff;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
}

#content #articles #section_subsections .section_article > div {
  color: #000;
  -ms-flex-item-align: end;
   align-self: flex-end;
  margin: 0 5px;
}
#portrait a img {
    min-width: 240px !important;
    height: auto;
}
.modules .inner_frame {
    margin-top: 0;
}
address p {
    text-align: left !important;
    margin-bottom: 10px;
    width: 100% !important
}
address p:nth-child(1) {
    font-weight: 600;
}
.under-article .inner_frame p {
    margin: 20px 0;
    display: block;
    text-align: left;
}
div#preview-folder .wrap .box div a img {
    width: 145px;
}
#c_validation {
    position: relative;
    top: -15px;
    width: 20%;
    margin: 10px 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (max-width: 585px) {
  #c_validation {
    width: 89%
  }
}

#c_validation_div {
    display: inline-block;
    margin: 10px 0;
}

.editor-area form p input[type="submit"] {
    padding: 10px 20px;
    background: #009fe3;
    border: 1px solid #009fe3;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.editor-area form p input[type="submit"]:hover {
    background: #fff;
    border-color: #cdebfc;
    outline: none;
    color: #009fe3;
}

/* ------------- CUSTOM GALLERY ---------------- */
/* INIT SLIDER STYLES  */
.initSlider,
.initSlider *,
.initSlider *::after,
.initSlider *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 

.slide.hide,
.slide.hideSlide {
  display: none !important;
}

 

.initSlider {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}
.initSlider .firstImg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}

 

.initSlider .lastImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}
.initSlider img {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-drag: none;
}

 

.initSlider .slide {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  text-align: center;
}

 

.initSlider .slide a {
  z-index: 55;
}

 

.initSlider .containerGallery {
  position: relative;
  display: inline-block;
}

 

.initSlider .slider__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: rgba(0, 0, 0, 0.4);
}
/* end INIT SLIDER STYLES */

 

/* SLIDER GALLERY STYLES  */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  body[data-slider-open="true"] {
     background: #000;
  }
}
body[data-slider-open="true"] {
  overflow: hidden;
}
body[data-slider-open="true"] .slider-gallery {
  display: block;
}

 

.slider-gallery {
  position: fixed;
  z-index: 100000;
  padding: 5px 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  display: none;
}
.slider-gallery .slider-gallery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 10px;
  margin-top: 15px;
}
.slider-gallery .slider-gallery__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
 -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__position {
  font-size: 1.42857rem;
  -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  color: inherit;
}
.slider-gallery .slider-gallery__header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__close {
  padding-left: 5px;
 cursor: pointer;
}

 

.slider-gallery .slider-gallery__close:hover {
  opacity: 0.6;
}
.slider-gallery .slider-gallery__description-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px 0;
  line-height: 1.5;
}

 

.slider-gallery .slider-gallery__description,
.slider-gallery .slider-gallery__comment {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #eee;
  text-align: left;
}

 

.slider-gallery .slider-gallery__comment {
  font-size: 0.7rem;
}

 

.slider-gallery .slider-gallery__arrow {
  position: absolute;
  top: 0;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
}
.slider-gallery .slider-gallery__arrow {
  width: 30px;
}

 

.slider-gallery .slider-gallery__arrow:hover {
  opacity: 0.6;
}

 

.slider-gallery .slider-gallery__arrow-prev {
  left: 0;
  width: 30%;
}

 

.slider-gallery .slider-gallery__arrow-next {
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70%;
}

 

.slider-gallery .slider-gallery__arrow-icon {
   border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    position: relative;
}

 

.slider-gallery .slider-gallery__arrow-prev-icon {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 10px;
}

 

.slider-gallery .slider-gallery__arrow-next-icon {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 10px;
}

 

.slider-gallery .slider-gallery__slider {
  position: relative;
  height: 80vh;
  min-height: 700px;
}

 

.slider-gallery .slider-gallery__slide {
  height: 100%;
}

 

.slider-gallery .slider-gallery__container {
   position: relative;
   height: 89vh;
   height: calc(100vh - 65px);
   padding: 0 15px;
}

 

.slider-gallery .slider-gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
}

 

.slider-gallery .slider-gallery__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 100%;
  margin: auto;
  overflow: hidden;
}

 

.slider-gallery .slider-gallery__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

 

.slider-gallery .containerGallery {
    height: 100%;
}

 

@media (max-width: 650px) {
  .slider-gallery .slider-gallery__container {
     padding: 0;
  }
}
/* end SLIDER GALLERY STYLES */

 

/* Foto (vyjmutí #photos definicí -> nově má samostané styly ) */
#preview-folder .box, #thumbnav .box, .folder .photo-wrap, #photo-album-nav li .photo-wrap {
  width: 130px;
  height: 130px;
  float: left;
  margin: 15px 7px 0;
}
#preview-folder .box div, #thumbnav .box div, .folder .photo-wrap div, #photo-album-nav li .photo-wrap div {
  height: 130px;
  width: 130px;
  text-align: center;
  display: table;
  overflow: hidden;
}
#preview-folder .box div a, #thumbnav .box div a, .folder .photo-wrap div a, #photo-album-nav li .photo-wrap div a {
  height: 100%;
  border: 0;
  display: table-cell;
}
#preview-folder .box div img, #thumbnav .box div img, .folder .photo-wrap div img, #photo-album-nav li .photo-wrap div img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
}

 

@media (max-width: 900px) {
  #preview-folder .box, #thumbnav .box, .folder .photo-wrap, #photo-album-nav li .photo-wrap {
    width: 75px;
    height: 75px;
    margin: 10px 5px 0;
  }
  #preview-folder .box div, #thumbnav .box div, .folder .photo-wrap div, #photo-album-nav li .photo-wrap div {
    height: 75px;
    width: 75px;
  }
 #preview-folder .box div img, #thumbnav .box div img, .folder .photo-wrap div img, #photo-album-nav li .photo-wrap div img {
    max-width: 75px;
    max-height: 75px;
  }
}

 

/* speciální úprava pro detail galerie */
#photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
   justify-content: space-between;
}
#photos::after {
    content: "";
    flex: auto;
}
#photos .slide {
  width: 130px;
  height: 130px;
  float: left;
  margin: 15px 7px 0;
}
#photos .slider-gallery__wrap {
  height: 130px;
  width: 130px;
  text-align: center;
  display: table;
  overflow: hidden;
}
#photos .slider-gallery__box {
  height: 100%;
  border: 0;
  display: table-cell;
}
#photos .slider-gallery__img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  cursor: pointer;
}
#photos .slider-gallery__description-box {
   display: none;
}

 

@media (max-width: 900px) {
  #photos .slide {
    width: 75px;
    height: 75px;
    margin: 10px 5px 0;
  }
  #photos  .slider-gallery__wrap {
    height: 75px;
    width: 75px;
  }
  #photos .slider-gallery__img {
    max-width: 75px;
    max-height: 75px;
  }
}
/* Galerie responsive END */
