*{
	margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.galls_cont{
	padding: 50px 0;
}
.gall_btn {
    padding: 10px 30px;
    background: #112669;
    color: #fff;
    text-decoration: none;
	display: inline-block;
}
.gall_filter_cont{
	text-align: center;
}
.dj-galleryoverview.mas {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
	margin-bottom: 20px;
}
.dj-galleryoverview:before,
.dj-galleryoverview:after{
	content: '';
	display: block;
}
.dj-galleryoverview.mas.col_2 {
	column-count: 2;
}
.dj-galleryoverview.mas.col_3 {
	column-count: 3;
}
.dj-galleryoverview.mas.col_4 {
	column-count: 4;
}
.dj-galleryoverview.mas.col_5 {
	column-count: 5;
}
.dj-galleryoverview.mas.col_6 {
	column-count: 6;
}
.dj-galleryoverview:after{
	clear: both;
}
.thmb .dj-gallery-thumbnail-box.col_2,
.thmb .dj-gallery-thumbnail-vid-box.col_2{
	width: 50%;
	--float: left;
    display: inline-block;
	vertical-align:top;
}
.thmb .dj-gallery-thumbnail-box.col_3,
.thmb .dj-gallery-thumbnail-vid-box.col_3{
	width: 33.333333%;
	--float: left;
    display: inline-block;
	vertical-align:top;
}
.thmb .dj-gallery-thumbnail-box.col_4,
.thmb .dj-gallery-thumbnail-vid-box.col_4{
	width: 25%;
	--float: left;
    display: inline-block;
	vertical-align:top;
}
.thmb .dj-gallery-thumbnail-box.col_5,
.thmb .dj-gallery-thumbnail-vid-box.col_5{
	width: 20%;
	--float: left;
    display: inline-block;
	vertical-align:top;
}
.thmb .dj-gallery-thumbnail-box.col_6,
.thmb .dj-gallery-thumbnail-vid-box.col_6{
	width: 16.666666%;
	--float: left;
    display: inline-block;
	vertical-align:top;
}
.dj-gallery-thumbnail-box .dj-gallery-thumbnail,
.dj-gallery-thumbnail-vid-box .dj-gallery-thumbnail{
	padding: 10px;
}
.dj-gallery-thumbnail-box .dj-gallery-thumbnail a{
	position: relative;
    display: block;
	overflow: hidden;
}
.dj-gallery-thumbnail-box .dj-gallery-thumbnail a.ovly:after{
	content: '';
	text-align: center;
    vertical-align: middle;
    padding-top: 45%;
    color: #fff;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	top: 0;
	left: 0;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    transition: all 700ms;
}
.dj-gallery-thumbnail-box .dj-gallery-thumbnail img{
	backface-visibility: hidden;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    transition: all 700ms;
}
.dj-gallery-thumbnail-box .dj-gallery-thumbnail:hover img{
	transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -o-transform: scale(1.1) rotate(0.1deg);
    -moz-transform: scale(1.1) rotate(0.1deg);
}
.dj-gallery-thumbnail-vid-box .dj-gallery-thumbnail iframe,
.dj-gallery-thumbnail-vid-box .dj-gallery-thumbnail video{
	border: none;
	background: #000;
}
.dj-gallery-thumbnail-box .dj-gallery-thumbnail:hover a.ovly:after{
	opacity: 1;
}
.gall_load_more,
.gall_pagination{
	text-align: center;
	margin: 20px 0 30px;
}
.gall_load_more a#more_posts,
.gall_load_more a#more_posts:hover,
.gall_load_more a#more_posts:active,
.gall_load_more a#more_posts:focus,
.gall_pagination a,
.gall_pagination a:hover,
.gall_pagination a:active,
.gall_pagination a:focus{
	background: #006199;
    border-color: #006199;
    color: #fff;
    border-radius: 5px!important;
    border-width: 2px!important;
	margin: 0px 5px;
}
.gall_pagination a.active,
.gall_pagination a.active:hover,
.gall_pagination a.active:active,
.gall_pagination a.active:focus{
	background: #fff;
    border-color: #006199!important;
    color: #006199;
}
.dj-galleryslider{
	position: relative;
}
.flex-direction-nav a:before{
	line-height: 1;
}
.dj-galleryslider:hover .flex-direction-nav .flex-prev{
	opacity: 0.7;
	left: 10px;
}
.dj-galleryslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.dj-galleryslider:hover .flex-direction-nav .flex-next{
	opacity: 0.7;
	right: 10px;
}
.dj-galleryslider:hover .flex-direction-nav .flex-next:hover{
	opacity: 1;
}
.dj-galleryslider .gall_sldr_view_more{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 1000;
}
.single-dj-gallery .container{
	margin-top: 50px;
}
.dj-gallery-thumbnail{
	position: relative;
}
.dj-gallery-thumbnail center{
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
}
.gall_filter_cont a~a{
	margin-left: 10px;
}
@media(max-width: 767px){
	.thmb .dj-gallery-thumbnail-box.col_3,
	.thmb .dj-gallery-thumbnail-box.col_4,
	.thmb .dj-gallery-thumbnail-box.col_5,
	.thmb .dj-gallery-thumbnail-box.col_6{
		width: 50%;
	}
}
@media(max-width: 665px){
	.thmb .dj-gallery-thumbnail-box.col_3,
	.thmb .dj-gallery-thumbnail-box.col_4,
	.thmb .dj-gallery-thumbnail-box.col_5,
	.thmb .dj-gallery-thumbnail-box.col_6{
		width: 100%;
	}
}

























