/*  p_projects  ==================================================================== */
.projects_filter {
	margin: 0 0 30px 0;
}
.dropdown {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.dropdown span {
	display: inline-block;
	height: 60px;
  line-height: 60px;
  cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
}
.dropdown span i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin: -2px 0 0 6px;
}
.dropdown-content {
  display: none;
  z-index: 1;
  padding: 0 0 0 20px;
}
.dropdown-content a {
	display: inline-block;
	padding: 0 15px;
	height: 60px;
	color: #212121;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
}
.dropdown-content a:hover {
	color: #212121;
	text-decoration: underline;
}
.dropdown:hover .dropdown-content {
  display: inline-block;
}
.cat_title {
	margin: 0 0 25px 0;
    padding: 0 0 0 0;
    font-size: 30px;
    /* line-height: 28px; */
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
}


.p_projects {
	margin: 0 30px;
}
.p_projects_title {
	padding: 0 0 0 0;
    font-size: 30px;
    /* line-height: 28px; */
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    margin-bottom: 30px;
}
.p_projects_list {
	/*margin: 30px 0 0 0;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin:0 70px 50px 70px;
}
.p_projects_list a {
	display: block;
	width: 100%;
	margin: 30px 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	/*align-items: center;*/
}
.p_projects_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.p_projects_list a .p_projects_photo img {
	/*filter: grayscale(100%);*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.p_projects_list a:hover .p_projects_photo img {
	/*filter: grayscale(0%);*/
}
.p_projects_list a:hover {
	/*transform: scale(1.05);*/
}
.p_projects_photo {
	width: 25%;
	line-height: 0;
	opacity:0.7;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	transition: all 1.2s ease;
	aspect-ratio: 20/22;
}
.p_projects_list a:hover .p_projects_photo {
	opacity: 1;}
.p_projects_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p_projects_info {
	width: 75%;
	max-width: 750px;
	padding: 15px 0 15px 60px;
	box-sizing: border-box;
}
.p_projects_intro {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 22.5px;
	color: #212121;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin:0 0 30px 0;
}
.p_projects_caption {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 33px;
  font-weight: 700;
	color: #212121;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.p_projects_smalltext {
	margin:50px 0 0 0;
	color: #212121;
	font-size: 15px;
	line-height: 22.5px;
	font-family: 'Poppins', sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  opacity: 0.7;
}
.p_projects_date {
	margin:90px 0 0 0;
	color: #212121;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	opacity: 0.7;
}
.p_projects_desc {
	display: none;
	margin: 4px 0 0 0;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	opacity: 0.8;
}





.collage_list {
	margin:0 0 100px 0;
}
.collage_item {
	width:100%;
	text-align: center;
	margin:0 0 60px 0;
}
.collage_photo {
	line-height: 0;
}
.collage_photo img {

}
.collage_info {
	margin:30px 0 0 0;
}
.collage_title {
	font-size: 17px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.collage_more {
	color:#666;
	margin:0 0 0 0;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
}


@media only screen and (max-width : 1200px) {
    .p_projects_photo {
    	width: 35%;
    }
    .p_projects_info {
    	width: 65%;
    }
}


@media only screen and (max-width : 900px) {
    .p_projects_list {
    	margin:0 0 50px 0;
    }
    .p_projects_photo {
    	width: 40%;
    }
    .p_projects_info {
    	width: 60%;
    }
}


@media only screen and (max-width : 700px) {
    .p_projects {
    	margin:0 10px;
    }
    .p_projects_list a {
    	margin:14px 0;
    }
    .p_projects_intro {
    	font-size: 13px;
    	line-height: 19.5px;
    	margin:0 0 15px 0;
    }
    .p_projects_caption {
    	font-size: 15px;
    	line-height: 22.5px;
    }
    .p_projects_smalltext {
    	margin:15px 0 0 0;
    	font-size: 12px;
    	line-height: 18px;
    }
    .p_projects_date {
    	margin:15px 0 0 0;
    	font-size: 12px;
    }
    .p_projects_info {
    	padding:0 0 0 20px;
    }
}