@charset "utf-8";



/* Default Color */



a,

a:visited {

	color: #66c;

}

a:hover {

	color: #66c;

}


.links-2 {
    color: #66c !important;
    font-size: 14px !important;
    padding-left: 3px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: underline;
    text-decoration-style: solid;
}
.color {

	color: #333333;

}

.button a,

.button a:visited {

	background: #669aff;

}

.button a:hover {

	background: #383d3d;

}

.btn-primary {

	background-color: rgb(102, 154, 255);

	border-color: #cfcfcf;

}

.btn-primary:hover,

.btn-primary:focus,

.btn-primary:active,

.btn-primary.active,

.open .dropdown-toggle.btn-primary {

	background-color: rgb(255, 135, 255);

	border-color: rgb(255, 135, 255);

	color: #fff;

}



/* Header */

header .hlinks > span {

	background: #4e5555;

	border: 1px solid #2b2e2e;

}



/* Navigation */

.navbar {

	background: #4e5555;

	border-top: 1px solid #2b2e2e;

	border-bottom: 1px solid #2b2e2e;

}

	.navbar button {

		background: transparent;

	}

	.navbar button:hover {

		background: transparent;

	}

		.navbar .nav {

			border-left: 1px solid #2b2e2e;

		}

			.navbar .nav li {
				border-right: 1px solid #2b2e2e;
				-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:#2b2e2e;
			}

			.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 {

	

}
