#header{
	height:130px;
}

#header #logo2 img{
	max-width: 400px;
	max-height: 60px;
	height: auto;
}


@media only screen and (max-width: 768px) {
	#header {
		height: 60px;
	}
	#header #logo,
	#header #logo2{
		max-width:49%;
	}
	
	#header .container-fluid .row {
		height:100%;
	}
	#header .container-fluid .row > div{
		margin:0 !important;
	}
	
	#header img{
		position:relative;
		max-width:100% !important;
		height:auto;
		top:50%;
		transform:translateY(-50%);
	}
	#mobile-nav-toggle i{
		color:rgb(0, 55, 107);
	}
	
	
}
