/* CSS Document */

div.footer-Box ul, ol {
    list-style: disclosure-closed;

}

footer{
	
}
.footer-box {
	padding:23px 0;
	font-family:Arial;
	color:#fff;
	font-size:14px;
	text-align:center;
	height:100%;
	background-repeat: no-repeat;
	background-size:100% 100%;
	background-color: #151826;
	border-top: 5px solid #b10606;
}
.footer-box span { display:inline-block;}
.fol_icon {color:#fff;padding: padding: 5px 10px;font-size: 15px;margin-bottom: 5px;}
.footer_top{
	height:25px;
	background: url(../images/foot_t.png);
	background-repeat: repeat-x; 
	background-size:100% 25px ;
}
.footer_social_link{
	margin: 15px 0;
}
img.footer_social {
	margin-right: 5px;
}

@media only screen and (max-width: 925px) {
footer {padding-top: 20px;}
}

@media only screen and (max-width: 768px) {
.footer-box {
    padding: 23px 30px;
}
}
