html, body {
	height: 100%;
}

body {
	background-image: url(/images/background.jpg);
	background-color: #512970;
	background-position: center top;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}

footer, .push {
	height: 80px;
}

footer, header, #body {
	max-width: 750px;
	margin: 0px auto;
}

.ie8 {
	display: none;
}

/*** HEADER ***/

header {
	background-color: #FFF;
	border-radius: 0px;
	padding: 10px 0px 20px;
	border-radius: 0px 0px 10px 10px;
	background-image: url(/images/header-bg.png);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}

#logo {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	width: 233px;
	height: 56px;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	margin: 0px auto;
}

#shopper-logo {
	/*background-image: url(/images/logo_shopper.png);b*/
	background-repeat: no-repeat;
	width: 172px;
	height: 62px;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	margin: 0px auto 20px;
}

.app-icon {
	position: absolute;
	top: 80px;
	left: 50px;
}

.performance {
	display: none;
}

.nav-options {
	text-align: center;
	font-size: 1.2em;
}

.nav-options li {
	margin: 0px 10px;
}

.nav-options a.active {
	text-decoration: underline;
}

/*** CONTENT ***/

#body {
}

#templates{
	display: none;
}

.leader {
	color: white;
	padding: 20px 40px;
	text-align: center;
}

.leader p {
	line-height: 1.2em;
}

.leader h2 {
	color: white;
}

#search {
	background-image: url(/images/search.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	width: 300px;
	padding: 20px 15px 20px 60px;
	border: none;
	border-radius: 5px;
	font-size: 1.2em;
	border: 3px solid white;
	margin-right: 20px;
}

.find {
	padding: 20px;
	border-radius: 5px;
	font-size: 1.2em;
	background: #cf1226;
	color: white;
	border: 3px solid white;
}

.find:hover,
.find:focus {
	background-color: #E00C19;
	border-color: #FFA6A6;
	text-decoration: none;
}

#content {
	padding: 40px 10px;
	margin: 0px auto;
	background: white;
	border-radius: 10px 10px 0px 0px;
}

#stage {
	overflow: hidden;
	max-width: 400px;
	margin: 0px auto;
}

/*#lists {
	width: 300%;
	margin: 0px -20px;
	position: relative;
	left: 0%;
	-webkit-transition: left 300ms;
}*/

#lists.lists-1 {
	left: 0%;
}

#lists.lists-2 {
	left: -100%;
}

#lists.lists-3 {
	left: -200%;
}

#lists > div {
/*	width: 33.33%;
	float: left;*/
	box-sizing: border-box;
	padding: 0px 20px;
}

.unit-index li a,
.unit-entries li a {
	display: block;
	border-radius: 8px;
	border: 1px solid #00B9C9;
	margin-bottom: 5px;
	padding: 15px;
	font-size: 1.6em;
	font-weight: normal;
	color: black;
}

.unit-index li a {
	background-color: #00B8C7;
	background-image: -webkit-linear-gradient(#00A6B2, #8ACDD2);
	background-image: linear-gradient(#00A6B2, #8ACDD2);
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.unit-entries li a {
	background: white;
	color: black;
	text-transform: none;
	font-weight: normal;
}

.unit-entry {
	padding: 10px 15px;
}

.unit-entries .unit-entry a {
	background: none;
	display: inline;
	padding: 0px;
	height: auto;
	font-size: 1em;
	border: none;
}

/*** FOOTER ***/

footer {
	background-color: #00B8C7;
	color: #9EE6EC;
}

footer .pipe-list {
}

footer .pipe-list a {
	color: white;
}

.footer-inner {
	padding: 20px;
}

footer img {
	float: left;
	margin-right: 30px;
	position: relative;
	top: 8px;
}

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

	#lists > div {
		padding: 0px;
	}

}

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

	header {
		background-image: none;
	}

}


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

	.app-icon {
		display: none;
	}

	.leader {
		padding: 20px 0px;
	}

	.leader p {
		display: none;
	}

	#search {
		width: 180px;
	}

	.footer-inner {
		padding: 10px !important;
	}
}

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

	#search {
		width: 110px;
	}

	.nav-options {
		display: none;
	}

	footer img {
		display: none;
	}

}
