body .project_grid_view .box-item .entry-item .thumbnail a {
	width: 100%;
}
body .project_grid_view .box-item .entry-item #container_projects .project-bottom .postedin {
	border-bottom: 1px solid #d9d4d4;
	background: none repeat scroll 0 0 #f4f8fb;
	border-top: 1px solid #d9d4d4;
	border-left: 0 solid #d9d4d4;
	border-right: 0 solid #d9d4d4;
	margin: 0 -15px;
	padding: 15px;
}
body #container_projects .view_project_container,
body #container_projects .view_project_container {
	border-top-color: #FFF;
	background: none repeat scroll 0 0 #f4f8fb;
	border-left: 0 solid #d9d4d4;
	border-right: 0 solid #d9d4d4;
	margin: 0 -15px;
	padding: 15px;
}
body.home .project_grid_view .box-item {
	margin-left: auto !important;
	margin-right: auto !important;
}
body #container_projects .postedin {
	background-color: #f1f7ff;
}
body .project_cycle_category_container,
body .project_cycle_item .item_link {
	background: #b2d1f0;
}

body.page-template-template-projects #main .main-wrap {
	padding: 0px;
	background-color: transparent;
	margin: 0px;
	box-sizing:border-box;
}

.project_more_result img {
	width: auto !important;
}
.project_more_result {
	background: none repeat scroll 0 0 #000;
	bottom: 0 !important;
	color: #fff;
	left: 32% !important;
	margin: 0;
	opacity: .8;
	padding: 2% 1%;
	position: absolute;
	text-align: center;
	width: 30%;
	min-width: 200px;
	z-index: 999999;
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 1 !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (max-width: 767px) {
	#container_projects .project_column_1,
	#container_projects .project_column_2,
	#container_projects .project_column_3,
	#container_projects .project_column {
		display: block !important;
		margin-bottom: 20px !important;
		width: 100% !important;
	}
}
@media only screen and (min-width: 768px) {
	body.home .project_grid_view .box-item {
		float: left !important;
		margin-left: 0;
		margin-right: 2% !important;
	}
	body.home .project_grid_view .box-item.masonry-brick {
		float: none !important;
		margin-left: 0;
		margin-right: auto !important;
	}
}
@media only screen and (max-width: 479px) {
	project_more_result {
		left: 0 !important;
		width: 98% !important;
	}
}