@import url("https://fonts.googleapis.com/css?family=Open+Sans|Oswald:300,400,700&subset=latin-ext");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*#27130d;*/
.js #spinner__wrapper {
  display: block; }

#spinner__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a0c09;
  z-index: 9999;
  display: none; }

.load__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*margin: 100px auto 0;*/
  width: 70px;
  text-align: center; }

.load__spinner > div {
  width: 18px;
  height: 18px;
  background-color: #836f61;
  /*border-radius: 100%;*/
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.load__spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.load__spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
::-moz-selection {
  color: #ffffff;
  background: #764134; }

::selection {
  color: #ffffff;
  background: #764134; }

html {
  position: relative;
  min-height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #1a0c09;
  -webkit-animation: bugfix infinite 1s;
  /* needed for responsive menu checkbox hack */
  background-color: #edddc3; }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }
/* needed for responsive menu checkbox hack */
h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  color: #1a0c09;
  line-height: 1.2em;
  margin-top: 15px;
  padding-bottom: 15px;
  position: relative;
  line-height: 0.8em; }
  h1 small {
    display: block;
    font-weight: 300;
    font-size: 18px;
    padding-top: 7px;
    color: #836f61; }

h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #1a0c09;
  line-height: 1.2em; }

h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #1a0c09;
  line-height: 1.2em; }

h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #1a0c09;
  line-height: 1.2em; }

h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #1a0c09;
  line-height: 1.2em; }

h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #1a0c09;
  line-height: 1.2em; }

a {
  color: #b8471b;
  position: relative;
  z-index: 0;
  padding: 0px 1px;
  transition: 0.25s ease;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #764134; }

hr {
  border: none;
  border-top: 1px solid #b7a490;
  border-bottom: 1px solid #edddc3; }

ul {
  list-style-type: square; }

.container {
  width: 60%;
  padding: 0px; }
  @media only screen and (max-width: 768px) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      width: 96%; } }
  @media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .container {
      width: 80%; } }

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px; }

.intro {
  background-color: #edddc3; }
  .intro .main {
    width: 100%; }
    .intro .main__container {
      box-shadow: none; }
  .intro .header__bar__nav {
    width: auto;
    margin: 0 auto;
    padding-top: 30vh;
    text-align: center;
    background-color: #edddc3; }
    .intro .header__bar__nav h1, .intro .header__bar__nav h2 {
      text-align: center; }
  .intro .langs {
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
    text-align: center; }
    .intro .langs ul {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
    .intro .langs li:not(:last-child) {
      padding-right: 0px; }
    .intro .langs li:not(:last-child)::after {
      display: none; }
    .intro .langs li a img {
      border: none;
      height: 40px; }
    .intro .langs li a:hover img {
      box-shadow: none; }
    @media only screen and (max-width: 768px) {
      .intro .langs {
        padding-top: 0px; }
        .intro .langs span {
          display: inline-block; } }
  .intro footer {
    position: fixed;
    bottom: 0px;
    height: 50px; }

header {
  position: relative;
  background-color: #1a0c09; }

.header__bar__langs {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  height: 50px; }

.social {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-top: 11px;
  letter-spacing: 1px; }
  .social a {
    color: #836f61;
    text-decoration: none; }
    .social a img {
      height: 30px;
      opacity: 0.3;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .social a:hover {
      color: #ffffff; }
    .social a:hover > img {
      opacity: 0.9; }

.langs {
  position: relative;
  z-index: 13;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding-top: 11px;
  letter-spacing: 1px; }
  .langs ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .langs li {
    position: relative;
    display: inline-block; }
    .langs li:not(:last-child) {
      padding-right: 20px; }
    .langs li:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 2px;
      right: 10px;
      display: inline-block;
      background-color: #836f61;
      width: 1px;
      height: 24px;
      opacity: 0.5; }
  .langs a {
    color: #836f61;
    text-decoration: none; }
    .langs a img {
      height: 30px;
      opacity: 0.3;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .langs a:hover {
      color: #ffffff; }
    .langs a:hover > img {
      opacity: 0.7; }
  @media only screen and (max-width: 768px) {
    .langs {
      padding-right: 20px; }
      .langs span {
        display: none; }
      .langs li {
        padding-left: 10px; }
        .langs li:not(:last-child)::after {
          display: none; } }

.header__bar__nav {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: 50px; }
  .header__bar__nav__container {
    width: 70%;
    padding: 0px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .header__bar__nav__container {
        width: 100%;
        padding-top: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .header__bar__nav__container {
        width: 96%; } }
    @media only screen and (min-width: 1024px) and (max-width: 1200px) {
      .header__bar__nav__container {
        width: 80%; } }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .header__bar__nav__container {
        width: 80%; } }

.kennel-name__container {
  display: inline-block;
  position: relative;
  padding: 0px 20px 20px 0px;
  margin-top: -30px; }
  .kennel-name__container h1 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 5px; }
  .kennel-name__container h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 0px; }
  @media only screen and (max-width: 768px) {
    .kennel-name__container {
      margin-left: 20px; } }

.menu {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 999; }
  .menu__container {
    width: 100%;
    height: 100%; }
  .menu input.trigger, .menu label[for=navbar_trigger] {
    display: none; }
  @media only screen and (max-width: 768px) {
    .menu {
      z-index: 1001;
      position: absolute;
      top: 0px;
      left: 20px;
      width: calc(100vw - 60px); }
      .menu #navbar {
        display: none; }
      .menu input.trigger {
        display: block;
        position: absolute;
        top: -9999px;
        left: -9999px; }
        .menu input.trigger:checked ~ ul {
          display: block !important; }
        .menu input.trigger:checked ~ label[for=navbar_trigger]::after {
          content: "\e014";
          /* remove */ }
      .menu label[for=navbar_trigger] {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 0px;
        padding: 10px 10px 10px 10px;
        font-weight: 400;
        font-size: 20px;
        color: #ffffff;
        margin: 0;
        cursor: pointer;
        line-height: 20px; }
      .menu label[for=navbar_trigger]::after {
        position: absolute;
        left: 5px;
        /*top: 10px;*/
        top: -39px;
        font-size: 30px;
        color: #ffffff;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e236";
        /* menu-hamburger */ } }

nav {
  display: inline-block; }

.nav {
  padding-top: 0px;
  padding-bottom: 20px; }
  .nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .nav li {
    position: relative;
    display: inline-block;
    padding: 0.15em 0em;
    /*
    &:not(:last-child) a::before {
      left: 34px;
    }
    */ }
    .nav li:not(:last-child)::after {
      /*&::before {*/
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      display: inline-block;
      background-color: #836f61;
      width: 1px;
      height: 50px;
      opacity: 0.5; }
    .nav li a {
      color: #533e35;
      display: inline-block;
      letter-spacing: 1px;
      padding: 0px 20px 0px 10px;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 20px;
      text-decoration: none;
      line-height: 0.9em; }
      .nav li a:hover, .nav li a:focus {
        background-color: transparent;
        color: #b8471b; }
      @media only screen and (max-width: 1024px) {
        .nav li a {
          font-size: 18px; } }
      .nav li a span {
        display: block; }
      .nav li a small {
        display: block;
        font-weight: 300;
        font-size: 16px;
        padding-top: 5px; }
    .nav li:last-child a {
      padding: 0px 0px 0px 10px; }
    .nav li ul {
      display: none; }
    .nav li:hover ul {
      display: block;
      position: absolute;
      background-color: white; }
      .nav li:hover ul li {
        display: block;
        white-space: nowrap;
        /*margin-left: 15px;*/ }
        .nav li:hover ul li::after {
          display: none; }
        .nav li:hover ul li:first-child {
          padding-top: 10px; }
        .nav li:hover ul li:last-child {
          padding-bottom: 10px; }
        .nav li:hover ul li a {
          display: block;
          font-size: 18px;
          padding-top: 5px;
          padding-bottom: 5px; }
          @media only screen and (max-width: 1024px) {
            .nav li:hover ul li a {
              font-size: 16px; } }
  .nav .active {
    color: #b7a490;
    background-color: transparent; }
  @media only screen and (max-width: 768px) {
    .nav {
      background: #ffffff;
      box-shadow: none;
      box-shadow: -20px 0px 15px -21px rgba(0, 0, 0, 0.7), 0px 20px 15px -21px rgba(0, 0, 0, 0.7), 20px 0px 15px -21px rgba(0, 0, 0, 0.7);
      /* shadow left, bottom, right */
      margin-top: 0px; }
      .nav li {
        display: block;
        text-align: left;
        padding-left: 0px; }
        .nav li:not(:last-child)::after {
          display: none; }
        .nav li:first-child {
          padding-top: 0px; }
        .nav li:last-child {
          padding-bottom: 10px; }
        .nav li a {
          display: block;
          color: #1a0c09;
          text-shadow: none;
          border-top: 0px;
          padding: 10px 30px; }
        .nav li:last-child a {
          padding: 0px 0px 0px 30px; }
        .nav li ul {
          display: block; }
        .nav li li {
          padding-left: 20px; }
          .nav li li a {
            font-weight: 300;
            font-size: 16px;
            padding-top: 5px;
            padding-bottom: 5px; }
          .nav li li:first-child {
            padding-top: 10px; }
          .nav li li:last-child {
            padding-bottom: 10px; }
          .nav li li:last-child a {
            padding-top: 5px; }
          .nav li li .active {
            border-top: 0px;
            color: #533e35;
            border-left: 2px solid #836f61; }
            .nav li li .active::after {
              display: none; }
        .nav li:hover a {
          border-top: 0px; }
        .nav li:hover ul {
          display: block;
          position: relative;
          top: 0;
          background-color: #ffffff; }
          .nav li:hover ul li {
            display: block; }
            .nav li:hover ul li::after {
              display: none; }
            .nav li:hover ul li:hover {
              background-color: #ffffff; }
      .nav .active {
        border-top: 0px;
        color: #764134; } }

.slider {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 70px; }
  .slider__container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #b7a490;
    background-color: #836f61; }
    .slider__container .slides {
      margin: -40px 0px -40px 0px;
      background-color: #ffffff;
      display: inline-block; }
    .slider__container img {
      max-width: 100%;
      max-height: 400px; }

section {
  margin-bottom: 0px; }

.mainPanel {
  padding: 4px;
  color: #533e35; }

.main {
  position: relative;
  width: 100%;
  line-height: 1.5em;
  z-index: 1000; }
  .main__container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 25px 25px 5px 25px;
    color: #533e35;
    font-family: "Open Sans", sans-serif; }
    @media only screen and (max-width: 768px) {
      .main__container {
        width: 96%; } }
    @media only screen and (max-width: 992px) {
      .main__container {
        padding: 25px 15px 5px 15px; } }
  .main a {
    color: #b8471b;
    position: relative;
    z-index: 0;
    padding: 0px 1px;
    transition: 0.25s ease;
    text-decoration: none; }
    .main a:hover, .main a:focus {
      color: #764134; }
  .main img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: 5px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    /*border: 1px solid $primary-light;*/ }
  .main a img {
    border: 1px solid #b7a490; }
  .main a:hover img {
    border: 1px solid #836f61;
    box-shadow: 0px 0px 15px rgba(26, 12, 9, 0.2); }
  .main h1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -15px;
    display: inline-block;
    background-color: #836f61;
    width: 1px;
    height: 50px;
    opacity: 0.5; }
  .main .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (max-width: 768px) {
    .main {
      width: 100%;
      margin-bottom: 20px; } }

.main .box--news {
  /*margin: 40px 0px 0px 0px;*/
  padding-top: 20px;
  background-color: rgba(183, 164, 144, 0.3);
  margin-top: 20px; }

.main .date {
  display: inline-block;
  color: #836f61;
  font-size: 18px;
  font-weight: 400; }

.main .title {
  position: relative;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #1a0c09;
  padding: 0px 0px 0px 15px; }
  .main .title::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    display: inline-block;
    background-color: #836f61;
    width: 1px;
    height: 24px;
    opacity: 0.5; }

.main .news {
  padding-top: 20px;
  color: #836f61; }

.main .button, .mainPanel .button {
  display: inline-block;
  padding: 10px 15px;
  color: rgba(26, 12, 9, 0.5);
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  margin: 5px;
  text-decoration: none;
  border: 1px solid rgba(83, 62, 53, 0.3); }
  .main .button:hover, .mainPanel .button:hover {
    color: #b8471b;
    border: 1px solid rgba(184, 71, 27, 0.8);
    box-shadow: 0px 0px 15px rgba(26, 12, 9, 0.1); }
  .main .button.active, .mainPanel .button.active {
    color: rgba(26, 12, 9, 0.8);
    border: 1px solid rgba(83, 62, 53, 0.6); }

.main .dog {
  text-align: center;
  color: #533e35;
  font-family: "Open Sans", sans-serif; }
  .main .dog .dog__details {
    padding-top: 15px; }
  .main .dog .dog__details__dob, .main .dog .dog__details__status {
    display: inline-block;
    font-size: 18px;
    opacity: 0.5;
    margin-bottom: 10px; }
  .main .dog .dog__details__status {
    padding: 0px 15px; }
    .main .dog .dog__details__status::before {
      content: '';
      position: absolute;
      top: 3px;
      left: 5px;
      display: inline-block;
      background-color: #836f61;
      width: 1px;
      height: 20px;
      opacity: 0.5; }
  @media only screen and (max-width: 992px) {
    .main .dog .dog__photos {
      padding-top: 0px; } }
  .main .dog h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #1a0c09;
    margin: 0px;
    padding-bottom: 20px;
    letter-spacing: 3px; }
  .main .dog h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    letter-spacing: 3px; }
  .main .dog p {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5em; }
  .main .dog img {
    max-height: 500px;
    max-width: 100%; }

.main .pedigree, .mainPanel .pedigree {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #533e35;
  background-color: rgba(183, 164, 144, 0.3); }
  .main .pedigree tr, .main .pedigree td, .main .pedigree th, .mainPanel .pedigree tr, .mainPanel .pedigree td, .mainPanel .pedigree th {
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 15px;
    line-height: 1.2em;
    border: 1px solid #b7a490; }
  .main .pedigree h5, .mainPanel .pedigree h5 {
    position: relative;
    z-index: 0; }
    .main .pedigree h5 a, .mainPanel .pedigree h5 a {
      color: #836f61; }
      .main .pedigree h5 a:hover, .mainPanel .pedigree h5 a:hover {
        color: #ffffff; }
  .main .pedigree h6, .mainPanel .pedigree h6 {
    margin: 5px 0px; }
  .main .pedigree h6 + p, .mainPanel .pedigree h6 + p {
    margin-top: -7px; }
  .main .pedigree h6 + p a, .mainPanel .pedigree h6 + p a {
    margin-top: 7px; }
  .main .pedigree p, .mainPanel .pedigree p {
    margin-bottom: 0px; }
  .main .pedigree img, .mainPanel .pedigree img {
    height: auto; }
  @media only screen and (max-width: 992px) {
    .main .pedigree, .mainPanel .pedigree {
      font-size: 10px; }
      .main .pedigree tr, .main .pedigree td, .main .pedigree th, .mainPanel .pedigree tr, .mainPanel .pedigree td, .mainPanel .pedigree th {
        letter-spacing: 1px;
        padding: 5px;
        line-height: 1.1em; }
      .main .pedigree h5, .mainPanel .pedigree h5 {
        font-size: 18px; } }

.main .backlink a {
  margin: 20px 0px 20px 0px;
  text-decoration: none;
  display: inline-block; }
  .main .backlink a:after {
    width: 0; }
@media only screen and (max-width: 1024px) {
  .main .backlink a {
    margin: 10px 0px 10px 0px; } }

.main .litter, .mainPanel .litter {
  text-align: center;
  margin-top: 20px; }
  .main .litter .litter__info, .mainPanel .litter .litter__info {
    text-align: center;
    color: #533e35;
    background-color: rgba(183, 164, 144, 0.3);
    /*margin: 50px 0px 50px 0px;*/
    font-size: 16px;
    font-family: "Open Sans", sans-serif; }
    .main .litter .litter__info .litter_name, .mainPanel .litter .litter__info .litter_name {
      /*background: $primary-darker;
      margin: -20px -20px -20px 20px;*/
      color: #1a0c09; }
      .main .litter .litter__info .litter_name h3, .mainPanel .litter .litter__info .litter_name h3 {
        font-family: "Oswald", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 90px;
        text-align: center;
        margin-bottom: -5px;
        margin-top: 5px;
        color: #533e35;
        opacity: 1; }
      .main .litter .litter__info .litter_name p, .mainPanel .litter .litter__info .litter_name p {
        line-height: 1.4em; }
      .main .litter .litter__info .litter_name .litter__links, .mainPanel .litter .litter__info .litter_name .litter__links {
        padding: 10px 0px; }
      .main .litter .litter__info .litter_name::after, .mainPanel .litter .litter__info .litter_name::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 0px;
        display: inline-block;
        background-color: #836f61;
        width: 1px;
        height: calc(100% - 20px);
        opacity: 0.2; }
      @media only screen and (max-width: 992px) {
        .main .litter .litter__info .litter_name::after, .mainPanel .litter .litter__info .litter_name::after {
          display: none; } }
    .main .litter .litter__info .litter__info__dob, .mainPanel .litter .litter__info .litter__info__dob {
      display: inline-block;
      opacity: 0.4;
      margin-bottom: 10px; }
    .main .litter .litter__info .litter__info__father span, .main .litter .litter__info .litter__info__mother span, .mainPanel .litter .litter__info .litter__info__father span, .mainPanel .litter .litter__info .litter__info__mother span {
      position: relative;
      opacity: 0.4;
      margin-right: 10px; }
      .main .litter .litter__info .litter__info__father span::after, .main .litter .litter__info .litter__info__mother span::after, .mainPanel .litter .litter__info .litter__info__father span::after, .mainPanel .litter .litter__info .litter__info__mother span::after {
        content: '';
        position: absolute;
        top: 3px;
        right: -7px;
        display: inline-block;
        background-color: #836f61;
        width: 1px;
        height: 20px;
        opacity: 0.5; }
    .main .litter .litter__info .litter__details, .mainPanel .litter .litter__info .litter__details {
      padding: 20px;
      text-align: left;
      font-size: 12px; }
      .main .litter .litter__info .litter__details strong, .mainPanel .litter .litter__info .litter__details strong {
        font-size: 16px; }
      @media only screen and (max-width: 992px) {
        .main .litter .litter__info .litter__details, .mainPanel .litter .litter__info .litter__details {
          padding: 20px; } }

.main .gallery__box {
  display: block;
  height: 200px;
  min-width: 200px;
  margin: 15px 0px; }
  .main .gallery__box a {
    display: block;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(26, 12, 9, 0.5); }
    .main .gallery__box a:hover {
      border: 1px solid #1a0c09;
      box-shadow: 0px 0px 30px rgba(26, 12, 9, 0.2); }
    .main .gallery__box a img {
      display: none; }
  .main .gallery__box span a {
    height: auto;
    border: none;
    background: none; }
    .main .gallery__box span a:hover {
      color: #1a0c09;
      border: none;
      box-shadow: none; }
.main .gallery__box__desc {
  height: 250px; }
  .main .gallery__box__desc a {
    height: 200px; }

footer {
  width: 100%;
  color: #b7a490;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: #1a0c09; }
  footer p {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #836f61; }
    footer p:first-of-type {
      padding-top: 10px; }
    @media only screen and (max-width: 768px) {
      footer p {
        font-size: 14px; } }
  footer .footer__container {
    width: 100%;
    /*max-width: 1024px;*/
    margin: 0 auto;
    height: 100%; }

.footer__bar__copyrights {
  position: relative;
  z-index: 20;
  height: 50px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer__bar__copyrights__container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    height: 100%;
    padding-top: 5px;
    color: #b7a490; }
    .footer__bar__copyrights__container a {
      text-decoration: none;
      color: #b7a490; }
      .footer__bar__copyrights__container a:hover {
        color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .footer__bar__copyrights__container {
        font-size: 10px;
        line-height: 1.3em;
        padding-top: 2px; }
        .footer__bar__copyrights__container span {
          display: none; } }

.footer__bar__nav {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  .footer__bar__nav .footer__bar__logo {
    display: inline-block;
    padding: 20px; }
    .footer__bar__nav .footer__bar__logo .kennel-name__container {
      display: inline-block;
      position: relative;
      padding: 0px 20px 0px 0px;
      margin-top: 0px; }
      .footer__bar__nav .footer__bar__logo .kennel-name__container h1 {
        font-weight: 700;
        font-size: 40px;
        margin-bottom: 5px;
        color: #edddc3; }
      .footer__bar__nav .footer__bar__logo .kennel-name__container h2 {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 3px;
        margin-top: 0px;
        color: #edddc3; }
    @media only screen and (max-width: 768px) {
      .footer__bar__nav .footer__bar__logo {
        display: none; } }
  .footer__bar__nav .footer__bar__menu {
    display: inline-block;
    padding: 20px;
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .footer__bar__nav .footer__bar__menu {
        display: none; } }
    .footer__bar__nav .footer__bar__menu li {
      position: relative;
      display: inline-block;
      padding: 0.15em 0em; }
      .footer__bar__nav .footer__bar__menu li:not(:last-child)::after {
        /*&::before {*/
        content: '';
        position: absolute;
        top: 0px;
        display: inline-block;
        background-color: #836f61;
        width: 1px;
        height: 24px;
        opacity: 0.5; }
    .footer__bar__nav .footer__bar__menu a {
      color: #836f61;
      display: inline-block;
      letter-spacing: 1px;
      padding: 0px 10px 0px 10px;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 18px;
      text-decoration: none;
      line-height: 0.9em; }
      .footer__bar__nav .footer__bar__menu a:hover, .footer__bar__nav .footer__bar__menu a:focus {
        background-color: transparent;
        color: #b8471b; }
      @media only screen and (max-width: 1024px) {
        .footer__bar__nav .footer__bar__menu a {
          font-size: 16px; } }
    .footer__bar__nav .footer__bar__menu .active {
      color: #764134;
      background-color: transparent; }

#cookiesInfoWindow {
  display: none;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #1a0c09;
  border-top: 1px solid #533e35;
  color: #ffffff;
  font-size: 14px;
  padding: 1em;
  z-index: 9999; }

#cookiesInfoWindow a {
  cursor: pointer;
  margin-left: 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #edddc3; }

#cookiesInfoWindow .cookieInfo {
  text-align: center; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #1a0c09;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 1100; }
  .cd-top::after {
    position: absolute;
    left: -25px;
    top: 2px;
    font-family: 'FontAwesome';
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b7a490;
    opacity: 1;
    z-index: -1;
    content: "\f077";
    /* chevron-up */ }
  .cd-top:hover {
    background: #836f61; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: #836f61;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 50px; } }
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 50px; } }

/*# sourceMappingURL=theme.css.map */
