﻿body, html {
  overflow-x: hidden;
  font-family: "Rosario", "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #69C2C6;
  font-family: "Berkshire Swash", cursive; }

p, span {
  font-size: 20px;
  font-family: "Rosario", "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif; }

hr {
  border: solid #69C2C6 1px; }

.standOut {
  font-family: "Berkshire Swash", cursive; }

.innerWrapper {
  margin: 0 auto;
  max-width: 1148px; }

#CaptchaForm {
  position: relative;
  height: 150px; }
  #CaptchaForm .subscribeBtn {
    right: 0;
    bottom: 0;
    position: absolute; }

.navbar-collapse .dogHeadSvgWrapper {
  display: none; }

.navbar-brand {
  background: url("../Images/logo.png") no-repeat;
  background-size: contain;
  max-height: 60px;
  width: 170px;
  padding: 10px;
  margin-left: 10px; }

.navbar-inverse {
  padding-top: 15px;
  background-color: #69C2C6;
  border-color: transparent;
  border-bottom: solid #262626 10px; }
  .navbar-inverse .navbar-nav {
    float: right; }
    .navbar-inverse .navbar-nav li {
      background: #69C2C6;
      padding: 10px 0px; }
      .navbar-inverse .navbar-nav li a {
        text-transform: uppercase;
        color: #ffffff;
        transition: color linear 0.15s; }
      .navbar-inverse .navbar-nav li a:hover {
        color: #262626; }
      .navbar-inverse .navbar-nav li .dogSvgWrapper {
        position: absolute;
        z-index: -1;
        max-width: 60px;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-top: -15px;
        transition: all linear 0.15s; }
        .navbar-inverse .navbar-nav li .dogSvgWrapper #tail {
          top: 0px;
          transform: rotate(0deg);
          transform-origin: center;
          transition: 300ms;
          animation: shake 0.15s infinite alternate; }
        .navbar-inverse .navbar-nav li .dogSvgWrapper #leftLegGroup {
          transform: rotate(-30deg);
          transform-origin: top;
          transition: 300ms;
          animation: leftLeg 1s infinite alternate; }
        .navbar-inverse .navbar-nav li .dogSvgWrapper #rightLegGroup {
          transform: rotate(-30deg);
          transform-origin: top;
          transition: 300ms;
          animation: rightLeg 1.2s infinite alternate; }

@keyframes shake {
  0% {
    transform: rotate(-30deg); }
  100% {
    transform: rotate(30deg); } }

@keyframes leftLeg {
  0% {
    transform: rotateX(30deg); }
  100% {
    transform: rotateX(-30deg); } }

@keyframes rightLeg {
  0% {
    transform: rotateX(-30deg); }
  100% {
    transform: rotateX(30deg); } }

.banner {
  min-height: 600px;
  border-bottom: solid #69C2C6 10px; }
  .banner .innerWrapper {
    position: relative;
    height: 100%; }
  .banner .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .banner .nav-down {
    position: absolute;
    z-index: 100;
    margin: 0 auto;
    bottom: 15px;
    left: 0;
    right: 0;
    font-size: 50px;
    text-align: center;
    color: #69C2C6;
    cursor: pointer;
    animation: arrowDown 1s infinite alternate; }

@keyframes arrowDown {
  0% {
    bottom: 15px;
    color: #69C2C6; }
  100% {
    bottom: 0px;
    color: #ffffff; } }
  .banner .overlay {
    position: relative;
    top: 275px;
    z-index: 10;
    padding: 20px; }
    .banner .overlay h1, .banner .overlay h2, .banner .overlay h3 {
      color: #ffffff;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
    .banner .overlay h1 {
      font-size: 60px; }
    .banner .overlay h2 {
      font-size: 40px;
      margin-bottom: 30px; }
    .banner .overlay a {
      border: solid #ffffff 1px;
      background: rgba(0, 0, 0, 0.8);
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      padding: 10px 15px;
      transition: all linear 0.15s; }
    .banner .overlay a:hover {
      color: #69C2C6;
      border: solid #69C2C6 1px; }
    .banner .overlay .paw {
      position: absolute;
      z-index: 0;
      display: none;
      transform: rotate(45deg);
      max-width: 100px;
      width: 100%; }
    .banner .overlay .paw1 {
      top: 0;
      left: 100px; }
    .banner .overlay .paw2 {
      top: 40px;
      left: 250px; }
    .banner .overlay .paw3 {
      top: 120px;
      left: 0px; }
    .banner .overlay .paw4 {
      top: 140px;
      left: 150px; }

.innerBanner {
  min-height: 600px; }
  .innerBanner .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .innerBanner .overlay {
    position: relative;
    top: 275px;
    z-index: 10;
    padding: 20px; }
    .innerBanner .overlay h1 {
      font-size: 60px;
      color: #ffffff; }

.welcomeWrapper, .insideServiceWrapper {
  background-image: url(../Images/Static/paw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(105, 194, 198, 0.5);
  position: relative; }
  .welcomeWrapper h2, .insideServiceWrapper h2 {
    position: relative;
    z-index: 100;
    margin-top: 0px;
    text-align: center;
    padding-top: 30px;
    text-shadow: 2px 2px 2px #262626; }
  .welcomeWrapper .mask, .insideServiceWrapper .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8); }
  .welcomeWrapper .serviceItem, .insideServiceWrapper .serviceItem {
    margin: 20px auto;
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 150px;
    border: solid #69C2C6 5px;
    background: rgba(38, 38, 38, 0.5);
    -moz-box-shadow: inset 0 0 120px rgba(38, 38, 38, 0.5);
    -webkit-box-shadow: inset 0 0 120px rgba(38, 38, 38, 0.5);
    box-shadow: inset 0 0 120px rgba(38, 38, 38, 0.5);
    transition: all linear 0.15s; }
    .welcomeWrapper .serviceItem .serviceSvgWrapper, .insideServiceWrapper .serviceItem .serviceSvgWrapper {
      height: 100px;
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%); }
      .welcomeWrapper .serviceItem .serviceSvgWrapper svg, .insideServiceWrapper .serviceItem .serviceSvgWrapper svg {
        fill: #262626;
        transition: fill linear 0.15s; }
    .welcomeWrapper .serviceItem h2, .insideServiceWrapper .serviceItem h2 {
      padding-top: 0px;
      margin: 0;
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      transition: all linear 0.15s;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
      color: #69C2C6; }
  .welcomeWrapper .serviceItem:hover, .insideServiceWrapper .serviceItem:hover {
    background: none;
    border: solid #262626 5px;
    -moz-box-shadow: inset 0 0 120px rgba(105, 194, 198, 0.5);
    -webkit-box-shadow: inset 0 0 120px rgba(105, 194, 198, 0.5);
    box-shadow: inset 0 0 120px rgba(105, 194, 198, 0.5); }
    .welcomeWrapper .serviceItem:hover h2, .insideServiceWrapper .serviceItem:hover h2 {
      color: #262626; }
    .welcomeWrapper .serviceItem:hover .serviceSvgWrapper svg, .insideServiceWrapper .serviceItem:hover .serviceSvgWrapper svg {
      fill: #69C2C6; }

.aboutWrapper {
  min-height: 300px;
  padding: 20px 10px;
  background: #262626; }
  .aboutWrapper h2 {
    margin-top: 0px; }
  .aboutWrapper p {
    color: #69C2C6;
    font-size: 20px;
    margin-bottom: 20px; }
    .aboutWrapper p .standOut {
      color: #ffffff; }
  .aboutWrapper img {
    max-width: 400px;
    width: 100%; }
  .aboutWrapper .contactBtn {
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    border: solid #69C2C6 1px;
    color: #69C2C6;
    transition: all linear 0.15s; }
  .aboutWrapper .contactBtn:hover {
    border: solid #ffffff 1px;
    color: #ffffff; }

.contactWrapper {
  background-image: url(../Images/Static/paw.png);
  background-repeat: no-repeat;
  background-position: center; }
  .contactWrapper h3 {
    color: #262626; }
  .contactWrapper input {
    height: 45px; }
  .contactWrapper input, .contactWrapper textarea {
    margin-bottom: 15px;
    background: #333333;
    border: solid #69C2C6 1px;
    color: #69C2C6; }
  .contactWrapper textarea {
    resize: none;
    min-height: 150px; }
  .contactWrapper img {
    max-width: 200px; }
  .contactWrapper .btn {
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 15px;
    border: solid #262626 1px;
    background: #ffffff;
    color: #262626;
    transition: all linear 0.15s; }
  .contactWrapper .btn:hover {
    color: #69C2C6;
    background: #333333;
    border: solid #69C2C6 1px; }

.blogWrapper .contactInfo i.fa, .contactWrapper .contactInfo i.fa {
  font-size: 16px;
  padding-right: 10px;
  width: 30px; }

.blogWrapper .contactInfo a, .contactWrapper .contactInfo a {
  color: #262626;
  transition: color linear 0.15s; }

.blogWrapper .contactInfo a:hover, .contactWrapper .contactInfo a:hover {
  color: #333333; }

.blogWrapper {
  min-height: 300px;
  padding: 15px;
  background: rgba(105, 194, 198, 0.5); }
  .blogWrapper h2 {
    color: #262626; }
  .blogWrapper .socialMedia {
    margin-top: 20px; }
    .blogWrapper .socialMedia .fa {
      height: 40px;
      width: 40px;
      padding: 5px;
      font-size: 30px;
      text-align: center;
      transition: all linear 0.15s; }
    .blogWrapper .socialMedia .fa-facebook {
      color: #ffffff;
      background: #3b5998; }
    .blogWrapper .socialMedia i.fa-instagram {
      color: #fff;
      background: #d6249f;
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 100%); }
    .blogWrapper .socialMedia .fa:hover {
      color: #ffffff;
      background: #69C2C6; }
    .blogWrapper .socialMedia .imgWrapper {
      text-align: center; }
      .blogWrapper .socialMedia .imgWrapper img {
        max-width: 300px;
        margin: 0 auto;
        display: inline-block; }
      .blogWrapper .socialMedia .imgWrapper .logoImg {
        width: 50%; }
      .blogWrapper .socialMedia .imgWrapper .insuredImg {
        padding: 10px;
        width: 30%; }
  .blogWrapper .bpItem h3 a {
    color: #262626;
    transition: color linear 0.15s; }
  .blogWrapper .bpItem h3 a:hover {
    color: #777777; }

.footerWrapper {
  padding: 10px 10px 7px;
  border-top: solid #262626 3px;
  border-bottom: solid #262626 3px; }
  .footerWrapper p {
    text-align: center;
    font-size: 14px; }
    .footerWrapper p img {
      max-width: 20px;
      margin: 0px 5px;
      display: inline; }
    .footerWrapper p a {
      color: #262626;
      transition: color linear 0.15s; }
    .footerWrapper p a:hover {
      color: #69C2C6; }

.insideServiceWrapper {
  background-image: url(../Images/Static/paw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative; }
  .insideServiceWrapper p {
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #262626; }
  .insideServiceWrapper h2 {
    position: relative;
    z-index: 100;
    margin-top: 0px;
    text-align: center;
    padding-top: 0px;
    text-shadow: 2px 2px 2px #262626; }
  .insideServiceWrapper .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8); }

.insidePageWrapper .innerContentWrapper {
  padding: 15px;
  position: relative; }
  .insidePageWrapper .innerContentWrapper .mask {
    position: absolute;
    height: calc(100% - 15px);
    width: 100%;
    background: rgba(255, 255, 255, 0.8); }
  .insidePageWrapper .innerContentWrapper .sideNav h2 {
    margin-top: 0px; }
  .insidePageWrapper .innerContentWrapper .sideNav ul {
    list-style-type: none;
    padding-left: 0px; }
    .insidePageWrapper .innerContentWrapper .sideNav ul li a {
      text-decoration: none; }
      .insidePageWrapper .innerContentWrapper .sideNav ul li a .bullet {
        height: 15px;
        width: 15px;
        padding-right: 10px;
        display: inline-block;
        background-image: url(../Images/Static/paw-blue.png);
        background-repeat: no-repeat;
        background-size: 15px;
        transition: all linear 0.15s; }
      .insidePageWrapper .innerContentWrapper .sideNav ul li a h4 {
        color: #262626;
        font-size: 26px;
        padding-left: 10px;
        transition: all linear 0.15s;
        display: inline-block; }
    .insidePageWrapper .innerContentWrapper .sideNav ul li a:hover {
      color: #69C2C6; }
      .insidePageWrapper .innerContentWrapper .sideNav ul li a:hover .bullet {
        background-image: url(../Images/Static/paw.png); }
      .insidePageWrapper .innerContentWrapper .sideNav ul li a:hover h4 {
        padding-left: 15px; }
  .insidePageWrapper .innerContentWrapper .bpItem {
    border-bottom: solid #69C2C6 1px;
    padding: 10px; }
    .insidePageWrapper .innerContentWrapper .bpItem img {
      display: inline-block;
      padding-right: 10px;
      border-right: solid #69C2C6 1px;
      max-height: 85px; }
    .insidePageWrapper .innerContentWrapper .bpItem h2 {
      margin-top: 0px;
      padding-left: 5px;
      display: inline-block;
      vertical-align: top; }
      .insidePageWrapper .innerContentWrapper .bpItem h2 a {
        color: #262626;
        text-decoration: none;
        transition: color linear 0.15s; }
      .insidePageWrapper .innerContentWrapper .bpItem h2 a:hover {
        color: #777777; }
    .insidePageWrapper .innerContentWrapper .bpItem p {
      padding-left: 5px; }
  .insidePageWrapper .innerContentWrapper .linkWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-align: right; }
    .insidePageWrapper .innerContentWrapper .linkWrapper a {
      padding: 10px 15px;
      text-transform: uppercase;
      text-decoration: none;
      color: #262626;
      border: solid #262626 1px;
      transition: all linear 0.15s; }
    .insidePageWrapper .innerContentWrapper .linkWrapper a:hover {
      color: #777777;
      border: solid #777777 1px; }
  .insidePageWrapper .innerContentWrapper .testimonialsWrapper h3 {
    margin-top: 0px; }
  .insidePageWrapper .innerContentWrapper .testimonialsWrapper .testimonialName {
    margin: 10px 0px;
    color: #262626; }
    .insidePageWrapper .innerContentWrapper .testimonialsWrapper .testimonialName .fa {
      color: #69C2C6; }

.insidePageWrapper .serviceWrapper img {
  max-width: 200px;
  padding: 10px; }

.insidePageWrapper .serviceWrapper ul {
  padding-left: 20px; }
  .insidePageWrapper .serviceWrapper ul li {
    padding-left: 10px;
    font-size: 20px; }

.fancyBoxWrapper {
  text-align: center; }
  .fancyBoxWrapper .fancybox img {
    max-height: 200px;
    width: auto;
    padding-bottom: 3px; }

.hiddenField {
  display: none; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .banner {
    min-height: 400px; }
    .banner .overlay {
      bottom: -10px;
      text-align: center; }
      .banner .overlay h1 {
        font-size: 35px; }
      .banner .overlay h2 {
        font-size: 24px;
        margin-bottom: 40px; }
      .banner .overlay a {
        font-size: 13px; }
      .banner .overlay .paw {
        max-width: 25px; }
      .banner .overlay .paw1 {
        top: 60px;
        left: 80px; }
      .banner .overlay .paw2 {
        top: 80px;
        left: 180px; }
      .banner .overlay .paw3 {
        top: 120px;
        left: 30px; }
      .banner .overlay .paw4 {
        top: 130px;
        left: 140px; }
  .pawWrapper {
    display: none; }
  .navbar-collapse {
    position: relative;
    z-index: 0;
    overflow-y: hidden !important; }
    .navbar-collapse .dogHeadSvgWrapper {
      max-width: 90px;
      width: 100%;
      display: inline-block;
      position: absolute;
      z-index: -1;
      margin-bottom: -40px;
      bottom: 0;
      right: 20px;
      animation: dogHead 3s infinite; }
  @keyframes dogHead {
    0% {
      margin-bottom: -40px; }
    50% {
      margin-bottom: -20px; }
    100% {
      margin-bottom: -40px; } }
  .navbar-inverse {
    padding-top: 15px; }
    .navbar-inverse .navbar-nav {
      float: left; }
      .navbar-inverse .navbar-nav li {
        padding-top: 0px; }
        .navbar-inverse .navbar-nav li .dogSvgWrapper {
          display: none !important; } }

