div#prodloadbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: left;
    align-content: space-between;
    justify-content: space-around;
    align-items: baseline;
}

.image-box {
  float: left;
  width: 23%;
  display: inline;
  padding: 1%;
  min-height: 430px;
}

.image-box td {
  color: #948E80;
  padding-top: 5px;
}

.image-box img {
  width: 96%;
  border-radius: 12px;
}

form{
    position: fixed;
    top: 135px;
    right: 0px;
    transform: translate(-15px,-0px);
    transition: all 1s;
    width: 50px;
    height: 50px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid white;
    padding: 5px;
}

input{
    position: absolute;
     top: 0px;
    right: 0px;
    width: 100%;;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}

.fa{
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #B7A16F;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

form:hover{
    width: 200px;
    cursor: pointer;
}

form:hover input{
    display: block;
}

form:hover .fa{
    background: #B7A16F;
    color: white;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

#rig {
    max-width:100%;
    margin:0 auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
   
}
#rig li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:25;
    vertical-align:middle;
    box-sizing:border-box;
     overflow: hidden;
    margin:0;
    padding:0.5%;
}

        
/* The wrapper for each item */
.rig-cell {
    /*margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
}
        
/* If have the image layer */
.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#rig li:hover .rig-img {
    transform:scale(1.0);
}
        
/* If have the overlay layer */
.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #2B3035 url(img/link.png) no-repeat center 20%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}
#rig li:hover .rig-overlay {
    opacity:0.9;
}

/* If have captions */
.rig-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    font-size:18px;
    top:40%;
    color:#B89E6C;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}
#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:0.9;
}

@media (max-width: 9000px) {
    #rig li {
        width:25%;
    }
}

@media (max-width: 700px) {
    #rig li {
        width:33.33%;
    }
}

@media (max-width: 550px) {
    #rig li {
        width:50%;
    }
}

h1, h2, p  {
    margin: 0;
    padding: 0;
}

.section-pomniky {
    padding-top: 250px;
    background-image: url(/image/angel.png);
    background-repeat: no-repeat;
    background-position-y: -70px;
    /* background-attachment: fixed; */
}

.section-faq {
    padding-top: 250px;
    background-image: url(/image/angel.png);
    background-repeat: no-repeat;
    background-position-y: -70px;
    min-height: 600px;
    /* background-attachment: fixed; */
}

.faq {
  width: 70%;
  margin: 0 auto;
  color: #4D4946;
}

.otazka {
  text-align: center;
  color: #B7A16F;
  background-color: rgba(59, 54, 51, 0.5);
  border-radius: 12px;
  padding: 15px 0px;
}

ul {
    font-size: 22px;
    color: #948E80;
    text-align: center;
    line-height: 30px;
    padding: 30px 0px;
}

.odpoved {
  text-align: center;
  color: #E4E4E4;
  line-height: 28px;
  padding: 15px 0px;
}

.linespace img {
    margin-bottom: 9px;
}

span.numcircle {
  width: 50px;
  height: 50px;
  margin-left: -52.7%;
  border-radius: 50%;
  background-color: #B7A16F;
}

.numcircle strong{
  
    font-size: 30px;
    padding: 10px 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #B7A16F;
}

.section-title h1, p {
      text-align: center;
 
}

.section-title p {
  width: 50%;
  margin-left: calc(50% - 25%);
}

.content-menu a {
      font-family: 'Unica One', cursive;
    font-size: 27px;
    color: #EFE5CA;
}

.content-menu a:hover, .content-menu a.sel {
      font-family: 'Unica One', cursive;
    font-size: 27px;
    color: #b89e6c;
}

.content-menu li {
    display: inline;
  padding-right: 50px;
}

.content-menu ul {
}



.products {
  width: 100%;
  padding-top: 30px;
  
  }
  .linespace {
    padding: 50px 0px;
  }

.linespace img {
  width: 100%;
  height: 1px;
}

.showmore  {
     text-align: center;
}

.showmore a {
      font-family: 'Unica One', cursive;
    font-size: 27px;
    color: #b89e6c;
}

.showmore a:hover {
      font-family: 'Unica One', cursive;
    font-size: 27px;
    color: #948E80;
}

.content-menu2 a {
      font-family: 'Unica One', cursive;
    font-size: 18px;
    color: #EFE5CA;
}

.content-menu2 a:hover, .content-menu a.sel {
      font-family: 'Unica One', cursive;
    font-size: 18px;
    color: #b89e6c;
}

.content-menu2 li {
    display: inline;
  padding-right: 25px;
}

.content-menu2 ul {
}



.product {
  width: 19%;
  display: inline-block;
  /* min-height: 380px; */
  text-align: center;
  background-image: url(/image/produkt-back.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  
}

.product2 {
    width: 15%;
        padding-bottom: 20px;
    display: inline-grid;
    min-height: 240px;
    text-align: center;
    justify-content: space-between;
    align-content: space-evenly;
    align-items: start;
    justify-items: center;
}
/*
.product2 {
    width: 12%;
    padding: 20px;
    display: inline-grid;
    min-height: 240px;
    text-align: center;
}
*/
.product2 p {
  font-size: 16px;
  padding: 0;
  line-height: 26px;
  color: #B7A16F;
}

.product img {
  padding-top: 40px;
  width: 100%;
  transition: transform .2s;
}

.product2 img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.product img:hover {
  cursor: pointer;
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.product h2 {
  font-size: 20px;
  padding-bottom: 20px;
}

.product p {
  font-size: 16px;
  padding: 0;
  line-height: 26px;
}

footer {
  padding-top: 100px;
}

.section-footer2 {
    width: 100%;
    background-image: url(/image/footer-back.png);
    background-position-x: 20px;
    background-repeat: no-repeat;
    min-height: 250px;
    text-align: center;
    /* position: absolute; */
    text-align: center;
    background-size: cover;
    /* top: 2110px; */
    /* top: 0; */
    /* z-index: -1; */
}

.section-footer2 img {
    width: 230px;
    margin-top:  100px;
}

.section-footer2 p {
    font-size: 20px;
    padding-top: 0;
}

h1 {
    font-family: 'Unica One', cursive;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 700;
    color: #B89E6C;
}

h2 {
    font-family: 'Unica One', cursive;
  text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #B89E6C;
}

p {
  font-size: 20px;
  color: #948E80;
  line-height: 30px;
   padding: 30px 0px; 
  
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav {
  position: absolute;
  top: 0;
  
  }

nav a {
  display: inline;
  text-decoration: none;
  padding: 15px 15px;
}

nav ul {
  padding: 14px;
  background: -moz-linear-gradient(left, rgba(77,73,70,0.4) 0%, rgba(43,38,34,0.99) 99%, rgba(43,38,34,1) 100%);
  background: -webkit-linear-gradient(left, rgba(77,73,70,0.4) 0%,rgba(43,38,34,0.99) 99%,rgba(43,38,34,1) 100%);
  background: linear-gradient(to right, rgba(77,73,70,0.4) 0%,rgba(43,38,34,0.99) 99%,rgba(43,38,34,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#664d4946', endColorstr='#2b2622',GradientType=1 );
  border-radius: 12px;
}

nav li {
  list-style: none;
  display: inline;
}


a {
        font-family: 'Unica One', cursive;
    text-transform: uppercase;
    color: #948E80;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

a:hover {
        font-family: 'Unica One', cursive;
    text-transform: uppercase;
    color: #B89E6C;
    transform: scale(1.1);
}

.fa-arrow-alt-circle-right {
  color: #B89E6C;
  padding-right: 5px;
}

.section-slider {
    width: 100%;
    min-height: 1000px;
    padding-top: 250px;
    background-image: url(/image/background-01.png);
    background-position: bottom right;
        background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #e8e8e8; */
}

.slider-text {
  width: 40%;
}

.slider-text p {
  text-align: left;
}

.slider-text ul {
  padding: 0;
}

.slider-text li {
  padding: 0;
  display: inline;
  color: #948E80;
  padding-right: 30px;
  font-size: 16px;
}

.slider-arrow {
  padding: 60px 0px;
}

.slider-arrow img {
  padding-right: 60px;
}

.slider-arrow img:hover  {
  padding-right: 60px;
  opacity: 0.3;
}

.slider-menu h1 {
  font-size: 24px;
  font-family: 'Unica One', cursive;
}

.slider-menu-box span {
        font-family: 'Unica One', cursive;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 0px;
    display: block;
    color: #B89E6C;
}

.slider-menu-box img {
    width: 96%;
}

.slider-menu-box:hover {
  -webkit-filter: blur(3px);
  -moz-filter: all .25s ease;
  -o-filter: all .25s ease;
  -ms-filter: all .25s ease;
  filter: blur(3px);
    opacity: 0.5;
}

.slider-menu-box {
  width: 12%;
  float: left;
  display: inline;
  padding: 20px 0px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

.section-about {
      width: 100%;
    min-height: 950px;
    background-color: #e8e8e8;
    background-image: url(/image/about-background.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-attachment: fixed;
    top: 1030px;
    /* top: 0; */
    z-index: -1;
}

.section-samples {
    width: 100%;
    min-height: 500px;
    /* background-color: #e8e8e8; */
    background-image: url(/image/samples-back.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    text-align: center;
   top: 1740px;
    /* top: 0; */
    z-index: -1;
}

.section-samples h1 {
  padding-top: 150px;
  font-size: 40px;
 
}

.section-samples p {
  padding-top: 0px;
  color: #EFE5CA;
}

.section-samples ul {
}

.section-samples li {
  display: inline;
  padding-right: 50px;
}

.section-samples a {
  font-family: 'Unica One', cursive;
  font-size: 27px;
  color: #EFE5CA;
}

.section-samples a:hover {
  font-family: 'Unica One', cursive;
  font-size: 27px;
  color: #B89E6C;
}
.samples {
  width: 757px;
  position: absolute;
  top: 1650px;
  margin-left: calc(50% - 378px);
  
}

img.samples {
    /* margin: 0 auto; */
    top: 1650px;
}

.section-footer {
    width: 100%;
    background-image: url(/image/footer-back.png);
    background-position-x: 20px;
    background-repeat: no-repeat;
    min-height: 250px;
    text-align: center;
    position: absolute;
    text-align: center;
    background-size: cover;
   top: 2110px;
    /* top: 0; */
    z-index: -1;
}

.section-footer img {
    width: 230px;
    margin-top:  100px;
}

.section-footer p {
    font-size: 20px;
    padding-top: 0;
}

.section-about img {
  width: 200%;
}

.about {
      position: absolute;
    top: 990px;
    left: -60px;
    width: 34%;
}

.about-text {
  padding-top: 400px;
  width: 50%;
}

.about-text p {
    text-align: left;
}

.about-text h2 {
  font-size: 40px;
}

.container {
  width: calc(100% - 45px);
  margin-left: 45px;
}

.row {
  width: 90%;
  margin: 0 auto;
}

.side-panel {
    width: 45px;
    height: 100%;
    overflow: auto;
    position: fixed;
    background: #3f372c;
    background: -moz-linear-gradient(top, #3f372c 0%, #2b2622 100%);
    background: -webkit-linear-gradient(top, #3f372c 0%,#2b2622 100%);
    background: linear-gradient(to bottom, #3f372c 0%,#2b2622 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f372c', endColorstr='#2b2622',GradientType=0 );
}


.side-panel ul {
        width: 45px;
    padding: 0;
}

.side-panel li {
    list-style: none;
    height: 55px;
    text-align: center;
    width: 45px;
    /* display: table-cell; */
        font-size: 21px;
    border-bottom: 1px solid #3F3B37;
    
}

.side-panel a {
    color: #948E80;
    cursor: pointer;
}

.side-panel i {
    padding-top: 18px;
}

.side-panel img {
    padding-top: 12px;
}

.side-panel a:hover {
    color: #B89E6C;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #383531f5; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #948E80;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #B89E6C;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.section-pomniky {
  
}

/* RESPONSIVE */
@media only screen and (max-width: 1300px) {
  
  .product2 {
    width: 16%;
}
  .section-pomniky {
    padding-top: 170px;
}


  .section-title p {
    width: 100%;
    margin-left: 0;
}

  .product {
    width: 32%;
}



 .section-about {
    background-size: auto;
}

.about {
    position: absolute;
    top: 1020px;
    left: 0px;
    width: 34%;
}

.section-about {
    min-height: 930px;
    top: 970px;
    background-position-x: -430px;
}

nav ul {
  display: none;
}
}


@media only screen and (max-width: 1024px) {
  .image-box {
  float: left;
  width: 31%;
  display: inline;
  padding: 1%;
  min-height: 430px;
}
  
  .product2 img {
    width: 100%;
    /* height: 100%; */
}

   .product2 {
    width: 20%;
}
  
  .slider-menu-box span {
    font-size: 14px;
}
  
 .section-about {
    background-size: auto;
}

.about-text {
    padding-top: 430px;
    width: 100%;
    text-align: center;
}

.about {
    position: absolute;
    top: 1180px;
    left: 0px;
    width: 34%;
}

.section-about {
    min-height: 930px;
    top: 1030px;
    background-attachment: scroll;
    background-position-x: -900px;
    background-position-y: -150px;
}
}


@media only screen and (max-width: 800px) {
    .image-box {
  float: left;
  width:46%;
  display: inline;
  padding: 1%;
  min-height: 430px;
}
  
  .content-menu2 li {
    display: inherit;
    width: 100%;
    padding-right: 25px;
    padding-bottom: 15px;
}

  .product2 img {
    width: 100%;
    height: auto;
}

   .product2 {
    padding: 0.5%;
    width: 30%;
}

  .content-menu a {
    font-size: 27px;
    /* float: left; */
    display: block;
}

    .product {
    width: 49%;
}


.content-menu a:hover {
    font-size: 20px;
}

  .logo {
    width: 80%;
    margin: 0 auto;
  }
  .slider-text h1 {
    font-size: 50px;
  }
  
  .section-footer {
    top: 2180px;
}
img.samples {
    width: 90%;
    margin-left: calc(100% - 90%);
    /* padding-left: 8%; */
    position: absolute;
    top: 1670px;
}

.section-samples li {
    display: block;
    padding-right: 50px;
    padding-bottom: 25px;
    width: 40%;
    float: left;
}

.slider-menu {
    display: none;
}

.slider-text {
    width: 100%;
    text-align: center;
}

.about {
    display: none;
}

.section-about {
    min-height: 930px;
    top: 1030px;
    background-attachment: scroll;
    background-position-x: -1090px;
    background-position-y: -150px;
}
 
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {


  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media only screen and (max-width: 425px) {
      .image-box {
  float: left;
  width:96%;
  display: inline;
  padding: 1%;
  min-height: 430px;
}
    .product2 img {
    width: 100%;
    height: auto;
}

.product2 {
    padding: 0.5%;
    width: 48%;
}
  
  .product {
    width: 98%;
}

    .section-title p {
    text-align: center;
    font-size: 20px;
}
    .section-title h1 {
    text-align: center;
    font-size: 40px;
}

.section-samples li {
    display: block;
    padding-right: 50px;
    padding-bottom: 25px;
    width: 90%;
    float: left;
}

 .about-text h2 {
    font-size: 30px;
}

.section-samples h1 {
    padding-top: 150px;
    font-size: 30px;
}

.section-samples li {
    display: block;
    padding-right: 50px;
    padding-bottom: 25px;
    width: 40%;
    float: left;
}
}


@media only screen and (max-width: 425px) {
    .product2 img {
    width: 100%;
    height: auto;
}

.product2 {
    padding: 2% 0.5%;
    width: 98%;
}
}