body nav > div > div.navbar-header > a > img {
	margin-top: -31px;
}

.navbar-brand img {
	height: 80px !important;
}
.navbar {
	border-bottom: 2px solid #8EBDE6;
}
@media (max-width: 768px){
	nav .container {
	    background: #fff;
	}
	.navbar-toggle .icon-bar {
		  background-color:#2b669a;
	}
	body nav > div > div.navbar-header > a > img {
	margin-top: -12px;
	}
}