

/*!
 * One Stop CSS
 */

h1.one-stop {
	margin: 30px 45px 0;	
	color: #036;
	font-weight: bold;
	text-transform: uppercase;
}
p.one-stop {
	margin: 0 45px 30px;	
}
ul.service-listing {
    list-style: none;
}
ul.service-listing li {
	width: 30%;
    float: left;
    min-height: 135px;
	color: #fff;
	padding: 3px 5px;
    text-align: left;
	position: relative;
	overflow: hidden;
}
ul.service-listing li p,  ul.service-listing li h2{
	width: 90%;
}
ul.service-listing li h2 {
    font-size: 30px;
    font-weight: bold;
    padding: 0px 20px 0;
    text-transform: uppercase;
	color: #036;
	height: 70px;
}
ul.service-listing li:hover h2 {
	color: #c00;
}
ul.service-listing li p {
	    padding: 0 20px;
}
ul.service-listing li a {   
    text-decoration: none;
	color: #036;
}
ul.service-listing li p {   
    color: #333;
	font-size: 19px;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
ul.service-listing li:hover .service-band {   
    background-color: rgba(0, 51, 102, 0.70);
}

ul.service-listing li:hover a {   
    color: #FFF;
}
ul.service-listing li:hover p {   
    color: #fff;
}
ul.service-listing li .service-band {
    position: absolute;
    top: 0;
    width: 325px;
	height: 305px;
    background-color: rgba(255, 255, 255, 0.80);
}
/* FORM */
#form div {
	clear: none;
}
.form-horizontal label {
	width: auto;
}
.form-horizontal .control-group {
	margin-bottom: 20px;
	overflow: hidden;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
	margin-left: 180px;
}
.radio, .checkbox {
	display: block;
}
.sub-footer {
	margin-top: 40px;
}
.g-recaptcha {
    margin: 15px 0;
}
.label-important {
	color: #c00;
}
@media screen and (max-width: 767px) {
		ul.service-listing li {
	width: 50%;
	}
}
@media only screen and (max-width: 481px) {
	ul.service-listing li {
	width: 100%;
	}
}

