@media only screen and (max-width: 640px) {
	
}
@media only screen and (min-width: 640px) and (max-width: 800px) {
	
}
@media only screen and (min-width: 800px) and (max-width: 1280px) {
	
}
@media only screen and (min-width: 1280px) and (max-width: 9999999px) {
	.footcol {
		font-size: 16px;
		padding: 0 17px;
	}
	.storage {
		padding: 0 0 0 24px;
	}
}
.foot {
/*     background-image: url(../images/icon/new.png); */
    -moz-background-size: auto 32px;
    -o-background-size: auto 32px;
    -webkit-background-size: auto 32px;
    background-size: auto 32px;
    background-repeat: no-repeat;
}

.icon.appStore {
  background-image: url("../images/icon/apple_download-chi.png");
}

.icon.googlePlay {
  background-image: url("../images/icon/google_download-chi.png");
}

.logo.netvigator-black {
  background-image: url("../images/logo/netvigator-black-chi.svg");
}
