/* line 7, ../scss/puppy.scss */
.content.puppy .container {
  display: table;
}
/* line 11, ../scss/puppy.scss */
.content.puppy .container article {
  width: 292px;
  min-height: 310px;
  margin-top: 40px;
  vertical-align: top;
  display: inline-block;
  margin-right: 32px;
}
/* line 20, ../scss/puppy.scss */
.content.puppy .container article:nth-child(3n) {
  margin-right: 0;
}
/* line 24, ../scss/puppy.scss */
.content.puppy .container article .image {
  position: relative;
}
/* line 27, ../scss/puppy.scss */
.content.puppy .container article .image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: auto;
  padding: 5px;
  border: 2px solid #eeb65a;
}
/* line 37, ../scss/puppy.scss */
.content.puppy .container article .image i {
  position: absolute;
  top: -8px;
  right: 64px;
}
/* line 42, ../scss/puppy.scss */
.content.puppy .container article h2 {
  margin-top: 20px;
  text-align: center;
  display: block;
}
/* line 48, ../scss/puppy.scss */
.content.puppy .container article h3 {
  margin-top: 15px;
  text-transform: uppercase;
  text-align: center;
}
/* line 53, ../scss/puppy.scss */
.content.puppy .container article h3 a {
  color: #eeb65a;
  font-family: PFDinTextCondPro-Regular;
  font-size: 24px;
  font-weight: 400;
}
/* line 65, ../scss/puppy.scss */
.content.puppy.puppy-page article {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
/* line 74, ../scss/puppy.scss */
.content.puppy.puppy-page .gender i {
  width: 64px;
  height: 64px;
  display: block;
}
/* line 85, ../scss/puppy.scss */
.content.puppy.puppy-page .container .article h3 {
  margin-top: 0;
}
/* line 89, ../scss/puppy.scss */
.content.puppy.puppy-page .container .article .gallery {
  margin-top: 40px;
}
/* line 92, ../scss/puppy.scss */
.content.puppy.puppy-page .container .article .gallery:hover {
  margin-top: 20px;
}
/* line 97, ../scss/puppy.scss */
.content.puppy.puppy-page .container .article .gallery h3 {
  text-transform: none;
  text-align: left;
  margin-bottom: 18px;
}
/* line 106, ../scss/puppy.scss */
.content.puppy.puppy-page .container .article .more-show h2 {
  text-align: left;
  display: inline-block;
}
