#motive {display:none;}
 #index #motive {display:block;}

#bar-poweredby {
  display: none;
}

.navbar .logo img {
  max-height: 80px;
  max-width: 9999px;
}

#imp {
  display: none;
}

#top-ribbon {
  display: none;
}

.breadcrumb {
  margin-top: -50px;
  margin-bottom: 35px;
}

article {
  margin-top: 35px;
}

p.back-link.text-center {
  margin-top: 10px;
  margin-bottom: 20px;
}

hr {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#border {
  border-bottom: 0px solid #ffffff;
}

.gallery-detail .thumbnail img {
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  width: auto;
  height: auto;
}


article #photogalleries .img-thumbnail, #eshop-categories .img-thumbnail {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  min-width: 0;
}
