@charset "utf-8";



/* Default Color */



a,

a:visited {

	color: #323232;

}

a:hover {

	color: #4e5555;

}

.color {

	color: #333333;

}

.button a,

.button a:visited {

	background: #4e5555;

}

.button a:hover {

	background: #383d3d;

}

.btn-primary {

	background-color: #428bca;

	border-color: #cfcfcf;

}

.btn-primary:hover,

.btn-primary:focus,

.btn-primary:active,

.btn-primary.active,

.open .dropdown-toggle.btn-primary {

	background-color: #383d3d;

	border-color: #2b2e2e;

	color: #fff;

}



/* Header */

header .hlinks > span {

	background: #4e5555;

	border: 1px solid #2b2e2e;

}



/* Navigation */

.navbar {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12398e+60,8294b5+93,12398e+100 */
background: rgb(18,57,142); /* Old browsers */
background: -moz-linear-gradient(top, rgba(18,57,142,1) 60%, rgba(130,148,181,1) 93%, rgba(18,57,142,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(18,57,142,1) 60%,rgba(130,148,181,1) 93%,rgba(18,57,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(18,57,142,1) 60%,rgba(130,148,181,1) 93%,rgba(18,57,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12398e', endColorstr='#12398e',GradientType=0 ); /* IE6-9 */

	border-top: 1px solid #feffff;

	border-bottom: 1px solid #feffff;

}

	.navbar button {

		background: transparent;

	}

	.navbar button:hover {

		background: transparent;

	}

		.navbar .nav {

			border-left: 1px solid #f3f3f3;
			text-transform: uppercase;
		}

			.navbar .nav li {
				border-right: 1px solid #f3f3f3;
				-webkit-transition: background 1s ease;
				-moz-transition: background 1s ease;
				-o-transition: background 1s ease;
				transition: background 1s ease;
			}

			.navbar .nav li:hover {
				background-color:#a6a9bd80;
			}

			.navbar .nav > li > a:hover {

				background: transparent; !important;

			}


			.navbar .nav .active > a,

			.navbar .nav .active > a:hover,

			.navbar .nav .active > a:focus {

				background: #2b2e2e !important;

			}

			.dropdown-toggle {

				background: #4e5555 !important;

			}

			.nav-collapse .nav > li > a {

				background: #4e5555 !important;

			}

			.nav .open > a,

			.nav .open > a:hover,

			.nav .open > a:focus {

				border-color: #2b2e2e;

			}

			

/* Sidebar nav */

.category-tree > li > a {

	border-left: 3px solid #4e5555;

}



/* Title */

.title i {

	color: #4e5555;

}



/* Tabs */

.nav-tabs > li > a:hover {

	background: #4e5555;

	color: #fff;

}



/* Back to top */

.totop a,

.totop a:visited {

	background: #4e5555;

}

.totop a:hover {

	background: #2b2e2e;

}



/* Footer */

footer {

	

}

