.logo {
	float:left;
	width:150px;
}
.nvgt a {
	display: inline-block;
	width:105px;
	height:90px;
	line-height: 90px;
	text-align: center;
	font-size:20px;
	color:#333;
}
.nvgt a:hover {
	text-decoration: none;
}
.nvgt-this {
	color:#fff !important;
	background-color: #00549B;
}

.footer {
	width:100%;
	height: 200px;
	margin-top:30px;
	background-color: #191919;
	font-size: 17px;
	color:#fff;
}
.contact {
	padding-top:20px;
}
.contact div {
}
.right{
	padding-top:20px;
}

@media (min-width: 300px) {
	.logo {
		width:75px;
	}
	.logo img {
		width:75px;
		height:45px;
	}
	
	.nvgt a {
		display: inline-block;
		width:auto;
		height:45px;
		line-height: 45px;
		padding:0 10px;
		color:#333;
		font-size:16px;
	}
}
@media (min-width: 768px) {
	.contact {
		margin-top:40px;
	}
	.logo {
		width:150px;
	}
	.logo img {
		width:150px;
		height:90px;
	}
	.nvgt a {
		display: inline-block;
		width:105px;
		height:90px;
		font-size:20px;
		line-height: 90px;
	}
}
@media (min-width: 992px) {
	.contact {
		margin-top:40px;
	}
	.logo {
		width:150px;
	}
	.logo img {
		width:150px;
		height:90px;
	}
	.nvgt a {
		display: inline-block;
		width:105px;
		height:90px;
		font-size:20px;
		line-height: 90px;
	}
}
@media (min-width: 1200px){
	.contact {
		margin-top:40px;
	}
	.logo {
		width:150px;
	}
	.logo img {
		width:150px;
		height:90px;
	}
	.nvgt a {
		display: inline-block;
		width:105px;
		height:90px;
		font-size:20px;
		line-height: 90px;
	}
}