/*
	HotPress Web Framework
	By: Team HotPress Web
	Created: 2011
*/

/* Background
----------------------------------------------------------------------------------------------------*/
body {
	background: url("images/hero-bg2.jpg") repeat-x scroll center 122px transparent !important;
}
html {
	-webkit-font-smoothing:anti-aliased;
}

body.inner {
	background: url("images/bg-inner.jpg") repeat scroll center 122px transparent;
}
#container {
	background: #fff repeat scroll 0 0;
	margin: 0 auto;
	width: 960px;
}
form br {
	display: none;
}
/* Header
----------------------------------------------------------------------------------------------------*/
#header {
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 100000;
}
#logo img {
	width:350px;
	height:auto;
}

#logo a {
	float: left;
	margin: 20px 0 0 0;
	color: #508098;
	padding: 0;
	overflow:hidden;
	position: relative;
	z-index: 1000;
}
#logo a:link, h1#logo a:visited {
	display: block;
	text-decoration: none;
	height: auto;
	width: 350px;
}
#logo a:hover, h1#logo a:active {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#map {
	display:none;
	clear:both;
}
#utility-nav {
	float: right;
	width:46%;
	margin: 15px 0px 5px 0px;
	overflow: hidden;
}
#utility-nav ul li {
	list-style: none;
	padding: 0 12px;
	background: none;
}
#utility-nav ul li a:link, #utility-nav ul li a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
#utility-nav ul li a:hover, #utility-nav ul li a:active {
	color: #FFF;
}
#utility-nav h3#phone-text {
	float:left;
	font-size:14px;
	color:#508097;
	font-weight:600;
}
#utility-nav h3#phone-text a {
	color:#508097;
}
#utility-nav h3#phone-text a:hover {
	color:#E25A28;
}
#utility-nav ul li#nav-map a, #utility-nav ul li#nav-request a {
	color:#ffffff !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:none !important;
	font-size:14px;
	font-weight:500;
	text-align:center;
}
#nav-map, #nav-request {
	float:right;
	margin-top: 8px;
	text-align:right;
}

#utility-nav ul li#nav-phone {
	display:none !important;
}

#utility-nav ul li#nav-request {
	margin-bottom:10px;
}
#utility-nav ul li#nav-request a:hover {
	background-color: #508097;
}
#utility-nav ul li#nav-map a:hover {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #E35A28; /* Old browsers */
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #f56632, #eb5e2a); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #f56632, #eb5e2a); /* IE 10 */
	background: -ms-linear-gradient(top, #f56632, #eb5e2a); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #f56632, #eb5e2a);
	}
#utility-nav ul li#nav-request a {
	background:#E65C29;	
	padding:7px 10px;
}
#utility-nav ul li#nav-map a {
	background: #508097; /* Old browsers */
	padding:7px 62px;
}

#header #shopping-cart {
	text-align: right;
	line-height: 10px;
	display: inline;
	margin-bottom: 0 !important;
	overflow: hidden;
	width: auto;
}
#header #shopping-cart a:link, #header #shopping-cart a:visited {
	color: #00F;
	font-size: 12px;
}
#search {
	clear: right;
	float: right;
}
#search-input {
	float: left;
}
#search-btn {
	float: left;
}
/* Main Navigation
----------------------------------------------------------------------------------------------------*/
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	background: none;
	display: inline;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 0 1px;
	line-height: 21px;
}
#nav ul li#nav-last a {
	border-right: 0;
}
#nav ul li#nav-account, #nav ul li#nav-store {
	display: none;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li ul li a:link, #nav ul li ul li a:visited {
	color: #508098;
	display: block;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", sans-serif;
	font-size: 15px;
	letter-spacing: 0em;
	padding: 10px 5px;
	width: 147px;
	text-align: center;
	text-decoration: none;
	background: #F7F9F9;
	box-shadow: 0 2px 2px #bec5c6;
	-webkit-box-shadow: 0 2px 2px #bec5c6;
	-moz-box-shadow: 0 2px 2px #bec5c6;
}
#nav ul li a img {
	display: none;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li ul li a:hover, #nav ul li ul li a:active {
	background: #e85c29;
	color: #fff;
}
#nav ul li ul {
	background: #fff;
	left: -999em;
	position: absolute;
	width: auto;
	min-width: 12em;
	z-index: 333;
	margin: 0;
	box-shadow: 0 2px 5px #bac2c5;
	-webkit-box-shadow: 0 2px 5px #bac2c5;
	-moz-box-shadow: 0 2px 5px #bac2c5;
}
#nav ul li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav ul li ul li {
	border-top: 1px solid #EEEEEE;
	display: block;
	float: none;
	line-height: 31px;
	margin: 0;
}
#nav ul li.selected ul li a:link, #nav ul li.selected ul li a:visited {
	background: none;
	color: #e85c29;
}
#nav ul li.selected ul li a:active, #nav ul li.selected ul li a:hover {
	background: #508098;
	color: #fff;
}
#nav ul li ul li.selected a:link, #nav ul li ul li.selected a:visited {
	background: #508098;
	color: #fff;
}
#nav ul li ul li a:link, #nav ul li ul li a:visited {
	background: none repeat scroll 0 0 #FFFFFF;
	border-right: 0 none;
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	color: #508098;
	display: block;
	font-size: 15px;
	letter-spacing: 0;
	padding: 5px 40px;
	text-decoration: none;
	text-align: left;
	width: auto;
	text-transform: none;
}
#nav ul li ul li a:hover, #nav ul li ul li a:active {
	background: #508098;
	color: #fff;
}
/* Body
----------------------------------------------------------------------------------------------------*/
#body {
	background: #fff url("file:///Z|/_Chiropractor Template/Concepts/Website/v1/_assets/css/images/body-2-col.gif") repeat-y scroll 0 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 960px;
}
#main-body {
	background: #fff none repeat-y scroll 0 0;
	float: left;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	width: 940px;
}
#appt-form {
	margin-bottom:20px;
	float: left;
	padding: 10px 30px;
	overflow: hidden;
	width: 830px;
	border:1px solid #508097;
}

/*.d3cp_form_title
.d3cp_input_name
.d3cp_input_normal
.d3cp_input_date
.d3cp_select_apptService
.d3cp_input_long*/
.testimonials-body {
	background: #fff none repeat-y scroll 0 0;
	float: left;
	margin-bottom: 20px;
	padding: 0px;
	overflow: hidden;
	width:640px;
}
#D3cpWidget {
	width: 100% !important;
}
.testimonials-body h2 {
	padding: 10px !important;
}
.d3cp_feature_wrap {
	width:600px !important;
}
/*.d3cp_review_main {
	width:100%;
}*/

#main {
	background: #fff;
	border-top: 2px solid #E35A28;
	box-shadow: 0 2px 5px #ddd;
	-webkit-box-shadow: 0 2px 5px #ddd;
	-moz-box-shadow: 0 2px 5px #ddd;
	margin-bottom: 30px;
	overflow: hidden;
}
#main .cover-image img {
	width: 100%;
}
.main-body {
	padding: 30px;
}
.resize-1 {
	margin:0px auto;
}
.resize-1 img {
	width:85%;
	height:auto;
}

.staff-row {
	margin-left:-30px;
	position:relative;
}
.staff-row:before, .staff-row:after {
	display:table;
	line-height:0;
	content: "";
}
.staff-row:after {
	clear:both;
}

.staff-member {
	float:left;
	width:260px;
	margin-left:30px;
	margin-top:40px;
	position:relative;
}
.staff-member h3, .staff-member h4 {
	text-align:center;
}
.staff-member h3 {
	font-size: 28px;
	line-height:32px;
}
.staff-member h4 {
	color: #E65C29;
	font-size: 18px;
	line-height: 24px;
}
.staff-img {
	text-align: center;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	padding-bottom: 11px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.staff-member p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.staff-img img {
	box-shadow: 0px 0px 0px 7px #e0e0e0;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width:auto/9;
	height:auto;
	max-width:100%;
	vertical-align:middle;
	-ms-interpolation-mode:bicubic;
	
}
.staff-img:hover img {
	box-shadow:0px 0px 0px 7px #E65C29;
}
/* offer
----------------------------------------------------------------------------------------------------*/
#offer {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	box-shadow: 0 2px 5px #CCCCCC;
	-webkit-box-shadow: 0 2px 5px #CCCCCC;
	-moz-box-shadow: 0 2px 5px #CCCCCC;
	left: 170px;
	padding: 15px 25px 0;
	position: absolute;
	top: 260px;
	z-index: 100;
}
#offer #EmailAddress {
	width: 170px;
}
* + html #offer #catwebformbutton {
	padding: 7px 5px;
}
.offer-headline {
	background: #19ab86;
	padding: 20px 20px 10px;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
}
.offer-content {
	padding: 20px 20px 0;
	color: #757575;
	font-size: 11px;
	line-height: 16px;
}
.offer-content p, .offer-content form {
	margin: 0;
}
.offer-content strong {
	color: #4c413e;
}
.offer-headline h3 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
}
/* page-content
----------------------------------------------------------------------------------------------------*/
.container .five.columns.inner {
	margin-left: 10px;
	margin-right: 0px !important;
}
@media only screen and (min-width: 767px) {
	.page-content.home {
		float: left;
		margin-top: -20px;
		overflow: hidden;
		position: relative;
		z-index: 400;
	}

}
@media \0screen {
  .page-content.home {
	  padding-top: 70px;}
}
.service-col {
	box-shadow: 0 2px 5px #DDDDDD;
	-webkit-box-shadow: 0 2px 5px #DDDDDD;
	-moz-box-shadow: 0 2px 5px #DDDDDD;
	background: #fff;
	margin-bottom: 35px;
	background: #fff;
	padding: 0px 0px 22px;
}
.featured-services .service-col {
	height: 126px;
	padding: 0;
}
.service-col-image {
	float: left;
	width: 41%;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}
#aside .service-col-image {
	width: 45%;
}
.service-col-image img {
	width: 100%;
}
.service-col h5 {
	background: none repeat scroll 0 0 #F7F9F9;
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
}
.featured-services .service-col h5 {
	padding: 5px 0;
}
.service-col-description {
	padding: 0 0 0 10px;
	height:101px;
}
.service-col-description p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0;
	margin-right: 20px;
}
.one-third.column a, .featured-services a {
	text-decoration: none;
	border: 0;
}
.one-third.column a :hover, .featured-services a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
#subnav .service-col {
	width: auto;
}
.service-col h5 span, .service-col h5 a {
	color: #E35A28;
	display: block;
	text-decoration: none;
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform: none;
}
.address-col {
	padding: 50px 20px 0;
}
.address-col.inner {
	padding: 10px 0px 30px;
}
.address-col.inner.single {
	padding: 0px 0px 30px;
}
/* Sidbar
----------------------------------------------------------------------------------------------------*/
#sub-nav {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#sub-nav ul {
	margin: 0 0 20px;
	padding: 0;
}
#sub-nav ul li {
	background: none;
	border-bottom: solid 1px #aaa;
	display: block;
	list-style: none;
	padding: 0;
}
#sub-nav ul li a:link, #sub-nav ul li a:visited {
	color: #00F;
	display: block;
	font-size: 13px;
	padding: 10px 0;
	text-decoration: none;
}
#sub-nav ul li a:hover, #sub-nav ul li a:active {
	color: #000;
}
#newsletter {
	border-bottom: solid 1px #aaa;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
}
#newsletter p, #newsletter table {
	margin: 0;
}
#cta {
	border-bottom: solid 1px #aaa;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
}
#cta ul {
	margin: 0 0 10px;
	padding: 0;
}
#cta ul li {
	background: none;
	display: block;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
#cta ul li a:link, #cta ul li a:visited {
	background: #666 repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 5px 10px;
	text-decoration: none;
}
#cta ul li a:hover, #cta ul li a:active {
	background: #333 repeat scroll 0 0;
}
/* Home Page
----------------------------------------------------------------------------------------------------*/

ol li {
	background: none;
	list-style: none;
	padding: 0 0 10px;
}
.author {
	display: none;
}
blockquote .author {
	display: block;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #E35A28;
}
.date {
	display: block;
}
/* Social Links
----------------------------------------------------------------------------------------------------*/
ul.social-links {
	float: left;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0;
	width: auto;
}
ul.social-links li {
	background: none;
	display: inline;
	float: left;
	padding: 0;
	list-style: none;
}
a.dis-count {
	float: right;
	width: 90px;
}
.clearFloats {
	clear: both;
}
/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	background: url(images/footer-bg.jpg) repeat-x bottom;
}
h2#logo-sm {
	float: left;
	margin: 0;
	padding: 0;
}
h2#logo-sm a:link, h2#logo-sm a:visited {
	display: block;
	font-size: 18px;
	text-decoration: none;
}
h2#logo-sm a:hover, h2#logo-sm a:active {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#footer-utility {
	overflow: hidden;
	padding: 20px 0 0;
}
#footer-utility ul {
	margin: 0;
}
#footer-utility h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 38px;
	line-height: 40px;
	letter-spacing: 0.05em;
}
#footer-utility img {
	box-shadow: 0 2px 5px #DDDDDD;
	-webkit-box-shadow:0 2px 5px #DDDDDD;
	-moz-box-shadow:0 2px 5px #DDDDDD;
}
#footer-utility ul li {
	background: none;
	display: inline;
	float: left;
	list-style: none;
	padding: 0 10px 0 0;
}
#footer-utility ul li a:link, #footer-utility ul li a:visited {
	color: #00F;
	display: block;
	font-size: 13px;
}
#footer-utility ul li a:hover, #footer-utility ul li a:active {
	color: #000;
}
#footer-nav {
	background: #d7e1e6;
}
#footer-nav ul {
	display: block;
	float: left;
	margin: 0;
}
#footer-nav ul li {
	background: none;
	display: inline;
	float: left;
	list-style: none;
	padding: 10px 20px 0 0;
	line-height: 25px;
}
#footer-nav ul li#footer-nav-first {
	padding-left: 0;
}
#footer-nav ul li a:link, #footer-nav-copy, #footer-nav ul li a:visited {
	color: #8a9aa1;
	font-size: 11px;
	text-decoration: none;
}
#footer-nav ul li a:hover, #footer-nav ul li a:active {
	color: #e35a28;
}
#parks-addy {
	float:right;
	font-size:12px;
	line-height:20px;
	color: #8a9aa1;
	margin: 10px 0 0 40px;
}
#footer-nav .social-media ul {
	margin: 10px 0 0 40px;
	float:right;
}
#footer-nav .social-media ul li {
	height: 26px;
	padding: 0px 10px 0 0;
}
#hotpress-link a:link, #hotpress-link a:visited {
	background: url(images/bcgurus.png) no-repeat left top;
	display: block;
	font-size: 0px;
	height: 13px;
	margin: 0;
	text-indent: -9999px;
	width: 117px;
}

.footer-col {
	padding: 30px 20px;
}
.footer-col h4, .footer-col p {
	color: #fff;
}
.footer-col p {
	margin-bottom: 0;
}
.footer-col h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#icon-facebook, #icon-twitter, #icon-googleplus, #icon-facebook a, #icon-twitter a, #icon-googleplus a {
	height: 26px;
	text-indent: 35px;
	overflow: hidden;
	display: block;
	font-weight: 600;
}
#icon-facebook:hover {
background: url(images/icon-facebook.png) no-repeat 1px -28px !important;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#icon-facebook {
	background: url(images/icon-facebook.png) no-repeat 1px -1px !important;
}
#icon-twitter {
	background: url(images/icon-twitter.png) no-repeat!important;
}
#icon-googleplus {
	background: url(images/icon-googleplus.png) no-repeat!important;
}
/* System Message Template 
----------------------------------------------------------------------------------------------------*/
#system-container {
	background: transparent repeat scroll 0 0;
	margin: 80px auto;
	position: relative;
	width: 960px;
}
#system-header {
	background: #aaa repeat scroll 0 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 940px;
}
h1#system-logo {
	float: left;
	margin: 0;
	padding: 0;
}
h1#system-logo a:link, h1#system-logo a:visited {
	display: block;
	font-size: 36px;
	text-decoration: none;
}
h1#system-logo a:hover, h1#system-logo a:active {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#system-body {
	background: #fff repeat scroll 0 0;
	margin: 0 auto;
	padding: 40px;
	width: 880px;
}
/* Web Apps 
----------------------------------------------------------------------------------------------------*/

/*Staff*/
.staff-list {
	padding-bottom: 15px;
}
.staff-list img {
	float: left;
	margin: 5px 20px 10px 0;
	border: 3px solid #EEEEEE;
}
.listings-list {
	margin-bottom: 10px;
}
.listings-list .date {
	width: 80px;
}
.listings-list .date, .listings-list .itme {
	float: left;
}
#listings-search form {
	border-bottom: 1px solid #AAAAAA;
}
/* inner 
----------------------------------------------------------------------------------------------------*/
#inner {
	padding-top: 30px;
	min-height: 398px;
}
/* services 
----------------------------------------------------------------------------------------------------*/
.service {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 25px;
	overflow: hidden;
	padding-bottom: 20px;
}
.service-image {
	float: left;
	margin-right: 30px;
	width: 145px;
}
.service-image img {
	border: 3px solid #eee;
}
.service-content, .staff-list .description {
	font-size: 12px;
	line-height: 19px;
}
.staff-list p.title {
	font-size: 16px;
	color: #E35A28;
}
/*subnav
-------------------------------------------------------------------------------------------------*/
#subnav ul {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 45px;
}
#subnav ul li#nav-header a, #subnav strong {
	background: none repeat scroll 0 0 #508098;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
	width: 86%;
}
#subnav ul li#nav-header a:hover, #subnav ul li#nav-header a:active, #subnav strong {
	background-color:#E75C2A;
}

#subnav ul li#nav-header a img {
	display: none;
}
#subnav ul a {
	text-decoration: none;
}
#subnav ul li#nav-header ul, #subnav ul {
	margin-top: 0px;
}
#subnav ul li#nav-header ul li, #subnav.blog ul li, #subnav.account li {
	border-bottom: 1px solid #E4E3E2;
	margin-bottom: 0;
	box-shadow: 0 2px 5px #BEC5C6;
	-webkit-box-shadow: 0 2px 5px #BEC5C6;
	-moz-box-shadow: 0 2px 5px #BEC5C6;
}
#subnav ul li#nav-header ul li a:link, #subnav.blog ul li a, #subnav.account li a {
	background: none repeat scroll 0 0 #F7F9F9;
	padding: 15px 20px;
}

#subnav ul li#nav-header ul li a, #subnav ul li a {
	background: none repeat scroll 0 0 transparent;
	color: #508098;
	font-size: 13px;
	padding: 0;
	text-transform: none;
}

#subnav ul li#nav-header ul li.selected a, #subnav ul li#nav-header ul li a:hover, #subnav li.selected a, #subnav li a:hover, #subnav li a:active {
	color: #FFFFFF;
	background-color:#508098;
}
/* pricing table
----------------------------------------------------------------------------------------------------*/
.payment-options {
	background: none repeat scroll 0 0 #F7F9F9;
	padding: 20px;
	margin-bottom: 25px;
	margin-top: 30px;
	display: block;
}
.payment-options img {
	width: 100%;
	max-width: 502px;
}
#pricing-table {
	width: 100%;
	overflow: hidden;
}
#pricing-table td, #js-orders td, #js-messages td, .case-details td {
	padding: 10px;
	font-size: 11px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
	line-height: 18px;
	vertical-align: top;
}
td, th {
	padding: 5px;
}
th {
	font-weight: bold;
}
#pricing-table td.table-head, #js-orders th, #js-messages th, .case-details th {
	border-top: 0;
	text-align: center;
	padding: 20px 10px;
}
#pricing-table td.table-head p {
	margin: 0;
}
#pricing-table td.table-head strong {
	color: #4C413E;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	font-weight: normal;
}
#pricing-table td.table-head.platinum {
	background: none repeat scroll 0 0 #F7F9F9;
}
#pricing-table td.table-head.gold {
	background-color: #508098;
	border-bottom: 1px solid #6b9fb9;
	color: #FFFFFF;
}
#pricing-table td.table-head.gold strong {
	color: #FFFFFF;
}
#pricing-table td.table-body.platinum {
	background: none repeat scroll 0 0 #F7F9F9;
	color: #333;
}
#pricing-table td.table-body.gold {
	background-color: #508098;
	border-bottom: 1px solid #6b9fb9;
	border-top: 1px solid #115744;
	color: #FFFFFF;
}
#pricing-table td.table-body {
	color: #535353;
	text-align: right;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	text-align: center;
	vertical-align: top;
}
#pricing-table .button {
	margin: 10px 0;
}
/*special
------------------------------------------------------------------------------------------------*/
.special {
	background: url(images/specials-bg.jpg) repeat-x bottom;
	padding: 20px 20px 10px;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px dashed #CCCCCC;
}
.special:last-child {
	margin-bottom: 0;
}
.specials-form form, .print {
	float: left;
}
.print {
	font-weight: bold;
	margin: 10px 0 0 12px;
}
.print .button {
	margin-left: 9px;
}
.specials-description p, .specials-description {
	font-size: 11px;
	line-height: 18px;
}
.specials-description img {
	box-shadow: 0 5px 5px #ccc;
	-webkit-box-shadow: 0 5px 5px #ccc;
	-moz-box-shadow: 0 5px 5px #ccc;
}
.specials-description h2 {
	color: #6b9fb9;
}
/*contact
	----------------------------------------------------------------------------------------------------*/
.what-to-bring {
	background: none repeat scroll 0 0 #F7F9F9;
	display: block;
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 20px 20px 10px;
}
#aside .what-to-bring {
	margin-top: 0;
	width: auto;
}
.what-to-bring ol li {
	list-style: inherit;
	margin-left: 30px;
	padding: 0;
	margin-bottom: 5px;
}

.hours span {
	color: #508097;
}
/*sign in
----------------------------------------------------------------------------------------------------*/
#form-login, #form-password {
	background: none repeat scroll 0 0 #F7F9F9;
	display: block;
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 20px 20px 10px;
}
#new-account {
	padding: 20px 20px 10px;
	border: 1px solid #F7F9F9;
	margin-bottom: 20px;
	margin-top: 15px;
}
#btn-password, #btn-remember {
	display: block;
	margin-bottom: 5px;
}
/* Misc
----------------------------------------------------------------------------------------------------*/

.fb_ltr {
	width: 85%!important;
}
.align-right {
	float: right;
	margin: 0 0 10px 10px;
	display: inline;
}
.align-left {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.test {
	border: 1px solid red;
}
br.clearabove {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.tweetme {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #DDDDDD;
	float: right;
	margin: 0 0 25px;
	padding: 10px;
	width: 475px;
}
.tweetme h5 {
	margin: 0 0 4px;
}
.tweetme ul, .tweetme p, .tweetme a {
	margin: 0;
}
.tweetme li {
	background: none;
	list-style: none;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.page-content.home {
		float: left;
	}
body, body.inner {
	background: none;
}
#logo {
	width: 100%;
	clear:both;
}
#logo a {
	margin:0 auto;
	margin-left:0px !important;
}
#logo img {
	margin-left:0px;
	width:95%;
}

#nav {
	border-top: 2px solid #E35A28;
}
#nav ul {
	margin: 0;
}
#nav ul ul {
	padding: 0;
	display: none;
}
#nav ul li {
	display: block;
	float: none;
	line-height: 32px;
	margin: 0;
	border-bottom: 1px solid #E4E3E2;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li ul li a:link, #nav ul li ul li a:visited, #nav.inner ul li a:link, #nav.inner ul li a:visited, #nav.inner ul li ul li a:link, #nav.inner ul li ul li a:visited {
	width: auto;
	text-align: left;
	padding: 10px 25px;
}
#nav ul li:hover ul, #nav li.sfhover ul {
	position: relative;
	width: 100%;
}
.container .five.columns.inner {
	margin-left:0px !important;
}
.service-col {
	width: auto;
	border: 1px solid #ddd;
	margin-bottom:20px !important;
}
.address-col {
	padding: 0px 20px 30px;
}
.address-col.inner {
	padding: 10px 0px 20px;
}
.address-col.inner .single {
	padding: 0px 0px 20px;
}


.staff-row {
	margint:0px auto !important;
	position:relative;
}
.staff-row:before, .staff-row:after {
	display:table;
	line-height:0;
	content: "";
}
.staff-row:after {
	clear:both;
}

.staff-member {
	float:none !important;
	width:260px;
	margin:0px auto !important;
	padding-top:25px;
	position:relative;
}

#inner {
	padding-top: 30px;
}
.service-image {
	width: auto;
	float: none;
	margin-bottom: 20px;
}
#aside .service-col-image {
	width: 41%;
}
.what-to-bring {
	border: 1px solid #DDDDDD;
}
.main-body {
	padding: 20px 20px 0;
}
#offer {
	border: 1px solid #DDDDDD;
	left: 0;
	margin-bottom: 30px;
	position: relative;
	top: 35px;
	padding: 15px 20px 0;
}
.phone-content {
	display: block!important;
}
.phone-content h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	letter-spacing: 0;
	text-transform: none;
	font-size: 30px;
}
.phone-content h3 span.price {
	font-size: 72px;
	line-height: 78px;
	color: #E35A28;
}
#footer-map {
	display:none;
}
.footer-col {
	padding: 10px 20px 15px;
}
#footer-nav ul li {
	display: block;
	float: none;
	line-height: 12px;
	margin: 5px 0;
	padding: 5px 0px 0 5px;
}
#footer-nav ul {
	display: block;
	float: none;
	margin: 0;
}
#footer-nav ul {
	float:left;
	width:45%;
}
#footer-nav p {
	float:right;
	width:45%;
	font-size:11px;
}
li#footer-nav-copy {
	line-height:15px !important;
}
#hotpress-link {
	display: block;
	float: none;
	margin: 55px 0 15px 20px;
	padding: 0;
}
.print {
	margin: -49px 0 0 82px;
}
#utility-nav {
	margin-top:10px !important;
	margin-bottom: 15px;
	padding:0px !important;
	width:420px;
	margin-left:0px !important;
}
#utility-nav h3#phone-text {
	display:none !important;
}
#utility-nav ul li {
	padding:0px !important;
	display:block;
	margin: 3px 0px !important;
}
#utility-nav ul li#nav-phone {
	display: block !important;
	border-right:none;
	position:relative;
}
#utility-nav ul li#nav-phone a, 
#utility-nav ul li#nav-map a, #utility-nav ul li#nav-map a:hover {
	color:#ffffff !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:13px 15px;
	border:none !important;
	font-size:1.3em;
	font-weight:600;
	width:175px;
	display:block;
	text-align:center;
	margin-left:0px !important;
}
#utility-nav ul li#nav-phone a span  {
	float:left;
}
#utility-nav ul li#nav-phone a {
	background: #508098;
}
#utility-nav ul li#nav-map a, #utility-nav ul li#nav-map a:hover  {
	float: left;
	background: #508098 !important;
}

#utility-nav ul li#nav-phone,
#utility-nav ul li#nav-map{
	float:left;
	position:relative;
	z-index:1;
	margin-left:-30px !important;
}

#utility-nav ul li#nav-request {
	padding:0;
	float:right;
	z-index:10;
	margin-left:0px !important;
	display:inline;
}
#utility-nav ul li#nav-request a, #utility-nav ul li#nav-request a:hover {
	height:auto;
	background:#E25A28 !important;
	border-radius: 10px;
	-webkit-border-radius: 10px ;
	-moz-border-radius: 10px;
	padding:18px 20px;
	line-height:1.5em;
	width:150px;
	font-size:1.5em;
	font-weight:600;
	float:right;
	margin:0px !important;
	text-align:center;
	text-transform:capitalize;
	opacity: 1;
}
	
.product-main h1 {
	font-size: 32px;
	line-height: 38px;
	margin-top: 15px;
}
.product-desc {
	width: 90%;
}
.productSmall .productItem, .productSmall .productItem .product-image {
	width: 100%;
	float: none;
}
.productSmall .productItem {
	margin-bottom: 20px;
}
.span3 {
	width: 100%;
}
.cart-item.product-image {
	margin-right: 1%;
}
.cart-item.product-image img {
	width: 100%;
}
table.webform td {
	display: block;
}
#payment-form input.long, #payment-form input.long {
	width: 249px;
}
#nav ul li#nav-account {
	display: block;
	border-bottom: 0;
}
#nav ul li#nav-store {
	display: block;
}
#new-account, #form-login {
	width: 75%;
}
#new-account input.cat_textbox, #new-account textarea.cat_listbox, #new-account select.cat_dropdown, #new-account select.cat_listbox {
	width: 215px;
}

#pricing-table td {
	text-align: center;
}
.system-message-green.home {
	margin-top: 0;
}
#footer-nav .social-media ul {
	margin: 10px 0 0 20px;
}
#footer-nav .social-media ul li {
	float: left;
}
#subnav ul li#nav-header ul, #subnav ul {
	margin-top: 0px;
}
#subnav ul li#nav-header a, #subnav strong {
	padding: 20px;
}
#subnav ul li#nav-header ul li, #subnav.blog ul li, #subnav.account li {
	background: none;
	border-bottom: 1px solid #E4E3E2;
	margin-bottom: 0;
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
}
.featured-services .service-col {
	height: auto;
	padding: 0 0 20px;
}
.featured-services .service-col h5 {
	padding: 10px 0;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.print {
	margin: -49px 0 0 266px;
}
.print .button {
	margin-left: 4px;
	margin-top: 0;
	position: absolute;
}
#appt-form {
	margin-bottom:20px;
	float: left;
	padding: 10px 30px;
	overflow: hidden;
	width: 320px;
	border:1px solid #508097;
}
.d3cp_select_apptService {
	width:200px !important;
}
.d3cp_input_long {
	width: 300px !important;
}
.d3cp_form_row.d3cp_form_single {
	margin-left:0px !important;
}
.testimonials-body {
	background: #fff none repeat-y scroll 0 0;
	float: left;
	margin-bottom: 20px;
	padding: 0px;
	overflow: hidden;
	width:100%;
}
.testimonials-body h2 {
	padding: 10px !important;
}
.d3cp_feature_wrap {
	width:380px !important;
}
.d3cp_review_main {
	width:380px !important;
}
#D3cpWidget {
	width: 100% !important;
}
.d3cp_select_apptService {
	width: 320px;
}
.service-col {
	padding-bottom: 10px !important;
	margin-bottom:10px !important;
	height:115px;
}
.service-col-image {
	width: 50%;
	margin-right:8px !important;
}
.service-1 {
	background-position: right -50px;
}
.service-2 {
	background-position: right -32px;
}
.service-3 {
	background-position: right -97px;
}
.service-4 {
	background-position: right -97px;
}
.service-col-image {
	width: 30%;
}
#footer-utility img {
	width: 100%;
}
#aside .service-col-image {
	width: 30%;
}
#subnav ul li#nav-header a, #subnav strong {
	width: 91%;
}

}

@media only screen and (max-width: 479px) {
#logo img {
		width:80%;
		height:auto;
	} 
#utility-nav {
	margin:0 auto 10px auto !important;
	width:100%;
	position:relative;
}
#utility-nav ul {
	width:80%;
	padding:0px !important;
	margin: 0px auto !important;
}
#utility-nav ul li {
	padding:0px !important;
	margin: 3px 0px !important;
}
#utility-nav ul li#nav-phone a, 
#utility-nav ul li#nav-map a, #utility-nav ul li#nav-map a:hover {
	padding:13px 15px;
	font-size:1em;
	font-weight:600;
	display:block;
	text-align:center;
}
#utility-nav ul li#nav-phone a {
	width:100%;
	text-align:left !important;
}
#utility-nav ul li#nav-map a, #utility-nav ul li#nav-map a:hover {
	width:100%;
	background: #508098 !important;
	text-align:left !important;
}
li#nav-phone {
	margin-right:0px !important;
	width:52% !important;
	z-index:1;
}
li#nav-map {
	margin-right:0px !important;
	width:52% !important;
	z-index:1;
}
#utility-nav ul li#nav-request {
	padding:0;
	width:40%;
	float:right;
	margin-left:0px !important;
	display:inline;
	margin-right:0px !important;
}
#utility-nav ul li#nav-request a, #utility-nav ul li#nav-request a:hover {
	width:100%;
	margin-right:-30px !important;
	padding:26px 20px;
	line-height:1.5em;
	font-size:1.1em;
	font-weight:600;
	text-align:left;
	text-transform:capitalize;
	float:right !important;
	z-index:10;
}
	
#footer-utility {
		width:100%;
		margin:0 auto;
}

#nav {
	width:100%;
}
#logo img {
	margin-top:5px;
	width:100% !important;
}
#logo.one-third.column a {
	width: 100%;
}

.one-third.column {
	margin-bottom:10px;
}
#appt-form {
	margin-bottom:20px;
	float: left;
	padding: 10px;
	overflow: hidden;
	width: 250px;
	border:1px solid #508097;
}
#D3cpWidget {
	width: 230px !important;
}
.d3cp_select_apptService {
	width:230px !important;
}
.d3cp_input_name {
	width:230px !important;
}

.d3cp_input_normal {
	width:230px !important;
}
.d3cp_input_long {
	width: 230px !important;
}
.d3cp_form_row.d3cp_form_single {
	margin-left:0px !important;
}
.testimonials-body {
	background: #fff none repeat-y scroll 0 0;
	float: left;
	margin-bottom: 20px;
	padding: 0px;
	overflow: hidden;
	width:100%;
}
.testimonials-body h2 {
	padding: 10px !important;
}
.d3cp_feature_wrap {
	width:280px !important;
}
.d3cp_review_main {
	width:93% !important;
}
#D3cpWidget {
	width: 100% !important;
}
.d3cp_select_apptService {
	width: 300px;
}
.d3cp_seal_expl_center #d3cp_text {
	width: 236px !important;
}
.service-col {
	padding-bottom: 10px !important;
	margin-bottom:10px !important;
	height:107px;
}
.service-col-image {
	width: 37%;
	margin-right:8px !important;
}

#footer-nav ul li {
	display: block;
	float: none;
	line-height: 12px;
	margin: 5px 0;
	padding: 5px 0px 0 5px;
}
#footer-nav ul {
	display: block;
	float: none;
	margin: 0;
}
#footer-nav ul {
	float:left;
	width:43%;
}
#footer-nav p {
	float:right;
	width:48%;
	font-size:11px;
}
#parks-addy {
	margin: 10px 0 0 10px !important;
}
li#footer-nav-copy {
	line-height:15px !important;
}
#icon-facebook, #icon-twitter, #icon-googleplus, #icon-facebook a, #icon-twitter a, #icon-googleplus a {
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
h1#logo {
	width: 287px;
}
#appt-form {
	margin-bottom:20px;
	float: left;
	padding: 10px 30px;
	overflow: hidden;
	width: 650px;
	border:1px solid #508097;
}
.testimonials-body {
	background: #fff none repeat-y scroll 0 0;
	float: left;
	margin-bottom: 20px;
	padding: 0px;
	overflow: hidden;
	width:100%;
}
#D3cpWidget {
	width: 100% !important;
}
.testimonials-body h2 {
	padding: 10px !important;
}
.d3cp_feature_wrap {
	width:477px !important;
}
.d3cp_review_main {
	width:480px !important;
}
#utility-nav {
	width:52%;
}
#utility-nav ul li#nav-request a, #utility-nav ul li#nav-map a {
	font-size:12px;
	font-family: Verdana, Lucida Grande, sans-serif;
}
#utility-nav ul li#nav-map a {
	padding:7px 54px;	
}
#utility-nav h3#phone-text {
	font-size: 13px;
	padding-right: 2px !important;
	font-family: Verdana, Lucida Grande, sans-serif;
}
#nav {
	width:768px;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li ul li a:link, #nav ul li ul li a:visited {
	padding: 10px 1px;
	width: 125px;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:center;
}
#nav ul li ul li a:link, #nav ul li ul li a:visited {
	padding: 5px 37px;
	width: auto;
	text-transform: none;
}
#slideshow {
	width:100%;
}
.hero {
	height: 388px !important;
}
.hero-image {
	width: 768px;
}
.hero-image img {
	width: 768px;
}
.staff-member {
	float:left;
	width:200px;
	margin-left:30px;
	margin-top:40px;
	position:relative;
}
.staff-member h3 {
	font-size: 21px;
	line-height:26px;
}
.staff-member h4 {
	color: #E65C29;
	font-size: 14px;
	line-height: 18px;
}
.staff-member p {
	font-size: 11px;
	line-height:17px;
}
.staff-img img {
	width: 170px !important;
}

.product-main {
	margin-left: 25px !important;
}
.product-main h1 {
	font-size: 32px;
	line-height: 38px;
	margin-top: 15px;
}
#payment-form input.long, #payment-form input.long {
	width: 538px;
}
.address-col {
	padding: 82px 20px 0;
}

.featured-services .service-col {
	height: auto;
	padding: 0 0 20px;
}
.service-col h5 {
	padding: 4px 0 !important;
	margin-bottom: 5px !important;
	font-size:1.2em;
}

.service-col {
	padding-bottom: 10px !important;
	margin-bottom:10px !important;
	height:106px;
}
.service-col-image {
	width: 47%;
	margin-right:8px !important;
}
.service-col-description p {
	margin-right: 5px;
	font-size:11px;
	line-height: 14px;
}
#footer-utility {
	padding:10px;
}
#parks-addy {
	font-size:12px;
	line-height:19px;
	margin-top:12px;
}
#footer-nav .social-media ul {
	margin: 10px 0 0 10px;
	margin-right:30px;
}
#footer-nav ul li {
	padding: 10px;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"], .cat_button, .productSubmitInput, a#catshopbuy:link, a#catshopbuy:visited {
	font-size: 12px;
}
#subnav ul li#nav-header a, #subnav strong {
	width: 82%;
}
}
