/*****
	krPanLUX template custom.css
******/

.t3-wrapper {
	width: 100%;
	height: 100%;
}

#pano {
	width:100%;
	height:95%;
	position: relative;
	display: block;
}

.t3-mainnav .container {
	margin-left: 0px;
    margin-right: 0px;
}

.btn-primary {
	background-color: #003399;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #001F5B;
}