header>.navbar {
	background: #0a8acd;
}

.logo {
	width: 249px;
	height: 40px;
	background: url(../images/repute-logo-nav1.png) no-repeat 0 0;
}

.top_wrap,
.foot_wrap {
	width: 1200px;
	margin: 0 auto;
}

.container {
	max-width: 1200px;
}


@media (max-width: 1200px) {
	.top_wrap,
	.foot_wrap,
	.content_wrap {
		width: 100%;
		margin: 0 auto;
	}
}
.row{display:block;}
