/* PushIt CSS */

/* Coolin' by day then at night working up a sweat. */

body {
	text-shadow: none !important;
}

.pushit {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -1000px;
	z-index: 100;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}

.has-overflow-scroll .pushit {
	-webkit-overflow-scrolling: touch;
}

#pushit-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}