/* Custom CSS Responsive for Esa Mall General Site by Ndee Siswandhi */

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1350px) {
footer .footer-bottom { width: 90%; }
	
}
@media (min-width: 1200px) and (max-width:1349px) {
footer .footer-bottom { width: 100%; }
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) {
footer .footer-bottom { width: 100%; }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width:991px) {
footer .footer-bottom { width: 100%; }
}

@media (min-width: 481px) and (max-width:767px) {

}
@media (max-width: 480px) {

}
