@charset "utf-8";
/* CSS Document */
.footer_banner {
	background-color: #D79416;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: none, -webkit-linear-gradient(270deg,rgba(231,187,0,0.30) 0%,rgba(118,26,27,0.28) 100%);
}
@media (max-width: 320px){
.footer_banner {
	background-color: #D79416;
	padding-top: 10px;
	padding-bottom: 20PX;
	margin-bottom: 0px;
}    
}
@media (min-width: 321px)and (max-width: 767px){
.footer_banner {
	background-color: #D79416;
	padding-top: 20px;
	padding-bottom: 30PX;
	margin-bottom: 0px;
}    
}
@media (min-width: 768px) and (max-width: 1096px){
 .footer_banner {
	background-color: #D79416;
	padding-top: 30px;
	padding-bottom: 40PX;
	margin-bottom: 0px;
}   
}
