#uvod .jumbotron{
 background-color: #7FBFE2; 
 padding-bottom: 0px;
}
#uvod{
 padding-top: 0px;
 margin-top:0px;
}

#zapati{
background-image: url(../images/zapati.jpg);
background-position: top right;
padding-top:70px;
}
#logo{
background: url(../images/logo4.png) no-repeat;
}
.idm_208{
display:none;
}

.footer a {
color: white;
}
.panel{
margin: 0px 15px 150px 15px;
}
.panel-title {
  font-size:26px;
}

.carousel-caption a {
 color:white;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;
  margin-top: 60px;
}
.img-thumbnail {
  padding:10px;
}
a img.nahled {
  border-radius:10px;
  border:2px solid white;
  padding:0px;
}
.galerie{
  padding:0px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  background-color: #f5f5f5;
}
#menu{
background: url(../images/barborka3.jpg) no-repeat top left ;
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
.fgalerie{
display: none;
}

@media screen and (max-width: 800px) {
.fotogalerie {
display: none;
}
.fgalerie {
display: block;
}
}
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}


