@media only screen and (max-width : 1280px) {

}
 
@media only screen and (max-width : 1024px) {

}
 
@media only screen and (max-width : 768px) {

}
 
@media only screen and (max-width : 568px) {
	.footer-inner {
		padding-left: 0;
		text-align: right;
	}
	.copyright {
		font-size: 0.8em;
	}
}
 
@media only screen and (max-width : 320px) {

}