/* line 316, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.3.3/";
}

/* line 320, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 325, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 330, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 335, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 340, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 345, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 352, ../bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 355, ../bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 361, ../bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 365, ../bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

/* line 378, ../bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 381, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 383, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 387, ../bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 394, ../bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 395, ../bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 397, ../bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 403, ../bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 406, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 416, ../bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 419, ../bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
/* line 71, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 74, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 80, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 84, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 87, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 90, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 92, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
/* line 94, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
/* line 100, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 120, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
/* line 126, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
/* line 135, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 137, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 148, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
/* line 174, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: transparent;
  z-index: 10;
}
/* line 179, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
/* line 185, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 192, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}
/* line 205, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #fff;
  border-top: none;
  border-bottom: none;
}
/* line 219, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #fff;
}
/* line 228, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333;
}
/* line 237, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 240, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 253, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 257, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
/* line 267, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 268, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
/* line 273, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #fff;
}
/* line 277, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 278, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -4px;
}
/* line 285, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #fff;
}

/* line 291, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets-container {
  text-align: center;
}

/* line 292, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
/* line 301, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #ccc;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
/* line 312, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #999;
}
/* line 316, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 322, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 326, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 334, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 338, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  /* line 345, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 346, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important;
  }
  /* line 352, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  /* line 358, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-timer {
    display: none;
  }

  /* line 361, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-next, .orbit-prev {
    display: none;
  }

  /* line 364, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-bullets {
    display: none;
  }
}
/* line 9, ../scss/main.scss */
header.main {
  position: absolute;
  z-index: 9;
  background: none;
  display: block;
  width: 100%;
}

/* line 19, ../scss/main.scss */
.orbit-container {
  top: 0;
}
/* line 22, ../scss/main.scss */
.orbit-container li {
  position: relative;
}
/* line 26, ../scss/main.scss */
.orbit-container img {
  float: right;
}
/* line 30, ../scss/main.scss */
.orbit-container .orbit-slide-number,
.orbit-container .orbit-timer,
.orbit-container .orbit-bullets-container {
  display: none;
}
/* line 36, ../scss/main.scss */
.orbit-container .orbit-prev {
  left: 50% !important;
  margin-left: -550px;
  background: url(../img/slider-prev.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 74px;
}
/* line 46, ../scss/main.scss */
.orbit-container .orbit-prev span {
  display: none !important;
}
/* line 50, ../scss/main.scss */
.orbit-container .orbit-prev:hover {
  background-color: transparent !important;
}
/* line 55, ../scss/main.scss */
.orbit-container .orbit-next {
  right: 50% !important;
  margin-right: -550px;
  background: url(../img/slider-next.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 74px;
}
/* line 65, ../scss/main.scss */
.orbit-container .orbit-next span {
  display: none !important;
}
/* line 69, ../scss/main.scss */
.orbit-container .orbit-next:hover {
  background-color: transparent !important;
}
/* line 74, ../scss/main.scss */
.orbit-container .slider-content {
  position: relative;
  width: 50%;
  margin-top: 196px;
  text-align: right;
}
/* line 80, ../scss/main.scss */
.orbit-container .slider-content h4 {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  font-family: PFDinTextCompPro-Thin;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
}
/* line 91, ../scss/main.scss */
.orbit-container .slider-content h5 {
  display: block;
  margin: 0;
  color: #ffffff;
  font-family: PFDinTextCompPro-Regular;
  font-size: 75px;
  font-weight: 400;
  line-height: 71px;
  text-transform: uppercase;
}
/* line 104, ../scss/main.scss */
.orbit-container .slider-content i {
  position: absolute;
  top: 0;
  right: -70px;
  position: absolute;
  width: 48px;
  height: 176px;
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
}
/* line 117, ../scss/main.scss */
.orbit-container .slider-content p {
  margin-top: 45px;
  color: #ffffff;
  font-family: PFDinTextCondPro-Regular;
  font-size: 16px;
  font-weight: 400;
}
/* line 126, ../scss/main.scss */
.orbit-container .slider-content a {
  position: relative;
  padding: 11px;
  display: inline-block;
  border: 2px solid #eeb65a;
  border-right: none;
  color: #eeb65a;
  font-family: PFDinTextCondPro-Regular;
  font-size: 16px;
  line-height: 1;
}
/* line 139, ../scss/main.scss */
.orbit-container .slider-content a:after {
  position: absolute;
  top: -1px;
  right: -11px;
  position: absolute;
  content: "";
  width: 12px;
  height: 40px;
  background: url(../img/link-slider.png);
  display: inline-block;
}
/* line 153, ../scss/main.scss */
.orbit-container .slider-content a:hover {
  background: #000000;
}

/* line 162, ../scss/main.scss */
.content.main .right-column,
.content.main .left-column {
  padding: 0;
}
/* line 167, ../scss/main.scss */
.content.main .left-column {
  padding-right: 28px;
}
/* line 170, ../scss/main.scss */
.content.main .left-column .our-dog > h2 {
  margin-top: 50px;
}
/* line 175, ../scss/main.scss */
.content.main .right-column {
  padding-left: 28px;
}
/* line 178, ../scss/main.scss */
.content.main .right-column h2 {
  margin-top: 50px;
  margin-left: 34px;
}
/* line 182, ../scss/main.scss */
.content.main .right-column h2:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: -34px;
  background: url(../img/icons/marker.png);
}
/* line 202, ../scss/main.scss */
.content.main .our-dog .dog {
  position: relative;
  margin-top: 35px;
}
/* line 206, ../scss/main.scss */
.content.main .our-dog .dog .image {
  position: relative;
  display: inline-block;
  float: left;
}
/* line 211, ../scss/main.scss */
.content.main .our-dog .dog .image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 5px;
  border: 2px solid #eeb65a;
}
/* line 220, ../scss/main.scss */
.content.main .our-dog .dog .image img:hover {
  -webkit-filter: none;
  filter: none;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 227, ../scss/main.scss */
.content.main .our-dog .dog .border {
  width: 9px;
  height: 30px;
  display: inline-block;
  position: absolute;
  margin-left: 15px;
  top: 50%;
  margin-top: -15px;
}
/* line 239, ../scss/main.scss */
.content.main .our-dog .description {
  margin-left: 60px;
  display: inline-block;
}
/* line 243, ../scss/main.scss */
.content.main .our-dog .description h2 {
  font-family: PFDinTextCondPro-Medium;
  line-height: 28px;
}
/* line 248, ../scss/main.scss */
.content.main .our-dog .description h4 {
  color: #eeb65a;
  font-size: 20px;
  font-family: PFDinTextCondPro-Medium;
  text-transform: uppercase;
  line-height: 28px;
}
/* line 256, ../scss/main.scss */
.content.main .our-dog .description a {
  display: block;
  line-height: 1;
  margin-top: 15px;
}
/* line 262, ../scss/main.scss */
.content.main .our-dog .description span {
  color: #eeb65a;
  font-family: PFDinTextCondPro-Regular;
  font-size: 15px;
  line-height: 1;
}
/* line 268, ../scss/main.scss */
.content.main .our-dog .description span i {
  font-style: normal;
}
/* line 272, ../scss/main.scss */
.content.main .our-dog .description span.born {
  display: block;
}
/* line 278, ../scss/main.scss */
.content.main .our-dog .description span.child:after {
  content: "|";
  margin-left: 8px;
  margin-right: 3px;
}
/* line 290, ../scss/main.scss */
.content.main .preview-news article {
  margin-top: 30px;
}
/* line 294, ../scss/main.scss */
.content.main .preview-news article:first-child {
  margin-top: 40px;
}
/* line 298, ../scss/main.scss */
.content.main .preview-news article .article {
  max-width: 80%;
}
/* line 301, ../scss/main.scss */
.content.main .preview-news article .article p {
  max-height: 70px;
}
/* line 310, ../scss/main.scss */
.content.main .right-column .title {
  margin-top: 50px;
}
/* line 314, ../scss/main.scss */
.content.main .right-column .signature {
  color: #eeb65a;
  font-size: 15px;
  font-family: PFDinTextCondPro-Italic;
}
