
#header {
	background-image: none;
	background: #2e6485;
	height:45px;
}
#header #logo {
	background: url(logo.png) no-repeat 50% 40%;
	height:45px;
}

@media (min-width: 991px) {
#header #logo {
	background: url(logo.png) no-repeat 0 40%;
}
}
#title {
	background-image: none;
	background: #3c83ae;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.35);
	border-top: solid 1px #3c83ae;
}
#title h1 {
	color: #fff;
}
#title h1 small {
	color: #5ad1ff;
}

.btn-header {
	background-color: #2e6485;
	border-color: #2d6080;
	background-image: -webkit-linear-gradient(top, #4e97c3 0%, #31698c 100%);
	background-image: linear-gradient(to bottom, #4e97c3 0%, #31698c 100%);
	height:45px !important;
	line-height:35px !important;
}
.btn-header:hover, .btn-header:active, .btn-group.open .btn-header {
	background-color: #927448;
	border-color: #1f445a;
	background-image: -webkit-linear-gradient(top, #529dcc 0%, #367399 100%);
	background-image: linear-gradient(to bottom, #529dcc 0%, #367399 100%);
	background-position:0 0 !important;
}

.btn-group.open .btn-header {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.35) !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #3c83ae;
    border-bottom-color: #3c83ae;
    color: #fff;
}
