.header-tab-gallery{margin: 0 auto;text-align: center;border:none;}
.header-tab-gallery > li {
    display: inline-block;
    float: none;
    margin:0 auto;
    padding: 0 5px;
}
.header-tab-gallery > li a{margin:0 auto;}
.header-tab-gallery > li a {
    border-radius: 35px;
    padding: 3px 18px;
    border:1px solid #f4f1e3;
    color: #696969;
    font-weight: 700;
    text-transform: uppercase;
}
.header-tab-gallery > li.active a, .header-tab-gallery > li a:hover{
	border-color: #8eb35a !important;
	background: #8eb35a !important;
	color: #fff !important;
}
.item-gallery-media > img {
    max-width: 100%;
    width: auto;
}
#list-gallery-show-items {
    margin-top: 50px;
}
.item-gallery {
    padding-bottom: 15px;
    padding-top: 15px;
}
.item-gallery-media .description {
    color: #333;
    height: auto;
    left: 0;
    position: absolute;
    text-align: center;
    top: calc(50% - 45px);
    width: 100%;
    z-index: 99;
    font-family: "Playfair Display",serif;
    display: none;
}
.item-gallery-media{border:1px #fff solid;overflow: hidden;cursor: pointer;}
.item-gallery-media .img-wrap::before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.item-gallery-media:hover .img-wrap::before{
	opacity: 1;
}
.item-gallery-media:hover{border:1px #8eb35a solid;z-index: 99;}
.item-gallery-media:hover .description {display: block;}
.desc-gallery-item > h3 {
    color: #333;
    font-family: "Playfair Display",serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 10px;
}
.desc-gallery-item > h3:before{
	content: "";
	height: 1px;
	background: #ddd;
	width: 50px;
	left: calc(50% - 25px);
	bottom: -5px;
	position: absolute;
}
.desc-gallery-item > span {
    color: #696969;
    font-size: 14px;
    font-style: italic;
}
.grid-group-col {
    padding-left: 0;
    padding-right: 0;
}
.dor-gallery-page {
    clear: both;
    text-align: center;
    padding-top: 35px;
}
.dor-gallery-page a.ipage {
    border: 1px solid #f8f7f7;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-family: "Playfair Display",serif;
    font-size: 20px;
    height: 40px;
    line-height: 34px;
    margin: 0 5px;
    text-decoration: none;
    width: 40px;
}
.dor-gallery-page a.ipage.active, .dor-gallery-page a.ipage:hover{
	background: #8eb35a;color: #fff;border:none;
}
.dorgallery-base-2 .dor-gallery-page a{
	display: inline-block;
    font-family: "Playfair Display",serif;
    color: #696969;
    font-style: italic;
}