@font-face {
    font-family: "FuturaPTHeavy";
    src: url("https://s3b.estranky.cz/img/d/1000000430/futuraptheavy.otf");
}
@font-face {
    font-family: "FuturaPTLight";
    src: url("https://s3b.estranky.cz/img/d/1000000430/futuraptlightoblique.otf");
}
@font-face {
    font-family: "FuturaPTBook";
    src: url("https://s3b.estranky.cz/img/d/1000000430/futuraptbook.otf");
}
@font-face {
    font-family: "FuturaPTDemi";
    src: url("https://s3b.estranky.cz/img/d/1000000430/futuraptdemi.otf");
}
@font-face {
    font-family: "FuturaPTBold";
    src: url("https://s3b.estranky.cz/img/d/1000000430/futuraptbold.otf");
}
@font-face {
    font-family: "FuturaPTExtraBold";
    src: url("https://s3b.estranky.cz/img/d/1000000430/futuraptextrabold.otf");
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
   font-style: normal;
   font-weight: 200;
    color: #000;
    font-size: 16px;
}
.editor-area table td {
    padding: 0 5px!important;
}
textarea,
input,
input[type="email"],
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: button;
}

button:focus {outline: none;}
.head-left {
  text-align: left;
}


#kotva {
    position: relative;
    height: 1px;
    width: 1px;
    display: block;
}
.head-right {
  text-align: right;
}
.head-center {
  text-align: center;
}
#osm-map {
    width: 100%;
    max-width: 100%;
}
pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
}
address {
    display: block;
    font-style: italic;
}
u {
    text-decoration: underline;
}
s {
    text-decoration: line-through;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #798088;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #798088;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #798088;
}
:-moz-placeholder { /* Firefox 18- */
  color: #798088;
}
table {
    max-width: 880px;
}
a {
  color: #000;
}
a:active {
  color: #000;
}
.editor-area a {
  text-decoration: underline;
}
.home #photo-album h2 {
  display: none;
}
.editor-area .text-picture {
  padding: 1px;
    max-width: 100%;
    height: auto;
}
.slide.img.width {
    position: relative;
    margin: 0 auto;
    width: 100%;
    float: left;
    text-align: center;
}
.slide-img img {
    position: relative;
    z-index: 400;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#block-comments #comments {
  margin: 0 0 20px;
}
.comment:last-child {
margin-bottom: 30px;
}
.level0, .level1, .level2, .level3, .level4, .level5, .level6, .level7, .level8, .level9 {
    background: #bdcdd254;
    border-left: 3px solid #bdcdd2;
    border-radius: 4px;
    padding: 10px 10px 1px;
    margin-bottom: 10px;
}
.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;
}
#comments-form {
  margin: 0 0 2em;
}
#block-comments .comment-headline h3 {
  font-size: 1.5rem;
}
#comments-form #c_name, 
#comments-form #c_title,
#comments-form #c_txt {
   background-color: #bdcdd254;
    margin-top: 1rem;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    border: 1px solid #bdcdd2;
}
@media(min-width: 992px) {
  #comments-form #c_name, 
  #comments-form #c_title,
  #comments-form #c_txt {
    width: 60%;
  }
}
#comments-form .clButton .submit {
  font-size: 1rem;
    border: none;
    background-color: #759daa;
    color: black;
    padding: 6px 20px;
}
#comments-form input.c_name {
  width: 25%;
}
#comments-form input.c_title {
  width: 25%;
}
input {
    border: 1px solid #a8bbc1;
}
input[type=button] {
    background: #bdcdd2;
    border: 1px solid #bdcdd2;
    font-weight: 200;
    font-size: 1rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#comments-form textarea {
    width: 35%;
}
.recaptchaContainer {
    text-align: left;
}
#content img.right-float {
    float: right;
    margin: 15px 0;
    width: 100%;
}
@media(min-width: 768px) {
  #content img.right-float {
    margin: 3px 2px 2px 15px;
    width: auto;
}
}
.page-content {
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
#content {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
}
@media(min-width: 992px) {
#content {
     padding: 0 15px;
     width: 63%;
     margin-bottom: 40px;
}
}
@media(min-width: 1100px) {
#content {
    width: 59%;
    margin-left: 20px;
    margin-right: 0;
}
}
@media(min-width: 1200px) {
#content {
    margin-left: 40px;
    margin-right: 10px;
}
}
@media(min-width: 1280px) {
#content {
    width: 62%;
    margin-left: 40px;
    margin-right: 40px;
}
}
@media(min-width: 1400px) {
#content {
    width: 63%;
}
}
@media(min-width: 2500px) {
#content {
    margin-left: 70px;
    margin-right: 70px;
}
}
.content-wrapper {
  width: 90%;
    display: block;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
@media(min-width: 992px) {
.content-wrapper {
  width: 100%;
  margin: auto;
}
}
.modules {
    float: left;
    display: block;
    width: 100%;
}
@media(min-width: 768px) {
  .modules {
    width: 45%;
    margin: 40px 20px;
}
}
@media(min-width: 992px) {
  .modules {
    width: 33%;
    margin: 40px 15px;
}
}
@media(min-width: 1200px) {
  .modules {
    margin: 0;
    width: 28%;
}
}
@media(min-width: 1280px) {
  .modules {
    margin: 0;
    width: 27%;
}
}
@media(min-width: 1280px) {
  .modules {
    margin: 0;
}
}
.accessibility-links {
position: absolute;
top: -10000em;
}
.logo {
  position: relative;
  top: 10px;
  left: 0;
  width: 100%;
  max-width: 100px;
  height: 55px;
  display: inline-block!important;
    padding-top: 3.9125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    background: url("https://s3b.estranky.cz/img/d/1000000430/logo.png") no-repeat;
    background-size: contain;
    z-index: 1031;
}
@media (min-width: 992px) {
.logo {
    margin-left: 2em;
    position: absolute;
}
}
@media (min-width: 1200px) {
.logo {
    margin-left: 3em;
}
}

.menu-toggle {
   padding: .25rem .75rem!important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1)!important;
    border-radius: .25rem;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 0;
    outline: none;
    padding: 0;
    cursor: pointer;
    z-index: 99999;
    display: block;
}
@media (min-width: 992px) {
.menu-toggle {
    display: none;
}
}
#breadcrumb-nav {
  display: inline-block;
  padding: 1rem 0;
}

.menu-toggle.menu-active {
  padding: 0.25rem 0.75rem 0.7rem!important;
}
.menu-toggle span {
    border-top: 2px rgba(0,0,0,0.5) solid;
    width: 1.3em;
    margin: 6px 0;
    display: block;
    transition: 0.3s all linear;
}
.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.menu-type-none li, menu.menu-type-onclick li, menu.menu-type-standard li {
    overflow: visible!important;
}
.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#navigation.menu-active nav {
    display: block;
    background: rgba(255, 255, 255, 1);
}
#navigation nav {
    display: none;
}
@media (min-width: 992px) {
#navigation nav {
    display: block;
}
}
#navigation {
    background: inherit;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    height: auto;
}
@media (min-width: 992px) {
#navigation {
     height: auto;
     min-height: 80px;
     padding-right: 5%;
     width: 100%;
}
}
#navigation.menu-active {
  background: transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 200;
    line-height: 1.2;
}

h1 {
  font-size: 2.4rem;
  font-weight: 200;
  font-style: normal;
  line-height: 1.3;
  word-break: break-word;
  max-height: 7.7em;
  overflow: hidden;
}
}
a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:active {
    font-family: "FuturaPTDemi" !important;
    text-decoration: none;
    color: #759daa !important;
}

#nav-column menu a:active, #nav-column menu a:hover, #nav-column menu a:focus {
    font-family: "FuturaPTDemi" !important;
    font-style: normal;
    text-decoration: none;
    color: #759daa !important;
    font-size: 1.5rem;
}
#languages .inner_frame img {
    height: 16px;
    width: auto;
    margin: 3px 0;
}
#languages h2 {display: none;}
#languages a {
  display: block;
  color: #000;
  font-size: 1.1rem;
}
#languages {
    position: fixed;
    right: 0;
    top: 50%;
    background: #bdccd1a6;
    padding: 5px 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 2px;
    z-index: 999;
}
#fb_userpage_comments, #fb_userpage_comments iframe, #fb_userpage_activity, #fb_userpage_activity iframe, .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  display: table;
}
.blue-link-title {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
font-style: normal;
font-weight: 800;
    font-size: 1.5rem;
}
.blue-link-span {
  font-size: 1.5rem;
    font-weight: 900;
    color: #000;
}

a.blue-link:hover>span {
    color: #759daa;
}

.bg-light-aplha {
    background: rgba(255, 255, 255, 0.781);
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
}
}
.nav-link {
  text-align: left;
  color: #000;
  padding: 0.3rem 0.5rem;
}
@media(min-width: 992px) {
  .nav-link {
    text-align: center;
  }
}

.nav-link:hover {
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
   font-weight: 200;
    text-decoration: none;
    color: #759daa !important;
}
.nav-item {display: block;}
@media(min-width: 992px) {
  .nav-item {display: inline-block;}
}
.nav-item .nav-link {
    font-style: normal;
    text-decoration: none;
    color: rgba(0,0,0,.6);
    font-size: 1.2rem;
}

.arrow-div, .arrow-div-dis {
    position: relative;
    display: inline-block;
}

.arrow, .arrow-top {
    max-width: 2rem;
    position: absolute;
    top: -1rem;
    left: 0;
    z-index: 98;
}

.arrow-top {
    display: none;
    z-index: 99;
}

a:hover>.arrow-div>.arrow-top {
    display: inline;
}

.arrow-galery {
    left: -1.5rem;
    max-width: 1.5rem;
    top: -0.7rem;
}

.btn-send {
    font-size: 1.25rem;
    border: none;
    background-color: #759daa;
    color: black;
    font-weight: bold;
}

.btn-send:hover {
    background-color: #759daa;
    color: white;
    font-weight: bold;
    border-color: "black";

}

.btn-main {
    font-style: normal;
    padding: .2rem .5rem;
    background: white;
    border: 0.05rem solid #505050;
   font-weight: 300;
    font-size: 0.9rem;
   float: right;
}

.btn-main:hover {
    color: #759daa;
    border: 0.05rem solid #759daa;
}
.menu-type-standard {
  width: 100%;
  margin: 0;
  padding: 0;
}
.header {
  position: relative;
}
#header .inner_frame {
background-image: url("/img/ulogo.5.png");
 background-position-y: 30%;
    background-position-x: 50%;
    background-size: cover;
    background-repeat: no-repeat;
overflow: hidden;
width: 100%;
height: 24.7em;
position: relative;
}
.section-article-link-h3 {
  margin: 0;
}
.count-article-title {
  margin-bottom: 20px;
  display: inline-block;
}
.article.article-detail .article-img-detail {
    max-width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
}
.article.article-detail .article_img {
  float: none;
  padding: 20px 15px 15px 0;
}
@media(min-width: 600px) {
.article.article-detail .article_img {
    float: left;
 }
}
.article.article-detail .editor-area .photo-wrap a img {
  padding-top: 0;
}
.article.article-detail .news-content .under-article #preview-folder .box {
  width: 100px;
}
.article.article-detail .editor-area {
  height: auto;
  overflow: visible;
}
.article .editor-area {
    padding: 0;
    height: auto;
    overflow: hidden;
}
@media(min-width: 768px) {
.article .editor-area {
    height: 25em;
}
}
@media(min-width: 1800px) {
.article .editor-area {
    height: 36em;
}
}
#articles .article {
  width: 100%;
  float: left;
  height: auto;
  background: #bdccd1;
  margin: 0 2px 2px 0;
  padding: 10px;
}
@media(min-width: 768px) {
#articles .article {
  width: 33%;
  margin: 0 2px 2px 0;
}
}
#articles {
  margin-top: 15px;
}
.news-content  .span-a-title {
}

.news-content  .date {
  font-size: 0.8rem;
}
.under-article a {float: right;}

.news-content .under-article p {
    font-size: 0.8rem;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.news-content a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding-top: 1.5rem;
}

.news-content .under-article a {float: none;}
.under-article-btn {
  font-size: 1.5rem;
}
.news-content, .galery-content {
   font-style: normal;
}
.galery-content .container {
 width: 100%;
}
.folder-info {
  line-height: 21px;
}
#slide {text-align: center;} 
#slide #click .slidenav .slidebar {
  margin: 15px 0;
  padding: 5px 0;
    border-top: 3px solid #92acb5;
    border-bottom: 3px solid #92acb5;
}
#slide #click .slidenav .slidebar img {
   min-height: 50px;
    min-width: 50px;
    max-width: 60px;
    max-height: 50px;
    margin: 4px 2px;
}
#slide #click .slidenav #thumbnav img {
   min-height: 50px;
    min-width: 50px;
    max-width: 60px;
    max-height: 50px;
    margin: 4px 2px;
}
#slide #click .slidenav #thumbnav {display: inline-block;}
#slide #click .slidenav #thumbnav .wrap {display: flex; margin: 10px 0;}
#slide .galery-content #photo_curr_title {
  font-size: 1.3rem;
    font-weight: 400;
}
#photo-album #photos {float: none;}
#photo-album #folders .folder.folders-main-galery-hp .photo-wrap div {
  box-shadow: 2px 3px 10px #888888;
}
#photo-album #folders .folder.folders-main-galery-hp .photo-wrap {
  margin: 0;
}
#photo-album #folders .folder.folders-main-galery-hp {
  width: 100%;
  margin: 0;
}
#photo-album #folders .folder .folder-info-h3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 1rem;
  text-transform: uppercase;
}
#photo-album h2 {
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
#photo-album {
  display: block;
  margin-top: 20px;
}
@media(min-width: 768px) {
#photo-album {
    margin-top: 0;
}
}

#photo-album #folders .folder {
  margin: 15px 0;
  width: 100%;
}
@media(min-width: 768px) {
  #photo-album #folders .folder {
     margin: 15px 10px;
    width: 46.3%;
}
}

@media(min-width: 992px) {
  #photo-album #folders .folder {
  width: 31.2%;
  margin: 0 15px 15px 0;
}
}
#photo-album #folders {
  display: inline-flex;
    flex-wrap: wrap;
}
#portfolio .portfolio-description {
  align-self: flex-start;
  height: 15em;
  overflow-y: hidden;
}
#portfolio #photo-album-nav img {
  margin: 0;
}
.portfolio img {
   font-style: normal;
   color: black !important;
   font-size: 1rem;
}

.header-main {
    font-size: 1.5rem;
    color: black !important;
}
.level_2 {
    position: relative;
    width: 16em;
    padding: 0 10px;
    margin-left: 15px;
    top: 0;
    background: #bdcdd2;
    z-index: 9999;
    line-height: 23px;
    list-style: none;
    border-radius: 2px;
    display: block;
}
@media(min-width: 992px) {
.level_2 {
    position: absolute;
    display: none;
    width: 13em;
    padding: 0 10px;
    margin-left: 0;
    top: 30px;
  }
}
.level_2 a {
  font-size: 1.1rem;
  padding: 5px 0px;
  display: block;
}

.level_2 a:hover {
  text-decoration: underline;
}
.navbar {
    padding: 0 1rem;
}

#navigation .navbar menu {
display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
}
.navbar-expand-lg .navbar-nav {
  display: inline-block;
  float: none;
  margin: 1rem 0.4em 0.6em;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  vertical-align: middle;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav {
  float: right;
  width: 80%;
}
}
@media (min-width: 1200px) {
.navbar-expand-lg .navbar-nav {
  width: 85%;
}
}

.nav-ml {
    margin-left: 5rem;
}

.nav-mr {
    margin-right: 5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-image {
    max-width: 6rem;
}
#header .title-desktop {
  display: none;
}
@media (min-width: 992px) {
  #header .title-desktop {
    display: block;
  }
}
#header .title-mobile {
  display: block;
}
@media (min-width: 992px) {
  #header .title-mobile {
    display: none;
  }
}
#header .title-mobile .side-panel {
  position: relative;
  max-width: 100%;
  left: 0;
  visibility: visible;
}
#header .title-mobile .side-panel .side-panel-title {
  background-color: #bdcdd2;
  padding: 1rem 1rem 1rem 1rem;
  min-height: 100%;
}
#header .title-mobile .side-panel .side-panel-title h1 {
  font-size: 1.5rem;
  max-width: 11.2em;
}
@media (min-width: 600px) {
#header .title-mobile .side-panel .side-panel-title h1 {
  max-width: 22.2em;
}
}
@media (min-width: 768px) {
#header .title-mobile .side-panel .side-panel-title h1 {
  max-width: 28.2em;
}
}
#header .title-mobile .side-panel .side-panel-title .soc-ico {
  width: 2rem;
}
#header .title-mobile .side-panel .side-panel-title .last-icon-item {
  padding-top: 1rem;
  margin-left: 1rem;
}
@media(min-width: 992px) {
  #header .title-mobile .side-panel .side-panel-title .last-icon-item {
    margin-left: 0;
 }
}
#header .title-mobile .side-panel .side-panel-title .soc-ico-fb,
#header .title-mobile .side-panel .side-panel-title .soc-ico-ig,
#header .title-mobile .side-panel .side-panel-title .soc-ico-youtube,
#header .title-mobile .side-panel .side-panel-title .soc-ico-pinterest,
#header .title-mobile .side-panel .side-panel-title .soc-ico-twitter {
  height: 2rem;
  background-position: center;
}
#header .title-desktop .side-panel .side-panel-title {
  padding: 4rem;
  background-color: rgba(105, 100, 100, 0.25);
  min-height: 592px;
}
.intro:hover .side-panel {
    transition: 0.5s;
    left: 0;
    visibility: visible;
}
.side-panel {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 30rem;
    transition: 0.5s;
}
@media(min-width: 768px) {
.side-panel {
    left: -30rem;
}
}

.bottom-panel {
    display: none;
}

.text-bottom {
    float: none;
    display: table-cell;
    vertical-align: bottom;
    padding: 0%;
}

.photos-shadow {
  padding: 0;
}
#photo-album-nav {
  width: 100%;
}
#photo-album .editor-area {
  width: 100%;
  float: left;
}
@media(min-width: 768px) {
  #photo-album .editor-area {
  width: 50%;
}
}
#photos {
  float: left;
  width: 100%;
  margin: 15px 0 15px;
}
@media(min-width: 768px) {
  #photos {
    width: auto;
    margin: 15px;
  }
}
#photos .galery-content .gallery-block .photo-wrap {
 float: none;
  margin: 0 4px 11px;
}
@media(min-width: 768px) {
 #photos .galery-content .gallery-block .photo-wrap {
    float: left;
  }
}
.photo-wrap {
  float: none;
  width: 100%;
}
@media(min-width: 768px) {
  .photo-wrap {
    float: left;
    width: auto;
  }
}
.photo {
  float: left;
  padding: 0;
}
@media(min-width: 600px) {
.photo {
  padding: 12px 12px 12px 5px;
 }
}

.photo:hover .text-vis {
    visibility: visible;
}

.text-vis {
    visibility: visible;
}
@media(min-width: 768px) {
    .text-vis {
        visibility: hidden;
    }
}
.hide-me[aria-expanded="true"] {
    display: none;
}
.uvod #about .text-picture {
  width: auto;
  max-width: 100%;
  height: auto;
}

.uvod {
  margin-top: 40px;
}
@media(min-width: 768px) {
  .uvod {
  margin-top: 0;
}
}
.uvod h2 {
   margin: 50px 0 0;
   font-weight: 200;
}
#articles h2 {
   font-style: normal;
   font-weight: 300;
   font-size: 1.6rem;
    color: black !important;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
#articles .card-title {
     font-style: normal;
   font-weight: 200;
   font-size: 1.2rem;
    color: black !important;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.about {
    font-style: normal;
    font-size: 1rem;
    color: black;
    background-color: #bdcdd2;
}
.about h2 { 
  margin: 0 0 15px;
}
.about h2 span { 
  font-weight: bold;
}
#archive .article-archiv-photos .folder {
  float: left;
  margin-right: 20px;
}
#archive .article-archiv-photos .photo-wrap {
  float: left;
    width: auto;
    margin: 10px 0;
}
.footer-form .footer-social-icon .soc-ico {
  width: 2rem;
}
.footer-content p {
  color: #fff;
  text-align: center;
}

.footer-content a {
  color: #fff;
    width: 100%;
    display: inline;
    text-align: center;
}

.footer {
    color: white;
    background-color: black;
    width: 100%;
    float: left;
}

.footer h3 {
  font-size: 2rem;
}
.footer .footer-form p {
    font-size: 1.4rem;
    padding-left: 0;
}
@media(min-width: 992px) {
  .footer .footer-form p {
    padding-left: 30px;
}
}
.footer .footer-form .contact_phone {
  margin: 0;
}
.footer a {
    color: #fff;
}

.footer-form {
    margin: 0 0 3rem;
}

.footer-form div {
    margin-top: 0.5rem;
}

.footer-form textarea {
    margin-top: 1rem;
    background-color: lightgray;
}

.footer-form textarea:hover {
    background-color: lightgray;
}

.footer-form input {
    background-color: lightgray;
    margin-top: 1rem;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-control {
    border-radius: 0px;
}
.vertical-text.text-nowrap.title-h3 {
  align-self: flex-start;
  font-size: 0.9rem;
  font-weight: 300;
  height: 16.7em;
  max-height: 250px;
  overflow-x: hidden;
}
.vertical-text {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
}

.vertical-text span {
    text-orientation: upright;
}
.soc-ico-fb {
  background: url("https://s3b.estranky.cz/img/d/1000000430/facebook.png");
  display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 3.2em;
}
.soc-ico-ig {
    background: url("https://s3b.estranky.cz/img/d/1000000430/instagram.png");
  display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 3.2em;
}
.soc-ico-youtube {
    background: url("https://s3b.estranky.cz/img/d/1000000430/youtube.png");
  display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 3.2em;
}
.soc-ico-pinterest {
    background: url("https://s3b.estranky.cz/img/d/1000000430/pinterest.png");
  display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 3.2em;
}
.soc-ico-twitter {
    background: url("https://s3b.estranky.cz/img/d/1000000430/twitter-logo.png");
  display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 3.2em;
}

.soc-ico {
    width: 4rem;
}

.img-galery {
    object-fit: cover;
    min-height: 8rem;
    min-width: 8rem;
}

.img-fit {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-fit.img-portfolio {
    box-shadow: 5px 3px 10px #888888;
    min-height: 100%;
    max-height: 100%;
}
@media(min-width: 768px) {
.img-fit.img-portfolio {
  min-height: 15rem;
  max-height: 15rem;
}
}
.d-table-cell {
    padding-right: 0rem;
}

.table-row-mar {
    margin: 0rem .9rem 1rem 0rem;
}

.text-vis>span {
    font-style: normal;
    font-size: 1rem;
   margin: 0.5rem 0;
    display: block;
}

.card {
    border: none;
    margin-top: 0.5rem;
}

.preview img {
    max-width: 100%;
    height: auto;
    max-height: 21rem;
    object-fit: contain;
   width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
@media(min-width: 768px) {
  .preview img {
    max-width: 32rem;
    max-height: 11rem;
  }
}
@media(min-width: 1800px) {
  .preview img {
    max-height: 21rem;
    min-height: 21rem;
  }
}

.card-body {
    font-size: 0.75rem;
    padding: 1rem 0 0 0;
}
.card-title a {
  text-decoration: none;
}
.card-title {
    margin-top: .5rem;
    height: 2.6em;
   overflow: hidden;
}
.editor-area.news p {
    font-size: 1rem;
    color: #000;
    line-height: 24px;
    height: 6em;
    overflow: hidden;
}
.main-galery {
    padding: 0;
}
@media(min-width: 768px) {
  .main-galery {
    padding: .5rem 5px 2rem 0rem;
}
}
* {
    box-sizing: border-box;
}

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.781);
}

/* Modal Content */

.modal-content {
    top: 50%;
    background-color: transparent;
    border: none;
    align-items: center !important;
    margin: auto;
    padding: 0;
    max-width: 75%;
    transform: translate(0, -50%);
}

/* The Close Button */

.close {
    color: black;
    z-index: 200;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 4rem;
    font-weight: bold;
}

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

.slides {
    display: none;
}

.slides img {
    box-shadow: 5px 3px 10px #888888;
    vertical-align: middle;
    width: 100%;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */

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

.prev {
    left: 0rem
}

/* Position the "next button" to the right */

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

/* On hover, add a black background color with a little bit see-through */

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

/* Number text (1/3 etc) */

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

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.arrow-background {
    opacity: 0.6;
}

.active, .arrow-background:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.gallery-block {
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
   align-items: flex-start;
    justify-content: center;
}
.gallery-block img {
  object-fit: contain;
    min-height: 200px;
    min-width: 100%;
}
@media(min-width: 768px) {
  .gallery-block img {
    min-height: 9rem;
    min-width: 10rem;
}
}
.gallery-block .item {
    overflow: hidden;
    margin-bottom: 0;
    background: black;
    opacity: 1;
    width: 100%;
}
#eshop .eshop-table-wrapper {
  background: #bdccd1;
  margin: 0 0 8px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 4px;
}
#eshop .checkbox-inner {
    display: inline-block;
    vertical-align: top;
}
#eshop .image-title-wrapper {
  display: inline-block;
  width: 93%;
  padding: 5px;
}
@media(min-width: 1200px) {
#eshop .image-title-wrapper {
  width: 98%;
 }
}
#eshop .image-inner {
    margin: 0 10px 0 0;
    float: left;
}
#eshop .title-inner a {
  font-weight: 400;
}
#eshop .title-inner {
   float: left;
   width: 65%;
}
@media(min-width: 420px) {
  #eshop .title-inner {
     width: 75%;
  }
}
@media(min-width: 768px) {
  #eshop .title-inner {
     width: 87%;
  }
}
@media(min-width: 1200px) {
  #eshop .title-inner {
     width: 90%;
  }
}
#eshop .remove-inner {
    display: inline-block;
    text-align: center;
    float: left;
    margin-top: -6px;
    width: 20px;
}
#eshop .remove-inner span {
  color: #000;
  font-weight: 500;
}
#eshop .text-price-wrapper .text-inner {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #fff;
}
#eshop .basket-price-text {
    font-size: 1rem;
    padding: 15px 0;
    line-height: 23px;
    font-weight: 400;
}
#eshop #baskettransport ul, #eshop #basketpayments ul {
    padding: 10px 0;
}
#eshop #basket_preview_form li {
    padding: 5px 0;
}
#eshop .text-price-wrapper input {
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
}
#eshop .contact-info table tbody tr td {
    float: none;
}
#eshop .registration.contact-info table tbody tr td {
    vertical-align: top;
    width: 100%;
    text-align: left;
    float: left;
}
#eshop #confirm table tbody tr td {
    vertical-align: top;
    width: auto;
    float: none;
}

#eshop #basket_preview_form table tbody tr td {
    vertical-align: initial;
    width: auto;
    text-align: left;
    float: none;
}
#eshop .registration td input {
    width: 100%;
   border: 1px solid #a8bbc1;
}
#eshop #basket_preview_form {
  width: 100%;
  background: #fff;
  border: 0;
}
#eshop #basket_preview_form table {
  margin-bottom: 20px;
}
#eshop #contactaddress, #eshop #basketpayments, #eshop #baskettransport, #eshop #deliveraddress {
  width: 100%;
}
@media(min-width: 992px) {
#eshop #contactaddress, #eshop #basketpayments, #eshop #baskettransport, #eshop #deliveraddress {
  width: 50%;
}
}
#eshop #basket_preview_form table th {
  font-size: .8rem;
  line-height: 16px;
  padding-bottom: 12px;
}
@media(min-width: 992px) {
  #eshop #basket_preview_form table th {
     font-size: 1rem;
  }
}
#eshop #basket_preview_form table td {
  font-size: .8rem;
}
@media(min-width: 992px) {
#eshop #basket_preview_form table td {
  font-size: 1rem;
}
}
#eshop #basket_preview_form td input[type="text" i] {
  width: 45%;
}
#eshop #basket_preview_form td.title, #eshop #confirm td.title {
  width: 23%;
}

#eshop .wrap {
  margin: 25px 0;
}
#eshop #steps {
  width: 100%;
  margin: 25px auto;
  display: block;
  text-align: center;
}
@media(min-width: 992px) {
#eshop #steps {
  width: 24%;
}
}
#eshop #steps ul {
 text-align: center;
 display: inline-block;
  padding: 0;
}
#eshop #steps .active {
  background: #bdcdd2;
}
#eshop .basket-back-btn .clButton a {
  padding: 3px 10px;
}
#eshop .clButton .submit {
  display: inline-block;
  background: #bdcdd2;
  border: 1px solid #bdcdd2;
  width: 100%;
  margin: 10px 0 10px;
  padding: 5px 0;
  text-align: center;
  font-weight: 400;
}
@media(min-width: 768px) {
#eshop .clButton .submit {
  width: 18rem;
  margin: 5px 0 5px;
}
}
#eshop #panel {
    width: 100%;
    margin: 10px 0px;
    overflow: hidden;
}
#eshop .container {
  padding: 0;
}
#eshop #articles .contact-info #account_info table {
  margin: 15px 0;
    width: 100%;
    float: left;
}
#eshop #articles .contact-info #account_info table td,
#eshop #articles .contact-info #billing_address table td  {
 display: table-header-group;
}

#eshop .contact-info input[type="text" i] {
  width: 100%;
}
#eshop fieldset.validation .validatin-images-set input {
    width: 100%;
    margin: 12px 0;
}
#eshop .contact-info #account_info td span,
#eshop .contact-info #billing_address td span {
    position: relative;
    display: inline;
    top: -63px;
    left: -10px;
    color: red;
}
#eshop .contact-info td span {
    position: relative;
    display: inline;
    top: -55px;
    left: -10px;
}
.gallery-block .item .image {
    transition: 0.8s ease;
    width: 100%;
}
@media (min-width: 768px) {
  .gallery-block .item .image {
    width: 0;
 }
}

@media (max-width: 991px) {
    .intro:hover .side-panel {
        left: -30rem;
        visibility: hidden;
    }
    .bottom-panel {
        display: block;
    }
    .nav-ml {
        margin-left: 0rem;
    }
    .nav-mr {
        margin-right: 0rem;
    }
}

@media (min-width: 2000px) {
    .portfolio .container {
        max-width: 1200px;
    }
}
@media (min-width: px) {
    .portfolio .container {
        max-width: 900px;
    }
}

@media (min-width: 576px) {
    .gallery-block .zoom-on-hover:hover .image {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        .vertical-text {
            padding-right: 5px;
        }
        .d-table-cell {
            padding-left: 20px;
        }
    }
}

hr {
    overflow: hidden;
}
#eshop #product {
  margin: 0 0 40px;
}
#eshop #product .editor-area, #eshop #basket {
      display: inline-block;
}
#eshop #basket input.add_basket {
    padding: 5px 5px 5px 25px;
    background-image: #fff url("https://s3b.estranky.cz/img/d/1000000430/basket.png") no-repeat 5px 50%;
    background-color: #bdcdd2;
    border: 1px solid #bdcdd2;
    color: #212529;
    font-size: 0.9rem;
}
#eshop #basket input.amount {
    padding: 4px;
    text-align: center;
}
#eshop .photo-wrap, #eshop #photo {
  display: table;
    overflow: hidden;
    position: relative;
}
#eshop .photo-wrap, #eshop #photo #mainpic {
  max-width: 100%;
    height: auto;
}
#eshop .photo-wrap, #eshop #photo img {
  width: 100%;
}
#eshop #zoomer_middle a#viewLightbox span {
    top: 230px;
}
#eshop #photo #zoomer_middle {
    width: 265px;
    height: 265px;
    position: relative;
}
.zoomer_eventOverlay {
z-index: 15000;
}
#eshop #product-detail {
    display: inline;
    padding: 0 25px 0;
}
#eshop #product-detail .price {
    line-height: 15px;
    font-size: 1.1rem;
}
#eshop .photo-wrap div, #eshop #photo div {
    vertical-align: top;
}
#eshop #perex {
  padding: 2rem 0 2rem;
}
#eshop #hpProducts.products h2 {
  font-size: 1.6rem;
    font-weight: 400;
    color: #000;
   margin-bottom: 20px;
    width: 100%;
}
#eshop .products .article h3 {
  font-size: 1.1rem;
  height: 5em;
  font-weight: 400;
}
.eshop-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #bdcdd2;
}
.eshop-inner {
  flex-direction: row;
  display: flex;
  margin: 23px auto 10px;
  width: 78%;
}
#eshop .products {
  margin: 1em 0 2em;
}
#eshop .products .article {
  width: 100%;
  padding: 15px 7px 15px 7px;
  background: #cddde2;
}
@media(min-width: 991px) { 
  #eshop .products .article {
  width: 23%;
}
}
#eshop .products .article .photo-wrap {
    width: 100%;
    height: 135px;
}
#eshop .products .article .photo-wrap.ephoto img {
  height: 125px;
    object-fit: contain;
}
#eshop .products .article img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#eshop .products .article .photo-wrap div {
  width: 100%;
}
#eshop .products .article .editor-area {
    padding: 5px 0;
    line-height: 1.35em;
}

#send-mail-list, #sendsearch {
  width: 50%;
margin-top: 6px;
float: left;
background: #bdcdd2;
border: 1px solid #bdcdd2;
  font-weight: 300;
  -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
   padding: 3px 5px;
}
#mail-list .vizual-captcha {
  width: 100%;
  margin: 10px 0;
}
#login ul { 
  padding: 0;
  text-align: left;
  margin-top: 3.2em;
}
#login li { 
  display: inline-block;
}
#login input.submit {
    width: 50%;
    margin-top: 6px;
    float: left;
    background: #bdcdd2;
    border: 1px solid #bdcdd2;
    font-weight: 300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 3px 5px;
}
#login.section li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
}
#login label {
    width: 100%;
    margin-bottom: 0.1rem;
    float: none;
   text-transform: uppercase;
    font-size: .9rem;
}

#login form a {
  font-size: 1rem;
  color: #212529;
}

#login form div input {
    width: 100%;
    margin-bottom: 5px;
   border: 1px solid #bdcdd2;
}
.modaules-in {
   width: 100%;
    box-sizing: border-box;
    margin: 25px 0 0 0;
    padding: 0;
    display: inline-block;
}
@media(min-width: 992px) {
 .modaules-in {
    margin: 24px 0 0 10px;
}
}
@media(min-width: 1200px) {
 .modaules-in {
    margin: 63px 0 0 20px;
}
}
@media(min-width: 1280px) {
 .modaules-in {
    margin: 75px 0 0 0;
}
}

.modaules-in .inner_frame {
  padding: 10px 5px 10px;
}
@media(min-width: 768px) {
  .modaules-in .inner_frame {
    padding: 10px 20px 10px;
 }
}
.modaules-in .inner_frame.inner-column {
  padding: 0;
}
.modaules-in .inner_frame ul {
  padding: 0 1rem 0;
}
.modaules-in hr {
  display: none;
}

.modaules-in h2 {
    font-size: 1rem;
    font-weight: 400;
    padding: 10px;
    background: #bdcdd2;
    text-transform: uppercase;
}
#links li {
  list-style: disc;
  color: #bdcdd2;
}
#links ul {
  padding: 0 1rem 0;
}
#fb-likebox-feed, #last-photo, #login, #nav-basket,  #mail-list, #search, #calendar, #rss-nav, #stats, #links, #portrait, #photo-album-nav, .modaules-in .column {
    width: 100%;
    height: auto;
    margin: 0 0 25px;
    border-radius: 2px;
    border: 1px solid #bdcdd2;
}
#portrait .inner_frame {
  text-align: center;
  margin: 0 0 10px;
}
#portrait a img {
   max-width: 100%;
    height: auto;
    max-height: 160px;
    object-fit: contain;
}
#portrait h2 {
    position: relative;
    left: 0;
    top: 0;
}
#last-photo .wrap-of-photo img {
  width: 100%;
  height: auto;
}
#last-photo a {
  margin-top: 6px;
    position: relative;
    display: inline-block;
  color: #212529;
   width: 100%;
}
#mail-list-key {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #bdcdd2;
}
#key {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #bdcdd2;
}
#nav-basket p {
  padding-top: 10px;
}
#nav-basket strong {
  font-weight: 100;
  font-size: 1rem;
}
#nav-basket a {
  color: #212529;
  background: #bdcdd2;
  border: 1px solid #bdcdd2;
  padding: 3px 5px;
  font-weight: 300;
  width: 50%;
    display: inline-block;
    text-align: center;
}
#nav-basket .inner_frame {
    font-size: 1rem;
}
#calendar table {
    border-collapse: collapse;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
#calendar caption {
    font-size: 0.9rem;
    text-align: center;
}
#archive-small {
    font-size: 1rem;
}
#rss-nav ul {
    list-style: disc;
    padding: 0 1rem;
    color: #bdcdd2;
}
#rss-nav a {
    font-size: 1rem;
    color: #212529;
}
#stats table {
  width: 40%;
    font-size: 1rem;
    margin-bottom: 10px;
}
#stats table th {
  font-weight: 100;
}
#eshop #basket_preview_form label {
  margin-top: .5rem;
}
#eshop .products .article span.price {
    font-weight: 500;
    text-align: left;
    font-size: 0.9rem;
    bottom: 0;
    padding: 10px 0;
}
#eshop .article .photo-wrap, #eshop #photo-detail .photo-wrap {
    margin-top: 0.7em;
}
#eshop #photo-detail {
    width: 100%;
}
@media(min-width: 768px) {
#eshop #photo-detail {
    width: 40%;
}
}
.modaules-in .inner_frame ul li {
  list-style: disc;
  color: #bdcdd2;
}

/* 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 ;
    }
}


/* 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 ;
    }
}


/* 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 ;
	}
}


/* 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 ) */
#preview-folder .box, #thumbnav .box, .folder .photo-wrap, #photo-album-nav li .photo-wrap {
  width: 100%;
  height: auto;
  float: left;
  margin: 15px 0 0;
}
#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: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media(min-width: 768px) {
  #preview-folder .box div img, #thumbnav .box div img, .folder .photo-wrap div img, #photo-album-nav li 
    .photo-wrap div img {
      height: auto;
      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 0 0;
  }
  #preview-folder .box div, #thumbnav .box div, .folder .photo-wrap div, #photo-album-nav li .photo-wrap div {
    height: auto;
    width: 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: 15.7%;
    float: left;
    margin: 4px 4px 4px;
}
@media(min-width: 1700px) {
#photos .slide {
    width: 13.5%;
}
}
@media(min-width: 2500px) {
#photos .slide {
    width: 9.5%;
}
}
#photos .slider-gallery__wrap {
  height: 115px;
  width: 100%;
  text-align: center;
  display: table;
  overflow: hidden;
}
#photos .slider-gallery__box {
  height: 100%;
  border: 0;
  display: table-cell;
}
#photos .slider-gallery__img {
   width: 100%;
    height: 100%;
    max-height: 115px;
    cursor: pointer;
    object-fit: contain;
}
#photos .slider-gallery__description-box {
   display: none;
}

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