.top-header-row {
    background-color: #30353d;
}

.main-nav-row {
    background-color: #005bad;
}

.header{
	background-color: white;
}

.header .btn{
	background-color: #005bad;
	color:white;
}

.col-links-inner-top-header{
	display:none;
}

.carousel{
	max-width:984px;
}

.well.cont-text{
	max-width: 984px;
	margin-top: 25px;
}

.container-item h2.h3{
	text-align: center !important;	
}

@media (min-width: 1024px) {
	.carousel, .well.cont-text{
		margin-left:20px;
	}
}

@media (min-width: 768px) {
	.container-item{
		height: 282px !important;
	}
}
.fa-google-plus{
    display:none;
}