@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600|Open+Sans:400,300,600,700,800);

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

ul li {
	margin-bottom: 7px;
}

ul li:last-child {
	margin-bottom: 0;
}

body {
	font-size: 16px;
	padding-bottom: 75px;
}

.navbar .nav {
	margin: 0;
	font-family: Signika;
}

.navbar .nav li {
	display: table-cell;
	width: 1%;
	float: none;
	line-height: 30px;
	border-top: 1px solid #eaedf1;
}

.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #eaedf1;
	text-shadow: none;
	line-height: 25px;
}

.navbar .nav li a:hover {
	background: rgba(255,255,255,0.3);
	text-shadow: none;
}

.navbar .nav li:first-child a {
	border-radius: 0;
}

.navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0;
}

.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f9fafc;
	background-image: none;
	background-repeat: repeat-x;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: none;
}

.navbar-fixed-bottom .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .nav > .active, .navbar .nav > .active:hover, .navbar .nav > .active:focus {
	border-top: 1px solid white;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #db0027;
	border-top: 0px solid white;
	text-decoration: none;
	background-color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar .nav > .active i, .navbar .nav > .active i:hover, .navbar .nav > .active i:focus {
	color: #009032;
}

.header {
	background: #323a45 url(../img/logo.png) left top no-repeat;
	background-size: contain;
	margin-bottom: 2px;
}

.title {
	font-family: Signika;
	font-size: 20px;
	color: white;
	text-align: center;
	padding: 20px 0;
	font-weight: 300;
}

.category {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.category li {
	padding: 20px;
	border-bottom: 1px solid #eaedf1;
}

.category li a {
	color: #666;
}

.category li a:hover {
	text-decoration: none;
}

.category li a i {
	margin-right: 10px;
}

.category li:last-child {
	border-bottom: 0;
}

.category span {
	background-color: #dbe1e8;
	color: white;
	text-shadow: none;
}

.category li ul {
    display: none;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0 -20px 0;
}

.category li ul li {
    padding: 10px 53px;
    border-bottom: 0;
    background: #f1f1f1;
    margin: 0;
} 

.category li ul li:first-child {
    margin-top: 15px;
    padding-top: 20px;
}

.category li ul li:last-child {
    padding-bottom: 20px;
} 

.category li ul li a {
	color: #db0027;
}

.content {
	padding: 20px;
}

legend {
	font-family: Signika;
	margin-top: 20px;
	margin-bottom: 10px;
}

.back {
	position: absolute;
	right: 20px;
	top: 15px;
	padding: 5px 8px;
	background: #db0027;
	border-bottom: 2px solid rgba(0,0,0,0.5);
	border-radius: 5px;
}

.back a {
	color: white;
}

.back a:hover, .back a:active {
	text-decoration: none;
}

.btn-search, .btn-search:hover {
	background: #db0027;
	color: white;
	text-shadow: none;
	border-color: rgba(0,0,0,0.3);
	border-width: 0px 0px 2px 0px;
	font-family: Signika;
	padding: 8px 12px 5px;
}