body {
	font-size: 15px;
	line-height: 150%;
}
.container:before, .container:after {
	display: table;
	content: " ";
	clear: both;
}
body .container {
	width:922px;

	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.navbar-static-top {
	border-radius: 0;
	z-index: 1000;
}
.navbar {
	position: relative;
	min-height: 50px;
}
.navbar:before, .navbar:after {
	display: table;
	content: " ";
}
.navbar:after {
	clear: both;
}
.navbar:before, .navbar:after {
	display: table;
	content: " ";
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container>.navbar-header, .container>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
.navbar-header {
	float: left;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-toggle {
	display: none;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border-radius: 4px;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
button, select {
	text-transform: none;
}
button, input {
	line-height: normal;
}
button, input, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-md-3 {
/*	width: 25%; */
	position: relative;
	min-height: 1px;
/*	padding-right: 15px; */
	padding-left: 15px;
	float:left;
}
.col-md-4 {
	width: 33.33333333333333%;
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 0px;
	float:left;
}
.col-md-6 {
	width: 50%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
}
.col-sm-7 {
	width: 58.333333333333336%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
}
.col-md-8 {
	width: 66.66666666666666%;
	position: relative;
	min-height: 1px;
	padding-right: 40px;
	padding-left: 15px;
	float:left;
}
a {
	color: #0083A9;
	text-decoration: none;
	background: transparent;
}
h1, .h1 {
	font-size: 36px;
}
h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "PT Sans",Helvetica,Arial,sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
h3, .h3 {
	font-size: 18px;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important;
}
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none;
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch;
}
.collapse {
	display: none;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav>li {
	position: relative;
	display: block;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
.visible-md.visible-lg {
	display: block!important;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
.hidden {
display: none!important;
visibility: hidden!important;
}

/* Screen Size for the Header */
@media screen and (max-width: 900px) {
body {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
}