/*** 

====================================================================
		Gallery Section
====================================================================

***/

.gallery-section{
	position: relative;
	padding: 100px 0;
}

.wide-gallery .outer-container .auto-container{
	max-width: none;
	padding: 0px 30px;
}

.gallery-section .title-box{
	position: relative;
	margin-bottom: 40px;
}

.gallery-section .title-box .text{
	position: relative;
	padding-top: 10px;
	line-height: 1.7em;
	max-width: 490px;
}

.gallery-section .upper-row{
	position: relative;
}

/*=== Mixitup Gallery ===*/
.gallery-filters{
	position: relative;
	padding: 20px 0px 10px;
	border-bottom: 1px dashed #24a77e;
	border-top: 1px dashed #24a77e;
	margin-bottom:70px;
}

.gallery-filters.style-two{
	border:none;
	padding: 10px 0 0;
	margin-bottom:40px;
}

.gallery-filters .filter-tabs{
	position:relative;
	display: block;
}

.gallery-filters li{
	position:relative;
	display: inline-block;
	vertical-align: top;
	font-size:18px;
	line-height:30px;
	padding:0px 0px;
	cursor:pointer;
	color:#132728;
	font-weight:500;
	margin: 0 40px 10px 0px;
	text-transform: capitalize;
	background: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-filters.style-two li{
	margin: 0 1px 10px 0px;
	line-height: 24px;
	font-size: 17px;
	padding: 5px 22px;
}

.gallery-filters.style-two li:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: 100%;
	border: 7px solid transparent;
	border-bottom: 7px solid #24a77e;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-filters.centered li{
	margin: 0px 20px 10px;
}

.gallery-filters.centered.style-two li{
	margin: 0px 0px 10px;
}

.gallery-filters li .count{
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	line-height: 23px;
	border: 1px dashed #24a77e;
	background: #ffffff;
	font-weight: 600;
	color: #24a77e;
	font-size: 13px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-filters.style-two li .count{
	bottom: 100%;
	margin-bottom: 7px;
	border: none;
}

.gallery-filters.style-two .filter.active{
	color: #ffffff;
	background: #24a77e;
}

.gallery-filters.style-two li.active:before{
	opacity: 1;
}

.gallery-filters .filter.active{
	color: #24a77e;
}

.gallery-filters .filter.active .count{
	opacity: 1;
	visibility: visible;
}

.mixitup-gallery .gallery-item-two{
	display: none;
}

.mix{
	display: none;
}

.gallery-item{
	position: relative;
	margin-bottom: 30px;
}

.gallery-item .inner-box{
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

.gallery-item .inner-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px dashed #24a77e;
}

.gallery-item .image-box{
	position: relative;
	display: block;
	background: #172e2f;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	z-index: 5;
}

.gallery-item:hover .image-box{
	margin: 20px 20px;
}

.gallery-item .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item:hover .image-box img{
	opacity: 0.20;
}

.gallery-item .image-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.50);
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.70),rgba(0,0,0,0.10));
	background: -ms-linear-gradient(bottom,rgba(0,0,0,0.70),rgba(0,0,0,0.10));
	background: -moz-linear-gradient(bottom,rgba(0,0,0,0.70),rgba(0,0,0,0.10));
	z-index: 1;
}

.gallery-item .hover-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}

.gallery-item .hvr-content{
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 100%;
	display: block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item:hover .hvr-content{
	bottom: 50%;
	margin-bottom: -110px;
}

.gallery-item .hover-box h5{
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
}

.gallery-item .hover-box a{
	color: #ffffff;
}

.gallery-item .hover-box .cat{
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.gallery-item .link-box{
	position: relative;
	display: block;
	margin-top: 30px;
}

.gallery-item .link-box a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	background: #24a77e;
	border-radius: 50%;
	transform: scale(0) rotate(360deg);
	-webkit-transform: scale(0) rotate(360deg);
	-ms-transform: scale(0) rotate(360deg);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item:hover .link-box a{
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
}

.gallery-section .more-box{
	position: relative;
	padding-top: 20px;
	text-align: center;
}

.gallery-section .more-box .theme-btn{
	min-width: 180px;
}

.gallery-item-two{
	position: relative;
	margin-bottom: 30px;
}

.gallery-item-two .inner-box{
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

.gallery-item-two .inner-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px dashed #24a77e;
}

.gallery-item-two .image-box{
	position: relative;
	display: block;
	background: #132728;
	z-index: 5;
}

.gallery-item-two .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item-two:hover .image-box img{
	opacity: 0.15;
}

.gallery-item-two .hover-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	z-index: 5;
}

.gallery-item-two .hvr-content{
	position: absolute;
	left: 0;
	bottom: -150px;
	width: 100%;
	display: block;
	padding: 25px 20px;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item-two:hover .hvr-content{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.gallery-item-two .hover-box h5{
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
}

.gallery-item-two .hover-box a{
	color: #132728;
}

.gallery-item-two .hover-box .cat{
	position: relative;
	color: #132728;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.gallery-item-two .link-box{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	margin-top: -85px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	z-index: 10;
}

.gallery-item-two:hover .link-box{
	top: 50%;
	opacity: 1;
	visibility: visible;
}

.gallery-item-two .link-box a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	font-size: 24px;
	text-align: center;
	line-height: 68px;
	color: #24a77e;
	background: none;
	border: 1px dashed #24a77e;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item-two .link-box a:hover{
	color: #ffffff;
	background: #24a77e;
}

.gallery-item-two:hover .link-box a{
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}

.gallery-item-three{
	position: relative;
	margin-bottom: 30px;
}

.gallery-item-three .inner-box{
	position: relative;
	display: block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	overflow: hidden;
}

.gallery-item-three:hover .inner-box{
	border-radius: 50px 0px 50px 0px;
}

.gallery-item-three .image-box{
	position: relative;
	display: block;
	background: #132728;
	z-index: 5;
}

.gallery-item-three .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item-three:hover .image-box img{
	opacity: 0.15;
}

.gallery-item-three .hover-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	z-index: 5;
}

.gallery-item-three .hvr-content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	padding: 30px 20px 30px 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item-three:hover .hvr-content{
	opacity: 1;
	visibility: visible;
}

.gallery-item-three .hover-box h5{
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
}

.gallery-item-three .hover-box a{
	color: #ffffff;
}

.gallery-item-three .hover-box .cat{
	position: relative;
	color: #ffffff;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.gallery-item-three .link-box{
	position: absolute;
	display: block;
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	z-index: 10;
}

.gallery-item-three:hover .link-box{
	opacity: 1;
	visibility: visible;
}

.gallery-item-three .link-box a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	border-radius: 50%;
	background: #24a77e;
	transform: scale(0) rotate(180deg);
	-webkit-transform: scale(0) rotate(180deg);
	-ms-transform: scale(0) rotate(180deg);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item-three .link-box a:hover{
	color: #24a77e;
	background: #ffffff;
}

.gallery-item-three:hover .link-box a{
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
}

.five-columns .gallery-item-four{
	padding: 0px 15px;
	width: 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.gallery-item-four{
	position: relative;
	margin-bottom: 30px;
}

.gallery-item-four .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.gallery-item-four .image-box{
	position: relative;
	display: block;
	background: #132728;
	z-index: 5;
}

.gallery-item-four .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item-four:hover .image-box img{
	opacity: 0.15;
}

.gallery-item-four .hover-box{
	position: absolute;
	left: 18px;
	top: 18px;
	right: 18px;
	bottom: 18px;
	border: 7px solid #ffffff;
	padding: 27px 30px;
	display: block;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item-four:hover .hover-box{
	opacity: 1;
	visibility: visible;
}

.gallery-item-four .hvr-content{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	padding: 27px 20px 27px 30px;
}

.gallery-item-four .hover-box h5{
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
}

.gallery-item-four .hover-box a{
	color: #ffffff;
}

.gallery-item-four .hover-box .cat{
	position: relative;
	color: #ffffff;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.gallery-item-four .link-box{
	position: absolute;
	display: block;
	right: 40px;
	top: 40px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	z-index: 10;
}

.gallery-item-four:hover .link-box{
	opacity: 1;
	visibility: visible;
}

.gallery-item-four .link-box a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	font-size: 42px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	transform: scale(0) rotate(180deg);
	-webkit-transform: scale(0) rotate(180deg);
	-ms-transform: scale(0) rotate(180deg);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item-four .link-box a:hover{
	color: #24a77e;
}

.gallery-item-four:hover .link-box a{
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
}

.gallery-item-five{
	position: relative;
	margin-bottom: 30px;
}

.gallery-item-five .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.gallery-item-five .image-box{
	position: relative;
	display: block;
	background: #132728;
	z-index: 5;
}

.gallery-item-five .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item-five:hover .image-box img{
	opacity: 0.15;
}

.gallery-item-five .link-box{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	z-index: 10;
}

.gallery-item-five:hover .link-box{
	opacity: 1;
	visibility: visible;
}

.gallery-item-five .link-box a{
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	transform: scale(0) rotate(180deg);
	-webkit-transform: scale(0) rotate(180deg);
	-ms-transform: scale(0) rotate(180deg);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery-item-five .link-box a:hover{
	color: #24a77e;
}

.gallery-item-five:hover .link-box a{
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
}

.wide-masonry .small-width{
	padding: 0px 15px;
	width: 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.wide-masonry .big-width{
	padding: 0px 15px;
	width: 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
