.logo img{
	max-width:120px;
}
.light_item_box img{margin:0px auto;}
.advantage_icon img{
	max-width: 40px;
    max-height: 40px;
	margin-top:-5px;
} 
.why_choose_us_mask{
	background-color: #004e9366;
}
.footer_copyrights a{color:#fff;text-decoration:underline;}
.single_project_page .gallery_project_slider_full.ale_space_between .project_item_image img{max-height:500px;margin:0px auto;}

.link_to_post a{
	display: inline-block;
    border-width: 1px;
    border-style: solid;
    padding: 6px 34px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
	border-color: #7ab00f;
	background-color: #7ab00f;
}
.link_to_post a:hover{
	color:#fff !important;
}

@media (max-width: 790px) {
	.single_project_page .gallery_project_slider_full.ale_space_between .project_item_image img{max-height:300px;margin:0px auto;}
	
}

@media (max-width: 730px) {
	.projects_list.three_column .project_item_single{width:100%;}
}