@charset "UTF-8";
/* CSS Document */

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

/* Helpers for windows phone 8 */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
  @viewport {
    width: device-width;
  }
}

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

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

}

@media screen and (max-width: 768px) {
	.wild {
		padding:0;
	}
}

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

}

/* iPads (landscape) and (portrait)  ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  
}

