.top-bar {
background:#444;
opacity:0.85
}
.top-bar .top-contact p {
	font-size:16px;
	color:#fff;
}
.top-bar .top-contact span {
color:#fff;}
.service-3 .service-block .service-img{
	width:100px;
	height:70px;
}
.project-img a img:hover{
	-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
}
.baner-realizacje{
background:#444;
opacity:0.85;
min-height:150px;
}
.service-3 .service-block .service-img img:first-of-type{
	margin-left:-100px;
}

.service-3 .service-block .service-img img:last-of-type{
margin-top:-70px;
}

.service-3 .service-block:hover .service-img img:last-of-type {
	margin-left:100px;
}
.modal-body{
	padding:10px;
}
.gallery-item{
	max-height:350px;
	overflow:hidden;
	padding:0px;
}
@media (max-width: 1330px) {
	.gallery-item{
	max-height:300px;
	}
}
@media (min-width: 1200px) {
	.gallery-item{
	max-height:228px;
	}
}
@media (max-width: 1199px) {
	.gallery-item{
	max-height:250px;
	}
}
@media (max-width: 991px) {
	.gallery-item{
	max-height:350px;
	}
}
