body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	line-height:22px;
}

.block {
	margin-top: 20px;
	display: inline-block;
}

.align_left {
	text-align: left;
}

.align_center, .align-center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

h3 {
	font-size:20px;
	color:#38b5e6;
	font-weight:bold;
}
a, a:active, a:focus, a:hover {
	outline: none;
	text-decoration: none;
	color:#38b5e6;
}

.container {
	width:100%;
	padding:0;
	margin-left:0;
	margin-right:0;
}

.row {
	width:100%;
	margin:0;
}

.col-md-12 {
	width:100%;
	padding:0;
}

.hundo img {
	width:100%;
	height:auto;
}

.eighty img {
	max-width:80%;
	height:auto;
}
.hundo {width:100%;height:auto;}

.rounded-landscape  {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;

}

.rounded-landscape img {
	max-width: none;
	width: auto;
 	 height: 100%;
 	 vertical-align:middle;
  	margin-left: -50px;
}


.blueback form input[type="text"], .blueback form input[type="email"], .blueback form input[type="tel"], .blueback textarea {
	padding:12px;
	margin:5px 0;
	width:100%;
	outline:none;
	border:0px;
	color: #000;
}

.blueback textarea {
	padding:7px;
}



.btn-primary, .btn-submit {
	background:#f1f1f2;
	border-radius:40px;
	padding:4px 20px;
	border:2px solid #ccc;
	color:#636363;
}

.btn-primary:hover, .btn-submit:hover {
	background:#38b5e6;
	color:#fff;
	border:2px solid #38b5e6;
}

.btn-submit {
	margin:20px 0 20px 0;
	text-align:center;
}

.line-break {
	width:100%;

}

.columned {
	margin:40px 0;
}

.padfortywide {
	padding:20px 40px;
}

.padheightforty {
	padding:40px 0 0 0;
}

.padheightsixty {
	padding:40px 0;
}

.bottomborder {
	padding-bottom:10px;
	border-bottom:1px solid #000;
}

.bottomborderwhite {
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}

.page_entry_image .hundo img {
	margin-top: 15px;
}
/* ------------  COLORS --------------- */

.blueback {
	background-color:#38b5e6;
}

.blueback_title {
	background-color:#38b5e6;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
}

.blue {
	color:#38b5e6;
}

.greyback {
	background:#f1f1f2;
	padding:20px;
}

.greyback li {
	margin:10px 0;
}

.white {
	color:#fff;
}

.btn-grey {
	background:#e6e7e8;
	padding:5px 20px;
	border-radius:40px;
	width:auto;
	display:inline-block;
	margin:10px 0;
	position:relative;
	
	
}

.btn-blu {
	background:#38b5e6;
	padding:5px 20px;
	border-radius:40px;
	width:auto;
	display:inline-block;
	margin:10px 0;
	position:relative;
	color:#fff;
	
}

.btn-blu:hover, .btn-blu:focus, .btn-blu:active {
	color:#fff;
	background:#4ec8f8;
}

p {
	margin:10px 0;
}
/* ---------------  Main Menu ---------------- */
#menu-main-menu,
.nav.navbar-nav {
	float: none !important;
	margin: 0 auto !important;
	text-align: center !important; 
}

#menu-main-menu li,
.navbar ul li {
	float: none;
	display: inline-block;	
}	

#menu-main-menu li a,
.navbar ul li a {
	color: #000;
	text-shadow: none;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#menu-main-menu li a:before, .navbar ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #40B4E5;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#menu-main-menu li a:hover, #menu-main-menu li a:focus, #menu-main-menu li a:active, .navbar ul li a:hover, .navbar ul li a:focus, .navbar ul li a:active {
  color: white;
}
#menu-main-menu li a:hover:before, #menu-main-menu li a:focus:before, #menu-main-menu li a:active:before, .navbar ul li a:hover:before, .navbar ul li a:focus:before, .navbar ul li a:active:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default .navbar-nav > .active{
    color: #fff;
   background: #40B4E5;
 }
 
 #menu-main-menu li.active a, .navbar ul li.active a {
 	color:#fff;
 }
 



#menu-main-menu li.menu_phone,
.navbar ul li.menu_phone {
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	background-color: #40B4E5;		
}

#menu-main-menu li.menu_phone a,
.navbar ul li.menu_phone a {
	color: #fff;	
}	

.navbar-default {
	background: #D0D2D3;
	box-shadow: none;
	border: none;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height:14px;
}

.navbar {
	min-height:32px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
	box-shadow: none;
	background: none;
}

/* ---------------  Header ---------------- */

#main_logo {
	padding-bottom: 0px;
}

a.logo img {
	max-width: 80%;
	height: auto;
}
/* ----------------   HOME PAGE -------------------- */


.top-slider {
	width:100%;
	height:auto;
	min-height:300px;	
	margin:0;
	position:relative;
		
}

.top-slider h3 {
	font-weight: 100;
	font-size: 30px;
	line-height: 30px;	
	color: #333;
}

.top-slider h3.blue {
	color: #38b5e6;	
	margin-bottom: 20px;
}		

.top-slider #behavoirs {
	font-style:italic;
	font-size: 40px;
	line-height: 40px;	
}

.top-slider #slider_copy {
	padding-top: 80px;
	padding-bottom: 200px;
}

#img_wrapper {
	position: relative;
	right: 0px;
	top: 0px;	
	float: right;
}

#slider_copy {
	position: absolute;
	left: 15%;
	top: 0px;
	bottom: 0px;
	z-index: 2;
}

.dogsbackcopy {
	position:absolute;
	width:80%;
	padding-left:20%;
	top:80px;
	
}

#line-break {
	width: 100%;	
}

#line-break td {		
	vertical-align:middle;
}

#line-break td.blue {
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;	
}	

#line-break td.blue.right {
	background-position: left center;	
}	

#line-break td.text {
    width:1%;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
}

#line-break span {
	display: block;
	font-size: 22px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#line-break span.blue {
	font-weight: 700;	
}	

.home_service_block .hundo img {
	margin-top: 0px !important;
}

.home_service_block p {
	min-height: 90px;
}

.rotate img {
	  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}

.rotate img:hover {
	-webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

/* --------------- ABOUT PAGE --------------- */

.banner {
	margin-top:0px;
	 text-align: center;
	width:100%;
	
	
}

.banner h1 {
	    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 100%;
    font-size: 32px;
}

/* --------------- CONTACT PAGE ---------------- */

.matchheight {
	overflow:hidden;
}

.matchheight .col {
 
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.contactwrap {
	margin-top:0px;
	padding:0px;
}

.contactformleft{
	padding:0 5px 0 0;
	
}

.contactformright {
	padding:0 0 0 5px;
}

.contactwrap .btn-submit {
	text-align:center;
}

.contactdog {
    bottom: -100px;    
    right: 0px;
    position: absolute;
    height: 100%;    
}

.blog_entry,
.single-blog {
	padding-bottom: 30px;
}

.page_entry_content ul {list-style:none;}
.page_entry_content ul li:before {
	content: "\002022";
	color:#38b5e6;
	font-weight:bold;
	padding-right:10px;
}


/* --------------- BLOG PAGE -------------------- */

.sidebar {
	padding-top:20px;
}

.sidebar ul {
	list-style:none;
}



/* ---------------  Sticky Footer ---------------- */
#site_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 51px auto -155px;
}
#footer, #push {
	height: 155px;
}

#footer {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* ---------------  Bootstrap Table Columns ---------------- */

.rowmax {
	max-width:1600px;
	margin:0 auto;
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
	position: relative;
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
/*
     FILE ARCHIVED ON 21:29:24 Nov 11, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:45:26 Aug 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.649
  exclusion.robots: 0.093
  exclusion.robots.policy: 0.076
  esindex: 0.009
  cdx.remote: 15.874
  LoadShardBlock: 106.625 (3)
  PetaboxLoader3.datanode: 763.139 (5)
  load_resource: 747.759
  PetaboxLoader3.resolve: 41.349
  loaddict: 82.202
*/