
body {
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.container-fluid.outer {
	background-color: white;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0px 20px;
}

.box-shadow {
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;

}

.text-shadow {
    filter: glow(color=black, strength=1);
    text-shadow: 0.1em 0.1em #333;
}

.info h2 {
	background: -moz-linear-gradient(left,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */

	padding-left: 10px;
	color: white;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 10px;
}

body, p {
	font-family: 'Georgia', serif;
}

#intro {
	/*width: 570px; */
	min-height: 200px;
	position: relative;
	background-image: url(/assets/img/washer.jpg);
	background-repeat: no-repeat;
	background-position: 70% 33%;
	background-color: #735F54;
	box-sizing: border-box;
}
#intro .bottoms {
	font-family: 'Mr Dafoe', cursive;
	font-size: 34px;
}
#intro strong {
	font-size: 18px;
}
#intro h2, #intro p {
	color: #EEE;
}

#intro p {
	font-size: 16px;
}

#intro p.callnow {
	font-size: 16px;
	bottom: 0;
	left: 20px;
	margin-bottom: 20px;
}

#intro .phone {
	display: inline-block;
	margin-left: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}
#intro h2 {
	font-size: 26px;
}


#customers {
	/* background-image: url(/assets/img/woman.jpg); */
	background-image: url(/assets/img/iStock_000019545743XSmall.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-size: 190px 190px;
	height: 240px;
	position: relative;
}

#customers h2 {
	width: 170px;
	font-size: 18px;
	line-height: 20px;
	float: left;
	position: absolute;
	color: #ccc;
}

#customers q {
	font-size: 16px;
	font-style: italic;
	display: block;
	line-height: 20px;
	color: #555;
	margin-bottom: 10px;
}

#customers li {
	padding-left: 150px;
}

#customers p, #customers ul {
	float: right;
	text-align: right;
	width: 100%;

}

#customers .name {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
}

#customers .name::before {
	content: "\2014  ";
}

#customers .fb-follow {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}

#angie-badge {
	text-align: center;
}
ul.quotes {
	margin: 0;
}

ul.quotes li.quote {
	list-style-type: none;
	list-style-image: none;
}

#service-area-map {
	margin: 10px auto;
	width: 275px;
	height: 200px;
	background-image: url(//maps.google.com/maps/api/staticmap?center=35.933541,-86.661530&zoom=9&size=275x200&sensor=false);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#contact_wrapper .error {
	display: none;
	color: red;
}
#contact_wrapper {
	margin-bottom: 40px;
}
#contact_wrapper #checkmark {
	float: left;
}
#contact_wrapper #message h3,
#contact_wrapper #message p {
	padding-left: 40px;
}

#contact_wrapper #last_name {
	display: none;
}
#loading {
	display: none;
	width: 55px;
	float: left;
}


form input,
form textarea {
	width: 100%;
	box-sizing: border-box;
}
form input {
	height: 30px;
}
form #submit {
	display: block;
	width: 100%
}

.call-us-now {
	text-align: center;
	font-size: 1.2em;
	margin-top: 10px;
}
.call-us-now .text {
	display: inline-block;
}
.call-us-now .phone-number {
	font-weight: bold;
}

#intro .call-us-now {
	font-size: 1.8em;
	text-align: left;
}

@media (min-width: 1200px) {
	#service-area-map {
		width: 350px;
		height: 200px;
		background-image: url(//maps.google.com/maps/api/staticmap?center=35.933541,-86.661530&zoom=9&size=350x200&sensor=false);
	}
}



/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	#service-area-map {
		width: 350px;
		height: 200px;
		background-image: url(//maps.google.com/maps/api/staticmap?center=35.933541,-86.661530&zoom=9&size=350x200&sensor=false);
	}
}

footer p {
	 line-height: 30px;
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	body {
		padding-top: 20px;
	}
	#service-area-map {
		width: 225px;
		height: 200px;
		background-image: url(//maps.google.com/maps/api/staticmap?center=35.933541,-86.661530&zoom=9&size=225x200&sensor=false);
	}
	#customers li {
		padding-left: 0px;
	}
	#customers {
		background-image: none;
	}
	#customers h2 {
		display: none;
	}
}
/* Landscape phones and down */
@media (max-width: 768px) {
	.container-fluid.outer {
		margin: 0px;
	}
	#service-area-map {
		width: 280px;
		height: 200px;
		background-image: url(//maps.google.com/maps/api/staticmap?center=35.933541,-86.661530&zoom=9&size=280x200&sensor=false);
	}
	#intro {
		background-image: none;
		background-color: #735F54;
		margin-bottom: 20px;
	}
	#intro .bottoms {
		font-size: 26px;
	}
	#intro h2 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	#intro p {
		font-size: 16px;
		line-height: 18px;
	}
	#intro strong {
		font-size: 16px;
		line-height: 18px;
	}

	#intro .phone {
		font-size: 18px;
		margin-left: 0px;

	}
	body {
		padding-left: 0px;
		padding-right: 0px;
	}
	#customers q {
		font-size: 16px;
		line-height: 20px;
	}
	.call-us-now .text {
		display: none;
	}
	#intro .call-us-now {
		text-align: center;
	}
}

span.stars, span.stars span {
	display: block;
	background: url('/assets/img/stars.png') 0 -16px repeat-x;
	width: 80px;
	height: 16px;
}

span.stars span {
	background-position: 0 0;
}
.survey {
  border: 1px solid gold ;
   width: 170px;
   padding: 3px;
   margin: 10px 10px 10px 10px;
} 
		.more {
  /* border: 1px solid Blue ; */
   width: 500px;
   margin: 10px 10px 10px 10px;
   display: inline-flex;
}