body {
	padding-top: 0px;
}

/* Header
/* ------------------------------------- */
nav.navbar {
    border-bottom-color: red;
    border-bottom-width: 1.5px;
}

/* Footer
/* ------------------------------------- */
#footer {
	text-align: center;
	padding: 20px 0;
	margin-top: 60px;
	background-color: #7E7E7E;
	color: #cccccc;
}

/* nav
/*--------------------------------- */
#footer .footer-menu>li {
	border-right: 1px solid #000;
}

#footer .footer-menu>li.first {
	border-left: 1px solid #000;
}

#footer .footer-menu li a {
	color: #cccccc;
}

#footer .footer-menu li a:hover {
	color: #fff;
}
#footer a {
	color: #cccccc;
}

#footer a:hover {
	color: #fff;
}

/* tag
/*--------------------------------- */
.label-info {
	background-color: red;
}

/*  Copyright
/*--------------------------------- */ 
.copy {
	margin-top: 0px;
}

.title {
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px solid lightgray;
}


.sub_title {
	text-align: left;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	border-bottom: 1px dashed #7E7E7E;
}

.list-group {
	border-top: 2px solid red;
}

.search-group {
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 4px;
	border-top: 2px solid red;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*  Q&A
/*--------------------------------- */ 
.icon-faq-a {
    margin-left: 28px;
}

/*  Menu icon
/*--------------------------------- */ 
.faq-menu {
    color: red;
}


/* FooterB
/* ------------------------------------- */
#footerB {
	text-align: center;
	padding: 20px 0;
	margin-top: 60px;
	background-color: #7E7E7E;
	color: #cccccc;
	position:fixed;
	bottom: 0px;
	width: 100%;
}

/* nav
/*--------------------------------- */
#footerB .footer-menu>li {
	border-right: 1px solid #000;
}

#footerB .footer-menu>li.first {
	border-left: 1px solid #000;
}

#footerB .footer-menu li a {
	color: #cccccc;
}

#footerB .footer-menu li a:hover {
	color: #fff;
}
#footerB a {
	color: #cccccc;
}

#footerB a:hover {
	color: #fff;
}
