#wpbgallery {
    margin: 0;
    padding: 0;
}
#wpbgallery li {
    margin: 0;
    padding: 0;
    display: inline;
}
#wpbgallery li a {
    outline: none;
}
#wpbgallery li img {
    margin: 5px 7px;
}
#wpbgallery_container .clearfix:before,
#wpbgallery_container .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
#wpbgallery_container .clearfix:after {
    clear: both;
}
#wpbgallery_container .clearfix {
    zoom: 1;
}
.modal {
	overflow: hidden;
	color: #333;
}

.wpbgallery_download{
    top: 15px;
    right: 60px;
    position: absolute;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 6px 12px;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    transition: background 0.2s;
}

.wpbgallery_facebookicon{
    bottom: 10px;
    right: 140px;
    position: absolute;
    padding: 0px 2px;
    display: block;
    width: 30px;
    height: 30px;
    outline: 0;
}

.wpbgallery_twittericon{
    bottom: 10px;
    right: 105px;
    position: absolute;
    padding: 0px 2px;
    display: block;
    width: 30px;
    height: 30px;
    outline: 0;
}

.wpbgallery_pinteresticon{
    bottom: 10px;
    right: 70px;
    position: absolute;
    padding: 0px 2px;
    display: block;
    width: 30px;
    height: 30px;
    outline: 0;
}

.share_label{
    bottom: 40px;
    right: 80px;
    color: #2e6da4;
    position: absolute;
    padding: 0px 2px;
    display: block;
    width: 90px;
    height: 30px;
}

div.galaria-wrapper > div.row > div {
  padding: 5px;

}
div.galaria-wrapper > div.row > div img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: .2s all;
}

div.galaria-wrapper > div.row > div img:hover {
  -webkit-filter: opacity(50%);
    filter:  opacity(50%);
}
/*
div.galaria-wrapper > div.row > div:after {
  content: '\A';
   position: absolute;
   z-index: 0;
   width: 100%; height:100%;
   top:0; left:0;
   background:rgba(255,255,255,0.6);
   opacity: 0;
   transition: all 1s;
   -webkit-transition: all 1s;
   border:none';
 }
 div.galaria-wrapper > div.row > div:hover:after {
     opacity: 1;
 }*/
