/* ==========================================================
 * acircus.net | creative multimedia agency | pixelperfection
 * ========================================================== */

/* ==========================================================
 * TABLET HORIZONTAL
 * ========================================================== */
/*@media (min-width: 1367px) {
  #menu-primary-left {
    display: none !important;
  }
}
/* ==========================================================
 * TABLET VERTICAL
 * ========================================================== */
@media (min-width: 481px) and (max-width: 767px) {
	
}

/* ==========================================================
 * SMARTPHONE
 * ========================================================== */
@media (max-width: 480px) {
	
}

/* ==========================================================
 * SMARTPHONE DATED
 * ========================================================== */
@media (max-width: 320px) {
	
}