@viewport {
  zoom: 1.0;
  width: extend-to-zoom; }
@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0; }
*, html, body, #main {
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif; }

html, body {
  height: 100%; }

body {
  background-color: #F0F8FF;
  font-size: 1em;
  margin: 0 0; }

#main {
  padding: 0px;
  height: 100%;
  min-height: 100%;
  background-color: #F0F8FF; }

#background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  transition: opacity .5s;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

#background:not(.printable) {
  background-image: url("../img/profile03.jpg"); }

.bg-image {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); }

.bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent, transparent, #F0F8FF); }

#cover {
  width: 100%;
  min-width: 1000px;
  height: 666.66667px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

#container {
  width: 1000px;
  height: 100vh;
  position: relative; }

#top-spacer {
  height: 80px; }

#top-pics {
  position: relative;
  top: -75px;
  margin-bottom: -50px;
  height: 152px; }

#top-pics img {
  display: block;
  max-width: 250px;
  max-height: 150px;
  width: auto;
  height: auto; }

#top-pics li {
  display: inline-block;
  clear: none;
  line-height: 150px;
  height: 150px;
  flex-grow: 1;
  margin: 0; }

#top-pics li:nth-child(1) {
  margin-left: -10px; }

#top-pics li:last-child {
  margin-right: -10px; }

#top-pics ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0; }

#left {
  float: left;
  display: inline-block;
  width: 333.33333px; }

#right {
  float: right;
  display: inline-block;
  width: 666.66667px; }

#about {
  padding: 16px;
  width: 266.66667px;
  min-height: 333.33333px;
  clear: left;
  display: inline-block;
  background-color: #E6E6FA;
  float: left; }
  #about h3 {
    color: #28059f; }

.clear {
  clear: both; }

img {
  max-width: 100%; }

.slug-info img.icon, .icon {
  width: 16px; }

.slug-info .contact-info .info-phone:before,
.slug-info .contact-info .info-address:before,
.slug-info .contact-info .info-email:before,
.slug-info .contact-info .info-facebook:before,
.slug-info .contact-info .info-instagram:before,
.slug-info .contact-info .info-www:before {
  content: "";
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px; }
.slug-info .contact-info .info-address:before {
  background-image: url("../img/icon-location.png"); }
.slug-info .contact-info .info-phone:before {
  background-image: url("../img/icon-phone.png"); }
.slug-info .contact-info .info-email:before {
  background-image: url("../img/icon-email.png"); }
.slug-info .contact-info .info-facebook:before {
  background-image: url("../img/icon-fb.png"); }
.slug-info .contact-info .info-instagram:before {
  background-image: url("../img/icon-ig.png"); }
.slug-info .contact-info .info-www:before {
  background-image: url("../img/icon-external.png"); }

#contents {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  padding-bottom: 320px; }

#welcome {
  width: 100%;
  display: inline-block;
  height: auto; }
  #welcome #intro, #welcome #forms {
    display: inline-block;
    min-height: 32px;
    height: auto; }
  #welcome #intro {
    width: 634.66667px;
    float: left;
    background-color: rgba(230, 233, 245, 0.3);
    padding: 16px;
    height: auto; }
    #welcome #intro h3 {
      text-align: center; }
    #welcome #intro p {
      text-align: center; }
    #welcome #intro h1 {
      color: #28059f;
      text-align: center; }
  #welcome #forms {
    float: right; }
  #welcome .slug {
    max-width: 303.0303px; }

.slug {
  background-color: #e6e9f5;
  min-height: 32px;
  width: 650.66667px;
  margin-bottom: 16px;
  border: 1px dotted gray;
  padding: 8px; }

#navi {
  margin-bottom: 32px; }

.navi {
  width: 100%;
  align-items: center;
  display: inline-flex; }

.navi {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  flex-direction: row; }

.navi li {
  display: inline;
  flex-grow: 1;
  text-align: center; }

.navi li:not(:first-of-type) a {
  border-left: 1px solid gray; }

.navi li a {
  color: black;
  float: left;
  display: block;
  position: relative;
  background-color: #E6E6FA;
  text-decoration: none;
  flex-grow: 1;
  width: 100%;
  line-height: 32px; }

.navi li a:hover {
  color: white;
  background: #28059f; }

.navi .active {
  color: white;
  background: #28059f; }

#pet-profile-pic {
  display: block;
  max-width: 100%;
  max-height: auto;
  width: auto;
  height: auto; }

.push {
  height: 320px; }

#footer {
  height: 320px;
  background-color: #28059f;
  text-align: center;
  position: relative;
  clear: both;
  min-width: 100%;
  width: 1000px; }
  #footer p {
    padding: 24px; }
  #footer a {
    text-decoration: none;
    color: white; }

.slug-left {
  display: inline-block;
  float: left;
  width: 216.88889px; }

.slug-right {
  display: inline-block;
  float: right;
  width: 433.77778px; }

.slug-left img {
  display: inline;
  max-width: 200.88889px;
  /*max-height:150px;*/
  width: auto;
  height: auto;
  float: left;
  margin: 8px; }

.slug-right h3, .slug-right p {
  display: inline-block;
  padding: 8px; }

/* Gallery */
.album ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 0; }

.album li {
  flex-grow: 1;
  flex-shrink: 1;
  display: inline-block;
  clear: none;
  line-height: 150px;
  height: 150px;
  margin: auto;
  vertical-align: center;
  text-align: center; }

.album img {
  display: inline-block;
  max-width: 200px;
  max-height: 130px;
  width: auto;
  height: auto;
  border: 1px solid black;
  margin: 8px; }

.album-desc {
  margin-left: 8px;
  margin-top: 16px;
  margin-bottom: 16px; }

/* Puppies */
.slug-mom, .slug-dad {
  width: 48%;
  display: inline-block;
  /*text-align: center;*/
  min-height: 250px;
  height: auto;
  text-align: center; }

.slug-mom p, .slug-dad p {
  text-align: justify;
  padding: 0 8px;
  margin: 16px; }

.slug-mom img, .slug-dad img {
  max-width: 277.33333px;
  width: auto;
  padding: 16px; }

.slug-dad {
  float: left; }

.slug-dad p {
  border-right: 1px dotted gray; }

.slug-mom {
  float: right; }

.slug-mom p {
  border-left: 1px dotted gray; }

.sold {
  border-right: 5px solid red; }

.free {
  border-right: 5px solid green; }

.reserved {
  border-right: 5px solid orange; }

.slug.stud {
  border-right: 5px solid #A7E5FA; }

.slug.bitch {
  border-right: 5px solid #FAA7D2; }

.slug.message-ok {
  text-align: center;
  background-color: #44AA44; }

.slug.message-fail {
  text-align: center;
  background-color: #AA4444; }

form {
  width: 90%; }
  form table {
    width: 100%; }
    form table td {
      vertical-align: top; }
    form table input, form table textarea, form table select {
      font-size: 0.8em;
      border-radius: 5px; }
    form table textarea {
      height: auto;
      width: auto; }
    form table textarea.edit-about {
      width: 433.77778px;
      height: 160px; }
  form h3 {
    text-decoration: underline;
    padding-bottom: 8px; }

.form-register h3, .form-validate h3 {
  text-decoration: none; }

.form-register input[type="submit"], .form-login input[type="submit"] {
  background-color: #28059f;
  color: white; }

input[type="submit"] {
  background-color: #28059f;
  color: white; }

.required {
  color: red; }

.table-cover-img-select .td-img, .table-profile-img-select .td-img {
  width: 40%; }
.table-cover-img-select .td-title p, .table-profile-img-select .td-title p {
  margin: 16px; }

.slug-info img {
  width: 100%; }

.table {
  display: table; }

.tr {
  display: table-row; }

.td {
  display: table-cell;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5.33333px; }

.follow-button button.follow {
  background-color: #2AA7E5;
  color: white; }
.follow-button button.unfollow {
  background-color: #D82672;
  color: black; }
.follow-button button {
  font-size: 1.1em;
  border-radius: 8px; }

.update-slug a {
  text-decoration: none;
  color: black; }

.update-header {
  margin-bottom: 16px; }

.slug-edit {
  float: right; }

.update-profile {
  max-width: 48px;
  width: auto;
  max-height: 48px;
  height: auto;
  display: inline-block; }

.update-details {
  display: inline-block;
  max-height: 48px;
  width: auto;
  vertical-align: top;
  margin-left: 8px; }
  .update-details span {
    clear: both; }

.update-name, .update-timestamp {
  display: block;
  clear: both; }

.update-name {
  font-size: 1.1em;
  font-weight: 800; }

.update-timestamp {
  font-size: 0.8em; }

.update-image {
  display: block;
  clear: both; }

#about nav > ul {
  padding-left: 0; }
  #about nav > ul > li {
    display: block;
    clear: both;
    list-style: none;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #F0F8FF;
    width: 100%;
    line-height: 32px; }
    #about nav > ul > li > a {
      line-height: 32px;
      font-size: 1.3em;
      color: black;
      text-decoration: none;
      width: 100%;
      padding-left: 16px;
      display: block; }
  #about nav > ul > li.active {
    background-color: #28059f; }
  #about nav > ul > li.active a {
    color: white; }
  #about nav > ul > li.active > a:before {
    content: "\00bb\00a0";
    color: red; }
  #about nav > ul > li > a:hover {
    color: white; }
  #about nav > ul > li:hover:not(.li-messages) {
    background-color: #28059f; }
  #about nav > ul > li.li-messages > ul > li {
    display: block;
    clear: both;
    list-style: none;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    line-height: 32px; }
  #about nav > ul > li.li-messages > ul > li a, #about nav > ul > li.li-messages > ul > li a:visited {
    color: black; }

.w100 {
  width: 100%; }

.w80 {
  width: 80%; }

.wm80 {
  max-width: 80%;
  width: auto; }

.w40 {
  width: 40%; }

.w20 {
  width: 20%; }

.aright {
  text-align: right; }

.aleft {
  text-align: left; }

.acenter {
  text-align: center; }

.vatop {
  vertical-align: top; }

.conversation-navi-item, .li-messages {
  position: relative;
  min-height: 16px;
  overflow: hidden;
  background-color: #e6e9f5;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 100%; }

.conversation-navi-item.active, .conversation-navi-item:hover {
  background-color: #28059f; }

.li-messages ul {
  width: auto;
  margin-left: 32px;
  padding: 0; }

li.conversation-navi-item:not(:last-of-type) {
  margin-bottom: 5px; }

li.conversation-navi-item:not(:last-of-type):after {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
  content: " ";
  height: 8px;
  border-bottom: 2px dotted black;
  background-color: #F0F8FF; }

.conversation-navi-item-wrapper {
  height: auto;
  min-height: 16px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .conversation-navi-item-wrapper img {
    display: inline-block;
    padding: 5.33333px; }

.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 48px;
  width: 48px; }

.fill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; }

.conversation div {
  display: inline-block; }

.conversation img {
  max-width: 48px;
  width: auto;
  max-height: 48px;
  height: auto;
  display: inline-block; }

.conversation .header {
  height: 48px;
  vertical-align: top;
  margin-bottom: 8px; }
  .conversation .header a {
    position: relative;
    text-decoration: none;
    color: black;
    font-weight: bold;
    margin-top: -32px;
    vertical-align: top;
    height: auto; }
    .conversation .header a span {
      vertical-align: top;
      height: 48px;
      padding-left: 4px;
      padding-right: 4px; }

.messagebox {
  position: relative;
  background-color: #83D6FF;
  border-radius: 0.5em;
  padding: 0.5em; }

.timestamp {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  font-size: 0.7em; }

.message {
  max-width: 90%;
  width: auto;
  margin-bottom: 8px; }

.fleft {
  float: left; }

.fright {
  float: right; }

.fcenter {
  float: center; }

.cleft {
  clear: left; }

.cright {
  clear: right; }

.form-add-pet-update textarea, .form-add-kennel-update textarea {
  width: 100%;
  height: 64px; }

.form-update-pet-about textarea, .form-update-kennel-about textarea {
  width: 100%;
  height: 160px; }

#bar-container {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #28059f;
  height: 48px;
  text-align: center; }
  #bar-container #bar {
    width: 1000px;
    vertical-align: middle;
    height: 100%; }
    #bar-container #bar #logo {
      float: left;
      vertical-align: top; }
      #bar-container #bar #logo a:nth-child(1) {
        float: left; }
      #bar-container #bar #logo a:nth-child(2) {
        float: right; }
      #bar-container #bar #logo a {
        text-decoration: none;
        vertical-align: top; }
      #bar-container #bar #logo span {
        font-size: 48px;
        color: black;
        text-transform: capitalize;
        font-family: "Exo";
        text-shadow: 4px 4px 2px #969696; }
      #bar-container #bar #logo img.top-logo {
        padding-top: 8px;
        height: 40px;
        float: left; }
      #bar-container #bar #logo img.top-logo-icon {
        margin-top: 3.2px;
        height: 64px;
        float: right;
        padding-left: 166.66667px; }
    #bar-container #bar #search {
      height: 100%;
      width: auto;
      vertical-align: middle; }
      #bar-container #bar #search form {
        width: 100%; }
        #bar-container #bar #search form input {
          vertical-align: sub;
          width: 480px;
          padding: 0;
          margin-top: 8px;
          height: 32px;
          border: 0;
          float: left;
          padding: 8px;
          -webkit-box-sizing: border-box;
          /* Safari/Chrome, other WebKit */
          -moz-box-sizing: border-box;
          /* Firefox, other Gecko */
          box-sizing: border-box;
          /* Opera/IE 8+ */ }
        #bar-container #bar #search form button {
          float: left;
          height: 35.2px;
          padding: 0;
          margin-left: 4px;
          margin-top: 6.4px; }
          #bar-container #bar #search form button img {
            height: 90%; }
    #bar-container #bar #logout {
      vertical-align: top;
      float: right;
      margin-top: -32px; }
      #bar-container #bar #logout a {
        color: white;
        float: right;
        text-decoration: none; }
      #bar-container #bar #logout a:hover {
        color: red; }

.external-link:after {
  content: url("../img/icon-external.png"); }

.searchresults .searchresult {
  clear: both;
  max-height: 100%; }
  .searchresults .searchresult a {
    color: black;
    text-decoration: none; }
    .searchresults .searchresult a .search-profile-image {
      float: left;
      height: 112px;
      width: 160px;
      text-align: center;
      vertical-align: middle; }
      .searchresults .searchresult a .search-profile-image img {
        max-width: 90%;
        max-height: 90%; }
    .searchresults .searchresult a .search-details {
      float: left;
      text-align: left;
      margin-left: 16px;
      max-width: 474.66667px; }
      .searchresults .searchresult a .search-details .search-display-name {
        float: left;
        clear: both;
        font-weight: 800; }
        .searchresults .searchresult a .search-details .search-display-name span.search-type-pet .hilight {
          background-color: yellow;
          display: inline-block; }
        .searchresults .searchresult a .search-details .search-display-name span:not(.hilight) {
          float: left;
          overflow: ellipsis; }
        .searchresults .searchresult a .search-details .search-display-name span.search-type-pet:after {
          background-image: url("../img/icon-pet.png"); }
        .searchresults .searchresult a .search-details .search-display-name span.search-type-breeder:after {
          background-image: url("../img/icon-kennel.png"); }
        .searchresults .searchresult a .search-details .search-display-name span.search-type-pet:after, .searchresults .searchresult a .search-details .search-display-name span.search-type-breeder:after {
          content: "";
          background-size: 16px 16px;
          display: inline-block;
          width: 16px;
          height: 16px;
          margin-left: 8px; }
      .searchresults .searchresult a .search-details .search-primary-definition {
        float: left;
        clear: both; }
        .searchresults .searchresult a .search-details .search-primary-definition span {
          overflow: ellipsis; }
      .searchresults .searchresult a .search-details .search-secondary-definition {
        float: left;
        clear: both; }
        .searchresults .searchresult a .search-details .search-secondary-definition span {
          overflow: ellipsis; }
.searchresults .divider {
  height: 8px;
  border-top: 1px dashed black;
  clear: both; }

.family-members {
  width: 100%;
  height: auto;
  text-align: center; }
  .family-members .family-member {
    display: inline-block;
    float: left;
    height: 48px;
    width: 57.6px;
    overflow: hidden;
    margin: 4px; }
    .family-members .family-member a {
      max-height: 48px;
      height: 100%;
      vertical-align: middle; }
    .family-members .family-member .family-member-profile-image {
      height: auto;
      width: auto; }

.howto p {
  padding-top: 8px;
  padding-bottom: 8px; }
.howto p > em {
  font-weight: bold; }
.howto p > span {
  text-decoration: underline; }
.howto p > span > em {
  font-weight: bold;
  text-decoration: underline; }

.advertisement {
  clear: both;
  margin-top: 16px;
  padding-top: 16px;
  height: auto;
  width: 300px;
  float: left; }

/*# sourceMappingURL=style.css.map */
