/*
 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('https://s3b.esitex.com/img/l/logo_1000000500.jpeg') center / cover no-repeat;
 - remove the //del comment 
 2.2   background: url('https://s3b.esitex.com/img/l/logo_1000000500.jpeg') center / cover no-repeat;
 - add this to compiled css
 3. Save and export
 */
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
   color: #000;
}
a {color: #000;}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 550px;
}
html, body, #whole-page, #document, #content {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  background-color: #25251f;
  background-image: url('https://s3b.esitex.com/img/d/1000000500/bg-net.png'); 
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='25251F', endColorstr='25251F', GradientType=1);
}
#document {
  position: relative;
}
input[type="button" i] {
  padding: 10px;
    display: inline-block;
    border: 0;
    color: #fff;
    background-color: #c60c0f;
    border-radius: 5px;
    font-weight: 500;
    font-family: Helvetica, Sans-Serif;
}
input:focus {
  outline: 0;
}
body {
  font-size: 16px;
 font-family: Helvetica, Sans-Serif;
  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: 10px;
  padding-right: 10px;
  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: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1800px) {
  .p-1 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.accessibility-links {
  display: none;
}
.hide {
  display: none;
}
.header.p-1.color_a {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  min-height: 80px;
  background-color: #c60c0f;
  -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: 15000;
}
.header .header-inner #languages {
  float: right;
  text-align: right;
}
.header .header-inner #languages a {
   display: block;
}
@media (min-width: 992px) {
.header .header-inner #languages a {
   display: inline-block;
}
}
.header .header-inner #languages .inner_frame img {
  margin: 5px 5px 0 5px; 
  top: 15px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header .header-inner #languages {
    position: relative;
    top: 0;
    float: left;
  }
}
.header .header-inner #navigation {
  width: calc(100% - 0px) !important;
  float: left;
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .header .header-inner #navigation {
    width: calc(100% - 380px) !important;
    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;
}
.header .header-inner #navigation .inner_frame nav menu li {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  box-sizing: border-box;
  overflow: unset !important;
}
.header .header-inner #navigation .inner_frame nav menu li:hover {
  background: #fff;
}
.header .header-inner #navigation .inner_frame nav menu li:hover > a {
  color: #000;
}
.header .header-inner #navigation .inner_frame nav menu li ul {
  position: absolute;
  left: 0px;
  top: 35px;
  min-width: 200px;
  border: 1px solid #fff;
  background-color: #c60c0f;
  z-index: 101;
}
.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 a {
  color: #fff;
  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;
  }
  .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 {
  float: right;
  min-height: 80px;
  width: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: absolute;
    left: 43%;
  top: 10px;
}
@media (min-width: 768px) {
  .header .header-inner #search {
    top: 10px;
  }
}
@media (min-width: 992px) {
  .header .header-inner #search {
  float: right;
  position: relative;
  left: 0;
  top: 7px;
  }
}
.header .header-inner #search fieldset #key {
  width: 125px;
  background-color: #222;
  color: #fff;
  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: 97px;
  }
}
.header .header-inner #search fieldset .clButton {
  position: relative;
}
.header .header-inner #search fieldset .clButton .magGlass {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  right: 0;
}
.header .header-inner #search fieldset .clButton .magGlass span:nth-of-type(1) {
  width: 10px;
  height: 10px;
  border: 4px solid #fff;
  display: block;
  border-radius: 50%;
}
.header .header-inner #search fieldset .clButton .magGlass span:nth-of-type(2) {
  width: 4px;
  height: 14px;
  background: #fff;
  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;
  }
}
#menu-toggle {
  position: absolute;
  top: 25px;
  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: 23px;
}
#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 #fff solid;
  width: 30px;
  margin: 2px 0;
  display: block;
  transition: 0.3s all linear;
}
@media screen and (max-width: 991px) {
  #menu-toggle {
    display: block;
  }
}
#articles .editor-area {
  background: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
#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: 30px;
}
@media screen and (min-width: 991px) {
  #content #content-wrapper.content-wrapper {
    width: calc(100% - 380px);
    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% - 450px);
  }
  #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;
  }
}
#content .hero {
  width: 100%;
  height: calc(68% - 80px);
  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;
  -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);
  background: url('https://s3b.esitex.com/img/l/logo_1000000500.jpeg') center / cover no-repeat;
}
#content .hero .hero-inner {
  position: absolute;
  bottom: 20%;
  padding: 10px;
  height: 53px;
  height: auto;
  width: 50%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  -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);
}
#content .hero .hero-inner h1 {
  text-transform: uppercase;
  font-weight: bold;
}
#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;
}
#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;
}
@media screen and (max-width: 991px) {
  #content .hero .hero-inner {
    width: 95%;
  }
}
#content #articles > h1, #content #archive > h1, #content #articles > h2, #content #archive > h2, #content #articles > h3, #content #archive > h3 {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
}
#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: 30px 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.5);
}
#content #articles .article .editor-area .preview img, #content #archive .article .editor-area .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content #articles .article .editor-area .article-content, #content #archive .article .editor-area .article-content {
  position: relative;
  z-index: 2;
  width: 40%;
  height: 305px;
  float: right;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
  background-color: #c60c0f;
  background-color: #c60c0fcc;
}
#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: #c60c0f;
  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 #articles .article:nth-of-type(2n) .editor-area .article-content, #content #archive .article:nth-of-type(2n) .editor-area .article-content {
  float: left;
}
#content #articles .list-of-pages {
  margin: 10px 0;
  padding: 10px 10px 0 10px;
  background-color: #c60c0f;
  color: #fff;
}
#content #articles .list-of-pages hr {
  display: none;
}
#content #articles .list-of-pages .numbers {
  text-align: center;
}
#content #articles .list-of-pages a {
  color: #fff;
}
#content .article .editor-area p, #content .detail_article .editor-area p {
  padding: 15px 0;
}
#content #articles .article .editor-area .article-content .article-preview-text a {color: #000!important;}
#content .article .editor-area a, #content .detail_article .editor-area .article-link {
  color: #fff!important;
  text-decoration: underline;
}
#content .article .editor-area a, #content .detail_article .editor-area a {
  color: #c60c0f;
  text-decoration: underline;
}
#content .article .editor-area a:hover, #content .detail_article .editor-area a:hover {
  text-decoration: underline;
}
#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: #222;
  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 {
  width: 100%;
  text-align: left;
  overflow: auto;
  display: block;
}
#content .detail_article .editor-area table {
  display: table;
}
#content .article .editor-area table th, #content .detail_article .editor-area table th {
  background-color: #222;
  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 #222;
  padding: 5px;
  color: #000;
}
#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: #222;
  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: 30px;
}
#content .content-inner h2 {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
}
#content .content-inner .uvod {
  margin-bottom: 30px;
}
#content .content-inner .uvod .uvod-in {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
}
#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: #222;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  margin: 5px 0;
}
#content .content-inner .uvod .uvod-in p {
  padding: 15px 0;
}
#content .content-inner .uvod .uvod-in a {
  color: #fff;
  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: #222;
  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%;
  text-align: left;
  overflow: auto;
  display: block;
}
#content .content-inner .uvod .uvod-in table th {
  background-color: #222;
  color: #fff;
}
#content .content-inner .uvod .uvod-in table th, #content .content-inner .uvod .uvod-in table td {
  border: 1px solid #222;
  padding: 5px;
}
#content .content-inner .uvod .uvod-in ol {
  list-style: decimal;
  margin-left: 20px;
}
#content .content-inner .uvod .uvod-in ul {
  list-style: disc;
  margin-left: 20px;
}
#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: #222;
  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;
}
.photoCountWrap, .dateWrap {
  text-align: left;
}
#content #photos-container #photo-album h2 {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
}
#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: rgba(255, 255, 255, 0.4);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
}
@media(min-width: 768px) {
#content #photos-container #photo-album #folders .folder {
  width: 22.6%;
}
}
#content #photos-container #photo-album #folders .folder .photo-wrap img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media(min-width: 768px) {
#content #photos-container #photo-album #folders .folder .photo-wrap img {
   height: 100px;
   width: 145px;
}
}
#content #photos-container #photo-album #folders .folder .folder-info h3 {
  background-color: #222;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 5px;
  font-size: 1rem;
    font-weight: 500;
    text-align: left;
}
#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;
  margin-bottom: 20px;
}
#content #photos-container #photo-album #photos > h2 {
  width: 100%;
}
#content #photos-container #photo-album #photos .photo-wrap > div {
  width: 148px;
  margin: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
}
#content #photos-container #photo-album #photos .photo-wrap > div img {
  height: 100px;
  width: 128px;
  object-fit: cover;
}
#content #slide h2 {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
}
#content #slide h3 {
  background-color: #c60c0f;
  color: #fff;
  padding: 10px;
  word-break: break-word;
}
#content #slide .slide-img {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
#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: #c60c0f;
  color: #bdbdbd;
  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: #222;
  background-color: rgba(0, 0, 0, 0.5);
}
#content #slide #thumbnav {
  background: rgba(0, 0, 0, 0.5);
}
#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;
  justify-content: center;
}
#content #slide #thumbnav .wrap .box {
  float: left;
}
#content #slide .slidebar img {
  height: 60px;
}
#content #slide .slidebar {
  background: rgba(0, 0, 0, 0.5);
  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 {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  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: #222;
  background-color: rgba(0, 0, 0, 0.5);
  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: #c60c0f;
}
#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: #fff;
}
#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.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  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.5);
  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: #222;
  background-color: rgba(0, 0, 0, 0.5);
}
#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 {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  width: 100%;
}
#content #event-detail .event-detail-info {
  width: 40%;
  float: left;
  background-color: #c60c0f;
  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: 60%;
  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: #bdbdbd;
}
#content .modules .modules-in #breadcrumb-nav a {
  color: #fff;
  margin-right: 5px;
  text-decoration: none;
}
#content .modules .modules-in #breadcrumb-nav a:after {
  content: " > ";
}
#content .modules .modules-in hr {
  display: none;
}
#content .modules .modules-in .section {
  margin: 10px 0;
  width: 100%;
  max-width: 450px;
   float: left;
   margin: 1% !important;
}
#content .modules .modules-in .section h2 {
  font-size: 1.2em;
  color: #fff;
  padding: 5px 10px;
  background-color: #c60c0f;
  position: relative;
  left: auto;
  top: auto;
}
#content .modules .modules-in .section .inner_frame {
  padding: 10px;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
  color: #bdbdbd;
}
#content .modules .modules-in .section .inner_frame a {
  color: #fff;
  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;
}
#mail-list .recaptchaContainer {
  margin: 5px 0;
  text-align: left;
}
media(min-width: 768px) {
  #mail-list .recaptchaContainer {
    text-align: center;
  }
}
#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: left;
}
@media(min-width: 768px) {
#content .modules .modules-in .section#mail-list .inner_frame {
  text-align: center;
}
}
#content .modules .modules-in .section#mail-list .inner_frame #mail-list-decoration {
  background: url("https://s3b.esitex.com/img/d/1000000500/icon_mail.png") center / contain no-repeat;
  margin-bottom: 10px;
  height: 40px;
  width: 100%;
  display: block;
}
#content .modules .modules-in .section#mail-list .inner_frame #mail-list-key {
  width: 90%;
  max-width: 455px;
  padding: 10px 5px;
  box-sizing: border-box;
  border: 0;
  border-radius: 5px;
  float: left;
}
@media(min-width: 768px) {
  #content .modules .modules-in .section#mail-list .inner_frame #mail-list-key {
     width: 100%;
  }
}
#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 10px;
  background-color: #c60c0f;
  color: #fff;
  cursor: pointer;
  transition: 0.5s all;
}
#content .modules .modules-in .section#mail-list .inner_frame #send-mail-list:hover {
  color: #000;
}
#login .inner_frame p {
  width: 100%;
}
#login input.submit {
  width: auto!important;
  float: none!important;
  margin: 10px auto!important;
}
#nav-basket .inner_frame p {
  width: auto;
  margin: 5px 0;
}
#content .modules .modules-in .section#login form label {
  width: 50px;
  float: left;
}
#content .modules .modules-in .section#login form input {
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  margin: 5px 0;
  border: 0;
  border-radius: 5px;
}
#content .modules .modules-in .section#login form input.submit {
  float: right;
  padding: 10px;
  display: block;
  border: 0;
  color: #fff;
  background-color: #c60c0f;
  border-radius: 5px;
  font-weight: 500;
}

@media screen and (min-width: 991px) {
  #content .content-inner {
    width: calc(100% - 320px);
    padding-right: 30px;
  }
  #content .modules {
    padding-left: 0;
  }
}
@media screen and (min-width: 1199px) {
  #content .content-inner {
    width: calc(100% - 450px);
  }
  #content .modules {
    width: 445px;
  }
}
@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% - 750px);
  }
  #content .modules {
    width: 27%;
  }
  #content .modules .modules-in .section {
    max-width: 560px;
}
}
#content .detail_article .image .article_img {
  height: 150px;
  text-align: center;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
}
#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: 30%;
  background-color: #c60c0f;
  color: #fff;
}
.article {
    overflow: visible;
}
@media(min-width: 992px) {
.article {
    overflow: hidden;
}
}
#content .detail_article .col-container .col.col_lft span.article-date {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #222;
}
#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: 70%;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  #content .detail_article .col-container .col.col_lft, #content .detail_article .col-container .col.col_rgt {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #content .detail_article .col-container .col.col_lft, #content .detail_article .col-container .col.col_rgt {
    width: 100%;
  }
}
#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: #222;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  font-size: 1.2em;
}
#content #archive #folders .folder .folder-info a {
  color: #fff;
  text-decoration: none;
}
.box {
  display: inline-block;
  margin: 5px;
}
#preview-folder {
  display: inline-block;
}
.inner_frame p {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.inner_frame {
  margin-top: 15px;
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #c60c0f;
  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;
}
#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: 100%;
  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;
}
#block-comments dd input:hover, #block-comments dd textarea:hover {
  border-color: #4e35bb;
  outline: none;
}
#block-comments textarea {
  margin-bottom: 20px;
}
#block-comments .submit {
  padding: 10px 20px;
  background: #c60c0f;
  border: 1px solid #c60c0f;
  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: #c60c0f;
  outline: none;
  color: #c60c0f;
}
#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 #C60C10;
  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("https://s3b.esitex.com/img/d/1000000500/date.png") 0 1px no-repeat;
  padding-left: 18px;
  margin-right: 20px;
}
.comment .comment-footer a {
  display: inline-block;
  color: #C60C10;
  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 #C60C10;
}
.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 */
p a {
text-decoration: none;
color: #fff;
}
p a:hover {
text-decoration: underline;
}
h2#comments {
 color: white;
}
div#block-comments > h3 {
 color:white;
}
#links ul li a:after {
    content: ">";
    float: right;
}
#links ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    transition: 0.5s all;
}
#ecategory ul li {
  padding: 3px 0;
}

#ecategory .inner_frame ul a {
  color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    transition: 0.5s all;
}
.modules .inner_frame {
    margin-top: 0;
}
#links ul li a:hover {
    text-decoration: none !important;
    background: #fff;
    color: #000 !important;
    border-radius: 5px;
    padding: 10px;
}
.uvod-in p iframe {
    width: 100%;
}
#portrait a img {
    min-width: 240px !important;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
#portrait a img{
    border-radius: 5px !important;
}
.logo {
    position: relative;
    top: 5px;
}
@media(min-width: 992px) {
.logo {
    top: 20px;
}
}
#document header div.header-inner {
    height: 95px;
}
#languages .inner_frame {
  margin-top: 5px;
}
#languages a img {
    color: #fff;
    text-decoration: none;
}
#languages a img:hover {
    color: #000;
    text-decoration: underline;
}
#eshop {
  background: rgba(255, 255, 255, 0.4);
}
#eshop #articles {
    padding: 0 15px;
}
#eshop #perex {padding: 0 15px;}
#eshop #perex .editor-area a {
  color: #fff!important;
   font-family: Helvetica, Sans-Serif!important;
   font-weight: 500!important;
}
#eshop .products {
  margin: 15px 0;
  padding: 0 15px;
}
#eshop .products .article h3 a {
  color: #000;
}
#eshop .products .article h3 {
    line-height: inherit;
   font-size: 1.1rem;
   height: auto;
}
@media(min-width: 768px) {
#eshop .products .article h3 {
   height: 2.5em;
}
}
#eshop .products .article .editor-area {
    padding: 5px 5px 10px;
    line-height: inherit;
    height: auto;
}
@media(min-width: 768px) {
#eshop .products .article .editor-area {
    height: 5.5em;
}
}
#eshop .products .article span.price {
  text-align: left;
  font-weight: 600;
}
#eshop .products .article {
    width: 100%;
}
@media(min-width: 768px) {
#eshop .products .article {
    width: 24%;
}
}
#eshop .products .article .photo-wrap {width: 100%;}
#eshop .products .article .photo-wrap img {
  width: 100%;
    height: 130px;
    object-fit: contain;
} 
#eshop .article .photo-wrap, #eshop #photo-detail .photo-wrap {
  display: inline-block;
}
#eshop .article .photo-wrap, #eshop #photo-detail .photo-wrap .zoomer_ephoto img {
  width: 64px;
    height: auto;
    object-fit: contain;
}
#eshop #panel {
    width: 100%;
}
#eshop #panel .inner_frame {
    background: #fff;
    margin: 0;
}
#eshop #basket input.add_basket {
  border: 0;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    font-weight: 100;
    font-size: 1rem;
}
#eshop #basket input.amount {
    padding: 6px 2px;
    top: 0;
}
#eshop #product-info {
  margin: 0 0 10px;
}
#eshop #product-descr p {
  width: 100%;
}
#eshop #product h2 {
  padding: 10px 0;
}

#eshop .photo-wrap, #eshop #photo {
    border: 1px solid #e8dfdf;
    background: #fff;
}
#eshop #panel .panel-header li.active a {
  padding: 10px;
}
#eshop #panel .panel-header li #product-params-a, 
#eshop #panel .panel-header li #product-descr-a {
  padding: 10px;
}

#eshop #panel .inner_frame {
  padding: 10px;
}
#eshop #calculation p {
  padding: 5px 0;
}
#eshop .action {
    text-transform: capitalize;
}
#eshop #steps {
  padding: 0 15px;
}
#eshop #steps ul {
   width: 100%;
    max-width: 260px;
    margin: 20px auto 30px;
    font-size: 1rem;
    overflow: hidden;
}
#eshop #steps li {
  padding: 5px 15px 6px;
    margin: 0 5px;
    text-align: center;
    border-radius: 2px;
  background: #c7c7c7;
}
#eshop #steps li.active {
 background: #fff;
}
#eshop #contactaddress, #eshop #basketpayments, #eshop #baskettransport, #eshop #deliveraddress {
    width: 100%;
}
@media(min-width: 768px) {
#eshop #contactaddress, #eshop #basketpayments, #eshop #baskettransport, #eshop #deliveraddress {
    width: 50%;
}
}
#eshop #basket_preview_form td img, #eshop #confirm td img {
    width: 25px;
    height: 25px;
    max-width: 25px;
}
#eshop #basket_preview_form table {
    min-width: 95%;
    margin: 0 auto 20px;
}
#eshop th {
    padding: 10px 0;
}
#eshop td {
    padding: 15px 0;
}
/*
#eshop #basket_preview_form tbody tr {
    border-collapse: collapse;
    border-top: 1px solid #ffffff78;
}
*/
#eshop #basket_preview_form {
  padding: 0 0 25px;
}
#eshop form table tbody tr td {
    padding-right: 5px;
    vertical-align: top;
}
#eshop #basket_preview_form .submit {
    padding: 10px;
    margin: 0 3px 5px;
    display: inline-block;
    border: 0;
    color: #fff;
    background-color: #c60c0f;
    border-radius: 5px;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
}
#eshop #basket_preview_form fieldset p {
  text-align: left;
  margin: 20px;
}
#eshop #basket_preview_form fieldset p a {
  text-align: left;
  margin: 0 20px;
}
#eshop #basket_preview_form .wrap {
  margin: 10px 20px;
  padding: 10px 0;
}
#eshop #basket_preview_form .wrap #baskettransport h3 {
  padding: 0 0 10px;
}
#eshop #basket_preview_form .wrap #baskettransport li {
  padding: 5px 0;
}
#eshop #basket_preview_form .clButton.nextstep {
  margin: 0 20px;
}
#eshop .contact-info input[type="submit" i] {
  margin: 10px 0 0;
}
#eshop .login-info, #eshop .contact-info {
  padding: 0 20px 20px;
  margin: 10px 0;
}
#eshop .login-info input[type="submit" i]  {
   padding: 10px;
    display: block;
    border: 0;
    color: #fff;
    background-color: #c60c0f;
    border-radius: 5px;
    font-weight: 500;
}
input[type="submit" i]  {
   padding: 10px;
    display: block;
    border: 0;
    color: #fff;
    background-color: #c60c0f;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
}
#eshop .login-info fieldset input[type="text" i], #eshop .login-info fieldset input[type="password" i], #billing_address  {
  padding: 5px;
}
#eshop .contact-info #account_info, #eshop .contact-info #billing_address table input[type="text" i] {
  padding: 5px;
}
#eshop .contact-info #account_info table input[type="text" i], #eshop .contact-info #account_info table input[type="password" i]  {
  padding: 5px;
}
#eshop .login-info fieldset p {
  margin: 10px 0;
}
#eshop .placeholder, #eshop .labelFix label {
    display: none;
}
#eshop .placeholder, #eshop .labelFix {
    padding: 8px 0;
}
#eshop .contact-info .left-float, #eshop .contact-info .right-float, #eshop .contact-info > fieldset {
    width: 100%;
}
@media(min-width: 768px) {
  #eshop .contact-info .left-float, #eshop .contact-info .right-float, #eshop .contact-info > fieldset {
    width: 48%;
  }
}
.left-float {
    float: left;
}
.right-float {
    float: right;
}
#eshop .contact-info #account_info, #eshop .contact-info #billing_address {
    height: auto;
}
fieldset {
    border: 0;
    padding: 0;
    min-width: auto;
}
#eshop .contact-info table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
#eshop .contact-info p {
    clear: both;
}
#eshop #confirm table, #eshop .order_account table#basket_preview_form {
    margin-bottom: 5px;
    width: 100%;
    margin: 0 auto;
    max-width: 770px;
}
#eshop #articles #confirm .right {
  line-height: 23px;
}
#eshop #confirm .price, #eshop .order_account .price {
    padding: 10px 0;
}
#eshop .new, #eshop .discount {
    padding: 10px 0 0;
    display: inline-block;
}
#eshop #articles #confirm .right, #eshop #articles #confirm .wrap, #eshop #confirm #usernote, #eshop #confirm label {
  padding: 15px 10px 20px;
}
@media(min-width: 768px) {
  #eshop #articles #confirm .right, #eshop #articles #confirm .wrap, #eshop #confirm #usernote, #eshop 
  #confirm label {
     padding: 15px 40px 20px;
  }
}
#eshop #confirm #usernote label {
  padding: 0;
}
#eshop #confirm .clButton {
  padding: 15px 40px 20px;
  display: block;
}
#eshop #photo-detail {
    float: left;
    margin: 0px 15px 10px 0px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
@media(min-width: 600px) {
  #eshop #photo-detail {
     width: 270px;
  }
}

/* Galerie responsive */
#smLightbox_title {
  max-width:750px;
  position:relative;
  box-sizing: border-box;
  padding:0 10px;
}
#smLightbox_description {
  max-width:100%;
  position:relative;
  padding:5px 10px 0;
  box-sizing: border-box;
  top:10px !important;
}
#smLightbox_container {
  max-width: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #smLightbox_title {
    margin-top:30px ;
  }
}


/* ------------- 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 ) */
#thumbnav .box {
  width: 90px;
  height: 130px;
  float: left;
  margin: 15px 2px 0;
}
#preview-folder .box, .folder .photo-wrap, #photo-album-nav li .photo-wrap {
  width: 170px;
  height: 130px;
  float: left;
  margin: 15px 0 0;
}
#thumbnav .box div {
   height: 130px;
  width: 90px;
  text-align: center;
  display: table;
  overflow: hidden;
}
#preview-folder .box div, .folder .photo-wrap div, #photo-album-nav li .photo-wrap div {
  height: 130px;
  width: 170px;
  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;
}
#content #slide #thumbnav .wrap .box {
  width: 18%;
  margin: 5px 1px 10px;
}
@media(min-width: 768px) {
#content #slide #thumbnav .wrap .box {
  width: auto;
}
}
#thumbnav .box div img {
  width: 100%;
  height: 60px;
  max-width: 145px;
  max-height: 60px;
}
#preview-folder .box div img, .folder .photo-wrap div img, #photo-album-nav li .photo-wrap div img {
  width: auto;
  height: auto;
  max-width: 145px;
  max-height: 145px;
}

@media (max-width: 900px) {
  #preview-folder .box, #thumbnav .box, .folder .photo-wrap, #photo-album-nav li .photo-wrap {
    width: 100%;
    height: auto;
    margin: 5px 0 10px;
  }
  #preview-folder .box div, #thumbnav .box div, .folder .photo-wrap div, #photo-album-nav li .photo-wrap div {
    height: auto;
    width: 100%;
  }
 #preview-folder .box div img, #thumbnav .box div img, .folder .photo-wrap div img, #photo-album-nav li .photo-wrap div img {
    max-width: 100%;
    max-height: 100%;
  }
}

/* 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: flex-start;
}
#photos::after {
    content: "";
    flex: auto;
}
#photos .slide {
  width: 150px;
  height: 150px;
  float: left;
  margin: 15px 9px 0;
}
#photos .slider-gallery__wrap {
  height: 150px;
  width: 150px;
  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: 100%;
    max-width: 150px;
    max-height: 150px;
    cursor: pointer;
    object-fit: cover;
}
#photos .slider-gallery__description-box {
   display: none;
}

@media (max-width: 900px) {
#thumbnav .box div img {
  width: 60px;
  object-fit: contain;
}
#content #photos-container #photo-album #photos .photo-wrap > div img {
  height: auto;
  width: 100%;
}
#content #photos-container #photo-album #photos .photo-wrap > div {
  width: 100%;
  margin: 10px 0;
}
#photos .slider-gallery__img {
   width: auto;
    height: auto;
}
  #photos .slide {
    width: 100%;
    height: auto;
    margin: 10px 5px 0;
  }
  #photos  .slider-gallery__wrap {
    height: auto;
    width: 100%;
  }
  #photos .slider-gallery__img {
    max-width: 100%;
    max-height: 100%;
  }
}
/* Galerie responsive END */
