﻿/* Custom tro css */
#footer {
	background-color: #003f69;
	height: 50px;
	margin-top: 0;
}

	#footer .container {
		text-align: center;
		color: #EEEEEE;
	}

	#footer:after {
		bottom: 12px;
		content: ' ';
		display: block;
		height: 75px;
		position: absolute;
		right: 0;
		width: 75px;
	}

.btn-primary {
	background-color: #006FB9 !important;
	border-color: #006FB9 !important;
}

#header.navbar-inverse {
	background-color: #fff !important;
	border: none !important;
}

#header .logo img {
	height: 110px
}