* {
    box-sizing: border-box
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
table {
  width: 100%;
  max-width: 800px;
  clear: both;
}
.sound-captcha {
    display: block;
}
.vizual-captcha {
  width: 100%;
max-width: 77%;
    margin: 10px 0;
}
#c_validation {
  width: 77%;
  height: 30px;
  margin: 10px 0 5px;
}
.uvod table {
    border-collapse: collapse;
    width: 100%;
    display: table;
    overflow: auto;
    max-width: 690px;
    margin: 20px 0 0;
}

.uvod table td,
.uvod table th {
  border: 1px solid;
    padding: 8px;
}
html, body, #whole-page, #document {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
}
#content {
    width: 100%;
    background: #fff;
}
.articles-bg {
    background: #fff8ee;
}
#rss-channels {
  padding: 15px;
}
@media(min-width: 992px) {
  #rss-channels {
    padding: 20px 75px;
  }
}
#rss-channels ul {
  word-break: break-word;
  padding: 0 25px;
}

/* Kotva */
#kotva {
  position: relative;
  height: 1px;
  width: 1px;
  display: block;
}

/* Placeholders */
::placeholder {
    color: #f7c035;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #f7c035;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #f7c035;
}
.uvod-in a {
  text-decoration: none;
}
.uvod-in a input {
    display: inline-block;
    border: 1px solid black;
    padding: 10px;
    margin: 20px 0;
    border-radius: 5px;
    background: #f5ede1;
    font-size: .9em;
    cursor: pointer;
    transition: 0.3s all linear;
}

/* Font size */
h1{
    font-size: 1.7em;
    padding-top: 25px;
    text-transform: uppercase;
}
@media(min-width: 992px) {
h1{
    font-size: 2.8em;
    padding-top: 0;
}
}
h2{
    font-size: 1.8em;
    text-transform: uppercase;
}
@media(min-width: 992px) {
h2{
    font-size: 2.5em;
}
}
h3{
    font-size: 1.8em;
}
h4{
    font-size: 1.6em;
}

/* General */
p {
    line-height: 1.5;
}
a {
    color: rgb(246, 192, 53);
}

/* Backgrounds */
#whole-page {
    background: rgb(246, 192, 53);
}
#document {
    background: white;
    position: relative;
}

/* Hide stuff */
.accessibility-links, #in-top hr, #languages h2,
#navigation h2, #clear6, #content hr {
    display: none;
}

/* Responsive menu icon */
.menu-toggle {
    position: absolute;
    top: 25px;
    right: 0;
    border: 0;
    outline: 0;
    padding: 0;
    padding-bottom: 6px;
    cursor: pointer;
    min-height: 35px;
    display: none;
    background: transparent;
    z-index: 99999;
}
.menu-toggle span {
    border-top: 5px #493826 solid;
    width: 30px;
    margin: 2px 0;
    display: block;
    transition: 0.3s all linear;
}
.menu-toggle.menu-active {
    top: 22px;
}
.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;
}

/* Logo */
.logo {
    position: absolute;
}
.logo > div {
    min-height: 80px;
    width: 60px;
    margin-top: 0;
}
@media(min-width: 992px) {
  .logo > div {
    width: 80px;
    margin-top: 0;
  }
}

/* Languages */
#languages {
    position: fixed;
    right: -10px;
    bottom: 30px;
    width: 44px;
    background: rgb(246, 192, 53);
    padding: 10px;
    opacity: 0.9;
    border-radius: 10px 0 0 10px;
    transition: 0.4s all linear;
    margin: 0;
}
#languages:hover {
    opacity: 1;
    right: 0;
}
#languages a {
    padding: 5px 0;
    float: left;
}

/* Navigation */
#navigation {
    padding-left: 0;
    display: table;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media(min-width: 992px) {
   #navigation {
    padding-left: 70px;
  }
}
#navigation nav {
    float: right;
}
#navigation menu li{
    display: inline-table;
    padding: 10px;
    position: relative;
    overflow: unset !important;
}
#navigation menu li a{
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
    width: 100%;
    display: block;
    transition: 0.2s all linear;
}
#navigation menu li a:hover{
    color: #FFF;
}
.level_2 {
    position: absolute;
    padding: 0;
    background: rgb(246, 192, 53);
    -moz-box-shadow: 10px 10px 52px -12px rgb(246 192 53);
    box-shadow: 10px 10px 52px -12px rgb(246 192 53);
    margin-top: 10px;
    min-width: 200px;
    z-index: 99;
    border: 1px solid #f6c035;
    border-top: 0;
}
.level_2 > li{
    display: block !important;
    border-bottom: 1px solid #f6c035;
}

/* Header */
#top {
    background: rgb(163, 199, 235);
    background: -moz-linear-gradient(top, rgb(163, 199, 235) 0%, rgb(163, 199, 235) 70%, rgb(163, 199, 235) 80%, #f6c035 100%);
    background: -webkit-linear-gradient(top, rgb(163, 199, 235) 0%,rgb(163, 199, 235) 70%,rgb(163, 199, 235) 80%,#f6c035 100%);
    background: linear-gradient(to bottom, rgb(163, 199, 235) 0%,rgb(163, 199, 235) 70%,rgb(163, 199, 235) 80%,#f6c035 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(163, 199, 235)', endColorstr='#f6c035',GradientType=0 );-webkit-box-shadow: 10px 10px 52px -12px rgb(163, 199, 235);
    -moz-box-shadow: 10px 10px 52px -12px rgb(163, 199, 235);
    box-shadow: 10px 10px 52px -12px rgb(163, 199, 235);
    position: relative;
    position: sticky;
    top: 0;
    width: 100%;
    min-height: 80px;
    z-index: 10000;
}
#in-top {
    position: relative;
    width: 95%;
    margin: auto;
}

/* Hero image */
#hero {
    background: url('/img/ulogo.14.jpeg') center center / cover no-repeat;
    background-attachment: fixed;
    width: 100%;
    min-height: 619px;
    position: relative;
    z-index: 2;
    display: block;
    padding-bottom: 143px;
}
    /* IE10+ CSS style */
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        #hero {
            height: 600px;
        }  
    }
#hero #hero-text {
    padding-top: 13em;
}
#hero h1 {
    text-transform: uppercase;
    word-break: break-word;
    padding: 0 20px;
}
#hero p {
    text-align: center;
    color: rgb(163, 199, 235);
    font-size: 1.4em;
    word-break: break-word;
}
#hero h1.head-center {
    text-align: center;
}
#hero h1.head-left {
    text-align: left;
}
#hero h1.head-right {
    text-align: right;
}
#hero h1 a{
    display: block;
    text-decoration: none;
    color: #FFF;
}
.hero-arrow {
    overflow: hidden;
    display: table;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}
.hero-arrow-side {
    float: left;
    height: 100px;
    width: 44.166%;
    width: calc(55% - 80px);
    background: #fff;
}
.hero-arrow-crop {
    float: left;
    width: 0;
    height: 0;
    border-left: 80px solid #fff;;
    border-right: 80px solid #fff;;
    border-top: 100px solid transparent;
    margin: 0 -1px;
}

/* Breadcrumbs */
#breadcrumb-nav {
    background: #fff; 
    display: table;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
    margin-top: -3px;
    width: 100%;
} 
#breadcrumb-nav a {
    padding-right: 5px;
    text-decoration: none;
} 
#breadcrumb-nav a::after {
    content: " > ";
    white-space: pre;
}
.breadcrumb-border {
    padding: 10px;
    color: #000;
    border-bottom: 2px solid rgb(163, 199, 235);
    width: 100%;
    max-width: 1100px;
    margin-bottom: 10px;
    display: block;
}

div.editor-area {
   width: 100%;
}

/* About us */
.uvod {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    min-height: 400px;
    background: #fff;
    background-position: 100% 100%;
}
.uvod h2 {
    margin: 30px 0;
}
.uvod p {
    font-size: 1.2em;
    width: 600px;
    margin: 0;
}

.uvod p:last-child {
    padding-bottom: 50px;
}
.uvod ul {
    font-size: 1.2em;
    max-width: 600px;
    width: 100%;
}
.uvod ul li {
    padding: 10px 0;
}

.uvod-in {
    margin: auto;
    width: 100%;
    max-width: 1100px;
    padding: 0 10px 10px 10px;
    background: url(https://s3b.estranky.cz/img/d/1000000411/about-us.png) no-repeat;
    background-position: right bottom;
    background-size: 370px;
    min-height: 400px;
}

/* Articles */
.article img {
    max-width: 100%;
    height: auto;
}
#articles,
.article {
    display: table;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    padding: 0 10px 10px 0;
    margin: auto;
    -ms-flex-pack: start;
    justify-content: stretch;
}
#articles h2,
.article h2 {
    flex-basis: 100%;
    padding: 0 10px;
}
.article h2 {
    padding: 0;
}
#articles .article {
    float: left;
    max-width: 348px;
    margin: 10px;
    display: block;
    -ms-flex: 255px;
    flex: 255px;
}
#articles .article p {
    padding: 0 5px;
    margin: 0;
    height: auto;
    overflow: hidden;
}
#articles .article-preview-text {
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
#articles .article h3 {
    margin: 0;
    display: block;
    margin-bottom: 10px;
}
#articles .article h3 a {
    font-size: 1.7rem;
    text-decoration: none;
    color: black;
    transition: 0.3s all linear;
}
#articles .article h3 a:hover {
    color: #a8783a;
}
#articles .article h2 a:hover {
    text-decoration: underline;
}
#articles .article .preview img {
    height: 212px;
    width: 100%;
    object-fit: cover;
}
#articles-container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 35px 0;
}
@media(min-width: 992px) {
  #articles-container {
    padding: 60px 0;
}
}
#articles-container h2 {
    margin: 0 0 25px 10px;
}
.under-article {
    padding: 10px;
    display: block;
    line-height: 25px;
}
.under-article .first {
    margin: 0;
    padding: 0 0 10px 0;
}
#section_subsections {
    flex-basis: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
}
#section_subsections h3 {
    font-size: 1.3em;
    margin: 10px 0;
}
#section_subsections a {
    text-decoration: none;
}
.article .article-date {
    background: #efe5d9;
    padding: 10px;
    display: block;
    margin-top: -20px;
    margin-bottom: 30px;
}

/* Events */
#events {
    display: table;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    -ms-flex-pack: start;
    justify-content: stretch;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#events table {
    float: left;
    max-width: 527px;
    -ms-flex: 345px;
    flex: 345px;
    margin: 10px;
}
#events a {
    text-decoration: none;
}
#events h3 {
    margin: 10px 0;
    text-align: left;
    color: #af8043;
}
#events tr:nth-of-type(2) {
    background: #efe5d9;
    display: table;
    width: 100%;
    padding: 10px;
}
#events tr:nth-of-type(2) td {
    float: left;
    width: 50%;
}
#event-detail {
    max-width: 1100px;
    margin: auto;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#event-detail > p {
    background: #efe5d9;
    padding: 10px;
    margin: 0;
}
#event-detail > h3 {
    color: #af8043;
    margin-bottom: 10px;
}

/* Archive */
#archive {
    display: table;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    -ms-flex-pack: start;
    justify-content: stretch;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#archive .article {
    display: block;
    width: 100%;
    margin: 30px 0;
}
#archive .article img {
    max-width: 50%;
    height: auto;
}
#archive .photo-lines-top,
#archive .photo-lines-bottom {
    display: none !important;
}
#archive h2,
#archive > h3 {
    width: 100%;
    float: left;
    flex-basis: 100%;
}
#archive .folder {
    float: left;
    width: 255px;
    height: 310px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    background: #efe5d9;
}
#archive .folder .folder-info > div {
    display: none;
}
#archive .folder img {
    width: 255px;
    height: 200px;
}
#archive .folder-info {
    padding: 0 20px;
}

/* Photos */
#photos-container {
    max-width: 1100px;
    margin: auto;
    padding: 30px 0;
}
#photos-container h2 {
    padding: 0 0 30px 10px;
    margin: 0;
}
#photos-container #folders {
    display: table;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    -ms-flex-pack: start;
    justify-content: stretch;
    padding-bottom: 20px;
}
#photos-container .folder {
    float: left;
    width: 240px;
    height: 150px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    background: #efe5d9;
}
#photos-container .folder img {
    min-width: 210px;
    width: auto;
    height: 240px;
    object-fit: cover;
}
#photos-container .folder .folder-info {
    position: absolute; 
    top: 0;
    width: 240px;
    height: 153px;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: 0.5s all linear;
}
#photos-container .folder .folder-info > div{
    display: none;
}
#photos-container .folder .folder-info h3{
    margin: 0;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}
#photos-container .folder .folder-info a{
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 0 25px;
}
#photos-container .folder .folder-info:hover {
    opacity: 1;
}
.photo-lines-top {
    border-top: 1px solid white;
    display: block;
    height: 50%;
    width: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    border-right: 1px solid white;
}
.photo-lines-bottom {
    border-bottom: 1px solid white;
    display: block;
    height: 50%;
    width: 50%;
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-left: 1px solid white;
}
#photos {
    width: 100%;
    display: table;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
    padding: 0 10px;
}
#photos h2 {
    flex-basis: 100%;
    padding: 0 0 30px 0;
}
#photos .photo-wrap {
    float: left;
}
#photos .photo-wrap img {
    width: 165px;
    height: 150px;
    padding: 0 15px 15px 0;
    object-fit: cover;
}
#slide {
    max-width: 1100px;
    margin: auto;
    padding: 30px 10px;
}
#slide h2 {
    margin: 0;
}
#slide h3 {
    text-transform: uppercase;
    background: #efe5d9;
    padding: 10px;
    text-align: center;
    margin: 0;
}
.slidebar {
    background: #efe5d9;
    padding: 10px;
    text-align: center;
}
.slidebar img {
    width: 60px;
    height: 60px;
}
.slide-img {
    margin: 30px 0;
}
.slidenav {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
}
.slidenav .back {
    flex-basis: 50%;
}
.slidenav .forward {
    flex-basis: 50%;
    text-align: right;
}
.slidenav a {
    text-decoration: none;
}
.slide-img img {
    max-width: 100%;
}
#thumbnav {
    background: #efe5d9;
    padding: 10px;
}
#thumbnav .wrap {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
#thumbnav img {
    width: 60px;
    height: 60px;
}
.box {
    margin: 0 10px;
}

/* Comments */ 
#block-comments {
  border-top: 1px solid #E5E5E5;
  margin-top: 15px;
  padding-top: 30px;
}
#block-comments h2,
#block-comments > h3 {
    margin-bottom: 40px;
}
#block-comments fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
#block-comments legend, #block-comments label {
  display: none;
}
#block-comments label {
  _display: block;
}
.ie9 #block-comments label, .ie8 #block-comments label {
  display: block;
}
#block-comments dl {
  margin: 0;
}
#block-comments dd {
  margin-left: 0;
}
#block-comments #validation-dt label {
  display: inline-block;
}
#block-comments #c_validation_div, #block-comments #c_validation {
  width: 240px;
}
#block-comments .sound-captcha {
  display: inline-block;
  margin-top: 3px;
}
#block-comments dd input, #block-comments dd textarea {
  width: 100%;
  padding: 10px 8px;
  margin: 3px 0;
  font-size: 0.929em;
  border: 1px solid #E5E5E5;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  outline: none;
}
#block-comments dd input:hover, #block-comments dd textarea:hover {
  border-color: rgb(163, 199, 235);
  outline: none;
}
#block-comments textarea {
  margin-bottom: 20px;
}
#block-comments .submit {
  padding: 10px 20px;
  background: rgb(163, 199, 235);
  border: 1px solid rgb(163, 199, 235);
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#block-comments .submit:hover {
  background: #fff;
  border-color: rgb(163, 199, 235);
  outline: none;
  color: rgb(163, 199, 235);
}
#block-comments h3 + div {
  border-top: 1px solid #E5E5E5;
}
#block-comments #comments-form {
  margin-bottom: 50px;
}
#block-comments .message {
  position: relative;
  margin: 10px 0;
  padding: 10px 20px 10px 12px;
  border-radius: 4px;
  font-weight: bold;
  border-left: 8px solid #e81e1e;
  background: #ffdddd;
  display: inline-block;
  font-size: .8em;
}
.comment {
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0;
}
.comment .commentWrap {
  border-left: 3px solid rgb(163, 199, 235);
  padding-left: 25px;
}
.comment .commentWrap p {
  margin: 0 0 15px;
}
.comment h3 {
  font-size: 1em;
  margin: 0 0 20px;
}
.comment .comment-footer {
  font-size: 0.786em;
}
.comment .comment-footer .date {
  background: url("https://s3b.estranky.cz/img/d/1000000411/date.png") 0 1px no-repeat;
  padding-left: 18px;
  margin-right: 20px;
}
.comment .comment-footer a {
  display: inline-block;
  color: rgb(163, 199, 235);
  text-decoration: none;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.comment .comment-footer a:hover {
    color: #484848;
}
/* comments level */
.level0 {
  border-left: 3px solid rgb(163, 199, 235);
}
.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 */

.contact_email {margin-top: 0;}
.contact_phone {margin-bottom: 0;}

/* Eshop */
#eshop {
    width: 100%;
    display: table;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    -ms-flex-pack: start;
    justify-content: stretch;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#eshop #basket_preview_form td img, #eshop #confirm td img {
    width: 25px;
    max-width: 25px;
    height: 25px;
}
#eshop th {
    font-size: 0.6rem;
}
@media(min-width: 992px) {
  #eshop th {
    font-size: 1rem;
  }
}
#eshop #photo-detail {
    float: left;
    margin: 0px 15px 10px 0px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
@media(min-width: 992px) {
#eshop #photo-detail {
    width: 270px;
}
}
#eshop #panel {
    width: 100%;
}
#eshop .products .article .editor-area {
    height: auto;
}
#eshop #perex {
    flex-basis: 100%;
}
#eshop .products {
    flex-basis: 100%;
    display: table;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
}
#eshop .products > h2 {
    width: 100%;
    flex-basis: 100%;
}
#eshop .products .article {
    margin: 5px 5px;
    display: block;
    width: 100%;
    background: #f4ede4;
    border-radius: 5px;
    padding: 20px;
}
@media(min-width: 992px) { 
  #eshop .products .article {
    margin: 0 5px;
    width: 255px;
}
}
#eshop .products .article .photo-wrap {
    width: 100%;
}
#eshop .products .article .photo-wrap img{
    width: 100%;
    height: auto;
}
#eshop .products .article span.price {
    background: rgb(163, 199, 235;
    padding: 10px;
    color: white;
}
#eshop .products .article h3 {
    line-height: 1.2;
    font-size: 1.5em;
    height: auto;
}
#eshop .products .article h3 a {
    text-decoration: none;
}
#eshop #articles {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-basis: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    flex-direction: column;
}
#eshop .login-info {
   width: 20rem;
}
#eshop .contact-info td span {
    position: relative;
    display: block;
    top: -36px;
    left: -10px;
}
@media(min-width: 992px) {
  #eshop .contact-info td span {
    top: -43px;
}
}
#eshop .contact-info {
   width: auto;
}
@media(min-width: 992px) {
  #eshop .contact-info {
   width: 50rem;
}
}
#eshop #articles #product{
    -ms-flex: 1;
    flex: 1;
}
#eshop .photo-wrap, #eshop #photo {
    border: 1px solid rgb(163, 199, 235);
}
#eshop .products .article .photo-wrap {
    border: 0;
}
#eshop #product-detail .price {
    font-size: 2em;
    margin: 0;
}
#eshop #basket input.add_basket {
    background-color: #efe5d9;
    padding: 10px 10px 10px 30px;
    border: 1px solid rgb(163, 199, 235);
    color: black;
}
#eshop #basket input.amount {
    width: 45px;
    border: 1px solid rgb(163, 199, 235);
    border-radius: 2px;
    padding: 12px;
    top: -1px;
}
#eshop #steps {
    flex-basis: 100%;
}
#eshop #steps ul {
    text-align: center;
    padding: 0;
    margin: 0;
}
#eshop #steps ul li {
    float: none;
    padding: 10px;
    display: inline-block;
    background: #b88b4e;
    color: white;
    border-radius: 5px 5px 0 0;
}
#eshop #steps ul li.active {
    background: #f7efe6 !important;
    color: black !important;
}
#eshop #basket_preview_form,
#eshop #confirm {
    width: 100%;
    margin: auto;
    flex-basis: 100%;
    overflow: auto;
}
#eshop #basket_preview_form fieldset,
#eshop #confirm fieldset {
    border: 2px solid #b88b4e;
    width: 100%;
    margin: 0;
}
#eshop #basket_preview_form table {max-width: 100%;}
#eshop #basket_preview_form table tr:nth-of-type(1),
#eshop #confirm table tr:nth-of-type(1) {
    background: #f7efe7;
}
#eshop #contactaddress, #eshop #basketpayments, #eshop #baskettransport, #eshop #deliveraddress {
    float: left;
    width: 100%;
}
@media(min-width: 992px) {
 #eshop #contactaddress, #eshop #basketpayments, #eshop #baskettransport, #eshop #deliveraddress {
    width: 50%;
}
}
#eshop input {
    border: 1px solid #b88b4e;
    display: inline-block;
    background: #f7efe6;
    padding: 10px;
    border-radius: 2px;
    font-size: 1em;
   margin-bottom: 5px;
}
#eshop .contact-info table {
    width: 100%;
}
#eshop .contact-info p {
    width: 100%;
    margin: 0;
}
#eshop label{
    display: inline-block;
}
#eshop .login-info,
#eshop .contact-info {
    -ms-flex: auto;
    flex: auto;
}
#eshop #account_info, #account_firm, #billing_address, #delivery_address {
  border: 0;
}
#eshop .hide {
    display: none;
}
#eshop form table tbody tr td {
    vertical-align: top;
    font-size: 0.7rem;
}
@media(min-width: 992px) {
  #eshop form table tbody tr td {
    font-size: 1rem;
}
}
#eshop .login-info input,
#eshop .contact-info input {
    width: auto;
    margin: 0;
}
#eshop .login-info, #eshop .contact-info 
#eshop .login-info, #eshop .contact-info .submit {
  margin-top: 15px;
}
#eshop .login-info, #eshop .contact-info h4 {
  margin-top: 0;
}
#eshop .login-info fieldset,
#eshop .contact-info div fieldset {
    border: 1px solid #b88b4e;
}
#login form div input {
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    border: 1px solid #000;
    border-radius: 5px;
    outline: 0;
    font-size: 1em;
}
#login input.submit {
    border: 1px solid #b88b4e;
    display: inline-block;
    background: #f7efe6;
    padding: 5px;
    border-radius: 2px;
}
#login input.submit {
   float: none;
}
#login form a {
    display: inline-block;
}
#eshop .sphotos {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
}

/* Modules */
#modules {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efe5d9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#efe5d9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#efe5d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efe5d9',GradientType=0 );
}
#modules-in {
    width: 100%;
    max-width: 1100px;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
    margin: auto;
    display: table;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
}
#fb-likebox-feed.section {
    height: 300px!important;
    overflow: hidden;
}
.section {
    float: left;
    width: 345px;
    background: #FFF;
    margin: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 32px -12px rgba(184,138,77,1);
    -moz-box-shadow: 0px 0px 32px -12px rgba(184,138,77,1);
    box-shadow: 0px 0px 32px -12px rgba(184,138,77,1);
}
.section h2 {
    font-size: 1.5em;
    margin-top: 0;
}
#last-photo img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}
#last-photo span {
    display: none;
}
#photo-album-nav ul,
#rss-nav ul {
    padding-left: 20px;
}
#photo-album-nav ul li,
#rss-nav ul li {
    padding: 5px 0;
}
#photo-album-nav ul a,
#rss-nav ul a,
#calendar a {
    text-decoration: none;
}
#mail-list fieldset {
    padding: 0;
}
#mail-list-decoration {
    background: url(https://s3b.estranky.cz/img/d/1000000411/icon_mail.png) no-repeat;
    background-size: contain;
    background-position: left;
    margin-top: 20px;
    margin-left: 40px;
    height: 40px;
    display: block;
}
.recaptchaContainer {text-align: left;}
#mail-list-key {
    width: 61%;
    padding: 10px;
    margin: 0 0 10px 0;
    border: 1px solid #000;
    border-radius: 5px;
    outline: 0;
    font-size: 1em;
}
#send-mail-list {
    width: 61%;
    display: block;
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
    background: #f5ede1;
    font-size: 1em;
    cursor: pointer;
    transition: 0.3s all linear;
}
#mail-list fieldset dd {margin: 0;}
#send-mail-list:hover {
    background: rgb(163, 199, 235);
}

#portrait {
   height: auto;
}
#portrait a img {
    height: 163px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
#portrait .inner_frame { text-align: center; }
#portrait h2 {
    position: relative;
    left: 0;
    top: 0;
}
/* Search */
.clButton {
    position: relative;
    margin: 10px 0;
    display: block;
}
.magGlass {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.magGlass span:nth-of-type(1) {
    width: 20px;
    height: 20px;
    border: 4px solid #f6c035;
    display: block;
    border-radius: 50%;
}
.magGlass span:nth-of-type(2) {
    width: 4px;
    height: 14px;
    background: #f6c035;
    display: block;
    transform: rotate(-45deg);
    margin-top: -8px;
    margin-left: 18px;
    border-radius: 0 0 20px 20px;
}
#sendsearch {
    height: 30px;
    width: 30px;
    background: none;
    border: none;
    opacity: 0;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
#key {
    border: 0;
    border-bottom: 2px solid #f6c035;
    font-size: 16px;
    padding: 5px 0;
    color: white;
    background: transparent;
    outline: none;
    position: relative;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
}
#search .clButton {
   display: inline-block;
}
#search {
    text-align: left;
    position: absolute;
    z-index: 9;
    right: 0;
    width: 300px;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    top: 80px!important;
}
@media(min-width: 992px) {
  #search {
    top: 80px!important;
 }
}
#search fieldset {
    border: 0;
}
#calendar table {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}
#calendar caption {
    display: none;
}
#stats table {
    width: 100%;
    text-align: left;
}

/* Footer */
#bottom {
    display: table;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
    background: #000 url(https://s3b.estranky.cz/img/d/1000000411/footer.png) no-repeat;
    background-size: cover;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    width: 100%;
}
#bottom > div {
    max-width: 1100px;
    width: 100%;
    flex-basis: 100%;
    padding: 0 10px;
}
#bottom h2 {
    color: rgb(163, 199, 235);
}
#footer, #footer a {
    color: #5d5959;
    text-decoration: none;
}

/* Advertisement */
#leaderboard-top {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    overflow: hidden !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
#sticky-box {
  position: relative;
  position: -webkit-sticky;
    position: sticky;
  top: 0;
  right: 0;
}
#sky-scraper-block {
    position: absolute;
    max-width: 300px;
    max-height: 600px;
    right: -300px;
}

/* Responsive content size */
@media only screen and (max-width: 991px) {
    #hero #hero-text,
    #breadcrumb-nav, 
    .article,
    #articles, 
    #articles-container h2,
    #photo-album,
    #modules-in,
    #bottom,
    #events,
    #event-detail,
    #archive,
    #eshop {
        padding: 0 1%;
    }
    #articles .article {
        padding: 0;
        -ms-flex: auto;
        flex: auto;
    }
    #hero {
        min-height: 415px;
    }
    #hero #hero-text {
        padding-top: 7em;
    }
}

/* Responsive menu + languages */
@media only screen and (max-width: 991px) {
    .menu-toggle {
        display: block;
    }
    #navigation nav {
        display: none;
    }
    #navigation.menu-active nav {
        display: block;
    }
    .level_2 {
        display: none !important;
    }
    #navigation {
        padding-left: 0;
        padding-top: 60px;
    }
    #navigation .inner_frame {
        flex-basis: 100%;
    }
    #navigation nav {
        float: left;
        width: 100%;
    }
    #navigation menu {
        padding-left: 0;
        height: 185px;
        overflow: scroll;
        overflow-x: hidden;
    }
    #navigation menu li {
        display: block;
        text-align: center;
        border-bottom: 1px solid #f6c035; 
    }
    #languages {
        opacity: 1;
        right: 0;
        width: auto;
        bottom: 0;
        border-radius: 10px 0 0 0;
        padding: 5px 10px 0 10px;
    }
    #languages a {
        padding: 2px 5px;
    }
    #languages .inner_frame img {
        height: 20px;
    }
}

/* Responsive uvod */
@media only screen and (max-width: 991px) {
    .uvod {
        background: #efe5d9;
        min-height: 200px;
        padding: 20px 5%;
    }
    .uvod p {
        width: 100%;
    }
    .uvod h2 {
        margin: 0 0 30px 0;
    }
    .uvod-in {
        background: none;
        padding: 0 10px;
        min-height: auto;
    }
}

/* Responsive articles */
@media only screen and (max-width: 630px) {
    #articles .article {
        width: 100%;
        margin: 0;
        padding: 0;
        max-width: none;
    }
    #articles .article h3 {
        height: auto;
    }
    #articles .article p {
        height: auto;
        padding-bottom: 10px;
    }
    #articles .article .preview img {
        height: auto;
        width: 100%;
        max-height: 300px;
    }
    #articles .article-preview-text {
        height: auto;
    }
}

/* Responsive Photos */
@media only screen and (max-width: 630px) {
    .folder-info {
        opacity: 1 !important;
    }
    #photos-container .folder,
    #photos-container .folder .folder-info {
        width: 150px;
        height: 150px;
    }
    #photos-container .folder img {
        min-width: 150px;
        height: 150px;
    }
    #photos-container .folder .folder-info h3 {
        font-size: 1.3em;
    }
}
@media only screen and (max-width: 400px) {
    #photos-container .folder,
    #photos-container .folder .folder-info {
        width: 100%;
        height: 150px;
    }
    #photos-container .folder img {
        min-width: 150px;
        width: 100%;
        height: 150px;
    }
    #photos .photo-wrap img {
        width: 100%;
        height: 150px;
        padding-right: 0;
    }
}

/* Responsive Modules */
@media only screen and (max-width: 630px) {
    .section {
        width: 100%;
        padding: 20px 10px;
    }
    #modules-in {
        padding-bottom: 30px;
    }
}

/* Responsive Footer */
@media only screen and (max-width: 991px) {
    #bottom {
        padding-bottom: 20px !important;
    }
}

/* Responsive Advertisement */
@media only screen and (max-width: 991px) {
    body {
        width: 100% !important;
    }
    #sticky-box {
        display: none;
    }
}

/* IE10 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .uvod {
        width: 100%\9;
    } 
    .uvod-in {
        margin: auto\9;
    } 
    .hero-arrow {
        overflow: hidden\9;
    }
    .hero-arrow-side {
        width: 46%\9;
    }
    #modules-in {
        margin: auto\9;
        display: table\9;
    }
    .section,
    #photos-container .folder,
    #articles .article,
    #events table,
    #archive .folder {
        float: left\9;
    }
    #articles .article {
        max-width: 255px\9;
    }
    #events table {
        max-width: 345px\9;
    }
    #photos-container #folders,
    #articles,
    .article,
    #events,
    #archive,
    #eshop .products,
    #eshop,
    #navigation {
        display: table\9;
    }
    #bottom {
        width: 100%\9;
        display: table\9;
    }
    #bottom > div {
        width: 100%\9;
        margin: auto\9;
    }
    #breadcrumb-nav {
        margin-top: 0\9;
        display: table\9;
        width: 100%\9;
    }
    .breadcrumb-border {
        display: block\9;
        margin: auto\9;
    }
    #archive h2, #archive > h3 {
        width: 100%\9;
        float: left\9;
    }
    #archive .article img {
        width: 300px\9;
    }
    .photo-wrap a{
        border: 0\9;
    }
    #eshop .products > h2 {
        width: 100%\9;
    }
    #eshop,
    #eshop #articles,
    #eshop #basket_preview_form, 
    #eshop #confirm {
        width: 100%\9;
        margin: auto\9;
    }
}


/* 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: 130px;
  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: 130px;
  width: 100%;
  text-align: center;
  display: table;
  overflow: hidden;
}
#preview-folder .box div a, #thumbnav .box div a, .folder .photo-wrap div a, #photo-album-nav li .photo-wrap div a {
  height: 100%;
  border: 0;
  display: table-cell;
}
#preview-folder .box div img, #thumbnav .box div img, .folder .photo-wrap div img, #photo-album-nav li .photo-wrap div img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
}

 

@media (max-width: 900px) {
  #preview-folder .box, #thumbnav .box, .folder .photo-wrap, #photo-album-nav li .photo-wrap {
    width: 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%;
  }
 #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: space-between;
}
#photos::after {
    content: "";
    flex: auto;
}
#photos .slide {
  width: 130px;
  height: 130px;
  float: left;
  margin: 15px 7px 0;
}
#photos .slider-gallery__wrap {
  height: 130px;
  width: 130px;
  text-align: center;
  display: table;
  overflow: hidden;
}
#photos .slider-gallery__box {
  height: 100%;
  border: 0;
  display: table-cell;
}
#photos .slider-gallery__img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  cursor: pointer;
}
#photos .slider-gallery__description-box {
   display: none;
}

 

@media (max-width: 900px) {
  #photos .slide {
    width: 100%;
    height: auto;
    margin: 10px 5px 0;
  }
  #photos  .slider-gallery__wrap {
    height: auto;
    width: 100%;
  }
  #photos .slider-gallery__img {
    max-width: 100%;
    max-height: 100%;
  }
}
/* Galerie responsive END */