@charset "utf-8";
/* CSS Document */

.footer {
}
	.footer_inner {
		padding: 10px;
	}
	.footer_pg {
		padding: 10px;
		margin: 10px 0 0;
		background-color: #FFF;
	}
	.wrap_footer_sitemap {
		border-top: 1px dotted #CCC;
                border-bottom: 1px dotted #CCC;
                margin: 0 15px;
	}
        .payment_logo img{
            margin:5px 10px;
        }
        .payment_channel{
            margin:10px 0px;
        }
        .payment_channel a{
            margin:0px 5px;
            //color: white;
            font-size: 0.825em;
        }
        .payment_channel a:first-child{margin-left: 10px;}
	.footer_sitemap {
		//width: 19.3% !important;
		margin: 10px 0;
		padding: 10px;
		border-right: 1px dotted #CCC;
	}
	.footer_sitemap:last-child {
		border-right: 0;
	}
		.footer_sitemap .title {
			color: #fff;
			font-size: 14px;
		}
		.footer_sitemap ul {
			list-style: none;
			margin: 0;
			font-size: 14px;
                        padding: 0;
		}
		.footer_sitemap li {
			line-height: 22px;
		}
                .footer_sitemap a {
			color: #bcbec0;
                        text-decoration: none;
		}
                .footer_sitemap a :hover{
			color: #f05a22;
		}
	.footer_about {
		padding: 10px;
	}
        .footer_sitemap_xs {
                float:left;
		width: 50%;
	}
		.footer_sitemap_xs .title {
			color: #f05a22;
			font-size: 14px;
		}
		.footer_sitemap_xs ul {
			/*list-style: none;*/
			margin: 0;
			font-size: 14px;
		}
		.footer_sitemap_xs li {
			line-height: 22px;
		}
                .footer_sitemap_xs a {
			color: #FFF;
                        text-decoration: none;
		}
                .footer_sitemap_xs a :hover{
			color: #f05a22;
		}
	.footer_about_xs {
		padding: 10px;
	}
@media (max-width: 1000px) {
	.footer_sitemap {
		width: 19.1% !important;
	}
}
