/* ---------------------------------------------------------------------------------------------------------------------- */
/* In between area (ipad) ----------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 1260px) {
	.marquee {
		background-position: -360px 0;
	}

	.items-carousel-wrap .prev-link,
	.items-carousel-wrap .next-link {
		display: none;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Skinny Landscape Size (ipad landscape) ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
	
}



/* ---------------------------------------------------------------------------------------------------------------------- */
/* Mobile Landscape Size (devices and browsers) ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 650px) {
	
}



/* ---------------------------------------------------------------------------------------------------------------------- */
/* Mobile Portrait Size (devices and browsers) -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 425px) {
	
}