.transition{
	text-transform: uppercase !important;
}

.navbar-default .navbar-nav {
	float: right;
	margin-left: 0px;
}

.logos, .quote, .about-us, .ceo-says {
    padding: 40px 0;
}

@media ( max-width: 980px ) {
	.offerings .row > div {
		margin-top: 35px;
	}
}


/*.home-services .item a {
    font-size: 24px;
    margin-bottom: 20px;
}

.home-services .border {
	margin-bottom: 20px;
}

.home-services figure {
	height: 220px;
}

@media ( min-width: 1024px ) {
	.home-services figure {
		height: 220px;
	}
}

@media ( min-width: 980px ) and ( max-width: 1023px ) {
	.home-services figure {
		height: 180px;
	}
}

@media ( min-width: 768px ) and ( max-width: 979px ) {
	.home-services figure {
		height: 140px;
	}
}

@media ( min-width: 650px ) and ( max-width: 767px ) {
	.home-services figure {
		height: 160px;
	}
}

@media ( min-width: 480px ) and ( max-width: 649px ) {
	.home-services figure {
		height: 140px;
	}
}

@media ( max-width: 479px ) {
	.home-services figure {
		height: 110px;
	}
}*/

