/*
 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.636866.jpeg') top / cover no-repeat;
 - remove the //del comment 
 2.2   background: url('/img/ulogo.636866.jpeg') top / cover no-repeat;
 - add this to compiled css
 3. Save and export
 */
 #text{
display:none;
}
#portrait h2 {
  top: 0;
}
#eshop th {
  font-size: .8rem;
}
@media(min-width: 992px) {
#eshop th {
  font-size: 1rem;
}
}

#eshop #basket_preview_form table {
  max-width: 100%!important;
}
#eshop #confirm table, #eshop .order_account table#basket_preview_form {
  max-width: 100%!important;
  margin-bottom: 15px;
}

#eshop div#steps { margin: 0 auto; width: 100%; }
@media(min-width: 992px) {
#eshop div#steps { margin: 0 auto; width: 26%; }
}

form#basket_preview_form, form#confirm { margin-top: 1em; margin-right: 0; }
@media(min-width: 1100px) {
form#basket_preview_form, form#confirm  { margin-right: 1em; }
}

#eshop #basket_preview_form td.title, #eshop #confirm td.title {vertical-align: middle;}
#eshop #basket_preview_form table {
  max-width: 100%!important;
}
#eshop #confirm table, #eshop .order_account table#basket_preview_form {
  max-width: 100%!important;
  margin-bottom: 15px;
}
form#basket_preview_form, form#confirm { margin-top: 1em; margin-right: 0; }
@media(min-width: 1100px) {
form#basket_preview_form, form#confirm  { margin-right: 1em; }
}
#eshop .contact-info td {vertical-align: top;}
#eshop #basket_preview_form td.title, #eshop #confirm td.title {vertical-align: middle;}
#eshop .contact-info td span {
    position: relative;
    display: block;
    top: -53px;
    left: -10px;
}
.content-wrapper-gdpr table {
  overflow: visible!important;
}
#fb_likebox_width {
  width: 100%;
  margin: auto;
}
@media(min-width: 992px) {
#fb_likebox_width {
   width: 95%;
  margin: 0 auto;
  }
}
.readMoreLinks.show {
  margin-top: 10px;
}
.readMore.hidden,
.readMoreLinks.hidden,
.readMoreRss.hidden {
display: none;
}
.readMore.show,
.readMoreLinks.show,
.readMoreRss.show,
.categoriesEshopLinks.show {
display: none;
}
@media(min-width: 992px) {
.readMore.show,
.readMoreLinks.show,
.readMoreRss.show,
.categoriesEshopLinks.show {
display: block;
}
}
#block-comments dd {
  margin-left: 0;
}
#content .modules .modules-in .section .inner_frame .sound-captcha {
  margin-left: 0;
    margin-bottom: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}
#validation-dt {
    margin-bottom: 5px;
    color: #fff;
    text-align: left;
    width: 100%;
    display: inline-block;
    float: left;
}
.vizual-captcha {
   margin: 7px 0 5px;
   float: left;
} 
#c_validation_div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    float: left;
    width: 100%;
}
#c_validation {
  padding: 6px 67px;
    border: none;
    border-radius: 5px;
    float: left;
}
#content .modules .modules-in .section .inner_frame .sound-captcha {
   margin-left: 5px;
   margin-bottom: 4px;
   font-size: 0.8rem;
   font-weight: 500;
}
.recaptchaContainer {
    text-align: left;
}
#hpProducts h2 {
  margin-bottom: 20px;
}
.btn-container{
  margin: 12px auto;
    height: 30px;
    width: 100%;
    display: none;
    text-align: center;
    position: relative;
}
@media(min-width: 991px) {
  .btn-container{
    display: block;
}
}
#eshop .products .article .photo-wrap div {
  width: 100%;
}
#eshop .wrap {
  margin-bottom: 20px;
}
@media(min-width: 991px) {
 #eshop .wrap {
  margin-bottom: 0;
}
}
#eshop #zoomer_middle a#viewLightbox span {
  top: 190px;
  z-index: 1500;
}
#eshop #photo #zoomer_middle {
  height: 175px;
  width: 100%
}
@media(min-width: 991px) {
  #eshop #photo #zoomer_middle {
  height: 210px;
}
}
#eshop .photo-wrap, #eshop #photo { 
   width: 100%;
  display: inline-flex;
}
#eshop #photo-detail .zoomer_ephoto img {
  width: 100%;
    height: 50px;
    object-fit: cover;
}
#eshop .article .photo-wrap, #eshop #photo-detail .photo-wrap {
    margin-top: 0;
}
#eshop .photo-wrap div, #eshop #photo div {
display: block;
    text-align: center;
    vertical-align: top;
    margin-top: 5px;
}
#eshop #product-detail {
  margin-top: 17px;
  margin-left: 15px;
}
#eshop #photo-detail {
    float: left;
    margin: 0px 15px 10px 0px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
@media(min-width: 600px) {
#eshop #photo-detail {
    width: 450px;
}
}
.readMoreRss {display: none;}

.readMore, .readMoreLinks, .categoriesEshopLinks {
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
   padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 0;
    font-size: .9rem;
    background-color: #ffc057;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    position: absolute;
    bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
   width: 170px;
}
/*
@media(min-width: 991px) {
.readMore, .readMoreLinks, .categoriesEshopLinks {
  display: block;
}
}
*/
.readMore:focus,
.readMoreLinks:focus,
.readMoreRss:focus,
.categoriesEshopLinks:focus {
  outline: none;
}
.fb-page.fb_iframe_widget {
display: flex!important;
}
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;
}
table {
    max-width: 900px;
}
iframe {
    max-width: 800px;
}
#osm-map {
    max-width: 800px;
}
td {padding: 0 5px;}
#content .editor-area hr {
    display: block;
}
pre {padding: 10px 0;}
address {padding: 10px 0px;}

#content .editor-area hr {
    display: block;
}
ol {padding: 10px;}

#content .editor-area hr {
    display: block;
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
span {
  font-family: Futura,Trebuchet MS,Arial,sans-serif!important;
}
a:hover {text-decoration: underline;}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}
#content #content-wrapper #breadcrumb-nav {
  color: #4b4b4b;
    background: #ffc057a6;
    padding-top: 15px;
    padding-bottom: 10px;
  padding-left: 5%;
    padding-right: 5%;
}
@media (min-width: 768px) {
  #content #content-wrapper #breadcrumb-nav {
    padding-top: 13px;
 }
}
#content #content-wrapper #breadcrumb-nav a {
    color: #000;
    margin-right: 5px;
    text-decoration: none;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.body-with-overlay {
   overflow: hidden;
    position: relative;
    height: 100vh;
}
.body-with-overlay:before {
    content: '';
    top: 0;
    bottom: 0;
    position: fixed;
    background-color: #000;
    opacity: .7;
    left: 0;
    right: 0;
    z-index: 1000;
}
.aside {
display: flex;
    flex-direction: row;
    position: fixed;
    background-color: #271e29;
    border-radius: 14px;
    height: auto;
    min-height: 24rem;
    width: 45em;
    max-width: 98%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}
.aside-wrapper {
    position: relative;
    width: 100%;
}
.aside-inner {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.aside-header {
display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.aside-content {
color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
    padding: 0 .5rem;
    margin: 0 0 1rem;
    text-align: center;
}
.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, caption, 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 {
  min-height: 100%;
  margin: 0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}

ul {
display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
html, body, #whole-page, #document, #content {
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  background-color: #fff;
}
#document {
  position: relative;
}
input:focus {
  outline: 0;
}
body {
  font-size: 16px;
  font-family: Futura,Trebuchet MS,Arial,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-detail.bordered-b {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
  .p-1-detail.bordered-b {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .p-1-detail.bordered-b {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.p-1 {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 992px) {
  .p-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1199px) {
  .p-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .p-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1800px) {
  .p-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.accessibility-links {
  display: none;
}
.hide {
  display: none;
}
.border-right {
   border-right: 1px solid #c2c2c2;
}
.header {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: 80px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 54px -18px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 15px 54px -18px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 15px 54px -18px rgba(0, 0, 0, 0.7);
  z-index: 9999;
  padding: 0;
}
.header-inner {
  width: 100%;
  margin: 20px auto 0;
}
@media(min-width: 992px) {
  .header-inner {
    width: 100%;
    margin: 14px 20px;
  }
}
.header .header-inner #navigation {
    width: 100%;
    display: none;
  }
@media (min-width: 992px) {
.header .header-inner #navigation {
   width: 78%;
   float: left;
    height: auto;
    display: block;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
.header .header-inner #navigation {
   width: 74%;
  }
}
.header-inner .logo {
   background-position: top;
    width: 70px;
    height: 45px;
   margin-top: -5px;
   margin-left: 5px;
  }
@media (min-width: 992px) {
  .header-inner .logo {
    background-position: center;
    width: 100px;
    height: 55px;
    margin-left: 0;
    margin-top: -2px;
  }
}
@media (min-width: 1280px) {
  .header-inner .logo {
    background-position: center;
    width: 100px;
    height: 55px;
    margin-left: 20px;
    margin-top: -2px;
  }
}
.header .header-inner #languages {
text-align: right;
    display: inline-block;
    right: 0;
    top: 350px;
    position: absolute;
    background: #e6c086;
    padding: 2px;
}
.header .header-inner #languages h2 {
  display: none;
}
.header .header-inner #languages .inner_frame a {
  display: block;
}
.header .header-inner #languages .inner_frame a:first-child {
  border-bottom: 1px solid #fff;
}
.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;
    top: 11em;
  }
}
.modules-in-footer {position: relative;}

#fb-likebox-feed iframe {
  height: 510px!important;
}
#content .modules .modules-in #links.section .inner_frame {
   height: auto;
}
@media(min-width: 991px) {
  #content .modules .modules-in #links.section .inner_frame {
   height: 210px;
}
}
#content .modules .modules-in .section #hiddenOn.last {
  margin-bottom: 0;
}
@media(min-width: 992px) {
  #content .modules .modules-in .section #hiddenOn.last {
  margin-bottom: 25px;
}
}
#content .modules .modules-in .section .inner_frame#fb-likebox-feed_div {
  overflow: hidden;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    max-width: 1295px;
    margin: 5px auto;
    padding-left: 5px;
}
.fb_iframe_widget span {
  height: 300px;
}
.fb-page.fb_iframe_widget iframe {height: 260px!important;}
.menu-mobil-wrapper {
  display: block;
  float: right;
  margin-right: 13px;
}
.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;
}
@media (min-width: 768px) {
  .header .header-inner #navigation .inner_frame nav {
           -webkit-align-items: flex-start;
           -moz-align-items: flex-start;
           -ms-align-items: flex-start;
           align-items: flex-start;
  }
}
.header .header-inner #navigation .inner_frame nav menu {
  padding: 15px 0;
   width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
  .header .header-inner #navigation .inner_frame nav menu {
    padding: 0 0 0 10px;
  }
}
.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: 0 5px;
  transition: 0.4s all;
  border-bottom: 2px solid transparent;
  color: transparent;
}
.header .header-inner #navigation .inner_frame nav menu li:hover > a {
  color: #424242;
}
.header .header-inner #navigation .inner_frame nav menu li ul {
  position: absolute;
  left: 0px;
  top: 10px;
  min-width: 390px;
  width: 100%;
  padding: 0 5px;
  z-index: 9999;
  background-color: rgba(255, 255, 255);
}
.header .header-inner #navigation .inner_frame nav menu li ul li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.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;
  padding: 10px 15px;
 font-size: 1rem;
   line-height: 23px;
    display: inline-block;
}
@media(min-width: 992px) {
  .header .header-inner #navigation .inner_frame nav menu li a {
     padding: 5px 10px;
  }
}
@media(min-width: 1280px) {
  .header .header-inner #navigation .inner_frame nav menu li a {
     padding: 5px 10px;
  }
}
.header .header-inner #navigation .inner_frame nav menu li a:hover {
  color: #ffc057!important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .header-inner #navigation .inner_frame nav menu li, .header .header-inner #navigation .inner_frame nav menu li a {
    color: #4b4b4b \9;
  }
}
@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.menu-active {
    display: block;
    background-color: #fff;
  }
  .header .header-inner #navigation .inner_frame nav menu li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .header .header-inner #navigation .inner_frame nav menu li ul {
    display: none !important;
  }
}
.header .header-inner #search {
    padding-top: 22px;
    position: absolute;
    right: -20px;
    top: 0;
    display: none;
}
@media(min-width: 992px) {
.header .header-inner #search {
  display: block;
}
}
.header .header-inner #search fieldset #key {
    width: 43%;
    background-color: #fff;
    font-size: 0.8rem;
    color: #333;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    border: 1px solid #ffc057;
    border-radius: 3px;
    text-align: left;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
}
.header .header-inner #search fieldset #key:focus {
  outline: none;
}
.header .header-inner #search fieldset .clButton {
  position: relative;
}
.header .header-inner #search fieldset .clButton .magGlass {
  width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 8px;
  color: #ffc057;
}
.header .header-inner #search fieldset .clButton .magGlass span:nth-of-type(1) {
width: 13px;
    height: 13px;
    border: 2px solid;
    display: block;
    border-radius: 50%;
}
.header .header-inner #search fieldset .clButton .magGlass span:nth-of-type(2) {
width: 2px;
    height: 14px;
    background-color: #ffc057;
    display: block;
    transform: rotate(-45deg);
    margin-top: -5px;
    margin-left: 13px;
    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;
    right: 13px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .header-inner #search {
    height: 80px;
  }
}
.text_exposed_root.text_exposed {
  float: left;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
.text_exposed_root.text_exposed {
  margin: 0px 22px;
  padding: 0 0 50px;
}
}
.text_exposed_root.text_exposed span {
  font-family: Futura,Trebuchet MS,Arial,sans-serif!important;
}
.intro-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
.intro-list {
  display: block;
}
}
.uvod-list {
  width: 90%;
  float: left;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
.uvod-list {
  width: 25%;
  float: left;
}
}
.uvod-list-li {
  padding: 15px 0;
}
.uvod-list-icon {
  width: 100%;
  max-width: 17px;
  height: auto;
    float: left;
  margin: 6px 10px 2px 2px!important;
}
#menu-toggle {
    position: relative;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    min-height: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    background: transparent;
    z-index: 99999;
}
@media(min-width: 992px) {
  #menu-toggle {
    display: none;
  }
}
#menu-toggle.menu-active {
  top: 0;
}
#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 #000 solid;
  width: 30px;
  margin: 2px 0;
  display: block;
  transition: 0.3s all linear;
}
#content {
  padding-top: 0;
  display: block;
  box-sizing: border-box;
}
#content #content-wrapper {
  height: auto;
  display: block;
    position: relative;
    margin-bottom: 10px;
}
@media(min-width: 991px) {
#content #content-wrapper {
    margin-bottom: 50px;
}
}
#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% - 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% - 380px);
  }
  #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;
  }
}
#nav-basket .inner_frame {
  color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
   line-height: 23px;
}
#content #content-wrapper #eshop {
  padding-top: 30px;
  padding-bottom: 0;
  width: 90%;
    margin: 0 auto;
}
@media(min-width: 991px) {
  #content #content-wrapper #eshop {
  width: 90%;
padding-bottom: 30px;
}
}
#content #content-wrapper #eshop a {
  color: #000;
}
#content #content-wrapper #eshop #panel {
  width: 100%;
}
#eshop .products {
    overflow: hidden;
    margin: 10px 0;
}
@media(min-width: 991px) {
  #eshop .products {
    margin: 30px 0;
}
}
#content #content-wrapper #eshop .products .article {
  border: 1px solid #b7b7b7;
  padding: 15px;
  border-radius: 3px;
  margin: 10px 0;
  background-color: #fff;
  text-align: center;
  width: 100%;
}
@media(min-width: 768px) {
#content #content-wrapper #eshop .products .article {
width: 27%;
margin: 10px;
}
}
#eshop .products .article .editor-area {
   padding: 0;
   height: 4.5em;
   text-align: left;
   vertical-align: text-top;
   font-size: 0.9rem;
}
#eshop .products .article span.price {
    font-weight: 600;
    text-align: left;
}
#content #content-wrapper #eshop .products .article .photo-wrap {
  width: 100%;
}
#content #content-wrapper #eshop .products .article .photo-wrap img {
  width: 100%;
  height: auto;
  max-height: 130px;
  object-fit: contain;
}
#eshop .products .article h3 {
  margin: 0.3em 0em 0.3em;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
}
#content #content-wrapper #eshop .products .article h3 a {
  color: #000;
}
#articles.bordered-none {
   width: 95%;
    margin: 0 auto;
   padding-left: 0;
}
@media(min-width: 992px) {
  #articles.bordered-none {
   width: 90%;
   padding-left: 2%;
}
}
#articles.bordered-none .article {
   width: 100%;
}
@media(min-width: 992px) {
#articles.bordered-none .article {
   width: 47.8%;
}
}
#content #content-wrapper #eshop #articles {
  background: #f4f4f4;
  padding: 20px;
  color: #000;
}
.p-1-detail.bordered-none {
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 992px) {
.p-1-detail.bordered-none {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 1600px) {
 .p-1-detail.bordered-none {
    padding-left: 8%;
    padding-right: 8%;
  }
}
#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%;
  }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col {
  width: 100%;
}
@media (min-width: 768px) {
  .col {
      width: 22.333333%;
     margin:0;
  }
.col:first-child {
      width: 22.333333%;
     margin: 0;
  }
}
#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 .eshop-btn {
 width: 18em!important;
 float: left!important;
}
#content #content-wrapper #eshop #articles .email-btn {
  display: block;
  margin-top: 10px;
}
#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;
  vertical-align: middle;
}
#content #content-wrapper #eshop #articles #basket_preview_form input[type="text"] {
  width: auto;
  float: left;
  padding: 7px;
}
#content .hero {
  width: 100%;
  height: calc(100% - 200px);
  position: relative;
  overflow: hidden;
  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.636866.jpeg') top / cover no-repeat;
  padding-top: 57%;
  background-size: contain!important;
}
@media (min-width: 768px) {
  #content .hero {
    height: calc(100% - 10px);
  }
}
@media (min-width: 1600px) {
  #content .hero {
    height: calc(100% - 50px);
  }
}
#content .hero .hero-inner {
  position: absolute;
  bottom: 0;
  height: 53px;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  word-break: break-word;
}
#content .hero .hero-inner h1 {
  color: #424242;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  min-width: 200px;
  font-size: 1.3rem;
}
@media(min-width: 768px) {
  #content .hero .hero-inner h1 {
  padding: 20px 70px;
  min-width: 200px;
  font-size: 1.6rem;
}
}
@media(min-width: 992px) {
  #content .hero .hero-inner h1 {
  padding: 20px 40px;
}
}
@media(min-width: 1280px) {
  #content .hero .hero-inner h1 {
  padding: 20px 70px;
}
}
#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: left;
  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 {
  right: 0;
  text-align: right;
}
#portrait a img {
  width: 100%;
  height: auto;
  max-height: 170px;
  max-width: 100%;
  object-fit: contain;
}
.col-container.border .text-picture {
  width: 100%;
    max-height: 200px;
    height: 100%;
    object-fit: contain;
  margin-bottom: 15px;
}
.intro {
  margin-top: 25px;
}
.intro__list {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: 20px auto;
}
.intro__list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 25px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .intro__list li {
    padding: 30px 0 25px;
  }
}
.intro__list li:before {
    content: '';
  background-image: url(https://icon-library.net/images/horseshoe-icon/horseshoe-icon-29.jpg);
  background-size: contain;
  height: 25px;
  width: 25px;
        margin-right: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#content #articles > h1, #content #archive > h1, #content #articles > h2, #content #archive > h2, #content #articles > h3, #content #archive > h3 {
  color: #000;
  padding: 20px 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: #4b4b4b;
  text-decoration: none;
}
#content #articles #section_subsections a:hover, #content #archive #section_subsections a:hover {
  text-decoration: underline;
}
#content #articles .article, #content #archive .article {
  width: 95%;
  float: none;
  -webkit-box-shadow: 0px 15px 54px -18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 15px 54px -18px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 15px 54px -18px rgba(0, 0, 0, 0.4);
  border: 2px solid #f4f4f4;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 15px auto;
}
@media(min-width: 992px) {
  #content #articles .article, #content #archive .article {
    width: 46.7%;
     float: left;
    margin: 20px 10px;
  }
}
@media(min-width: 1200px) {
  #content #articles .article, #content #archive .article {
    width: 46.1%;
     float: left;
    margin: 15px;
  }
}
#content #articles .article .editor-area, #content #archive .article .editor-area {
  position: relative;
  padding: 0;
  padding-bottom: 80px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0;
}
#content #articles .article .editor-area .article-content .article-preview-text a, #content #archive .article .editor-area .article-content .article-preview-text  p span:hover {
 background-color: #888;
}
#content #articles .article .editor-area .a-whole-article, #content #archive .article .editor-area .a-whole-article {
  position: absolute;
  bottom: 20px;
  z-index: 102;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px;
  background-color: #ffc057;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s all;
  color: #fff;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
   width: 60%;
  text-align: center;
}

#content #articles .article .editor-area .a-whole-article:hover, #content #archive .article .editor-area .a-whole-article:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #content #articles .article .editor-area .a-whole-article {
     width: 60%;
  padding: 10px 30px;
}
}
.a-article-single-button.mobile-hidden.button-bordered a {
  border: 1px solid #fff;
}
.a-article-single-button  {
  justify-content: center;
  align-items: flex-start;
  height: 45%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: center;
  margin: 10px 0 55px;
  width: 100%;
}
@media (min-width: 768px) {
  .a-article-single-button {
    margin: 50px 0 55px;
  }
}
@media (min-width: 992px) {
  .a-article-single-button {
    display: none;
  }
}
.a-article-single-button.mobile-hidden {
  display: none;
}
@media (min-width: 992px) {
  .a-article-single-button.mobile-hidden {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  }
}
.gallery.a-article-single-button.mobile-hidden.button-bordered {
   margin: 50px 0 20px;
}
.gallery.a-article-single-button {
  margin: 0 0 40px;
}
@media (min-width: 992px) { 
   .gallery.a-article-single-button {
      margin: 10px 0 55px;
   }
}
#photo-album .a-article-single-button a {
   background-color: #fff;
  color: #ffc057;
}
.a-article-single-button a {
  z-index: 3;
  padding: 10px 30px;
  margin-top: 20px;
  background-color: #ffc057;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s all;
  color: #fff;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
}
.a-article-single-button a:hover {
  text-decoration: underline;
}
#content #articles .article .editor-area .preview, #content #archive .article .editor-area .preview {
  position: absolute;
    height: 100%;
    width: 100%;
    z-index: 101;
    background: #fff;
    opacity: .2;
}
#content #articles .article .editor-area .preview img {
    max-width: 100%;
    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: 100%;
  height: 230px;
  float: left;
  color: #4b4b4b;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 30px;
 background-color: #fff;
}
#content #articles .article .editor-area .article-content h3 a, #content #archive .article .editor-area .article-content h3 a {
  color: #4b4b4b;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: 0.5s all;
}
#content #articles .article .editor-area .article-content h3 a:hover, #content #archive .article .editor-area .article-content h3 a:hover {
  text-decoration: underline;
}
#content #articles .article .editor-area .article-content .ifo-article, #content #archive .article .editor-area .article-content .ifo-article {
  margin: 5px 0;
  text-align: center;
}
#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: #424242;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Futura-CondensedExtraBold", sans-serif;
}
#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 p, #content #archive .article .editor-area .article-content .article-preview-text p {
  padding: 0;
  text-align: justify;
  line-height: 1.5;
}
#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;
}

#content #articles {
  padding-top: 0;
}
#content #articles .list-of-pages {
  margin: 10px 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#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 .article .editor-area p, #content .detail_article .editor-area p {
  padding: 15px 0;
}
#content .detail_article h2 {
  text-transform: uppercase;
  color: #424242;
  padding-top: 30px;
}
#content .article .editor-area a, #content .detail_article .editor-area a {
  color: #000;
}
#content .detail_article .col-container.border {
  border-left: none;
}
@media (min-width: 992px) {
#content .detail_article .col-container.border {
  border-left: 1px solid #c2c2c2;
}
}
#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: #ffc057;
  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: #ffc057;
  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 #ffc057;
  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: #ffc057;
  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%;
}
.portrait-h2 {
  position: relative;
  top: 0 !important;
}
#content .content-inner h2 {
  color: #fff;
}
#content .content-inner .uvod {
  background: #fff;
  min-height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media(min-width: 992px) {
  #content .content-inner .uvod  {
    flex-direction: row;
  }
}
#content .content-inner .uvod .uvod-in span {
      word-break: break-word;
}

#content .content-inner .uvod .uvod-in {
  margin: 10px auto;
  padding: 0 15px;
  float: none;
  width: 100%;
  color: #424242;
}
@media (min-width: 768px) {
  #content .content-inner .uvod .uvod-in {
    width: 80%;
   padding: 30px 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 {
  color: #000;
  padding: 10px 0;
  margin: 5px 0;
}
#content .content-inner .uvod .uvod-in p {
  padding: 15px 0;
}
#content .content-inner .uvod .uvod-in span {
  color: #424242;
}
#content .content-inner .uvod .uvod-in a {
  color: #ffc057;
}
#content .content-inner .uvod .uvod-in a:hover span {
  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: #ffc057;
  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;
}
#content .content-inner .uvod .uvod-in table th {
  background-color: #ffc057;
  color: #fff;
}
#content .content-inner .uvod .uvod-in table th, #content .content-inner .uvod .uvod-in table td {
  border: 1px solid #ffc057;
  padding: 5px;
}
#content .content-inner .uvod .uvod-in ol {
  list-style: decimal;
  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: #ffc057;
  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;
}
.uvod-title.articles-title-no-bg {
  background-color: #ffc057;
  width: 100%;
}
@media(min-width: 992px) {
  .uvod-title.articles-title-no-bg {
    border-right: 1px solid #c2c2c2;
   background-color: transparent;
    width: 40%;
  }
}
.uvod-title.articles-title-no-bg.no-border {
  border: none;
}
.uvod-title {
  background-color: #ffc057;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-start;
}
@media(min-width: 992px) {
  .uvod-title {
    width: 40%;
  }
}
.uvod-title.service-title-h2 {
   width: 100%;
}
@media (min-width: 991px) {
  .uvod-title.service-title-h2 {
    width: 40%;
  }
}
.service-title .uvod-title {
  background-color: transparent;
} 
.service-title .uvod-title {
  background-color: transparent;
} 

.service-title .uvod-title h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0 30px;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.5em;
} 
@media (min-width: 992px) {
  .service-title .uvod-title h2 {
    font-size: 2.5em;
  }
}
#content .content-inner .service-p {
  color: #fff;
  padding: 20px;
}
@media (min-width: 992px) {
 #content .content-inner .service-p {
    color: #fff;
    padding: 20px 20px 0;
  }
}
.service-title {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background: url(https://s3a.estranky.cz/img/d/1000000401/onas.png) top / cover no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  .service-title {
    flex-direction: row;
    padding: 50px 0 50px;
  }
}
@media (min-width: 1280px) {
  .service-title {
    padding: 80px 0 80px;
  }
}
#content .content-inner .uvod > div > h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 0 15px;
  width: 100%;
  word-break: break-all;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #fff;
  background: transparent;
  box-sizing: border-box;
  font-family: "Futura-CondensedExtraBold", sans-serif;
}
/* Media queries */
@media (min-width: 992px) {
  #content .content-inner .uvod > div > h2 {
    font-size: 2.5em;
    padding: 50px 10px;
    float: left;
  }
}
#content .content-inner #articles-container > div > h2 {
  color: #fff;
  background: transparent;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Futura-CondensedExtraBold", sans-serif;
}
@media(min-width: 992px) {
  #content .content-inner #articles-container > div > h2 {
    font-size: 2.5em;
    padding: 50px 0;
    color: #424242;
  }
}
#content #articles-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #content #articles-container {
    flex-direction: row;
    margin-bottom: 20px;
  }
}
#content .content-inner #articles-container #articles {
  float: none;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
}
@media(min-width: 991px) {
#content .content-inner #articles-container #articles {
  width: 92%;
}
}
@media(min-width: 1280px) {
#content .content-inner #articles-container #articles {
  width: 85%;
}
}
#content .content-inner #articles-container #articles .list-of-pages {
  margin: 10px 0;
}
#content .content-inner #articles-container #articles .list-of-pages hr {
  display: none;
}
#content .content-inner #articles-container #articles .list-of-pages .numbers {
  text-align: center;
}
#content .content-inner #articles-container #articles .list-of-pages a {
  color: #000;
}

  #content .content-inner #articles-container #articles {
    border-left: 0;
    padding: 10px 0;
  }
@media (min-width: 992px) {
  #content .content-inner #articles-container #articles {
    padding: 30px 0 45px;
  }
}
#content #photos-container .aside-navigation {display: none;}
#content #photos-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  flex-direction: column;
  background: #ffc057;
  padding: 0;
}
@media (min-width: 768px) {
  #content #photos-container {
    background-color: #ffc057;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    flex-direction: row;
  padding: 50px 0 30px;
  } 
}
@media (min-width: 992px) {
  #content #photos-container {
  padding: 50px 0 30px;
  } 
}
.p-1.photos-p1 {
  padding-left: 0;
  padding-right: 0;
}
#content #photos-container h2 {
    padding: 15px 0;
     line-height: 35px;
    box-sizing: border-box;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: "Futura-CondensedExtraBold", sans-serif;
}
@media (min-width: 768px) {
  #content #photos-container h2 {
    font-size: 2.5em;
    padding: 0;
  }
}
#smLightbox_preview  {
  border-radius: 6px;
}
#content #photos-container #photo-album img {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
@media(min-width: 992px) {
#content #photos-container #photo-album img {
    height: 100%;
    max-height: 170px;
}
}
#content #photos-container #photo-album h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0 30px;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "Futura-CondensedExtraBold", sans-serif;
}
#content #photos-container #photo-album #folders {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media(min-width: 768px) {
#content #photos-container #photo-album #folders {
  width: 90%;
}
}
#content #photos-container #photo-album #folders .folder {
  margin: 0;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
  color: #fff;
  width: 100%;
    display: block;
    float: left;
}
@media(min-width: 768px) {
#content #photos-container #photo-album #folders .folder  {
  width: 47.1%;
  margin: 10px;
}
}
@media(min-width: 992px) {
#content #photos-container #photo-album #folders .folder  {
  width: 31%;
  margin: 10px;
}
}
@media(min-width: 1200px) {
#content #photos-container #photo-album #folders .folder  {
  width: 22.1%;
  margin: 10px;
}
}
#content #photos-container #photo-album #folders .folder .folder-info h3 {
  background: transparent !important;
  text-align: left;
  padding-right: 30px;
  font-size: 2.5em;
  padding: 30px 30px 0 0;
  text-transform: uppercase;
}
#content #photos-container #photo-album #folders .folder .folder-info h3 a {
  color: #fff;
}
#content #photos-container #photo-album #folders .folder .folder-info > div {
  text-align: left;
  padding-right: 0;
}
#content #photos-container #photo-album #folders .folder .photo-wrap {
  display: block;
}
#content #photos-container #photo-album #folders .folder .folder-info h3 {
  background-color: #ffc057;
  padding: 5px 0;
  margin: 5px 0;
  border-radius: 0;
  font-size: 1.1em;
    height: auto;
    overflow: hidden;
    line-height: 23px;
}
@media(min-width: 992px) {
  #content #photos-container #photo-album #folders .folder .folder-info h3 {
     height: 2.8em;
  }
} 
#content #photos-container #photo-album #folders .folder .folder-info a {
  color: #000;
  text-decoration: none;
}

  #content #photos-container #photo-album #folders .folder:nth-of-type(1) .folder-info > div {
    text-align: left;
    padding-right: 0;
  }
}
@media screen and (min-width: 1199px) {
  #content #photos-container #photo-album #folders {
    width: 90%;
   margin: 0 auto;
  }
}
#content #photos-container #photo-album #photos {
  width: 100%;
  float: none;
  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;
}
@media (min-width: 768px) {
  #content #photos-container #photo-album #photos  {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #content #photos-container #photo-album #photos  {
    width: 87%;
    margin: 0 auto;
  }
}
#content #photos-container #photo-album #photos > h2 {
  width: 100%;
}
#content #photos-container #photo-album #photos #clear_photos {
  display: flex;
}
@media (min-width: 992px) {
  #content #photos-container #photo-album #photos #clear_photos {
    display: block;
  }
}
#content #photos-container #photo-album #photos .photo-wrap {
  width: auto;
  height: 300px;
  text-align: left;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  transition: 0.5s all;
  position: relative;
}
@media (min-width: 992px) {
 #content #photos-container #photo-album #photos .photo-wrap {
  width: 23%;
  min-width: 230px;
  background-color: transparent;
  height: 230px;
 }
}
@media (min-width: 1200px) {
#content #photos-container #photo-album #photos .photo-wrap {
  height: 300px;
}
}

#content #photos-container #photo-album #photos .photo-wrap { 
  height: 300px; 
  margin: 0 5% 5%; 
  width: calc(100% / 1.1); 
} 

@media (min-width: 768px) { 
#content #photos-container #photo-album #photos .photo-wrap { 
  margin: 0 2.3% 3% 2%; 
  height: 300px; 
  width: calc(100% / 2.2); 
  } 
} 

@media (min-width: 992px) { 
#content #photos-container #photo-album #photos .photo-wrap {
    margin: 0 1.5% 2% 1.5%;
    height: 230px;
    width: 23%;
  } 
}

@media (min-width: 1280px) { 
#content #photos-container #photo-album #photos .photo-wrap {
  margin: 0 0.4% 2.1% 1.4%; 
  } 
}

#content #photos-container #photo-album #photos .photo-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
@media screen and (min-width: 992px) {
  #content #photos-container #photo-album #photos .photo-wrap img {
  height: 230px;
}
}
#content #photos-container #photo-album #photos .photo-wrap:hover {
  z-index: 33;
}
#content #photos-container #photo-album #photos .photo-wrap:hover img {
  opacity: 1;
}
@media screen and (min-width: 1199px) {
  #content #photos-container #photo-album #photos {
    width: 90%;
    margin: 0 auto;
  }
}
#content .slide-container {
  background-color: #000;
  width: 100%;
  float: left;
}
#content .slide-container #slide h2 {
  color: #fff;
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: transparent;
  text-align: right;
  padding-right: 30px;
  font-size: 2.5em;
  padding: 30px 50px 0 0;
  text-transform: uppercase;
}
#content .slide-container #slide .slide-inner {
  float: left;
  width: 100%;
}
#content .slide-container #slide .slide-inner .fb_iframe_widget {
  margin-top: 25px;
}
#content .slide-container #slide .slide-inner .fb_iframe_widget iframe span {
  color: #fff;
}
#content .slide-container #slide .slide-inner h3 {
  background-color: #ffc057;
  color: #fff;
  padding: 10px;
}
#content .slide-container #slide .slide-inner .slide-img {
  background: #fff;
  padding: 10px;
  text-align: center;
}
#content .slide-container #slide .slide-inner .slide-img #slide-img-width, #content .slide-container #slide .slide-inner .slide-img .slide.img.width {
  width: 100% !important;
  height: auto !important;
}
#content .slide-container #slide .slide-inner .slidenav, #content .slide-container #slide .slide-inner #timenav {
  background-color: #ffc057;
  color: #4b4b4b;
  padding: 10px;
}
#content .slide-container #slide .slide-inner .slidenav a, #content .slide-container #slide .slide-inner #timenav a {
  color: #fff;
  text-decoration: none;
}
#content .slide-container #slide .slide-inner .slidenav .back, #content .slide-container #slide .slide-inner #timenav .back, #content .slide-container #slide .slide-inner .slidenav .forward, #content .slide-container #slide .slide-inner #timenav .forward {
  display: inline-block;
}
#content .slide-container #slide .slide-inner .slidenav .back a, #content .slide-container #slide .slide-inner #timenav .back a, #content .slide-container #slide .slide-inner .slidenav .forward a, #content .slide-container #slide .slide-inner #timenav .forward a {
  margin-right: 10px;
}
#content .slide-container #slide .slide-inner #timenav {
  background-color: #fff;
}
#content .slide-container #slide .slide-inner #timenav a {
  color: #000;
}
#content .slide-container #slide .slide-inner #thumbnav {
  background: #fff;
  padding: 10px;
}
#content .slide-container #slide .slide-inner #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-container #slide .slide-inner #thumbnav .wrap .box {
  float: left;
}
#content .slide-container #slide .slide-inner .slidebar {
  background: rgba(255, 255, 255, 0.2);
  margin: 10px 0;
  padding: 10px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
#content .slide-container #slide .slide-inner div#fblikesend.facebook-send-empty {
  display: none;
}
@media screen and (min-width: 1199px) {
  #content .slide-container #slide h2 {
    width: 30%;
  }
  #content .slide-container #slide .slide-inner {
    width: 70%;
    margin: 45px 0 50px;
  }
}
#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;
  padding-top: 30px;
}
#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: #ffc057;
}
#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 {
  background: #4b4b4b;
  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;
  padding-top: 30px;
  padding-bottom: 30px;
}
#content #event-detail .image-container {
  height: 150px;
  width: 100%;
  text-align: center;
  background-color: #ffc057;
}
#content #event-detail .image-container .article_img {
  height: 150px;
  text-align: center;
  background-color: #ffc057;
}
#content #event-detail .image-container .article_img img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
@media screen and (min-width: 991px) {
  #content #event-detail .image-container {
    height: 350px;
    width: 30%;
    float: left;
  }
  #content #event-detail .image-container .article_img {
    height: 350px;
  }
  #content #event-detail .image-container .article_img img {
    height: 350px;
  }
}
#content #event-detail .e-d-container {
  width: 100%;
  float: right;
}
#content #event-detail .e-d-container h2 {
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
}
#content #event-detail .e-d-container .event-detail-info {
  width: 100%;
  float: left;
  background-color: #ffc057;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
#content #event-detail .e-d-container .event-detail-info span {
  display: inline-block;
}
#content #event-detail .e-d-container .event-detail-text {
  width: 100%;
  float: left;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 991px) {
  #content #event-detail .e-d-container {
    width: 70%;
  }
}
#content .modules {
  background: #fff;
  border-bottom: 1px solid #c2c2c2;
  padding-top: 0;
}
@media (min-width: 991pxpx) {
#content .modules {
  padding-top: 30px;
}
}

#content .modules .modules-in {
  width: 90%;
  display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
   margin: 0 auto;
  flex-wrap: wrap;
}
@media(min-width: 768px) {
#content .modules .modules-in {
    flex-direction: row;
    padding-bottom: 55px;
  }
}
@media(min-width: 992px) {
#content .modules .modules-in {
   width: 89%;
   margin: 0 auto;
  }
}
@media(min-width: 1280px) {
#content .modules .modules-in {
   width: 88%;
  }
}
.section.own-code-nav img {
      width: 100%;
    max-width: 190px;
}
#last-photo .inner_frame img {
width: 100%;
    height: 160px;
    object-fit: cover;
}
#last-photo .inner_frame {
  text-align: center;
}
#content .modules .modules-in #languages .inner_frame img {
  margin: 5px;
}
#content .modules .modules-in hr {
  display: none;
}
#content .modules .modules-in .section {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #content .modules .modules-in .section {
    width: 47.7%;
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  #content .modules .modules-in .section {
    width: 31.4%;
  }
}
#content .modules .modules-in .section h2 {
  background: transparent;
  text-align: left;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  color: #ffc057;
  margin: 0 0 10px;
  font-family: "Futura-CondensedExtraBold", sans-serif;
  padding: 30px 0 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #content .modules .modules-in .section h2 {
    margin: 0;
    padding: 30px 0 10px;
  }
}
#search .inner_frame {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #search .inner_frame {
    width: auto;
  }
}
.expand-area-list-rss.height {
  height: auto;
  background: #ffc057;
  z-index: 100;
  position: relative;
  width: 300px;
    left: -10px;
    padding: 0 10px 35px;
    border-radius: 5px;
}
.expand-area-list-rss {
    height: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media(min-width: 991px) {
  .expand-area-list-rss {
    height: 125px;
 }
}
.expand-area-list-rss.height {
  height: auto;
  background: #ffc057;
  z-index: 100;
  position: relative;
  width: 105%;
    left: -10px;
    padding: 0 10px 35px;
    border-radius: 5px;
   overflow: inherit;
   margin: 0 auto;
}
.expand-area-list.height {
  height: auto;
  background: #ffc057;
  z-index: 100;
  position: relative;
  width: 105%;
    left: -10px;
    padding: 0 10px 35px;
    border-radius: 5px;
   overflow: inherit;
   margin: 0 auto;
}
@media(min-width: 992px) {
.expand-area-list.height {
    width:  104.8%;
}
}
@media(min-width: 1150px) {
.expand-area-list.height {
    width:  104.4%;
}
}
@media(min-width: 1160px) {
.expand-area-list.height {
    width:  104.2%;
}
}
@media(min-width: 1200px) {
.expand-area-list.height {
    width:  106.3%;
}
}
@media(min-width: 1280px) {
.expand-area-list.height {
    width:  105.3%;
}
}
.expand-area-list {
    height: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media(min-width: 991px) {
  .expand-area-list {
    height: 125px;
 }
}
#content .modules .modules-in #links.section .expand-area-list-links.height:last-child {
  margin-bottom: 25px;
}
.expand-area-list-links {
  height: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media(min-width: 991px) {
  .expand-area-list-links {
    height: 125px;
 }
}
.expand-area-list-links.height {
   height: auto;
  background: #ffc057;
  z-index: 100;
  position: relative;
  width: 105%;
    left: -10px;
    padding: 0 10px 35px;
    border-radius: 5px;
   overflow: inherit;
   margin: 0 auto;
}
@media(min-width: 992px) {
.expand-area-list-links.height {
    width:  104.8%;
}
}
@media(min-width: 1150px) {
.expand-area-list-links.height {
    width:  104.4%;
}
}
@media(min-width: 1160px) {
.expand-area-list-links.height {
    width:  104.2%;
}
}
@media(min-width: 1200px) {
.expand-area-list-links.height {
    width:  106.3%;
}
}
@media(min-width: 1280px) {
.expand-area-list-links.height {
    width:  105.3%;
}
}
.expand-area-list-rss {
  height: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media(min-width: 991px) {
  .expand-area-list-rss {
    height: 125px;
 }
}
#content .modules .modules-in #photo-album-nav.section .inner_frame, 
#content .modules .modules-in #links.section .inner_frame,
#content .modules .modules-in #rss-nav.section .inner_frame {
  height: auto;
  background: #ffc057;
  padding: 20px 10px;
  text-align: left;
  border-radius: 5px;
  position: relative;
}
@media(min-width: 991px) {
  #content .modules .modules-in #photo-album-nav.section .inner_frame,
#content .modules .modules-in #links.section .inner_frame,
#content .modules .modules-in #rss-nav.section .inner_frame {
    height: 210px;
  }
}
#content .modules .modules-in .section .inner_frame {
height: auto;
  background: #ffc057;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
}
@media(min-width: 992px) {
  #content .modules .modules-in .section .inner_frame {
    height: 210px;
  }
}
#content .modules .modules-in .section .inner_frame p {
  margin: 10px 0;
}
#content .modules .modules-in .section .inner_frame a {
  color: #fff;
  font-weight: bold;
text-transform: uppercase;
font-size: 0.9rem;
}
#content .modules .modules-in .section#stats .inner_frame th {
  font-size: 1rem;
    font-weight: 500;
   text-transform: uppercase;
   width: 6em;
}
#content .modules .modules-in .section#stats .inner_frame {
  text-align: left;
  color: #fff;
}
#content .modules .modules-in .section#stats .inner_frame table {
  width: 100%;
  text-align: left;
  line-height: 1.7;
}
#content .modules .modules-in .section#photo-album-nav .open-btn {
padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 0;
    font-size: .9rem;
    background-color: #ffc057;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    float: left;
}
#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: 0 8px 5px;
  transition: 0.5s all;
  margin-bottom: 10px;
}

#ecategory.section ul {
  background: #ffc057;
    padding: 20px 10px;
    text-align: left;
    border-radius: 5px;
    position: relative;
    margin: 0;
    list-style: none;
}

#ecategory.section ul li a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
}

#content .modules .modules-in .section#photo-album-nav a, #content .modules .modules-in .section#links a, #content .modules .modules-in .section#ecategory a {
  display: block;
  padding: 0 8px 5px;
  transition: 0.5s all;
  margin-bottom: 10px;
  line-height: 20px;
}

#content .modules .modules-in .section#photo-album-nav a:hover, #content .modules .modules-in .section#rss-nav a:hover {
  text-decoration: none;
  color: #000;
  display: block;
}
#content .modules .modules-in .section#photo-album-nav a:after, #content .modules .modules-in .section#rss-nav a:after, .section#links a:after {
  content: ">";
  float: right;
}
#content .modules .modules-in .section#calendar table {
  width: 100%;
  text-align: center;
}
#content .modules .modules-in .section#calendar table caption {
  display: none;
}
#content .modules .modules-in .section#calendar table tr#archive-month, #content .modules .modules-in .section#calendar table tr#archive-year {
  border: 1px solid #4b4b4b;
}
#content .modules .modules-in .section#calendar table tr#archive-month td, #content .modules .modules-in .section#calendar table tr#archive-year td {
  border: 0;
  text-transform: capitalize;
  font-size: 1.4em;
}
#content .modules .modules-in .section#calendar table tr td {
  color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 0.9rem;
    height: 40px;
    vertical-align: middle;
}
#archive-small .archive-nav-c {
  border: 1px solid #fff;
  padding: 5px 15px;
}
#content .modules .modules-in .section#mail-list .inner_frame {
  text-align: center;
  /* background-color: #ffc057; */
  /* border: 0; */
}
#content .modules .modules-in .section#mail-list .inner_frame #mail-list-decoration {
  display: none;
}
#content .modules .modules-in .section#mail-list .inner_frame #mail-list-key {
  /* width: 100%; */
  /* padding: 20px 5px; */
  box-sizing: border-box;
  /* border: 0; */
  /* border-radius: 20px; */
}
#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: 4px 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 5px 0 0 0;
    font-size: 0.9rem;
    background-color: #ffc057;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    float: left;
}
#content .modules .modules-in .section#mail-list .inner_frame #send-mail-list:hover {
  background: #000;
}
#content .modules .modules-in .section#login form label {
  width: 100%;
  float: left;
  color: #fff;
 font-size: 0.8rem;
    text-transform: uppercase;
}
#login form a {
display: inline-block;
    font-weight: 500!important;
    padding: 0;
    font-size: 0.8rem!important;
}
#content .modules .modules-in .section#login form p {
  margin: 0;
  display: block;
}
#content .modules .modules-in .section#login form .clButton {
  margin: 7px 0 7px;
    display: inline-block;
    position: relative;
}
#content .modules .modules-in .section#login form input {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  margin: 4px 0;
  border: 1px solid #fff;
  border-radius: 5px;
}
#content .modules .modules-in .section#login form input.submit {
padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 0;
    font-size: .9rem;
    background-color: #ffc057;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    float: left;
}
  #content .modules .modules-in .section .inner_frame {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    margin: 0 auto;
  }
}
#content .detail_article {
  padding-top: 45px;
  padding-bottom: 30px;
}
#content .detail_article .image-container {
  height: 150px;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
#content .detail_article .image-container .article_img {
  height: 150px;
  text-align: center;
  /* background-color: #ffc057; */
}
#content .detail_article .image-container .article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media(min-width: 992px) {
#content .detail_article .image-container .article_img img {
  height: 195px;
}
}
@media screen and (min-width: 991px) {
  #content .detail_article .image-container {
    height: 350px;
    width: 27%;
    float: left;
    margin-top: 0;
  }
  #content .detail_article .image-container .article_img {
    height: 350px;
  }
  #content .detail_article .image-container .article_img img {
    height: 350px;
  }
}
#content .detail_article .col-container {
  display: block;
   width: 100%;
    margin: 0 auto;
    float: left;
   padding-left: 0;
}
@media(min-width: 992px) {
  #content .detail_article .col-container {
   width: 70%;
   padding-left: 2%;
}
}
#content .detail_article .col-container .col {
  float: left;
  padding: 20px;
  box-sizing: border-box;
}
#content .detail_article .col-container .col.col_lft {
  width: 100%;
}
#content .detail_article .col-container .col.col_lft span.article-date {
  display: block;
  padding: 10px 0;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}
#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: 0;
  padding-top: 0;
}
#content #rss-channels {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 30px;
}
#content #rss-channels h2 {
  margin: 10px 0;
}
#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 #clear_folders {
  display: none;
}
#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: #ffc057;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  font-size: 1.2em;
}
#content #archive #folders .folder .folder-info a {
  color: #fff;
  text-decoration: none;
}
.p-1.contact-new {
  padding-left: 0;
  padding-right: 0;
}
.contact-new-map {
  width: 100%;
  height: 100%;
  min-height: 350px;
  padding: 10px;
}
@media (min-width: 768px) {
  .contact-new-map {
    padding: 0;
  }
}
#contact-nav .p-1.contact-new .inner_frame address {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
   font-size: 1.1rem;
}
#contact-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background: #ffc057;
  position: relative;
}
@media (min-width: 768px) {
  #contact-nav {
    flex-direction: row;
  }
}
#contact-nav address {
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  #contact-nav address {
    padding: 30px 30px 40px;
    margin-bottom: 0;
  }
}
#contact-nav h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #fff;
  font-family: "Futura-CondensedExtraBold", sans-serif;
}
@media (min-width: 992px) {
  #contact-nav h2 {
    font-size: 2.5em;
    padding: 50px 0;
  }
}
#contact-nav .inner_frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px 5px;
}
@media (min-width: 768px) {
  #contact-nav .inner_frame {
    padding: 0;
  }
}
#contact-nav .inner_frame .contact_name {
  margin-bottom: 20px;
}
#contact-nav .inner_frame .contact_adress {
  line-height: 26px;
}
#contact-nav .inner_frame p {
  margin: 10px 0 0;
  padding: 0 10px;
color: #000;
}
#contact-nav .inner_frame a {
  color: #000;
  font-weight: bold;
  font-size: 1rem;
}
.footer {
  text-align: center;
  background: #ffc057a6;
  color: #fff;
  font-size: 14px;
  float: left;
  width: 100%;
}
.footer span {
  display: inline !important;
  margin-left: 5px;
}
.footer p {
  padding: 10px;
}
.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;
}
#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: 94%;
  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: #ffc057;
  outline: none;
}
#block-comments textarea {
  margin-bottom: 20px;
}
#block-comments .submit {
  padding: 10px 20px;
  background: #ffc057;
  border: 1px solid #ffc057;
  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: #e6dbd0;
  border-color: #e6dbd0;
  outline: none;
  color: #fff;
}
#block-comments h3 + div {
  border-top: 1px solid #E5E5E5;
}
#block-comments #comments-form {
  margin-bottom: 50px;
  width: 100%;
}
@media(min-width: 991px) {
#block-comments #comments-form {
  margin-bottom: 50px;
  width: 75%;
}
}
#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;
}
.comment {
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0;
}
.comment .commentWrap {
  border-left: 3px solid #ffc057;
  padding-left: 25px;
  border-radius: 4px;
}
.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: #ffc057;
  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 {
  background: #e6dbd0;
  border-left: 3px solid #ffc057;
  border-radius: 4px;
}
.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: block; 
}
.inner_frame p { 
  display: inline-block;
  vertical-align: top;
  text-align: left; 
}

/* CSS pro podrubriky */
#content #articles #section_subsections,
#content #articles #section_subsections .section_article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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% / 5 - 20px);
    background: #ffc057;
    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;
  color: #fff;
  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: #d7d7d7;
  -ms-flex-item-align: end;
   align-self: flex-end;
   margin: 0 5px;
}

input#mail-list-key {
    border: 0;
    border-bottom: 0px;
    border-radius: 2px;
    font-size: 16px;
    width: 83%;
    height: 30px;
    padding: 5px 20px;
    float: left;
    border-radius: 5px;
}
@media(min-width: 992px) {
  input#mail-list-key {
    width: 100%;
    float: none;
  }
}
#preview-folder .wrap {
  height: 100%;
  padding: 0;
  margin: 0;
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.box a img {
    width: 125px;
}

/* ------------- 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: 100%;
  height: auto;
  float: left;
  margin: 15px 0 15px;
}
#preview-folder .box div, #thumbnav .box div, .folder .photo-wrap div, #photo-album-nav li .photo-wrap div {
  height: auto;
  width: 100%;
  text-align: left;
  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: 100%;
    height: auto;
    margin: 10px 5px 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: 130px;
  height: auto;
  float: left;
  margin: 15px 7px 15px;
}
#photos .slider-gallery__wrap {
  height: auto;
  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: 100%;
    height: auto;
    margin: 10px 5px 10px;
  }
  #photos  .slider-gallery__wrap {
    height: auto;
    width: 100%;
  }
  #photos .slider-gallery__img {
    max-width: 100%;
    max-height: 100%;
  }
}
/* Galerie responsive END */