body {
	width: 100%;
	max-width: 1000px;
}

a {
	color: #333;
}

a:hover {
	color: #000;
}

.hidden-wrapper {
	position: fixed;
	top: 100%;
}

#loading {
	text-align: center;
	margin-top: 40%;
}

#loading h4 {
	margin-top: 10px;
}

#county-select {
	margin-bottom: 10px;
}

#show-all, #show-unknown {
	cursor: pointer;
	text-decoration: underline;
}

.fixed-header {
	width: 100%!important;
	max-width: 1000px !important;
	margin: 0 auto;
	position:fixed;
	top: 0;
	background: #fff;
	-webkit-box-shadow: 0 10px 8px -6px #666;
	-moz-box-shadow: 0 10px 8px -6px #666;
	box-shadow: 0 10px 8px -6px #666;
	z-index: 10000;
}

.list-withPad {
	margin-top: 100px
}

#top-header, #mapAndStats {
	max-width: 720px;
	margin: 0 auto;
}

/*THE HEADER*/

header {
	text-align: center;
}

#special-label h1, #special-label img {
	display: inline-block;
}

#special-label img {
	position: relative;
	top: 37px;
	left: 2px;
}

#special-label {
	clear: both;
	display: inline-block;
	margin: -40px 0 40px 0;
	letter-spacing: 2px;
}

#mapAndStats {
	position: relative;
}

/*THE MAP*/

#map {
	width: 60%;
	height: 400px;
	background: #fff;
	float: left;
}

#map-instruct {
	position: absolute;
	left: 20px;
	top: 35%;
	z-index: 400;
	display: block;
	width: 180px;
}

#p-total {
	margin-bottom: 20px;
}

#mobile-select {
	max-width: 720px;
	margin: 0 auto 30px auto;
}

#mobile-select select{
	position: relative;
	top: -40px;
	left: 15px;
}

#mobile-select h3{
 display: none;;
}

/*BARNS*/

#stats {
	padding: 20px 2.5%;
	width: 35%;
	float: left;
}

.stat {
	margin: 0 0 25px 0;
	text-align: center;
}

.descriptor {
	font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 6px;
	display: block;
}

.stat-number {
	font-size: 36px;
	font-weight: 300;
}

#county-name {
	margin-bottom: 15px;
}

#county-name, #county-prom {
	display: inline-block;
}

#county-prom {
	margin-left: 15px;
}

.county-stat-box {
	float: left;
	width: 20%;
	padding: 5px 2.4%;
	text-align: center;
}

.county-stat-number {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 10px;
}


/*THE LISTING*/

#table-header {
	text-align: left;
	border-top: 1px solid #666;
	border-bottom: 2px solid #666;
	padding: 20px 0 0 0;
}

#header-holder {
	padding-top: 10px;
}

.header-cell {
	font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
	font-weight: 900;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

#no-jobs {
	width: 100%;
	height: 300px;
	display: block;
	text-align: center;
	background: #f8f5f2;
}

#no-jobs h3 {
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	position: relative;
	top: 125px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
}

.list-row {
	padding: 10px 0;
	border-bottom: 1px solid #666;
	width: 100% !important;
}


.name-cell {
	width: 21%;
	padding: 10px 1%;
	display: inline-block;
	text-align: left !important;
}

.jprom-cell, .jconfirmed-cell, .commited-cell, .paid-cell, .cost-cell {
	width: 13%;
	padding: 10px 1%;
	display: inline-block;
}

.data-cell {
	text-align: center;
	vertical-align:middle;
}

.company-name {
	font-size: 20px;
	font-weight: 700;
}

.announce-line {
	font-size: 13px;
	text-transform: uppercase;
}

#county-info {
	width: 100%;
	padding: 0 0 20px 0;
	display: block;
}

#company-list {
	width: 100% !important;
}

/*FILTERING HELP*/

.filter-active {
/*	background: #ddd;*/
}

.filter-active.asc {
	background: url('../images/asc-img.png') no-repeat scroll center right;
}

.filter-active.desc {
	background: url('../images/desc-img.png') no-repeat scroll center right;
}

footer {
	padding: 30px;
	background: #f8f5f2;
}

footer p {
	color: #000 !important;
	line-height: 1.6em !important;
}


/*BABY*/
@media only screen and (max-width : 550px) {
	
	#mobile-select {
		text-align: center;
		margin: 0px 0 20px 0;
		padding: 10px 20px;
	}

	#mobile-select select{
		margin-top: 20px;
		position: static !important;
	}
	
	#mobile-select h3{
		display: block;
	}
	
	#special-label {
		text-align: left !important;
		margin-top: 0px !important;
		margin-bottom: 6px !important;
		padding: 0 10px !important;
	}
	
	#special-label img {
		top: -10px;
		float: left;
		margin-right: 10px;
		height: 70px;
		width: auto;
	}
	#special-label h1 {
		font-size: 22px !important;
		line-height: 22px;
	}
	
	#stats {
		width: 100% !important;
		padding: 0;
		text-align: center !important;
	}
	
	#stats h2 {
		font-size: 24px !important;
	}
	
	#map, #map-instruct {
		display: none;
	}
	
	#header-holder {
		display: none;
	}
	
	#county-name {
		font-size: 24px !important;
	}
	
	#county-name, #county-prom {
		display: block;
		text-align: center;
	}
	
	.county-stat-box {
		width: 90% !important;
		padding: 10px 5% !important;
	}

	.name-cell {
		text-align: center !important;
	}

	.name-cell, .jprom-cell, .jconfirmed-cell, .commited-cell, .paid-cell, .cost-cell {
		width: 90% !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
		font-size: 24px;
	}
	
	.jprom-cell, .jconfirmed-cell, .commited-cell, .paid-cell, .cost-cell {
		text-align: left !important;
	}
	
	.jprom-cell:before, .jconfirmed-cell:before, .commited-cell:before, .paid-cell:before, .cost-cell:before {
		font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
		display: block;
		float: left;
		font-size: 12px;
		text-transform: uppercase;
		color: #666;
		margin-right: 10%;
		font-weight: 900;
		width: 45%;
		text-align: right;
		position: relative;
		top: 8px;
	}
	
	.jprom-cell:before { content: 'Jobs Promised' }
	.jconfirmed-cell:before { content: 'Jobs Created' }
	.commited-cell:before { content: 'Money pledged' }
	.paid-cell:before { content: 'Money paid' }
	.cost-cell:before { content: 'Cost per Job' }

}

@media only screen and (max-width : 700px) {
	#map {
		width: 62%;
	}
	
	#stats {
		width: 38%;
		padding: 0;
		text-align: left !important;
	}
}


/*TEEN*/
@media only screen and (max-width : 800px) {

	.county-stat-box {
		width: 40% ;
		padding: 10px 5%;
	}

	#header-holder {
		display: none;
	}

	.fixed-header {
		position: static !important;
	}

	.list-row:nth-child(odd) {
		background: #f8f5f2;
	}

	.name-cell {
		width: 90% !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
	}

	.jprom-cell, .jconfirmed-cell, .commited-cell, .paid-cell, .cost-cell {
		width: 16%;
		padding-right: 2% !important;
		padding-left: 2% !important;
		font-size: 24px;
	}
	
	.jprom-cell:before, .jconfirmed-cell:before, .commited-cell:before, .paid-cell:before, .cost-cell:before {
		font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		color: #666;
		margin-bottom: 10px;
		font-weight: 900;
	}
	
	.jprom-cell:before { content: 'Jobs Promised' }
	.jconfirmed-cell:before { content: 'Jobs Created' }
	.commited-cell:before { content: 'Money pledged' }
	.paid-cell:before { content: 'Money paid' }
	.cost-cell:before { content: 'Cost per Job' }

	#county-name {
		text-align: center;
		font-size: 30px;
	}
	
	.fixed-header {
		position: static !important;
		box-shadow: none !important;
	}
	
	#company-list {
		margin-top: 0 !important;
	}

}

/*HOVERBOX */

#hoverBox {
	position: absolute;
	width: 100px;
	min-height: 20px;
	background: #fff;
	padding: 13px;
	box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	display: none;
	z-index: 9999;
	text-align: center;
}


/*HACK THE MENU*/

#series-menu {
	height: 29px !important;
	overflow: visible;
	float: left !important;
	position: relative;
	top: 12px !important;
}

#series-menu a {
	color: #000;
	text-decoration: none;
}

#series-menu a:hover {
	text-decoration: underline;
}

.header-notice {
	font-family: 'Roboto Slab', Georgia, Times, Serif;
	font-weight: normal !important;
}