/*	Define Footer Websute
	Author: pennyauctionsoftware.com
*/
@charset "utf-8";
.footer_col{width:175px;float:left;padding-left:25px;color:#fff;font-weight:bold;font-size:13px;margin-top: 20px;text-align:left;}
.footer_col ul{ margin:0; padding:0; margin-top:25px;}
.footer_col ul li{ list-style:none; margin-bottom:8px;}
.copyright{color:#fff;}
.footer_col ul li a, .copyright a{ color: #9d846f;; text-decoration:none; font-weight:normal; font-size:11px;}
.footer_col ul li a:hover, .copyright a:hover{ color: #f5f5f5;}
.footer_col hr, .copyright hr{border:1px solid #edf3f6;}
.textcopy{padding:0;margin:0;margin-right: 5%;}
#Footer_ddlThems{
	margin-left: 25px;
}
.bg_footerpage .width1000px:first-child{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content:         space-around;
    -webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}
.bg_footerpage .width1000px.copyright span{
	margin-left:5%;
}