html {
	overflow-y: scroll;
}
.container {
	margin: 0 auto;
	width: 100%;
}

body {
	font-family: 'Open Sans', 'sans-serif';
	font-size: 13px;
	line-height: 20px;
	background-color: #eeeeee;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

a, a:hover {
	color: #ff9900;
	font-weight: bold;
}

.nav {
	margin-bottom: 7px;
}

[class*="span"] {
	margin-left: 0;
}

label {
	font-weight: bold;
	margin-bottom: 0;
}

textarea, .btn, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, input, button, select, textarea, label {
	font-family: 'Open Sans', 'sans-serif';
	font-size: 13px;
}

.carousel {
	margin-bottom: 5px;
}

.carousel-control {
	top: 50%;
	padding-top: 8px;
	font-size: 22px;
}
