

@media only screen and (max-width:768px) {
#section-footer {
 			/*background-image: url('');*/
 			background: none !important;
			}
#section-sub-footer{ background: none !important; color: #DDD; bottom: 0px; }

}
@media only screen and (max-width:360px) {
	.widget {
	margin-bottom: 40px;
	display: inline-block;
    max-width: 95%;
    width: 100%;
	padding-left:5%;
}
#section-sub-footer{ background: none !important;}
	
}
@media only screen and (max-width:320px) {
	#section-sub-footer{ background: none !important;}

}