@media only screen and (max-width: 768px){
	#header .cont-img{
		display: block;
		height: auto;
		margin-bottom: 15px;
	}
	#header .cont-img .img-logo{
		display: none;
	}
	#header .cont-img .img-logo-xs{
		display: block;
	}
	#header .cont-img .img-logo-xs img{
		max-width: 100%;
	}
	.min_gal a{
		width: 100% !important;
		margin-bottom: 15px !important;
	}
	.min_gal div{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.projects .line .serv .img { height: 35px; }
	.projects .line .serv .img img{ display:none; }
}
@media only screen and (max-width: 768px){
	.bgDefaultTittle{
		display: block !important;
		font-size: 30px !important;
	}
}