.fs-media-gallery .thumb {
  padding:5px;
  float: left;
  border: 1px solid red;
  margin: 5px;
}
.fs-media-gallery .thumb a,
.fs-media-gallery .thumb a:link,
.fs-media-gallery .thumb a:hover,
.fs-media-gallery .thumb a:active,
.fs-media-gallery .thumb a:visited {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}
.fs-media-gallery .navigation {
  clear: both;
  margin-top:10px;
  margin-bottom:10px;
}
.fs-media-gallery .pagination {
  margin-top:10px;
  margin-bottom:10px;
}
.fs-media-gallery .container-fluid {
  padding:0 10px;
}
.fs-media-gallery .img-thumbnail .dummy {
  background:#EEEEEE;
}


/****************************/
/* Changes by Meik Graebner */
.clearfix:after{content: ".";display: block;clear: both;float: none;height: 0;visibility: hidden;}
.fs-media-gallery {
    margin-bottom: 30px;
}

/*
.fs-media-gallery .thumb {
    border: 0 none;
    box-shadow: 3px 3px 10px #ccc;
    padding: 15px;
    margin: 0 10px 10px;
    width: 30%;
    box-sizing: border-box;
    max-width: 30%;
}
*/
.fs-media-gallery .thumb {
    border: 0 none;
    padding: 5px;
    margin: 5px;
    box-sizing: border-box;
    max-width: 155px;
    background: #ffffff3b;
}

/*
.thumbs-albums span.asset-count {
    display: none;
}

.thumbs.thumbs-assets .thumb{
    width: 22%;
}
*/
.fs-media-gallery .thumb:hover {
    box-shadow: 3px 3px 10px #333;
}
.description span{
    display:block;
}


.paging_bootstrap.pagination {text-align: center;}

.paging_bootstrap.pagination ul {
    list-style-type: none;
    text-align: center;
}

.paging_bootstrap.pagination ul li {
    display: inline;
    text-align: center;
}

.paging_bootstrap.pagination ul li.active a {
    font-size: 1.1em;
    font-weight: bold;
}

.fs-media-gallery a.btn.btn-default {
    background: #e8e8e8;
    padding: 15px;
    font-weight: bold;
    box-shadow: 1px 1px 5px #999;
}
.fs-media-gallery .navigation{
    margin:25px 0;
}