@charset "UTF-8";
body {
	min-width: 1150px;
	background-image: url(../images/background2.png);
	background-attachment:fixed

}

.background {
	background-image: url(../images/background2.png);
	background-attachment: fixed;
	background-repeat: repeat;
	}

.wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.wrapper2 {
	height: auto;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
}

/* Header Styles */
#firstaid {
	vertical-align: top;
	position: absolute;
	right: 0;
	background-image: url(../images/firstaid.gif);
	background-size: 110px 120px;
	width: 110px;
	height: 120px;
}

.nav_container {
	position: relative;
}

.nav_header{
	z-index: 50;
	position: relative;
	pointer-events: none;
}

.service_icon {
	display: inline-block;
	vertical-align: middle;
}

.nav_logo {
	background-image: url(../images/whole_logo.png);
	background-size: 250px 132px;
	width: 250px;
	height: 132px;
	display: inline-block;
	vertical-align: bottom;
}

.nav_dog {
	background-image: url(../images/rex_cropped.png);
	background-size: 80px 82px;
	width: 80px;
	height: 82px;
	display: inline-block;
	vertical-align: bottom;
}

.tagline {
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 10px;
}

.tagline h1 {
	font-size: 20px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  color: #0170bd;
}

.nav_menu {
	margin-top: -26px;
	z-index: 10;
	position: relative;
	margin-bottom: 20px;
}

.nav_menu ul {
  list-style: none;
  height: 36px;
  padding-left: 50px;
  background-color: #247edd;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #1c65b2 #18589c #18589c;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 2px 5px 12px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 2px 5px 12px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}

.nav_page {
  float: left;
  min-width: 50px;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  position: relative;
 	overflow: hidden;
 	background-color: #247edd;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  border-left: 1px solid #1fa1fc;
  border-right: 1px solid #0b6bae;  
}

.nav_page a {
  font-size: 14px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  color: white;
  text-align: center;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0 1px #154c86; 
  position: relative;
  z-index: 60;
  pointer-events: visible;
}

.nav_page:hover {
  background-color: #0c5fb7;
}

.nav_page:active {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px #154c86;
  background: #1f71c8;
  border-color: #113f70 #154c86 #1c65b2;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}

.greenheader {
	color: #51A401;
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */ 
	font-family: Tahoma, arial;
	font-size: 22px;
}

.hero_content {
	min-height: 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	background-color: #4297FA;
	box-shadow: 0px 0px 15px 3px #AFAFAF;
	border-radius:10px;
	z-index: 2;
	position: relative;
}

.main_hero {
	height: 355px;
	font-size: 16px;
	font-weight: normal;	  
	color: #000;
}

.home_gallery_frame {
	position: relative;
	top: 0;
	left: 0;
	width: 625px;
	height: 350px;
}

.page_title {
	font-weight: bold;	
  font-size: 24px;
  color: #FFF;
  color: #FFF;
	font-size: 24px;
	padding-left: 15px;
	padding-top: 6px;
	padding-right: 5px;
}

#home_gallery {
	width: 625px;
	display: inline-block;
	overflow: hidden;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
}

#home_gallery2 {
	width: 815px;
	display: inline-block;
	overflow: hidden;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
}

.important {
  font-weight: bold;	
  font-size: 19px;
  color: #f00;
  text-align: center;
  background-color: #f7f652;
}

.fb-photo {
	text-align: center;
	overflow: hidden;
}

.contact_section {
	display: inline-block;
	height: 250px;
	width: 310px;
	vertical-align: top;
	padding:10px;
}
.contact_label, .aboutus_label {
	font-size: 18px;
  	color: #15541d; /* #FFFFFF; */
}

.right {
	float: right;
}

.sub_content {
	padding:15px;
	margin-top: -10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 8px 15px 3px #AFAFAF;
	margin-bottom: 20px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-color:#FFF;
	z-index:1;
	position: relative;
	overflow: hidden;
}

.services {
	width: 625px;
	display: inline-block;
}

.service_icon {
	background-image: url(../images/dogbone.png);
	background-size: 25px 15px;
	width: 25px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

.service_description {
	margin-left: 7px;
	vertical-align: middle;
	display: inline-block;
}

.service_description2 {
	margin-left: 7px;
	vertical-align: middle;
	display: initial;
}

.services_table {
	width: 610px;
}

.updates {
	display: inline-block;
	width:295px;
	vertical-align:top;
}

.updates_label {
	color: red;
	text-align: center;
}

.footer {
	background-color:#62BE27;
	padding: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2D5A01;
	position: relative;
	border-radius:10px;
	box-shadow: 0px 8px 15px 3px #AFAFAF;
}

.footer_content {
	font-size: 18px; 
	text-align: center;
	font-weight: bold;
}

.footer_section {
	vertical-align: top;
	display: inline-block;
	width: 200px;
	text-align: center;
}

.footer_label {
	vertical-align: top;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #183100;
}

.mycredit {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #4F8819;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #254B00;
	padding-top: 5px;
	margin-top:5px;
}

.boarding_button {
  background-color: #295df0;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #3512bf #1d0c7d #3d5acd;
  border-radius: 8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;

  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 2px 5px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 2px 5px 12px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 2px 5px 12px rgba(0, 0, 0, 0.2);
  
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));

  color: white;
  padding: 10px 24px;
  width:210px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  
  font-size: 16px;
  font-family: Verdana, sans-serif;
  text-shadow: 0 1px #281e7b; 
  position: relative;
  pointer-events: visible;
}

.boarding_button:hover {
  background-color:#0e38ae;
}

.boarding_button:active {
  position:relative;
  top:1px;
}

.social_button {
	background-size: 60px 180px;
	background-position: 0 0;
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.social_button:hover {
  background-position: 0 -60px;
}

.social_button:active {
	background-position: 0 60px;
}

.social_button.email {
	background-image: url(../images/email-button-sprite.png);	
}

.social_button.facebook {
	background-image: url(../images/facebook-button-sprite.png);
}

.social_button.instagram {
	background-image: url(../images/instagram-button-sprite.png);
}

.address_link {
	text-decoration: none;
	color: #2D5A01;
}

.address_link:hover {
	color: #183100;
}

.service_rates {
	margin-top: 18px;
	margin-left: 10px;
	padding: 0px 15px 15px 15px;
    width: 475px;
	display: inline-block;
	vertical-align: top;
	background-color: #E6E6E6;
  border-radius: 10px;
}

.service_rates2 {
	margin-top: 18px;
	margin-left: 10px;
	padding: 0px 15px 15px 15px;
    width: 690px;
	display: inline-block;
	vertical-align: top;
	background-color: #E6E6E6;
  border-radius: 10px;
}

.additional_info {
	margin-top: 18px;
	overflow: hidden;
  	margin-left: 10px;
	width: 365px;
	display: inline-block;
	vertical-align: top;
}

.page_photo_small {
	width: 375px;	
	height: 305px;
}

.footnote {
	font-size: 15px;
	padding-left: 10px;
	vertical-align: middle;
}

/* Dog Wash styling */
.gallery_frame {
	margin-top: 20px;
	width: 400px;	
	height: 370px;
	display: inline-block;
	overflow: hidden;
  border-radius: 10px;
}

.gallery_frame2 {
	margin-top: 20px;
	width: 100%;	
	height: 530px;
	display: flex;
	justify-content: center; /* Centers horizontally */
  align-items: center;  /* Centers vertically */
	overflow: hidden;
  border-radius: 10px;
}

/* about us styling */
.map_container {
	width: 670px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	display: inline-block;
	background-color: #E8E8E8;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;	
	height: 325px; /*same as .about_us */
}

.map_container2 {
	width: 860px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	display: inline-block;
	background-color: #E8E8E8;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;	
	height: 325px; /*same as .about_us */
}

.content_container {
	width: 605px;
	height: 250px;
	display: inline-block;
	padding: 10px;
	display: inline-block;
	background-color: #FFF;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;	
}

.content_container2 {
	width: 795px;
	height: 250px;
	display: inline-block;
	padding: 10px;
	display: inline-block;
	background-color: #FFF;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;	
}

.location {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.about_us {
	vertical-align: top;
	margin-top: 20px;
	margin-left: -5px;
	border-left: 1px;
	width: 240px;
	height: 325px; /*same as .map_container */
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	padding:10px;
	color: #000;
	background-color: #4297FA;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	z-index: 2;
	position: relative;
}

.about_blurb {
	float:left;
	width: 45%;
	padding-right: 10px;
}

.half_gallery {
	text-align: center;
	width:50%;
}

.long_gallery {
	text-align: center;
	width:100%;
}

/* jssor slider thumbnail navigator skin 07 css */
/*
.jssort07 .p            (normal)
.jssort07 .p:hover      (normal mouseover)
.jssort07 .pav          (active)
.jssort07 .pav:hover    (active mouseover)
.jssort07 .pdn          (mousedown)
*/
.fb-album-container {
  position: relative;
  width: 400px;
  height: 365px;
  margin:0;
}
.jssort07 {
    position: absolute;
    /* size of thumbnail navigator container */
    width: 400px;
    height: 75px;
    left: 0px;
    bottom: 0px;
}
.jssort07 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 99px;
    height: 66px;
}
.jssort07 .i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99px;
    height: 66px;
    filter: alpha(opacity=80);
    opacity: .8;
}
.jssort07 .p:hover .i, .jssort07 .pav .i {
    filter: alpha(opacity=100);
    opacity: 1;
}
.jssort07 .o {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 97px;
    height: 64px;
    border: 1px solid #000;
    box-sizing: content-box;
    transition: border-color .6s;
    -moz-transition: border-color .6s;
    -webkit-transition: border-color .6s;
    -o-transition: border-color .6s;
}
.jssort07 .pav .o {
    border-color: #0099ff;
}
.jssort07 .p:hover .o {
    border-color: #fff;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
.jssort07 .p.pdn .o {
    border-color: #0099ff;
}
* html .jssort07 .o {
  /* ie quirks mode adjust */
  width /**/: 99px;
  height /**/: 66px;
}

.jssora11l, .jssora11r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/a11.png) no-repeat;
    overflow: hidden;
}

.jssora11l {
  top: 123px; left: 8px;
}

.jssora11r {
  top: 123px; right: 8px;
}
.jssora11l { background-position: -3px -33px; }
.jssora11r { background-position: -63px -33px; }
.jssora11l:hover { background-position: -123px -33px; }
.jssora11r:hover { background-position: -183px -33px; }
.jssora11l.jssora03ldn { background-position: -243px -33px; }
.jssora11r.jssora03rdn { background-position: -303px -33px; }
/* end slider style */

/* rates */
.menu_header {
	color: #51A401;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgb(120, 115, 146);
}
.service_option {
  width: 400px;
  margin-top: 20px;
  margin-bottom:20px;
  padding: 5px 15px 5px 15px;
  background-color: #E6E6E6;
  border-radius: 10px;
}

.service_option h5 {
  height: 18px;
  background: url(../images/rate-separator.png) repeat-x 0 9px;
  line-height: 1.0em;
  margin: 0 0 5px 0;
}

.service_option h5 em {
  float: left;
  background: #E6E6E6;
  padding: 0 5px 0 0;
  margin: 3px 0 0 0;
  font-size: 15px;
}

.service_option h5 span {
  float: right;
  background: #E6E6E6;
  padding: 0 0 0 5px;
  margin: 3px 0 0 0;
  font-size: 16px;
  font-style: italic;
}

.service_option2 {
  width: 475px;
  margin-top: 20px;
  margin-bottom:20px;
  padding: 5px 15px 5px 15px;
  background-color: #E6E6E6;
  border-radius: 10px;
}

.service_option2 h5 {
  height: 18px;
  background: url(../images/rate-separator.png) repeat-x 0 9px;
  line-height: 1.0em;
  margin: 0 0 5px 0;
}

.service_option2 h5 em {
  float: left;
  background: #E6E6E6;
  padding: 0 5px 0 0;
  margin: 3px 0 0 0;
  font-size: 15px;
}

.service_option2 h5 span {
  float: right;
  background: #E6E6E6;
  padding: 0 0 0 5px;
  margin: 3px 0 0 0;
  font-size: 16px;
  font-style: italic;
}

.clearfix {
    display: block;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}


.left_menu {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.right_menu {
	width: 50%;	
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.left_menu2 {
	width: 540px;
	display: inline-block;
	vertical-align: top;
}

.right_menu2 {
	width: 540px;	
	display: inline-block;
	vertical-align: top;
}

/* slider */
.slider_container {
  position: relative;
}

.slider_container .dots {
  top: 0;
  text-align: center;
  list-style: none;
	position: absolute;
}

.slider_container ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider_container ul li { 
	float: left;
	border: none;
}

.fb-loading-image {
	background-image:url('../images/loading.gif') !important;
  background-position: center center;
  background-repeat:no-repeat;	
  display:none;
}