header, body {
  background:#fff;
}
header {
  padding-bottom: 3em;
}

/*-------------- MENU -----------------*/
nav .container {
  padding-left:1px;
}
.navbar {
  max-width: 1170px;
  margin: 0 auto;
  border-color:#e7e7e7;
}
.navbar-nav > li {
  border:none;
}
.navbar .navbar-nav > li > a {
  text-decoration:underline;
}
.navbar .navbar-nav > li > a:hover {
  text-decoration:none;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
  text-decoration:none;
}

/*---------------- ESHOP ---------------*/
/* kategorie produkty */
/*
.thumbnail .img-thumbnail {
  padding:0;
  width:100%;
}
.thumbnail {
  padding:0;
}
*/
/*-------------- SLIDER -----------------*/
#carousel {
  margin:0 auto 20px;
}
#carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}
#box-custom-motive {
  border:none;
  max-width: 1170px;
  margin: 0 auto;
  height: 300px;
}
.box-custom {
  background:none;
}
.owl-item h3 {
margin: -90px 0 0 0;
padding: 20px;
background: rgba(0,0,0,0.45);
z-index: 999;
color: #fff;
font-size:3em;
position: relative;
display: block;
font-weight: bold;
}

/*------------------ LEFT BOX -----------------*/
aside.col-xs-12.col-sm-12.col-md-4.col-md-pull-8.col-lg-3.col-lg-pull-9 {
  padding-left: 0;
  margin: 20px 0;
}

/* ---------- NASTAVENI GOOGLE MAPY ----------- */
.google-maps {
   position: relative;
   padding-bottom: 25%; // This is the aspect ratio
   height: 0;
   overflow: hidden;
}
.google-maps iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100% !important;
   height: 100% !important;
}

/*------------------- FOOTER ------------------*/
#bar-poweredby {
  background:#fff;
}
