.l-breadcrumb{
		background: #f3f3f3!important
	}
.l-breadcrumb ul {
    opacity: 0.6;
    float: left;
    padding: 14px 0 15px 15px!important;
    background-repeat: no-repeat;
    background-size: 17px 18px;
	background-position:-1px 16px!important;
}
.l-our-work .image-overlay>a:hover+img {
	transition: none;
	transform: none
}
.l-our-work .image-overlay>a:hover+div {
	transition:transition 500ms;
	/* transform: scale(); */
	display: block;
}


@media screen and (min-width:1100px){
	.head_allapp{width: 1080px;margin: 50px auto;}
	.head_allapp>.left>img{width:300px;height: 300px;margin-bottom: 10px;}
	.head_allapp>img{width: 300px;margin:5px 27px;}
	.head_allapp>.righttxt{margin-left: 30px;width: 500px;margin-top: 10px;margin-bottom: 10px;}
}
@media only screen and (min-width:740px) and (max-width: 1099px){
	.head_allapp{width: 720px;margin: 50px auto;}
	.head_allapp>.left>img{width:300px;height: 300px;margin-bottom: 10px;}
	.head_allapp>img{width: 300px;margin:5px 27px;}
	.head_allapp>.righttxt{margin-left: 30px;width: 360px;margin-top: 10px;margin-bottom: 10px;}
}
@media only screen and (max-width: 739px){
	.head_allapp{width:360px;margin: 30px auto;max-width: 100%;}
	.head_allapp>.left{width: 100%;}
	.head_allapp>.left>img{width:300px;height: 300px;display: block;margin:0 auto;}
	.head_allapp>.righttxt>h1,p{width: 300px;margin: 20px auto;}
	.head_allapp>img{width: 300px;margin:5px 27px;}
}