/*Revamp Theme Red CSS Page*/
/*header*/
.header-bg {
	background-color: #ffffff !important;
	padding-bottom: 5px;
	margin: 0 auto !important;
	padding-top: 5px;
}
.top-line-thin {
	border-top: 1px solid #ccc !important; /*d3151c*/
	margin: 0 !important;
}
.top-line {
	border-top: 1px solid #F8B413 !important;
	margin: 0 !important;
}
.reg-top-line {
	border-top: 5px solid #ecb71e !important;
	margin: 0 !important;
}
.head-top-line {
	border-top: 4px solid #00A7E3 !important;
	margin: 0 !important;
}
.bottom-blue-line {
	border-top: 5px solid #00A7E3 !important;
	margin: 0 !important;
}
/*footer*/
.canvas-color, #footer-content {
	background-color: #000000; /*cd0710*/
	color: #fff;
	padding: 20px;
	font-size: 11px;
}
.bottom-line {
	border-top: 1px solid #cccccc !important;
	margin: 0 !important;
}
.footer-txt {
	text-align: center;
	font-size: 10px;
	padding-top: 25px;
}
.footer ul li a {
	color: #fff;
}
.footer ul li a:hover {
	color: #f7cc42;
	text-decoration: none;
}
.footer .social-footer {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
}