/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* objects/_box-shadows.scss */
@media (min-width: 29em) {
  .image-style-right {
    float: right;
    margin-left: 1em;
    width: 33.3333333%; } }

/* _elements.scss */
html {
  font-size: 100%;
  color: #17181A;
  overflow-y: scroll;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #4d4e53; }

html, button, input, select, textarea {
  font-family: "Arvo", Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
pre,
table,
fieldset,
form
details,
blockquote,
object,
iframe,
pre,
address,
code,
dl,
dt,
dd,
embed,
audio,
video,
.form-actions,
.headline-type,
.highlight-type {
  font-size: 1em;
  line-height: 1.5625em;
  margin: 0 0 1em 0; }

strong, b {
  font-weight: 700; }

em {
  font-style: italic; }

a {
  color: black;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  a:hover {
    text-decoration: none; }

/* Set consistent quote types.
*/
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Arvo", Helvetica, sans-serif; }
  h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
    font-weight: 400; }

h1 {
  font-weight: 700;
  font-size: 1.95312em;
  margin-bottom: 0.32768em;
  line-height: 1.25em; }
  h1 a {
    color: #17181A; }

h2 {
  color: #df1c25;
  font-size: 1.95312em;
  margin-bottom: 0.512em;
  line-height: 1.25em; }
  h2 a {
    color: red; }
  h2 b, h2 strong {
    font-weight: 400; }

h3 {
  color: black;
  font-size: 1.5625em;
  line-height: 1.25em;
  font-weight: 700; }
  h3 a {
    color: #17181A; }

h4 {
  color: #2C2D2F;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 700; }

h5 {
  color: black;
  font-weight: 700; }

h6 {
  color: #2C2D2F;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 700; }

blockquote {
  border-left: 10px solid #17181A;
  background-color: #f2f2f2;
  margin: 1em 1.25em 1em 1.25em;
  padding: 0.8em 1.25em;
  font-style: italic; }
  blockquote p {
    display: inline; }
    blockquote p:last-child {
      margin-bottom: 0; }

label {
  color: #17181A;
  margin-bottom: 0.64em;
  font-weight: 700; }

input,
textarea {
  margin: 0; }

textarea {
  vertical-align: top; }

table {
  width: 100%;
  border: none;
  border: 1px solid #2C2D2F; }
  table p {
    margin: 0;
    padding: 0; }
  table tbody {
    border-top: 1px solid #2C2D2F; }
  table th, table td {
    padding: 0.64em;
    border: none;
    vertical-align: top;
    border-bottom: 1px solid #2C2D2F;
    font-size: 0.8em; }
    @media (min-width: 48em) {
      table th, table td {
        font-size: 1em;
        line-height: 1.25em; } }
  table tr {
    margin: 0 !important;
    padding: 0 !important; }
  table tr.odd {
    background-color: #f2f2f2; }
  table tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table tr.even {
    background-color: white; }
  table tr:nth-child(even) {
    background-color: white; }
  table thead tr {
    border-bottom: 2px solid red; }
  table th {
    font-weight: 700;
    vertical-align: middle; }
  table th,
  table thead th {
    background-color: #17181A;
    color: white;
    border-right: 1px solid #17181A;
    border-left: 1px solid #17181A; }
  table td {
    border-right: 1px solid #2C2D2F;
    vertical-align: middle; }
  table caption {
    caption-side: bottom; }

ul li, ol li {
  margin-bottom: 0.8em; }

ul {
  padding-left: 1em; }
  ul li {
    list-style: disc; }

ol {
  padding-left: 1.25em; }
  ol li {
    list-style: decimal; }

img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

a img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-backface-visibility: hidden; }

a img:hover {
  opacity: .75; }

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

#logo {
  width: 200px;
  margin: 0 auto; }
  @media (min-width: 56em) {
    #logo {
      margin: auto;
      display: inline-block;
      width: 25%; }
      #logo img {
        width: 225px; } }

#site-name {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent; }

.content-wrapper:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 56em) {
  #shows {
    width: 48.93617%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.12766%; }
  #book-info {
    width: 48.93617%;
    clear: right;
    float: right;
    margin-right: 0; } }

.logo-pets-plus {
  background-color: white;
  border-radius: 5px;
  display: inline-block;
  padding: 1em;
  position: absolute;
  top: 1em;
  right: 1em; }
  .logo-pets-plus img {
    max-width: 75px; }
    @media (min-width: 56em) {
      .logo-pets-plus img {
        max-width: 150px; } }

#slides {
  margin: 0;
  padding: 0; }
  #slides .container {
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (min-width: 56em) {
      #slides .container {
        padding-top: 3.05176em;
        padding-bottom: 3.05176em; } }
  #slides img {
    margin: 0 auto; }
  #slides li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  #slides li {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
  #slides .slide-1 {
    background-image: url("../../img/skin/slider/slider_1_bg.jpg"); }
  #slides .slide-2 {
    background-image: url("../../img/skin/slider/slider_5_bg.jpg"); }
  #slides .slide-3 {
    background-image: url("../../img/skin/slider2/dog-banner2-blur.jpg"); }
  #slides .slide-4 {
    background-image: url("../../img/skin/slider2/cat-banner-blur.jpg"); }
  #slides .slide-5 {
    background-image: url("../../img/skin/slider2/dog-banner3-blur.jpg"); }
  #slides .slide-6 {
    background-image: url("../../img/skin/slider2/dog-banner4-blur.jpg"); }
  #slides .slide-7 {
    background-image: url("../../img/skin/slider2/dog-banner5-blur.jpg"); }
  #slides .slide-8 {
    background-image: url("../../img/skin/slider2/dog-banner6-blur.jpg"); }

.social-media-bar {
  position: absolute;
  top: 0;
  right: 0; }
  .social-media-bar .fa {
    font-size: 22px; }
  .social-media-bar .fa-facebook-official {
    color: #3b5998; }
  .social-media-bar .fa-instagram {
    color: #3f729b; }

.cta h2 {
  color: white;
  margin: 0;
  padding: 0;
  margin-bottom: 0.4096em; }

.cta p {
  color: white;
  font-family: "Arvo", Helvetica, sans-serif; }
  .cta p:last-child {
    margin-bottom: 0; }

.cta .btn {
  text-decoration: none;
  color: white;
  border-radius: 3px;
  border: 1px solid white;
  display: inline-block;
  line-height: 1;
  padding: 0.64em 1em; }
  .cta .btn:hover {
    background-color: white;
    color: #17181A; }

.cta .img-container {
  line-height: 0; }

@media (min-width: 56em) {
  .cta .home-img {
    padding: 1em; } }

.cta .row-img {
  width: 100%; }

.cta .desc {
  padding: 1.95312em; }
  @media (min-width: 56em) {
    .cta .desc {
      -webkit-box-shadow: 36px 33px 0 -34px rgba(255, 255, 255, 0.2);
              box-shadow: 36px 33px 0 -34px rgba(255, 255, 255, 0.2); } }

.cta .bullet-points {
  margin: 0;
  padding: 0;
  padding: 1.95312em;
  color: white; }
  .cta .bullet-points li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  .cta .bullet-points ul {
    margin: 0;
    padding: 0; }
  .cta .bullet-points li {
    border-bottom: 1px solid white;
    font-family: "Arvo", Helvetica, sans-serif; }

@media (min-width: 56em) {
  .cta-odd .cta .img-container {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%; } }

@media (min-width: 56em) {
  .cta-odd .cta .desc {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%; } }

@media (min-width: 56em) {
  .cta-odd .cta .bullet-points {
    width: 33.33333%;
    clear: right;
    float: right;
    margin-right: 0; } }

@media (max-width: 55.9375em) {
  .cta-even .cta .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cta-even .cta .cta-inner .desc {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .cta-even .cta .cta-inner .bullet-points {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .cta-even .cta .cta-inner .img-container {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

@media (min-width: 56em) {
  .cta-even .cta .img-container {
    width: 33.33333%;
    clear: right;
    float: right;
    margin-right: 0; } }

@media (min-width: 56em) {
  .cta-even .cta .desc {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%; } }

@media (min-width: 56em) {
  .cta-even .cta .bullet-points {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%; } }

.front #content h1 {
  color: white;
  text-align: center;
  font-size: 1.95312em; }
  @media (min-width: 56em) {
    .front #content h1 {
      font-size: 3.05176em; } }

.front #content p {
  text-align: center;
  color: white;
  margin-bottom: 0;
  font-size: 1.25em;
  font-family: "Arvo", Helvetica, sans-serif; }
  @media (min-width: 56em) {
    .front #content p {
      font-size: 1.5625em; } }

.front #content .container {
  padding: 1.95312em 1.95312em; }
  @media (min-width: 62em) {
    .front #content .container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 3.05176em;
      padding-bottom: 3.05176em; } }

.page-sub-page #content-feature {
  color: white; }
  .page-sub-page #content-feature:after {
    content: "";
    display: table;
    clear: both; }
  .page-sub-page #content-feature .feature-image {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 200px; }
    @media (min-width: 62em) {
      .page-sub-page #content-feature .feature-image {
        float: left;
        width: 50%; } }
    @media (min-width: 62em) {
      .page-sub-page #content-feature .feature-image {
        min-height: 324px;
        background-size: cover; } }
    @media (min-width: 62em) {
      .page-sub-page #content-feature .feature-image .feature-inner {
        float: right; } }
  @media (min-width: 62em) {
    .page-sub-page #content-feature .feature-text {
      float: left;
      width: 50%; } }
  .page-sub-page #content-feature .feature-text .feature-inner {
    padding: 1.25em; }
    @media (min-width: 62em) {
      .page-sub-page #content-feature .feature-text .feature-inner {
        padding-top: 1.95312em;
        padding-bottom: 1.95312em;
        padding-left: 2.44141em;
        padding-right: 0; } }
    .page-sub-page #content-feature .feature-text .feature-inner p {
      margin-bottom: 0; }
  .page-sub-page #content-feature .feature-inner {
    max-width: 594px;
    width: 100%; }

.page-sub-page #content {
  background-color: #fafafa; }
  .page-sub-page #content:after {
    content: "";
    display: table;
    clear: both; }

.page-sub-page .content-panel {
  padding-top: 1.5625em; }
  .page-sub-page .content-panel p {
    font-size: 1.5625em; }

.page-sub-page .show-star {
  background-color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 1.25em; }
  @media (min-width: 48em) and (max-width: 61.9375em) {
    .page-sub-page .show-star {
      width: 48.93617%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 2.12766%; }
      .page-sub-page .show-star:nth-child(2n+2) {
        width: 48.93617%;
        clear: right;
        float: right;
        margin-right: 0; } }
  @media (min-width: 62em) {
    .page-sub-page .show-star {
      width: 31.91489%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 2.12766%; }
      .page-sub-page .show-star:nth-child(3n+3) {
        width: 31.91489%;
        clear: right;
        float: right;
        margin-right: 0; } }
  .page-sub-page .show-star:hover {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .page-sub-page .show-star .inner {
    padding: 1.5625em; }
  .page-sub-page .show-star h2 {
    font: inherit;
    font-size: 100%;
    vertical-align: baseline; }
  .page-sub-page .show-star p {
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    line-height: 1.5625em; }
  .page-sub-page .show-star .star-header {
    border-bottom: 1px solid #e1e4e5;
    margin-bottom: 1.25em;
    padding-bottom: 1.25em; }
    .page-sub-page .show-star .star-header:after {
      content: "";
      display: table;
      clear: both; }
  .page-sub-page .show-star .star-image {
    width: 40.42553%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.12766%; }
    .page-sub-page .show-star .star-image img {
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .page-sub-page .show-star .star-meta {
    padding-left: 1em;
    width: 57.44681%;
    clear: right;
    float: right;
    margin-right: 0; }
    .page-sub-page .show-star .star-meta .breed {
      color: #2C2D2F;
      text-transform: uppercase;
      font-size: 0.8em;
      display: block;
      font-weight: 700;
      margin-top: 0.32768em; }
    .page-sub-page .show-star .star-meta .name {
      clear: left;
      display: inline-block;
      font-size: 1.95312em; }
    .page-sub-page .show-star .star-meta p.age {
      font-size: 0.8em; }
    .page-sub-page .show-star .star-meta .label {
      display: inline;
      font-size: 100%;
      font-weight: 400;
      color: #2C2D2F; }
  .page-sub-page .show-star .bio {
    line-height: 1.95312em; }

.page-upcoming-shows #content-feature {
  background-color: #3ead8f; }
  .page-upcoming-shows #content-feature .feature-image {
    background-image: url("../img/skin/hero/hero-pickles-driving.jpg"); }

@media (min-width: 38em) {
  .page-upcoming-shows .content-panel {
    padding-left: 3.8147em;
    padding-right: 3.8147em; } }

@media (min-width: 56em) {
  .page-upcoming-shows .content-panel {
    padding-left: 9.31323em;
    padding-right: 9.31323em; } }

.page-upcoming-shows .show-list {
  margin: 0;
  padding: 0; }
  .page-upcoming-shows .show-list li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  .page-upcoming-shows .show-list li {
    margin-bottom: 1.25em;
    background-color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5625em; }
    @media (min-width: 38em) {
      .page-upcoming-shows .show-list li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 1.5625em 2.44141em; } }
    .page-upcoming-shows .show-list li p {
      font: inherit;
      font-size: 100%;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      margin-bottom: 0.4096em; }
    .page-upcoming-shows .show-list li:hover {
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s;
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .page-upcoming-shows .show-list .show-media {
    text-align: center; }
    @media (min-width: 38em) {
      .page-upcoming-shows .show-list .show-media {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 9.31323em;
                flex: 0 0 9.31323em;
        text-align: left; } }
    .page-upcoming-shows .show-list .show-media img {
      margin-bottom: 1em; }
      @media (min-width: 38em) {
        .page-upcoming-shows .show-list .show-media img {
          margin-bottom: 0; } }
  @media (min-width: 38em) {
    .page-upcoming-shows .show-list .show-meta {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding-left: 3.05176em; } }
  .page-upcoming-shows .show-list .show-title {
    display: block;
    font-size: 1.5625em; }
  .page-upcoming-shows .show-list .show-times {
    display: block;
    font-weight: 700; }
  .page-upcoming-shows .show-list .show-address {
    display: block;
    font-size: 0.8em;
    line-height: 1.5625em; }
	
/* CATS */

.page-trained-cats #content-feature {
  background-color: #FA5F31; }
  .page-trained-cats #content-feature .feature-image {
    background-image: url("../img/skin/hero/trained-cats.jpg"); }

@media (min-width: 62em) {
  .page-trained-cats .content-panel {
    padding-left: 5.96046em;
    padding-right: 5.96046em; } }

/* CATS END */

.page-our-show #content-feature {
  background-color: #FA5F31; }
  .page-our-show #content-feature .feature-image {
    background-image: url("../img/skin/hero/our-show-page-twizzler.jpg"); }

@media (min-width: 62em) {
  .page-our-show .content-panel {
    padding-left: 5.96046em;
    padding-right: 5.96046em; } }

.page-actors #content-feature {
  background-color: #FA5F31; }
  .page-actors #content-feature .feature-image {
    background-image: url("../img/skin/hero/hero-tonic.jpg"); }

@media (min-width: 62em) {
  .page-actors .content-panel {
    padding-left: 5.96046em;
    padding-right: 5.96046em; } }

.page-our-stars #content-feature {
  background-color: #be181f; }
  .page-our-stars #content-feature .feature-image {
    background-image: url("../img/skin/hero/our-stars-3.jpg"); }

.page-sponsors #content-feature {
  background-color: #e1e4e5;
  color: #17181A; }
  .page-sponsors #content-feature .feature-image {
    background-image: url("../img/skin/hero/hero-sashimi.jpg"); }

@media (min-width: 38em) {
  .page-sponsors .content-panel .sponsor-1,
  .page-sponsors .content-panel .sponsor-2 {
    width: 48.93617%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.12766%; } }

.page-sponsors .content-panel .sponsor-1 p,
.page-sponsors .content-panel .sponsor-2 p {
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5625em; }

@media (min-width: 38em) {
  .page-sponsors .content-panel .sponsor-2 {
    width: 48.93617%;
    clear: right;
    float: right;
    margin-right: 0; } }

.page-contact #content-feature {
  background-color: #475cbd; }
  .page-contact #content-feature .feature-image {
    background-image: url("../img/skin/hero/contact-us.jpg"); }
  .page-contact #content-feature a {
    color: white; }

.page-contact .list-contact {
  margin: 0;
  padding: 0;
  padding: 1.5625em;
  margin-bottom: 1.5625em;
  background-color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .page-contact .list-contact li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  .page-contact .list-contact .label {
    display: inline-block;
    margin-right: 1em; }
  .page-contact .list-contact li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e4e5;
    padding-bottom: 0.64em;
    margin-bottom: 0.64em; }
    .page-contact .list-contact li:last-child {
      margin-bottom: 0; }
  .page-contact .list-contact .material-icons {
    font-size: 24px;
    vertical-align: top; }

.cta-inner:after {
  content: "";
  display: table;
  clear: both; }

.cta-wrapper .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cta-wrapper .container:after {
    content: "";
    display: table;
    clear: both; }

.cta-wrapper-row-1 {
  background-color: #FA5F31; }
  .cta-wrapper-row-1 .img-container {
    background-color: #e1562c; }

.cta-wrapper-row-2 {
  background-color: #df1c25; }
  .cta-wrapper-row-2 .img-container {
    background-color: #d41b23; }

.cta-wrapper-row-3 {
  background-color: #3ead8f; }
  .cta-wrapper-row-3 .img-container {
    background-color: #389c81; }

.cta-wrapper-row-4 {
  background-color: #475cbd; }
  .cta-wrapper-row-4 .img-container {
    background-color: #4053aa; }
  .cta-wrapper-row-4 a {
    color: white; }

.cta-wrapper-row-5 {
  background-color: #e1e4e5; }

.cta-wrapper-row-5 {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  .cta-wrapper-row-5 .container {
    display: block; }
    .cta-wrapper-row-5 .container:after {
      content: "";
      display: table;
      clear: both; }
  .cta-wrapper-row-5 a {
    display: block;
    margin-bottom: 1em;
    background: white;
    text-align: center; }
  .cta-wrapper-row-5 h2 {
    color: #17181A; }

.label {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700; }
  .label .material-icons {
    font-size: 16px;
    vertical-align: middle; }

.sponsor-container {
  padding-bottom: 1.25em; }

.sponsor-1, .sponsor-2 {
  background-color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 1.95312em; }
  .sponsor-1 p, .sponsor-2 p {
    padding: 0 2.44141em; }
  .sponsor-1 h2, .sponsor-2 h2 {
    padding-left: 1.25em;
    padding-right: 1.25em; }

.media_embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.media_embed iframe,
.media_embed object,
.media_embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.media_embed {
  margin-bottom: 2.44141em; }
  @media (min-width: 56em) {
    .media_embed {
      margin-left: 3.8147em;
      margin-right: 3.8147em; } }

.regular-type {
  font-size: 1em !important; }

@media (min-width: 38em) {
  img[src*="pickles-melissa"] {
    width: 200px; } }

.list-gallery {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
  .list-gallery li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  .list-gallery li {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    @media (min-width: 38em) {
      .list-gallery li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333%;
                flex: 0 0 33.3333333%; } }
    @media (min-width: 56em) {
      .list-gallery li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%; } }
  .list-gallery a {
    padding: 0.64em;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0.4096em;
    display: block;
    line-height: 0; }

.appearance-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -1em; }
  .appearance-logos li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  .appearance-logos li {
    margin: 0;
    padding: 0;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1.5625em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.96046em;
            flex: 0 0 6.96046em; }

.content-title {
  font-size: 2.44141em;
  font-weight: bold;
  border-bottom: 1px solid #e1e4e5;
  padding-bottom: 0.26214em;
  margin-bottom: 1em; }

.actors.actor--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em; }
  @media (min-width: 56em) {
    .actors.actor--grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .actors.actor--grid .actor {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    line-height: 0;
    cursor: pointer; }
    .actors.actor--grid .actor h2 {
      margin: 0;
      padding: 0;
      background-color: #df1c25;
      color: white;
      font-size: 1.25em;
      padding-top: 0.64em;
      padding-bottom: 0.64em;
      -webkit-transition: background-color ease-out 0.3s;
      transition: background-color ease-out 0.3s; }
    .actors.actor--grid .actor:hover {
      -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
      .actors.actor--grid .actor:hover h2 {
        background-color: #2C2D2F; }

.actor-details-wrapper {
  display: none; }

.actor-gallery ul {
  margin: 0;
  padding: 0; }
  .actor-gallery ul li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }

@media (min-width: 38em) {
  .actor-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.actor-details h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 2.44141em;
  border-bottom: 10px solid #df1c25; }

.actor-details .breed {
  margin-top: 0.4096em;
  font-weight: 700; }

.actor-details .breed-info {
  border-top: 2px solid #e1e4e5;
  padding-top: 1em; }
  .actor-details .breed-info ul {
    margin: 0;
    padding: 0;
    margin-bottom: 1em; }
    .actor-details .breed-info ul li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
    .actor-details .breed-info ul li {
      margin: 0;
      padding: 0; }
  .actor-details .breed-info .label {
    display: inline-block;
    margin-right: 0.64em; }

.actor-details .actor-desc {
  border-top: 2px solid #e1e4e5;
  padding-top: 1em; }

.actor-details .actor-desc p {
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5625em;
  font-family: "Roboto", Helvetica, sans-serif; }
  @media (min-width: 38em) {
    .actor-details .actor-desc p {
      font-size: 0.8em; } }

.actor-details .actor-desc ul li {
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5625em;
  font-family: "Roboto", Helvetica, sans-serif; }
  @media (min-width: 38em) {
    .actor-details .actor-desc ul li {
      font-size: 0.8em; } }

@media (min-width: 38em) {
  .actor-panel-right, .actor-panel-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

.actor-panel-left {
  padding-right: 1.5625em; }

.actor-panel-right {
  padding-left: 1.5625em; }

.video-melissa {
  margin-top: 2.44141em; }

/* _layout.scss file */
/*  @sections
========================================================================== */
/*  @main layout regions
========================================================================== */
.container {
  position: relative;
  max-width: 1188px;
  margin: 0 auto;
  padding: 1em 0.8em; }

/*  @main layout regions
========================================================================== */
/* @header section */
#header {
  /* background-color: #dcaa48; */
  background-color:#eed29b;
  position: relative;
  border-bottom: 10px solid #df1c25; }
  #header .container {
    padding-bottom: 0; }
    @media (min-width: 56em) {
      #header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

/* @content section */
.section-content {
  margin: 0 0 1em 0;
  padding: 1em 0;
  background-color: white; }
  .section-content:after {
    content: "";
    display: table;
    clear: both; }

#main {
  margin-bottom: 1em; }

#sidebar-first {
  margin-bottom: 1em; }

#main .region,
#sidebar-first .region,
#sidebar-second .region {
  padding: 1.5625em; }

@media (min-width: 56em) {
  .one-sidebar.sidebar-first #sidebar-first {
    width: 31.91489%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

@media (min-width: 56em) {
  .one-sidebar.sidebar-first #main {
    width: 65.95745%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media (min-width: 56em) {
  .one-sidebar.sidebar-second #sidebar-second {
    width: 31.91489%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media (min-width: 56em) {
  .one-sidebar.sidebar-second #main {
    width: 65.95745%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

@media (min-width: 56em) {
  .two-sidebars #sidebar-first {
    width: 31.91489%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

@media (min-width: 62em) {
  .two-sidebars #sidebar-first {
    width: 23.40426%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

@media (min-width: 56em) {
  .two-sidebars #main {
    width: 65.95745%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media (min-width: 62em) {
  .two-sidebars #main {
    width: 48.93617%;
    float: left;
    margin-right: -100%;
    margin-left: 25.53191%;
    clear: none; } }

@media (min-width: 56em) {
  .two-sidebars #sidebar-second {
    clear: both; } }

@media (min-width: 62em) {
  .two-sidebars #sidebar-second {
    width: 23.40426%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

/*  @region main prefix */
.region-main-prefix {
  padding: 0.4096em 0; }

/*  @region main suffix */
.region-main-suffix {
  margin-bottom: 1em;
  background-color: white; }

/* @footer section */
#footer {
  color: white;
  text-align: center; }

/* _navigation.scss file */
.menu {
  margin: 0;
  padding: 0; }
  .menu li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }

/* navigation/_block-main-nav.scss */
@media (min-width: 56em) {
  .navigation {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.navigation ul li {
  margin: 0;
  padding: 0;
  display: inline; }
  .navigation ul li:last-child a {
    margin-right: 0; }
  .navigation ul li a {
    text-decoration: none;
    display: inline-block;
    background-color: #df1c25;
    color: white;
    font-family: "Arvo", Helvetica, sans-serif;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    margin-right: 0.4096em;
    margin-bottom: 0.4096em;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: 700;
    padding-left: 0.512em;
    padding-right: 0.512em; }
    @media (min-width: 48em) {
      .navigation ul li a {
        font-size: 1em; } }
    @media (min-width: 62em) {
      .navigation ul li a {
        margin-right: 0.64em;
        padding: 0.26214em 1em;
        font-weight: 400; } }
    @media (min-width: 74.25em) {
      .navigation ul li a {
        margin-right: 1.25em;
        font-size: 1em;
        padding: 0.4096em 1em; } }
    .navigation ul li a:hover {
      background-color: #be181f; }
    .navigation ul li a.active {
      background-color: #9c141a; }

/*# sourceMappingURL=maps/de_theme.css.map */
