#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;
}