html {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  height: 100%;
  width: 100%;
}
ul {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
}
section[role="content"] {
  padding: 3.2rem 0 0;
}
section[role="content"] .container {
  background: #FFFFFF;
}
section[role="content"] .container .main-col img {
  max-width: 100%;
}
section[role="content"] p + h3,
section[role="content"] ul + h3,
section[role="content"] table + h3 {
  margin-top: 3.2rem;
}
footer {
  background: #EEEEEE;
  padding: 4.8rem 0;
}
footer .footer-header {
  font-size: 20px;
  color: #337009;
  text-transform: uppercase;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
footer .footer-content {
  margin-bottom: 2.4rem;
}
footer .footer-content img {
  max-width: 100%;
}
footer .footer-content ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #666666;
  line-height: 1.8;
}
footer .footer-content ul li a:hover {
  color: #337009;
}
.back {
  float: right;
}
.clear {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 0 0 5px #666666;
  -moz-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666;
}
.link {
  float: right;
  line-height: 1;
  margin: -0.8rem 0.8rem 0 0;
}
.z100 {
  z-index: 100;
}
.mobile--menu {
  display: none;
  padding: 4.8rem;
}
.mobile--menu a {
  text-decoration: none;
  display: block;
  padding: 5px;
}
.mobile--menu a:before {
  content: '-';
  padding-right: 0.8rem;
}
.mobile--menu a.level0 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.mobile--menu ul ul {
  margin: 5px 1.6rem;
}
.mobile--menu .close {
  position: absolute;
  top: 0.8rem;
  right: 2.4rem;
  opacity: 1;
}
.mobile--menu .close:before {
  content: '';
}
.mobile--menu .close .fa {
  color: #000000;
  font-size: 20px;
}
.grey-gradient {
  background-color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
  background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
}
.blue-gradient {
  background-color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
  background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
}
.list--video .h3 {
  margin-bottom: 3.2rem;
  text-align: center;
}
.list--video li a {
  background-position: center center !important;
}
.list--video li a:hover .play i {
  color: rgba(255, 255, 255, 0.8);
}
.list--video li .play {
  background: none;
  position: absolute;
  top: 0.4rem;
  left: 1.6rem;
  height: auto;
  width: auto;
  padding: 0;
  border: 0;
}
.list--video li .play i {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.3);
}
.list--video li .time {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  left: auto;
  bottom: auto;
  width: auto;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.4rem 0.8rem;
}
.list--video--frontpage {
  margin-bottom: 2.4rem;
}
.section--video--player {
  background: #323232;
  margin-top: -2rem;
  padding: 4.8rem 0 !important;
}
.wizard--select img {
  max-width: 100%;
}
.wizard--select select {
  width: 100%;
}
.wizard--select button {
  width: 100%;
  margin-top: 2rem;
  background-color: #337009;
  color: #FFFFFF;
}
.wizard--select button:hover,
.wizard--select button:focus,
.wizard--select button:active {
  color: #FFFFFF;
  outline: 0;
}
.wizard--select .select2-container {
  width: 100% !important;
}
.wob-wizard .card-deck-wrapper .box .body {
  padding: 0;
}
.wob-wizard .card-deck-wrapper .card-img-top {
  max-width: 100%;
  border-bottom: 1px solid #EEEEEE;
}
.wob-wizard .card-deck-wrapper .card-text {
  padding: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.wob-wizard #results .table {
  margin: 0;
}
.contribute .select-breeder-box {
  padding: 0.4rem 2rem 0.8rem;
}
.contribute .error-message {
  color: #FF0000;
  margin-bottom: 2rem;
}
.red {
  color: #FF0000;
}
.cc-headline {
  font-size: 20px;
  text-transform: uppercase;
  color: #DDDDDD;
  line-height: 1;
}
.cc-list {
  margin-bottom: 3.2rem;
}
.cc-list ul {
  margin-bottom: 0;
}
.cc-list li {
  margin-bottom: 2rem;
  display: inline-block;
}
.cc-list li label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  margin: 0;
  line-height: 1;
  font-weight: 100;
}
.page__headline {
  background: #EEEEEE;
  padding: 3.2rem 0;
}
.page__headline-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.page__headline-title {
  margin-bottom: 2.4rem;
}
.page__headline-description p {
  font-family: 'open sans', serif;
}
.box {
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  margin-bottom: 2.4rem;
}
.box .head {
  background-color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
  background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
  font-size: 12px;
  padding: 12px 1.6rem 10px 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.box .head:before {
  content: '';
  top: 0;
  left: 5px;
  position: absolute;
  width: 35px;
  height: 28px;
  background: transparent url("../box_header_snake.png") no-repeat scroll 0 0;
}
.box .body {
  padding: 1.6rem;
  font-size: 12px;
}
.box .body a {
  color: #337009;
  text-decoration: none;
}
.box .body a:hover {
  text-decoration: underline;
}
.box .body img {
  max-width: 100%;
}
.box .body .subheader,
.box .body .subheader a {
  color: #DDDDDD;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.box .body ul {
  margin: 0;
}
.box .body .box--link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.box.center .body {
  text-align: center;
}
.box.no-padding .body {
  padding: 0;
}
.box .selected {
  font-weight: bold;
}
.box .like {
  margin: 2.4rem 0;
  text-align: center;
}
.box.fixed250 {
  height: 250px;
}
.box.minify .head {
  cursor: pointer;
}
.box.minify .head:after {
  content: '\f0d7';
  font-family: 'fontAwesome', sans-serif;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 25px;
  color: #337009;
}
.box.minify .body {
  display: none;
}
.box.minify.open .body {
  display: block;
}
.box.minify.open .head:after {
  content: '\f0d8';
}
.contentBox {
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 1.6rem;
  background: #FF0000;
}
.contentBox .bheader h1,
.contentBox .bheader h2 {
  text-align: left;
  padding: 0 0 0 10px;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
  background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
}
.contentBox .bheader h1 span,
.contentBox .bheader h2 span {
  padding: 0 0 0 40px;
  margin: 0;
  display: block;
  line-height: 35px;
  background: transparent url(../box_header_snake.png) no-repeat -5px center;
}
.contentBox .bheader h2 span {
  font-size: 11px;
}
.contentBox .bcontent a {
  text-decoration: none;
}
.contentBox .bcontent a:hover {
  text-decoration: underline;
}
.contentBox .bcontent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contentBox .bcontent ul li {
  margin: 0 0 2px;
}
.contentBox .bcontent .group {
  margin: 0 0 5px;
}
.contentBox .bcontent .subheader {
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
}
.contentBox .bcontent .subheader a {
  color: #999999;
}
.contentBox .bcontent .website {
  font-size: 10px;
}
.list ul {
  margin: 0 -1.6rem;
}
.list ul li {
  margin-bottom: 3.2rem;
}
.list ul li a {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  background: #EEEEEE;
  position: relative;
  height: 100px;
  display: block;
  background-position: center center;
}
.list ul li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #DDDDDD;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .mobile--menu--button {
    color: #FFFFFF;
    line-height: 70px;
    font-size: 12px;
    cursor: pointer;
    float: right;
  }
  .mobile--menu--button i {
    color: #FFFFFF;
    font-size: 24px;
    position: relative;
    top: 2px;
    margin-right: 0.8rem;
  }
  body.mmenu .wrapper {
    display: none;
  }
  body.mmenu .mobile--menu {
    display: block;
  }
  .section--frontpage--search {
    margin-top: -2rem;
  }
  .section--frontpage--search .container {
    width: 100%;
    padding: 0;
  }
  .section--frontpage--search .container .row {
    margin: 0;
  }
  .section--frontpage--search .col-xs-12 {
    padding: 0;
  }
  .section--frontpage--search .search-wrapper {
    padding: 4.8rem 0 3.2rem;
    height: auto;
  }
  .section--frontpage--search .search-wrapper h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .section--frontpage--search .search-wrapper h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .section--frontpage--search .search-wrapper ul li {
    display: block;
  }
  .section--frontpage--search .search-wrapper .input-wrapper {
    width: 90%;
  }
  .list ul {
    margin: 0 -0.8rem;
  }
  .list ul li {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-bottom: 1.6rem;
  }
  .page__headline {
    padding: 2rem 0;
  }
  .page__headline-title {
    margin: 0;
  }
  .page__headline-title h1 {
    margin: 0;
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  section[role="content"] {
    padding-bottom: 3.2rem;
  }
  .mobile--menu--button {
    display: none;
  }
  .page__headline-wrapper {
    flex-direction: row;
  }
  .page__headline-title {
    flex: 1 0 35%;
    margin-bottom: 0;
  }
  .page__headline-description {
    opacity: 0.7;
    flex: 1 1 auto;
  }
}
body,
div,
td,
span,
p {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #323232;
}
h1,
.h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 0.8rem;
  color: #323232;
  font-family: 'open sans', serif;
  text-transform: uppercase;
  line-height: 1;
}
h1 a,
.h1 a {
  text-decoration: none;
  color: #323232;
}
h2,
.h2 {
  font-size: 14px;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  font-family: 'open sans', serif;
}
h3,
.h3 {
  font-size: 20px;
  margin: 0 0 1.6rem;
  color: #337009;
  font-family: 'open sans', serif;
  text-transform: uppercase;
}
p {
  margin: 0 0 1.6rem;
  line-height: 1.4;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #337009;
  text-decoration: underline;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #337009;
}
a img {
  border: 0;
}
.line-through {
  margin: 0;
  text-align: center;
}
.line-through h1 {
  margin: 0.8rem 0 0;
}
@media screen and (min-width: 992px) {
  .line-through {
    text-align: left;
  }
}
.container {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  width: 100%;
  max-width: 1280px;
}
.row {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.card {
  position: relative;
  background: #FFFFFF;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 2.4rem;
  overflow: hidden;
}
.card a {
  text-decoration: none;
}
.card__image {
  padding-bottom: 60%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.card__content {
  padding: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card__label {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  background: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  padding: 0.4rem 0.8rem 0.26666667rem;
  z-index: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
}
.card__actions {
  width: 100%;
  padding: 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card.card--s .card__image {
  padding-bottom: 45%;
}
.card.card--s .card__label {
  top: 0.8rem;
  right: 0.8rem;
}
.card.card--s .card__content {
  padding: 0.8rem;
  font-size: 12px;
}
.card-box {
  border: 1px solid #DDDDDD;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-box__title {
  width: 100%;
  padding: 0.8rem 1.6rem;
  border-bottom: 1px solid #DDDDDD;
  line-height: 1;
  font-family: 'open sans', serif;
  font-size: 16px;
}
.card-box__content {
  padding: 1.6rem;
}
.card-box__actions {
  margin-top: auto;
  padding: 0.8rem 1.6rem;
  border-top: 1px solid #DDDDDD;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.card-box__actions input {
  order: 10;
  border: 0;
  background: #337009;
  color: #FFFFFF;
  font-family: 'open sans', serif;
  text-transform: uppercase;
  padding: 0.8rem 1.6rem;
  font-size: 12px;
  margin-left: auto;
}
.info-box-container {
  border: 1px solid #EEE;
  border-radius: 4px;
  background: #FAFAFA;
  height: 100%;
  width: 100%;
}
.info-box-container ul {
  margin: 0 0 0.8rem;
}
.info-box-container ul:last-child {
  margin-bottom: 0;
}
.info-box-container ul .sub {
  font-size: 10px;
  text-transform: uppercase;
  color: #666666;
}
.info-box-header {
  padding: 0.8rem 1.6rem;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.info-box-header:before {
  content: '\f067';
  position: absolute;
  right: 1.6rem;
  top: 0.8rem;
  color: #000;
  font-family: 'fontAwesome';
}
.info-box-content {
  display: none;
  padding: 1.6rem;
  border-top: 1px solid #EEEEEE;
}
.info-box-content--center {
  text-align: center;
}
.info-box--active .info-box-header:before {
  content: '\f068';
}
.info-box--active .info-box-content {
  display: block;
}
.info-box--neutral .info-box-header {
  cursor: default;
}
.info-box--neutral .info-box-header:before {
  content: '';
}
.info-box--neutral .info-box-content {
  display: block;
}
.button {
  background: #EEEEEE;
  padding: 0.8rem 1.6rem;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button:hover {
  color: #323232;
}
.button__wob {
  background: #337009;
  color: #FFFFFF;
  border: 1px solid #337009;
}
.button__wob:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.button__ghost {
  background: transparent;
  border: 1px solid #337009;
}
.button__ghost:hover {
  border-color: #323232;
}
.button__s {
  font-size: 12px;
  padding: 0.4rem 0.8rem;
}
.button__m {
  font-size: 16px;
}
.button__l {
  font-size: 20px;
  padding: 1.6rem 2rem;
}
.site-header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #337009;
}
.site-header__top-links {
  background: rgba(0, 0, 0, 0.7);
  padding: 0.8rem 0;
}
.site-header__top-links .container {
  position: relative;
}
.site-header__top-menu {
  float: right;
  margin: 0;
}
.site-header__top-menu li {
  float: left;
  margin-left: 1.6rem;
  line-height: 1;
}
.site-header__top-menu li a {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
}
.site-header__top-menu li a:hover {
  text-decoration: underline;
}
.site-header__main-container {
  height: 75px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.site-header__main-container .container {
  position: relative;
}
.site-header__main-container .logo {
  float: left;
}
.site-header__main-container .logo img {
  height: 60px;
  margin-top: 0.8rem;
  margin-left: -0.4rem;
}
.site-header__navigation {
  float: right;
  margin-top: 2rem;
  margin-right: 45px;
}
.site-header__navigation li {
  margin-right: 2rem;
  float: left;
}
.site-header__navigation li a {
  color: #FFFFFF;
  font-size: 12px;
  padding: 0.8rem 1.6rem 0.4rem;
  background: rgba(0, 0, 0, 0.7);
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  float: left;
  height: 30px;
}
.site-header__navigation li a:hover {
  background: #337009;
}
.site-header__search {
  position: absolute;
  right: 1.6rem;
  top: 2rem;
}
.site-header__search-button {
  background: rgba(0, 0, 0, 0.7);
  height: 30px;
}
.site-header__search-button .fa {
  font-size: 16px;
  padding: 6px 1.6rem 0;
  color: #FFFFFF;
}
.site-header__search-button:hover {
  background: #337009;
}
.site-header__search-form {
  display: none;
}
@media screen and (min-width: 992px) {
  .site-header__main-container {
    background: transparent;
  }
}
.morph-list__wrapper {
  background: #FFFFFF;
  margin: 1.6rem 0 2rem;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.morph-list__wrapper .box {
  margin: 0;
}
.morph-list__search {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.morph-list__search .field input {
  width: 100%;
  font-size: 20px;
  padding: 0.8rem 0.8rem 0.8rem 4.8rem;
  background: transparent url(../box_header_snake.png) no-repeat scroll 5px center;
  border: 1px solid #DDDDDD;
}
.morph-list__search .field input:focus,
.morph-list__search .field input:hover {
  border-color: #337009;
}
.morph-list__search .field input.error {
  border-color: #FF0000;
}
.morph-list__search #loader {
  position: absolute;
  top: 22px;
  right: 100px;
  height: 20px;
}
.morph-list__search #loader img {
  height: 20px;
  padding: 0.4rem 0;
}
.morph-list__search #reset {
  position: absolute;
  top: 12px;
  right: 1.6rem;
  height: 24px;
}
.morph-list__search input.button {
  background: #EEEEEE;
  border: 0;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
}
.morph-list__search input.button:hover {
  background: #DDDDDD;
}
.morph-list #morphlist-wrapper {
  margin: 0;
}
.morph-list #morphlist-wrapper .seemore-link {
  height: 40px;
  line-height: 40px;
  float: left;
  clear: both;
  width: 100%;
}
.morph-list #morphlist-wrapper .seemore-link a {
  height: 40px;
  line-height: 40px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.morph-list #morphlist-wrapper .seemore-link a:hover {
  background: #DDDDDD;
}
.morph-list #filters {
  margin: 1.6rem 0 0;
}
.morph-list #filters .section {
  margin: 0.8rem 0 0;
}
.morph-list #filters .section li {
  margin: 0 0 0.4rem;
}
.morph-list #filters .section input {
  float: left;
  margin: 0.4rem 0.4rem 0 0;
}
.morph-list #filters .section label {
  margin: 0 0 0 0.4rem;
  font-size: 12px;
  font-weight: normal;
}
.morph-list #filters .section h3 {
  font-size: 14px;
  margin-bottom: 0.8rem;
}
.morphlist {
  clear: both;
  list-style: none;
  margin: 0;
}
.morphlist li {
  line-height: 50px;
  height: 50px;
  clear: both;
  border-bottom: 1px solid #EEEEEE;
  float: left;
  width: 100%;
}
.morphlist li a {
  text-decoration: none;
  float: left;
  width: 100%;
  padding: 0 0.8rem;
}
.morphlist li a:hover {
  background: none;
  text-decoration: none !important;
}
.morphlist li a .name {
  font-size: 12px;
}
.morphlist li a .image {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 1;
  float: left;
  margin: 0.4rem 0.8rem 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
}
.morphlist li a .image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.morphlist li a .aka {
  display: none;
  float: right;
  color: #999999;
  font-size: 10px;
}
.morphlist li.odd a {
  background: #EEEEEE;
}
.morphlist .gradient213 {
  background-color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
  background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
  background: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
}
.morph__frontpage-list ul {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.morph__frontpage-list ul li {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
@media screen and (max-width: 992px) {
  .morph__frontpage-list ul li {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .morph-list__wrapper {
    width: 74%;
    float: right;
  }
  .morph-list #filters {
    width: 24%;
    float: left;
  }
  .morph-list .aka {
    display: block;
  }
}
.morph-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem;
}
.morph-card__wrapper {
  background: #FAFAFA;
  border: 1px solid #EEE;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.morph-card__image {
  padding-bottom: 75%;
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #EEE;
}
.morph-card__title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.morph-card__subtitle {
  font-size: 12px;
  margin-top: -0.8rem;
  padding: 0 1.6rem 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.morph-card__price {
  font-size: 20px;
  padding: 0.8rem 1.6rem;
}
.morph-card__extra {
  padding: 0.8rem 1.6rem 0.8rem;
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section__title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.morphs {
  max-width: 1280px;
  margin: auto;
  padding: 0 1.6rem;
}
.morphs__media {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #F9F9F9;
  padding: 30px 0;
}
.morphs__media-wrapper {
  max-width: 1280px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.morphs__media-item {
  text-align: center;
}
.morphs__media-item img {
  max-width: 100%;
}
.morphs__media-item .text {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.morphs__media-item .text span {
  text-transform: uppercase;
  font-size: 11px;
}
.morphs__media-item.slick-center .text {
  opacity: 1;
}
.morphs__info {
  padding-top: 3.2rem;
  margin: 0 auto;
  max-width: 800px;
}
.morphs__info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.8rem;
}
.morphs__info-box {
  padding: 0 0.8rem;
  margin-bottom: 1.6rem;
}
.morphs__description {
  margin: 1.6rem auto;
  max-width: 800px;
}
.morphs__wizard {
  margin: 1.6rem auto;
  max-width: 800px;
}
.morphs__sales {
  margin-bottom: 3.2rem;
  margin-top: 3.2rem;
}
.morphs__sales-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.morphs__sales-item {
  flex-basis: 33.3333333%;
  padding: 0 0.8rem;
}
.morphs__related {
  margin-bottom: 3.2rem;
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.morphs__related-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.morphs__related-item {
  flex-basis: calc(16.66666667%);
  max-width: calc(16.66666667%);
  padding: 0 0.8rem;
}
.morphs__related-item-title {
  font-weight: normal;
  font-size: 12px;
}
.morphs__partners {
  text-align: center;
  padding-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.morphs__partners .banner {
  max-width: 300px;
  padding: 0 1.6rem;
  margin-bottom: 1.6rem;
}
.morphs__partners .banner img {
  box-shadow: none;
  border: 1px solid #EEE;
}
.morphs .slick-slide img {
  opacity: 0.7;
  transform: scale(0.9);
  transition: all 300ms ease;
}
.morphs .slick-slide.slick-active img,
.morphs .slick-slide.slick-current img,
.morphs .slick-slide.slick-center img {
  opacity: 1;
  transform: scale(1);
}
.morphs .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 99;
  margin-top: -20px;
}
.morphs .slick-arrow:before {
  font-size: 40px;
  opacity: 1;
}
.morphs .slick-prev {
  left: 30px;
}
.morphs .slick-next {
  right: 30px;
}
@media screen and (max-width: 992px) {
  .morph-card__title {
    font-size: 14px;
    padding: 0.8rem;
  }
  .morphs {
    margin-bottom: 50px;
  }
  .morphs__media {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .morphs__info-box {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 992px) {
  .morph-card__title {
    font-size: 16px;
    padding: 0.8rem 1.6rem;
  }
  .morphs {
    margin-bottom: 100px;
  }
  .morphs__info-box {
    flex-basis: 50%;
  }
}
.breeders-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.breeders-list__item {
  height: 100%;
}
.breeders-list__item-container {
  display: block;
  background: #EEEEEE;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #EEEEEE;
}
.breeders-list__item-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: #DDDDDD;
  overflow: hidden;
}
.breeders-list__item-image > span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EEEEEE;
  line-height: 1;
  font-weight: bold;
}
.breeders-list__item-content.vip {
  padding-right: 36px;
  position: relative;
}
.breeders-list__item-content.vip:after {
  position: absolute;
  right: 10px;
  top: 12px;
  content: '\f005';
  font-family: 'fontAwesome', sans-serif;
  font-size: 20px;
  color: #337009;
}
.breeders-list__item-name {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breeders-list__item-country {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breeders__wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 50px auto;
  padding: 0 1.6rem;
}
.breeders__content {
  margin-bottom: 3.2rem;
}
.breeders__search {
  background: #EEEEEE;
  border-radius: 4px;
  margin-bottom: 3.2rem;
}
.breeders__search-form {
  display: flex;
}
.breeders__search-form-country {
  padding: 0 0.8rem;
}
.breeders__search-form-query {
  padding: 0 0.8rem;
}
.breeders__search-form select,
.breeders__search-form input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 0;
  padding: 0 0.8rem;
}
.breeders__search-form select {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #000;
}
.breeders__search-results-info {
  background: #FAFAFA;
  padding: 1.6rem;
  margin-bottom: 2.4rem;
}
.breeders__search-results-wrapper {
  margin-bottom: 4.8rem;
}
.breeders__search-results-item {
  flex-basis: calc(20%);
  max-width: calc(20%);
}
.breeders__search-results-item-image {
  padding-bottom: 28%;
}
.breeders__search-results-item-image span {
  font-size: 30px;
}
.breeders__search-results-item-content {
  padding: 0.8rem;
}
.breeders__search-results-item-name {
  font-size: 14px;
}
.breeders__vip-list-headline {
  font-size: 24px;
  text-align: center;
  margin: 1.6rem 0;
}
.breeders__vip-list-item-image {
  padding-bottom: 16%;
}
.breeders__vip-list-item-image > span {
  font-size: 40px;
}
.breeders__vip-list-item-content {
  padding: 0.8rem 1.6rem;
}
.breeders__vip-list-item-name {
  font-size: 16px;
}
.breeders__page {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 4.8rem;
  padding: 0 1.6rem;
}
.breeders__page-image {
  margin: 3.2rem 0;
  text-align: center;
}
.breeders__page-information {
  max-width: 800px;
  margin: 0 auto;
}
.breeders__page-information-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.breeders__page-information-box {
  margin-bottom: 1.6rem;
}
.breeders__page-description {
  margin: 1.6rem auto;
  max-width: 800px;
}
.breeders__page-firstbred {
  margin-top: 4.8rem;
}
.breeders__page-firstbred-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.breeders__page-firstbred-item {
  flex-basis: 20%;
  max-width: 20%;
}
.breeders__page-firstbred-item-title span {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.breeders__page-firstbred-item:nth-child(n+11) {
  display: none;
}
.breeders__page-firstbred-actions {
  text-align: center;
  margin-top: 3.2rem;
}
.breeders__page-firstbred-actions-link {
  padding: 1.6rem 2.4rem;
  background: #337009;
  display: inline-block;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}
.breeders__page-firstbred-actions-link span {
  color: inherit;
  display: block;
  font-size: 14px;
}
.breeders__page-firstbred.show-all .breeders__page-firstbred-item {
  display: flex;
}
.breeders__page-firstbred.show-all .breeders__page-firstbred-actions {
  display: none;
}
@media screen and (max-width: 992px) {
  .breeders-list__item {
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  .breeders__page-image img {
    max-width: 100%;
  }
  .breeders__page-information-box {
    flex-basis: 100%;
    max-width: 100%;
  }
  .breeders__page-firstbred-item {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  .breeders__search {
    padding: 2.4rem;
  }
  .breeders__search-form {
    flex-direction: column;
  }
  .breeders__search-form-country {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0.8rem;
  }
  .breeders__search-form-query {
    flex-basis: 100%;
    max-width: 100%;
  }
  .breeders__search-results-item {
    flex-basis: calc(50%);
    max-width: calc(50%);
  }
  .breeders__vip-list-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .breeders-list__item {
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  .breeders__page-information-wrapper {
    margin: 0 -0.8rem;
  }
  .breeders__page-information-box {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 0.8rem;
  }
  .breeders__page-firstbred-item {
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  .breeders__search {
    padding: 4.8rem;
  }
  .breeders__search-form-country {
    flex-basis: 30%;
    max-width: 30%;
  }
  .breeders__search-form-query {
    flex-basis: 70%;
    max-width: 70%;
  }
  .breeders__search-results-item {
    flex-basis: calc(20%);
    max-width: calc(20%);
  }
  .breeders__vip-list-item {
    flex-basis: calc(33.33333333%);
    max-width: calc(33.33333333%);
  }
}
.advertise-with-us {
  border: 1px solid #337009;
  color: #FFFFFF;
  background: #337009;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 2rem;
  margin-top: 4.8rem;
}
.advertise-with-us:hover {
  background: #FFFFFF;
  color: #337009;
}
.banner {
  margin-bottom: 2.4rem;
  text-align: center;
}
.banner img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .advertise-with-us {
    margin-top: 0;
  }
}
section.facebook {
  background: #365397;
  padding: 3.2rem 0;
}
section.facebook .fb-box-text {
  padding-bottom: 4.8rem;
}
section.facebook .fb-box-text div {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-text-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
}
section.facebook .fb-box-text span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  section.facebook .fb-box-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    height: 215px;
    padding-bottom: 0;
  }
  section.facebook .fb-box-text div {
    font-size: 3.2rem;
  }
  section.facebook .fb-box-text span {
    font-size: 12px;
  }
}
.frontpage-hero {
  background: #FFFFFF;
  margin: -2rem 0 0;
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
.frontpage-hero__wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.frontpage-hero__content {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
  flex-basis: 40%;
  order: 1;
  padding: 6.4rem 2.4rem 6.4rem 4.8rem;
}
.frontpage-hero__image {
  flex-basis: 60%;
  order: 2;
}
.frontpage-hero__image img {
  max-width: 100%;
}
.frontpage-hero__title {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #337009;
  letter-spacing: 2px;
  line-height: 1;
  font-family: 'open sans', serif;
}
.frontpage-hero__title--big {
  color: #323232;
  font-size: 50px;
  margin: 1.6rem 0;
  line-height: 0.9;
}
.frontpage-hero__label {
  margin-bottom: 2.4rem;
}
.frontpage-hero__label ul {
  margin: 0;
  padding: 0;
}
.frontpage-hero__label ul li {
  background: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 0.4rem 0.4rem 0.26666667rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 10px;
  text-transform: uppercase;
  display: inline;
  margin: 0 0.4rem 0.4rem 0;
  line-height: 1;
}
.frontpage-hero__actions {
  margin-top: 2.4rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.frontpage-hero__actions .button__ghost {
  text-transform: uppercase;
  padding-top: 0.6rem;
  margin: auto 0.8rem;
}
.frontpage-videos {
  padding: 2.4rem 0 0;
  background: #EEEEEE;
}
.frontpage-content {
  padding: 0 0 2.4rem;
  background: #EEEEEE;
}
.frontpage-content__wrapper {
  display: flex;
}
.frontpage-content__content {
  padding: 0 1.6rem;
}
.frontpage-content__content .box {
  margin-bottom: 0;
}
.frontpage-content__fb-group {
  padding: 0 1.6rem;
}
.frontpage-content__fb-group .box {
  position: relative;
  background: transparent url('../fb-group.jpg') no-repeat center center;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.frontpage-content__fb-group .box:after {
  content: '';
  position: absolute;
  background: rgba(59, 89, 152, 0.9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.frontpage-content__fb-group .box .body {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  justify-content: center;
}
.frontpage-content__fb-group .box .body h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.frontpage-content__fb-group .box .body p {
  color: #FFFFFF;
  font-size: 16px;
}
.frontpage-banners {
  padding: 3.2rem 0 0.8rem;
}
.frontpage-morphs {
  padding: 6.4rem 0 4.8rem;
  position: relative;
  background: #EEEEEE;
}
.frontpage-morphs:after {
  content: 'Cool stuff';
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  font-family: 'Permanent Marker', cursive;
  color: #d5d5d5;
  z-index: 0;
}
.frontpage-morphs__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.frontpage-morphs__headline {
  position: relative;
  z-index: 1;
  height: 70px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #337009;
}
.frontpage-morphs__item:first-child {
  grid-column: 1 / span 2;
}
.frontpage-morphs__item.card {
  margin-bottom: 0;
}
.frontpage-morphs__item.card .card__content span {
  display: block;
  text-transform: uppercase;
  color: #999999;
  font-size: 10px;
}
.frontpage-morphs__item.card .card__label {
  background: #337009;
  color: #FFFFFF;
}
.search-wrapper {
  background: transparent url('../frontpage-search-bg.jpg') no-repeat center center;
  float: left;
  padding-top: 100px;
  text-align: center;
  height: 400px;
  width: 100%;
  margin-bottom: 3.2rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.search-wrapper h1 {
  background: transparent;
  margin: 0 auto 1.6rem;
  border: 0;
  text-transform: none;
  font-size: 40px;
  text-align: center;
  color: #FFFFFF;
}
.search-wrapper h3 {
  margin-bottom: 2.4rem;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.search-wrapper .input-wrapper {
  width: 60%;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  border: 1px solid #DDDDDD;
  position: relative;
  text-align: left;
  padding: 1.6rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.search-wrapper .input-text {
  width: 90%;
  background: transparent;
  border: 0;
  font-size: 20px;
  padding: 0;
}
.search-wrapper .input-text:focus {
  outline: none;
  transform: none;
}
.search-wrapper form {
  margin: 0;
}
.search-wrapper button {
  background: transparent url(../search-128.png) no-repeat center center;
  cursor: pointer;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  border: 0;
}
.search-wrapper ul {
  list-style: none;
  margin-top: 1.6rem;
}
.search-wrapper ul li {
  display: inline-block;
  padding: 0 0.8rem;
}
.search-wrapper ul li a {
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .frontpage-hero__wrapper {
    flex-direction: column-reverse;
  }
  .frontpage-hero__content {
    min-height: 0;
    text-align: center;
    padding: 4.8rem 2.4rem;
  }
  .frontpage-hero__title {
    font-size: 12px;
  }
  .frontpage-hero__title--big {
    font-size: 30px;
  }
  .frontpage-content__content {
    flex-basis: 50%;
  }
  .frontpage-content__content .box {
    height: auto;
  }
  .frontpage-content__fb-group {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .frontpage-content__wrapper {
    flex-direction: column;
  }
  .frontpage-content__content {
    margin-bottom: 2rem;
  }
  .frontpage-morphs:after {
    font-size: 50px;
  }
  .frontpage-morphs__wrapper {
    grid-template-columns: 1fr;
  }
  .frontpage-morphs__item:first-child {
    grid-column: 1 / span 1;
  }
  .frontpage-morphs__headline {
    height: 50px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .frontpage-content__content {
    flex-basis: 66.66666%;
  }
  .frontpage-content__fb-group {
    flex-basis: 33.33333%;
  }
  .frontpage-morphs:after {
    font-size: 100px;
  }
  .frontpage-morphs__wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .frontpage-morphs__headline {
    height: 100px;
    font-size: 24px;
  }
}
.video__frontpage-list .row {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.video__frontpage-list .col {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.video__frontpage-list .card__play {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 800;
}
.video__frontpage-list .card__play .fa {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 0.4rem;
  margin-top: -0.4rem;
}
.video--wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video--wrapper object,
.video--wrapper iframe,
.video--wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video--categories ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.video--categories .selected {
  font-weight: bold;
}
.video--count {
  text-align: right;
  font-size: 30px;
  line-height: 60px;
  padding-right: 0.8rem;
  vertical-align: bottom;
  color: #337009;
}
.video--breeder {
  line-height: 30px;
}
.video--breeder--logo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 2.4rem;
  width: 60px;
  height: 60px;
  background-color: #EEEEEE;
  background-position: center center;
}
.video--group {
  display: inline;
}
.video--group a {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  background: #337009;
  color: #FFFFFF;
  padding: 0.8rem;
  font-size: 12px;
}
.video--group a:hover {
  text-decoration: none;
}
/*

        .boxes.video li {
            margin-bottom: 10px;

            a {
                height: 35px;
                background-position: center center;
            }

            .play {
                z-index: 100;
                top: 6px;

                .fa {
                    font-size: 22px;
                }
            }

            .footer {
                height: 35px;
                background: rgba(255, 255, 255, 0.8);
                line-height: 35px;
                padding-left: 45px;
                padding-right: 60px;
            }

            .time {
                right: 10px;
                top: 7px;
                bottom: auto;
                z-index: 100;
            }

        }

        .video--count {
            text-align: center;
            line-height: 1;
            padding: 10px 0 0;
            border-top: 1px solid #EEE;
            margin-top: 20px;
        }

        .section--video--player {
            padding: 15px 0 !important;
        }

    */
@media screen and (max-width: 992px) {
  .video__frontpage-list ul li {
    margin-bottom: 1.6rem;
  }
}
.articlelist ul {
  margin: 0 -1.6rem;
}
.articlelist ul li {
  margin-bottom: 3.2rem;
}
.articlelist ul li a {
  background: #EEEEEE;
  position: relative;
  height: 100px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.articlelist ul li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4rem 0.8rem;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #DDDDDD;
  width: 100%;
}
.article-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2.4rem;
}
.article-header .col-md-4 {
  margin-bottom: 1.6rem;
}
.article-header .subheader {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.login-form {
  max-width: 1170px;
  margin: 40px auto;
  padding: 0 1.6rem;
}
.login-form__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.login-form__box {
  padding: 0 1.6rem;
  margin-bottom: 1.6rem;
}
.login-form form {
  height: 100%;
}
.login-form .input-box {
  margin-bottom: 1.6rem;
}
.login-form .input-box:last-child {
  margin-bottom: 0;
}
.login-form .input-box label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.login-form .input-box input {
  width: 100%;
}
.login-form .input-box input[type="checkbox"] {
  width: auto;
}
@media screen and (max-width: 992px) {
  .login-form__box {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .login-form__wrapper {
    margin: auto -1.6rem;
  }
  .login-form__box {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.admin--wrapper {
  background: #FFFFFF;
  padding-top: 1.6rem;
}
.admin--wrapper th {
  font-size: 10px;
  text-transform: uppercase;
}
.admin--wrapper .content-row td {
  font-size: 10px;
  padding: 5px 2px;
}
.admin--wrapper .content-row td span {
  font-size: inherit;
  padding: inherit;
}
.admin-page-actions {
  position: absolute;
  top: -134px;
  right: 0;
  display: flex;
  height: 102px;
  margin: 0;
  padding: 0 1.6rem;
  align-items: center;
  justify-content: flex-end;
}
.admin-page-actions li {
  margin-left: 1.6rem;
}
.admin-page-actions li a {
  border: 1px solid #337009;
  padding: 0.8rem 1.6rem;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  background: #FFFFFF;
}
.admin--menu {
  background: #EEEEEE;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  padding: 3.2rem 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.admin--menu .level0 {
  width: 20%;
  float: left;
}
.admin--menu--button {
  float: left;
  color: #FFFFFF;
  font-size: 10px;
  cursor: pointer;
}
.admin--menu--close {
  position: absolute;
  cursor: pointer;
  bottom: -34px;
  left: 50%;
  padding: 0.8rem 1.6rem;
  margin-left: -50px;
  text-decoration: none;
  text-transform: uppercase;
  background: #EEEEEE;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 0;
}
@media screen and (max-width: 992px) {
  .admin--menu--button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 101;
  }
  .admin--menu .level0 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.member-menu {
  background: #EEEEEE;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  padding: 3.2rem 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.member-menu__wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.member-menu__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.6rem;
}
.member-menu__item {
  padding: 0 1.6rem;
  flex-basis: 16.66666%;
}
.member-menu__item-headline {
  font-family: 'open sans', serif;
  font-size: 16px;
}
.member-menu__button {
  float: left;
  color: #FFFFFF;
  font-size: 10px;
  cursor: pointer;
}
.member-menu__close {
  position: absolute;
  cursor: pointer;
  bottom: -34px;
  left: 50%;
  padding: 0.8rem 1.6rem;
  margin-left: -50px;
  text-decoration: none;
  text-transform: uppercase;
  background: #EEEEEE;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 0;
}
