/* ----------------------------------------------------- portfolio filter */

main {


	position: relative;
	overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}



.portfolio-container .portfolio-title{
	text-align: center;

	
	
}

.portfolio-container .portfolio-filter-items{
	text-align: center;
	margin-top: 2%;
	
}

.portfolio-title h2{
	font-weight: 900!important;
    font-size: 40px!important;
    color: #333333;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 50px;
    letter-spacing: 10px;

	
}
.text-center{
	padding: 40px 0px 0px 0px;
}

ul{
	margin:0;
	list-style-type: none;
}


#filter-list{
	display: inline-block;
	border:0px solid #dddddd;
	
	padding: 4px;
	margin:0 0 60px;
}
#filter-list li{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	border-bottom: 3px solid rgba(255, 255, 255, 0)!important;
	line-height: 25px;
	text-align: center;
	border-radius: 0px;
	font-weight: 600;
	padding: 0 20px;
	min-width: 130px;
	cursor: pointer;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;

}
#filter-list li.active,
#filter-list li:hover{
	color: rgb(0, 0, 0);
	border-bottom: 3px solid #fad030!important;
}


@media screen and (max-width: 858px) {
	.portfolio-title h2 {
  		padding-top: 100px;
  	}


	#filter-list li{

		min-width: 40px;
		
	
	}
	
}




.gallery-outer{
	width: 100%;
	float: left;
	height: auto;
	padding: 0;
}
.gallery-items{
	overflow-y: hidden;
	overflow-x: hidden;
}
.gallery-items .filtr-item{
	width: 25%;
	float: left;
    background: none;
    cursor: pointer;

	
}

.gallery-items .filtr-item img{
    width: 100%;
    transform:scale(1.05);
	margin: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.gallery-items .filtr-item:hover .gallery-overlay{
	opacity: 1;
}
.gallery-items .filtr-item:hover img{
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
.gallery-inner{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.gallery-overlay{
	width: 100%;
	position: absolute;
	left:0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	transition:ease-in-out 0.2s;

}
.gallery-overlay .gallery-overlay-title{
	width: 100%;
	line-height: 50px;
	background:rgba(0, 0, 0, 0.603);
	text-align: center;
	display: inline-block;
    color: #fff;
	font-size: 15px;
    pointer-events: none;

	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5em;
}




/*grid responsive*/

@media screen and (max-width: 900px) {
	.gallery-items .filtr-item{
		width: 50%;
		float: left;
		background: none;
		cursor: pointer;
	}
	.gallery-overlay{
		opacity: 1;
	}
}


@media screen and (max-width: 500px) {
	.gallery-items .filtr-item{
		width: 100%;
		float: left;
		background: none;
		cursor: pointer;
	}
	.gallery-overlay{
		opacity: 1;
	}
}



/*Styles for screen 600px and lower*/
@media screen and (max-width: 800px) {
	.gallery-items {
  		height: auto;
  	}
  	.gallery-items ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	.gallery-items li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	.gallery-items li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
	.gallery-items a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}

	
}
@media screen and (max-width: 500px) {
	.gallery-items {
  		height: auto;
  	}
  	.gallery-items ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	.gallery-items li {
  		width: 100%;
  		float: left;
  		position: relative;
  	}
  	.gallery-items li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
	.gallery-items a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}
 /* -----------------------------------------------------  filter category Responsive
@media screen and (max-width: 580px) {
	#filter-list li{
		display: block;
		font-size: 14px;
		padding: 2%;
}

 */

 /* ----------------------------------------------------- portfolio filter */

