#container_footer{
	padding-top: 30px;
}
.footer, .footer_bottom {
	width: 100%;
	
}

.footer .heading{
	font-size: 19px;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	margin: 0px; 
}	

.footer {	
	background: #3F3F3F;
	color: #D8D8D8;
	
	box-shadow: 0px -2px 5px #888888;
	border-top-style: solid;
	border-top-color: #2A2A2A;
	border-top-width: 5px;
	display:flex;	
}


@media all and (max-width: 650px){
	.footer {	
		flex-wrap: wrap;
	}	
}
.footer > *{	
	flex-basis: 100%;
}

.footer_bucket {
	
	padding: 20px;
	flex: 1 1 650px;
	min-width: 100px;
	max-width: 33%;
	
	flex-wrap: wrap;
}

.footer ul{
	padding: 0px;
	margin: 0px;
}

.footer li{
	list-style-type: none;
	padding: 10px 20px;
	
}

.footer_bottom {
	background: #303030;
	color: #D8D8D8;	
}

.footer_bottom li{
	list-style-type: none;
	padding: 20px;
}



.payment_method{
	border:1px solid #D0D0D0;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	border-radius: 5px; /* CSS3 */
	background: #E0E0E0;
}