
.gallery-item {
  float: left;
  margin: 0px;
  margin-bottom: 24px!important;
  position: relative;
  overflow: hidden; }
.gallery-item.medium{
    width:calc(50% - 14px);
    margin-right:14px;
}
.gallery-item.medium.mediumlast{
    margin-right:0px!important;
    margin-left:14px!important;
}
.gallery-item.small{
    width:calc(100% / 3 - 18px);
    margin-left:0;
    margin-right: 14px;
}
.gallery-item.smallmiddle{
    margin-right:13px!important;
    margin-left:13px!important;
}
.gallery-item.smalllast{
    margin-left:14px!important;
    margin-right:0!important;
}
.lastgalleryitem{margin-bottom: 0!important;}
.gallery-icon.medium{
}
.gallery-icon img {
  margin: 0; }
img {
  border: none; }

.gallery-caption {
  margin-left: 0;
  position: absolute;
  height: 40px;
  bottom: -40px;
  background: rgba(0,0,0,0.7);
  color: #FFF;
  width: 100%;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  outline: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-align: center; }

.gallery-caption span {
  color: #f6edea; }

.gallery-caption p {
  margin: 10px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.gallery-caption p a {
  color: #FFF; }

.gallery-item:hover .gallery-caption {
  bottom: 0px; }

.gallery-item:hover .lmapnpinit {
  left: 20px; }
