/* Higher than 1200 (desktop devices)
====================================================================== */
@media (min-width: 1200px) {

}

/* Higher than 759 (desktop devices)
====================================================================== */
@media only screen and (min-width: 759px){
	.main-menu-span {
		/*min-width: 204px;*/
	}
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 829px) {
  .hide-830px {
    visibility: hidden !important;
  }
}

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

@media only screen and (max-width: 1164px) {
  .hide-1165px {
    visibility: hidden !important;
  }
}