body{
	background-position: initial initial;
	background-repeat: initial initial;
}

.hero-unit img{
	padding: 0px 250px 0px;
}

.hero-unit p{
	padding: 0px 0px 20px;
}

.fixed-height-triple{
	height: 350px;
}

.fixed-height-quad{
	height: 300px;
}

@media (max-width: 480px){
 	.fixed-height-triple{
		height: auto;
	}

	.fixed-height-quad{
		height: auto;
	}

	.hero-unit p{
		padding: 0px 5px 5px;
		font-size: 14px;
	}

}

@media (min-width: 768px) and (max-width: 979px){
 	.fixed-height-triple{
		height: 420px;
	}

	.fixed-height-quad{
		height: 300px;
	}
}

.centered{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.justified{
	text-align: justify;
}

#rep_table{
	overflow-x: auto;
}

@media (max-width: 767px)
[class*="span"], .row-fluid [class*="span"] {
	display: block;
	float: none;
	width: 100%;
	margin-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto; !important;
}