 
#load-more-section {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#load-more-section #load-more {
    border: none;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    text-transform: uppercase;
    background: #4a4a4a;
    color: #fff;
    border-radius: 4px;
}
.first_gallery_module .photo_cont {
margin:15px 0;
text-align:center;
width:100%;
position:relative;
overflow:hidden;
cursor: url('/public/images/material-icons/zoom-in.cur'), default;
}
#LastRecordLoader {
    text-align: center;
}
.first_gallery_module li {
max-width: 100%;
}
.first_gallery_module .photoDesc {
background: rgba(0, 0, 0, 0.7);
height: 100%;
padding: 0 40px;
position: absolute;
text-align: center;
bottom: 0;
left: 0;
opacity: 0;
right: 0;
top:100%;
transition:all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
width: 100%;
}
.first_gallery_module .photo_cont:hover .photoDesc {
left: 0;
opacity: 1;
top: 0;
}
.first_gallery_module .photo-count-outer {
height: 360px;
overflow: hidden;
text-align: left;
width: 100%;
}
.first_gallery_module .photoDesc h4 {
margin:0;
line-height: 1.3;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
padding:0 15px;
color:#fff;
width:auto;
max-width:100%;
display:inline-block;
cursor:auto;
}
.first_gallery_module .photoDesc h4 a {
color:#fff;
cursor:pointer;
margin:0 !important;
}
.first_gallery_module .gallery-title {
left: 0;
position: absolute;
right: 0;
top: 50%;
transform:translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
z-index:9;
}
.inner-gal-popup {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1;
background: rgba(0, 0, 0, 0);
}
.first_gallery_module .photo_cont img {
display:inline-block;
max-width:inherit;
left:50%;
top:50%;
position:relative;
transform:translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
}
.first_gallery_module .photo_galler_inner {
margin: 0;
padding:0 10px;
}
.first_gallery_module .categare {
padding:10px 0;
width:100%;
float:left;
border-width:1px 0 1px 0;
border-style: dashed;
margin:25px 0 0;
}
.first_gallery_module .categare h3 {
margin:0;
padding:0;
font-size:18px;
}
.first_gallery_module ul li.active a {
background:none !important;
}
.first_gallery_module ul li.active a, .first_gallery_module ul li a:focus, .first_gallery_module ul li a:hover {
color:#000;
}
.first_gallery_module ul li a {
padding: 0 !important;
margin:0 20px 0 0;
}
.first_gallery_module .inner_pages_gallry {
padding:0;
}
.first_gallery_module .gallery_pages {
padding:0;
}
.first_gallery_module .categare h3 span a {
text-transform:uppercase;
margin:0 !important;
}
#LastRecordLoader {
text-align:center;
}

@media(min-width:992px) and (max-width:1024px){
.first_gallery_module .photo-count-outer{
height:293px;
}
}
@media(min-width:768px) and (max-width:992px){
.first_gallery_module .photo-count-outer{
height:345px;
}
}
@media(max-width:767px){
.first_gallery_module .categare{
margin-bottom:10px;
}
.first_gallery_module .photo_cont{
float: none;
margin: 7px auto;
max-width: 290px;
height:293px;
height:290px;
}
.first_gallery_module .photoDesc{
display:none;
}
}