.navbar .navbar-brand img {
	filter: none;
}

.navbar.white .navbar-brand img {
	filter: none;
}

.navbar {
	background: #ffffff;
}

.navbar .nav li a {
	color: #505454;
}

#team .item {
	width: 100%;
	/*max-width: 270px;*/
	float: none;
	margin: 0px auto;
}

.video_p:hover img {
	opacity: 1;
}

.drones img.parallax-s {
	left: 0;
}

.background-silver {
	background-color: #eee;
}

.support-locations .img-responsive {
	margin: 0px auto;
	filter: grayscale();
}

.support-locations .location {
	padding: 10px 20px;
}

.support-locations .location:last-child {
	margin-bottom: 50px;
}

.copyright {
	left: 0;
	right: 0;
}

#bepilociai .hidden-lg img {
	height: auto;
}

@media (max-width: 767px) {
	#top {
	    padding: 0px 25px 0 15px;
	}
}

@media (max-width: 992px) {
	#team .item:nth-child(odd) {
	    margin-right: auto;
	}
}