.field--name-field-species {
  margin-top: 10px;
  padding: 10px;
}
.field--name-field-species .field__label {
  font-size: 20px;
  font-weight: 800;
}

.field--name-field-taxon-name {
  display: inline-block;
}

.node--type-bat-species.node--view-mode-teaser {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.09) 0 0 18px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0 0 18px 0;
  box-shadow: rgba(0, 0, 0, 0.09) 0 0 18px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.node--type-bat-species.node--view-mode-teaser .post-title span, .node--type-bat-species.node--view-mode-teaser .post-title .field--name-field-taxon-name {
  display: inline-block;
  padding: 1px 2px;
}
.node--type-bat-species.node--view-mode-teaser .plan-sinup {
  clear: both;
  float: right;
}

.field--name-field-reference-material .node-detail, .field--name-field-reference-material .node-detail {
  padding-bottom: 0px !important;
}

.area-teaser, .bats-teaser {
  position: relative;
  padding: 5px 20px 20px 80px;
}
.area-teaser .node-detail, .bats-teaser .node-detail {
  padding-bottom: 0px !important;
}
.area-teaser h3.title, .bats-teaser h3.title {
  float: left;
}
.area-teaser img, .bats-teaser img {
  width: 60px;
}
.area-teaser:before, .bats-teaser:before {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 28px;
  top: 50%;
  margin-top: -22px;
  background-size: 10px 20px;
}

.area-teaser:before {
  content: url("/themes/bats/graphics/pin.png");
}

.bats-teaser:before {
  content: url("/themes/bats/graphics/bat.png");
}

.field--name-field-species-references {
  padding: 10px;
  -moz-box-shadow: #eee 0px 0px 5px;
  -webkit-box-shadow: #eee 0px 0px 5px;
  box-shadow: #eee 0px 0px 5px;
}
.field--name-field-species-references .field__label {
  font-size: 16px;
  font-weight: 800;
}
.field--name-field-species-references .field__item a {
  padding: 12px;
  display: block;
  width: 100%;
}
.field--name-field-species-references .field__item:nth-child(odd) a {
  background: #ddf2ff;
}

.actions-sites .owl-item .post-title {
  min-height: 50px;
}

.gallery-images {
  margin: 30px 0 30px 0;
}
