@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');




.project_page_one {
	width: 390px;
	height: 280px;
	background: #63686a;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 30px;
	color: #fff;
	font: 18px Roboto;
	font-weight: 300;
	position: relative;


}

article h1 {
	color: #63686a
}

.bp2 {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 330px;
	top: 15px;
}

.project_pop22 {
	position: absolute;
	background: rgba(0, 0, 0, 0.85);
	width: 390px;
	height: 70px;
	top: 210px;
	display: none;
}

.project_page_one:hover .project_pop22{
    display:block;
    transition: 3s;
}

.pop_text_project {
	margin-top: 10px;
	margin-left: 15px;
}
.project_page_one:hover {
    box-shadow: 0px 5px 25px 5px rgba(46, 46, 46, 0.5);
    transition: 0.3s;
}