body {
  font: 12pt/1.5em 'Oxygen', sans-serif;
  font-weight: 300;
  background: #F2EBDC url(../img/tree.png) center top no-repeat;
}
header {
  margin: 16px 0 0;
}
header h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
header h1 a {
  color: #BF0404;
  text-decoration: none;
}
header nav ul {
  padding: 0;
  height: auto;
  line-height: 1;
}
header nav ul li {
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #000000;
  float: left;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
header nav ul li a {
  display: block;
  width: 100%;
  height: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}
header nav ul li a.active {
  color: #BF0404;
}
header nav ul li a:focus {
  outline: none;
}
header nav ul li:hover {
  color: #BF0404;
}
header nav ul li:hover .tooltip {
  display: block;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
header nav ul li.no-text {
  text-indent: -9999em;
}
header nav ul li .tooltip {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  width: 100px;
  height: auto;
  line-height: 20px;
  padding: 10px;
  font-size: .8em;
  text-align: center;
  color: #000000;
  background: #FFBA3C;
  border: 4px solid #FFBA3C;
  border-radius: 5px;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
  text-transform: none;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
header nav ul li .tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #FFBA3C transparent;
  top: -24px;
  left: 35px;
}
#content {
  margin: 120px 0 0;
  position: relative;
  z-index: 10;
  clear: both;
}
#content h1,
#content h2 {
  font-weight: 300;
  color: #BF0404;
  line-height: 1.4;
}
#content h1 {
  text-align: center;
  font-size: 2.6em;
}
#content h2 {
  font-size: 2em;
}
#content a {
  color: #000000;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
#content a:hover {
  color: #BF0404;
  text-decoration: none;
}
#content p {
  text-align: justify;
}
#content .skip-20 {
  height: 10px;
  width: 100%;
  overflow: hidden;
}
#content #homepage {
  background: transparent url(../img/logo.png) center 80px no-repeat;
}
#content #homepage p {
  color: #000000;
  text-align: justify;
}
#content #homepage p.quote {
  border-left: 1px dotted #D90404;
  padding: 5px 10px;
  margin: 20px;
  font-style: italic;
  font-size: .9em;
  color: #BF0404;
}
#content #homepage p.odd {
  color: #D90404;
}
#content #homepage ul li {
  color: #000000;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
#content #homepage ul li:hover {
  color: #F2EBDC;
}
#content #homepage .line {
  position: absolute;
  z-index: -10;
  width: 6px;
  top: 400px;
  left: 50%;
  margin-left: -3px;
  background-color: #BF0404;
  height: calc(100% - 400px);
}
#content .dog-name,
#content .dog-basic,
#content .dog-gallery {
  padding: 40px 0;
}
#content .dog-name {
  text-align: center;
}
#content .dog-name h1 {
  color: #000000;
}
#content .dog-name h2 {
  color: #BF0404;
}
#content .dog-basic {
  background: #BF0404;
}
#content .dog-basic span {
  color: #fff;
  font-size: 1.4em;
  display: block;
  line-height: 40px;
  padding-bottom: 10px;
  text-align: center;
}
#content .dog-basic a {
  font-size: 1em;
  text-decoration: none;
  color: #F2EBDC;
}
#content .dog-basic a:hover {
  color: #fff;
}
#content .dog-gallery {
  background: #000000;
  text-align: center;
}
#content .dog-gallery h2 {
  color: #FFBA3C;
  font-size: 2em;
  font-weight: 300;
}
#content .dog-gallery p {
  color: #F2EBDC;
  text-align: justify;
}
#content .dog-gallery .item {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 30px auto;
  border: 4px solid #000000;
  -webkit-border-radius: 100em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100em;
  -moz-background-clip: padding;
  border-radius: 100em;
  background-clip: padding-box;
}
#content .dog-gallery .item a {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 320px;
  height: 320px;
  text-indent: -9999em;
  cursor: pointer;
  -webkit-border-radius: 100em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100em;
  -moz-background-clip: padding;
  border-radius: 100em;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
}
#content .dog-gallery .item a.ng-hide-add,
#content .dog-gallery .item a.ng-hide-remove {
  display: block !important;
}
#content .dog-gallery .item a.ng-hide {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#content #births {
  background: transparent url(../img/birth.png) center 80px no-repeat;
}
#content #births .line {
  position: absolute;
  z-index: -10;
  width: 6px;
  top: 400px;
  left: 50%;
  margin-left: -3px;
  background-color: #BF0404;
  height: calc(100% - 400px);
}
#content #births .birth-gallery .item {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border: 1px solid #FFBA3C;
  -webkit-border-radius: 100em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100em;
  -moz-background-clip: padding;
  border-radius: 100em;
  background-clip: padding-box;
}
#content #births .birth-gallery .item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 160px;
  height: 160px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  cursor: pointer;
  -webkit-border-radius: 100em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100em;
  -moz-background-clip: padding;
  border-radius: 100em;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
  text-decoration: none;
  text-align: center;
}
#content #births .birth-gallery .item a.ng-hide-add,
#content #births .birth-gallery .item a.ng-hide-remove {
  display: block !important;
}
#content #births .birth-gallery .item a.ng-hide {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#content #births .birth-gallery .item a .description {
  display: block;
  margin-top: 170px;
}
#content #births .birth-gallery-all .item {
  width: calc(33% - 2px);
  height: 128px;
  float: left;
  padding: 1px;
}
#content #births .birth-gallery-all .item a {
  display: block;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
#content #births .birth-gallery-all .item a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#content #births .birth-basic dl {
  margin: 0;
}
#content #births .birth-basic dl dt {
  font-style: italic;
}
#content #births .birth-basic dl dd {
  color: #BF0404;
  font-weight: 400;
  margin: 0 0 16px 8px;
}
#content #contact h1 {
  text-align: left;
}
#content #contact span,
#content #contact div {
  color: #000000;
}
#content #contact form label {
  display: block;
  margin: 20px 0 10px;
  font-weight: 400;
  color: #000000;
}
#content #contact form input,
#content #contact form textarea {
  font-size: .9em;
  display: block;
  border: 0;
  padding: 10px;
  background: #fff;
  outline: none;
  color: #000000;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
#content #contact form input[name=validation] {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
#content #contact form textarea {
  height: 100px;
}
#content #contact form button {
  margin: 20px 0;
  display: block;
  border: 0;
  padding: 10px;
  color: #F2EBDC;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #FFBA3C;
}
#content #contact form button:hover {
  color: #000000;
}
#content #contact form button:disabled {
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  cursor: not-allowed;
  background-color: #BF0404;
}
#content #contact form button:disabled:hover {
  color: #F2EBDC;
}
#content #contact form .errors {
  font-size: .8em;
  font-style: italic;
  color: #D90404;
}
#content #contact form .errors span {
  color: #BF0404;
  padding: 4px 8px;
}
#content #links {
  margin-top: 200px;
}
#content #links h1 {
  text-align: left;
}
#content #error {
  text-align: center;
}
#content #error h1 {
  font-size: 5em;
}
#content #error h1.blue {
  color: #FFBA3C;
}
#content #error p {
  margin: 160px 0 0;
  font-size: 1.6em;
  color: #000000;
}
#news {
  width: 100%;
  z-index: 20;
  position: fixed;
  bottom: 0;
  background: #000000 url(../img/exclamation.png) center left no-repeat;
  color: #F2EBDC;
}
#news .grid-container {
  margin: 15px auto;
}
#news .close {
  width: 48px;
  height: 48px;
  background: transparent url(../img/close.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#news a {
  color: #BF0404;
}
#news a:hover {
  color: #D90404;
}
@media screen and (max-width: 767px) {
  body {
    background: #F2EBDC;
  }
  header {
    background-position: center 80px;
  }
  header h1 {
    background: url(../img/tree.png) 95% center no-repeat;
    -webkit-background-size: 48px;
    -moz-background-size: 48px;
    background-size: 48px;
    height: 48px;
    margin-top: 0;
    line-height: 48px;
    text-align: left;
  }
  header h1 a {
    display: block;
  }
  header nav {
    border-top: 1px dashed #BF0404;
    border-bottom: 1px dashed #BF0404;
  }
  header nav ul {
    overflow: hidden;
    margin: 0;
  }
  #content {
    margin-top: 0;
  }
  #content h1 {
    font-size: 2em;
  }
  #content h2 {
    font-size: 1.8em;
  }
  #content #links {
    margin-top: 0;
  }
  #content .dog-name,
  #content .dog-basic,
  #content .dog-gallery {
    padding: 20px 0;
  }
  #content .dog-name .item,
  #content .dog-basic .item,
  #content .dog-gallery .item {
    width: 260px;
    height: 260px;
  }
  #content .dog-name .item a,
  #content .dog-basic .item a,
  #content .dog-gallery .item a {
    width: 260px;
    height: 260px;
  }
  #content .dog-sex,
  #content .dog-race {
    font-size: 1.4em;
  }
  #content .dog-name h2 {
    color: #F2EBDC;
  }
  #content .dog-name h3 {
    color: #FFBA3C;
  }
  #content #homepage,
  #content #births {
    background: none;
  }
  #content #births .birth-gallery .item {
    width: 260px;
    height: 260px;
  }
  #content #births .birth-gallery .item a {
    width: 260px;
    height: 260px;
  }
  #content #births .birth-gallery .item a .description {
    margin-top: 270px;
  }
  #content #births .birth-gallery-all .item {
    width: calc(50% - 2px);
  }
  #news {
    background: #000000;
  }
}
