body {
  background-color: #9fe7fa;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }
  @media (min-width: 768px) {
    body {
      background-image: url("../images/body.jpg");
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: 100%; } }

input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }

input.form,
select.form,
textarea.form {
  border: 1px solid gray;
  padding: 5px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.21); }

#content_width {
  margin: auto;
  max-width: 1500px; }

#top {
  padding: 20px 0; }

#content_box {
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.9);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1); }

#content_box.color_1 {
  border: 2px solid #156ea6; }

#content_box.color_1 #tree,
#content_box.color_1 #content_footer {
  background-color: #156ea6; }

#content_box.color_2 {
  border: 2px solid #2191c3; }

#content_box.color_2 #tree,
#content_box.color_2 #content_footer {
  background-color: #2191c3; }

#content_box.color_3 {
  border: 2px solid #42a10f; }

#content_box.color_3 #tree,
#content_box.color_3 #content_footer {
  background-color: #42a10f; }

#content_box.color_4 {
  border: 2px solid #de690a; }

#content_box.color_4 #tree,
#content_box.color_4 #content_footer {
  background-color: #de690a; }

#content_box.color_5 {
  border: 2px solid #c72b14; }

#content_box.color_5 #tree,
#content_box.color_5 #content_footer {
  background-color: #c72b14; }

#content_box.color_6 {
  border: 2px solid #c72b14; }

#content_box.color_6 #tree,
#content_box.color_6 #content_footer {
  background-color: #c72b14; }

#top_menu {
  padding: 0 20px; }

#top_menu table {
  width: 100%; }

#top_menu table tr td {
  width: 14%; }

#top_menu table tr td a {
  display: block;
  text-decoration: none;
  background-color: white;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  color: white;
  font-size: 20px;
  margin: 10px 0 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

#top_menu table tr td a:hover {
  margin: 0px 0 0 0;
  padding: 15px 0; }

#top_menu table tr td.active a {
  margin: 0px 0 0 0;
  padding: 15px 0; }

#top_menu table tr td.button_1 a {
  border-left: 1px solid #056ec0;
  border-top: 1px solid #056ec0;
  border-right: 1px solid #056ec0;
  text-shadow: 0px 0px 2px #002745;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#019bd7+0,056ec0+100 */
  background: #019bd7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #019bd7 0%, #056ec0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #019bd7 0%, #056ec0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #019bd7 0%, #056ec0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#019bd7", endColorstr="#056ec0", GradientType=0);
  /* IE6-9 */ }

#top_menu table tr td.button_2 a {
  border-left: 1px solid #2191c3;
  border-top: 1px solid #2191c3;
  border-right: 1px solid #2191c3;
  text-shadow: 0px 0px 2px #075d83;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4fd4f3+0,2ba5e6+100 */
  background: #4fd4f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4fd4f3 0%, #2191c3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4fd4f3 0%, #2191c3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4fd4f3 0%, #2191c3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4fd4f3", endColorstr="#2191c3", GradientType=0);
  /* IE6-9 */ }

#top_menu table tr td.button_3 a {
  border-left: 1px solid #42a10f;
  border-top: 1px solid #42a10f;
  border-right: 1px solid #42a10f;
  text-shadow: 0px 0px 2px #2d7c02;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b0e662+0,61c83b+100 */
  background: #b0e662;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b0e662 0%, #42a10f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b0e662 0%, #42a10f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b0e662 0%, #42a10f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b0e662", endColorstr="#42a10f", GradientType=0);
  /* IE6-9 */ }

#top_menu table tr td.button_4 {
  width: 16%; }

#top_menu table tr td.button_4 a {
  border-left: 1px solid #de690a;
  border-top: 1px solid #de690a;
  border-right: 1px solid #de690a;
  text-shadow: 0px 0px 2px #603800;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdd035+0,fdd035+100 */
  background: #fdd035;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdd035 0%, #de690a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdd035 0%, #de690a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdd035 0%, #de690a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd035", endColorstr="#de690a", GradientType=0);
  /* IE6-9 */ }

#top_menu table tr td.button_5 a {
  border-left: 1px solid #c72b14;
  border-top: 1px solid #c72b14;
  border-right: 1px solid #c72b14;
  text-shadow: 0px 0px 2px #881504;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd5a37+0,f84029+100 */
  background: #fd5a37;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd5a37 0%, #c72b14 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fd5a37 0%, #c72b14 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fd5a37 0%, #c72b14 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd5a37", endColorstr="#c72b14", GradientType=0);
  /* IE6-9 */ }

#top_menu table tr td.button_6 a {
  border-left: 1px solid #c72b14;
  border-top: 1px solid #c72b14;
  border-right: 1px solid #c72b14;
  text-shadow: 0px 0px 2px #881504;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd5a37+0,f84029+100 */
  background: #fd5a37;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd3737 0%, #c72b14 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fd3737 0%, #c72b14 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fd3737 0%, #c72b14 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd3737", endColorstr="#c72b14", GradientType=0);
  /* IE6-9 */ }

#content {
  padding: 0 0 20px 0; }

#content #tree {
  color: white;
  padding: 3px 10px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

#content #tree a {
  color: white; }

#content h1 {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 30px; }

#content h1.small {
  font-size: 20px; }

#content h2 {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 20px;
  font-weight: 600; }

#content_footer {
  color: white;
  text-align: center;
  padding: 10px 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px; }

#content_footer a {
  color: white;
  font-weight: 600; }

#footer {
  font-size: 1px;
  height: 20px; }

#content_menu .menu_box {
  padding: 10px 0 0 0; }

#content_menu .menu_top {
  border-left: 2px solid #df7975;
  border-right: 2px solid #df7975;
  border-top: 2px solid #df7975;
  border-bottom: 2px solid #df7975;
  padding: 5px 10px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #820b06;
  font-weight: 600;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4e4e3+0,f3aca9+99 */
  background: #f4e4e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4e4e3 0%, #f3aca9 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4e4e3 0%, #f3aca9 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4e4e3 0%, #f3aca9 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4e4e3", endColorstr="#f3aca9", GradientType=0);
  /* IE6-9 */ }

#content_menu .menu {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fbe7e6+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #fff0ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #fff0ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #fff0ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fff0ef", GradientType=0);
  /* IE6-9 */ }

#content_menu .menu a {
  display: block;
  border-bottom: 1px solid #df7975;
  padding: 3px 10px;
  color: black;
  font-weight: 600;
  border-left: 2px solid #df7975;
  border-right: 2px solid #df7975; }

#content_menu .menu a:hover, #content_menu .menu a.active {
  background-color: #df7975;
  color: white;
  text-decoration: none; }

#content_menu .menu_footer {
  border-left: 2px solid #df7975;
  border-right: 2px solid #df7975;
  border-bottom: 2px solid #df7975;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 1px;
  height: 10px;
  background-color: #fff0ef; }

.paginator_ads {
  padding: 15px 0 0 0;
  text-align: center; }

.paginator {
  text-align: center;
  margin: 15px 0 0 0;
  background-color: #fff0ef;
  border: 2px solid #df7975;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.paginator a {
  color: black;
  padding: 0 2px; }

.paginator a:hover {
  font-weight: 600;
  text-decoration: none; }

.paginator a.active {
  font-size: 20px;
  font-weight: 600; }

.section_text {
  padding: 10px 0 0 0; }

.section_text p {
  padding: 0 0 0 0;
  margin: 0; }

.section_text img {
  float: left;
  padding: 0 10px 0 0; }

@media (min-width: 1200px) {
  .section_text p {
    padding: 10px 0 0 0; } }
@media (min-width: 1600px) {
  .section_text p {
    padding: 5px 0 0 0; } }
.clear {
  width: 100%;
  height: 1px;
  font-size: 1px;
  clear: both; }

.section_homepage a {
  display: block;
  text-decoration: none;
  background-color: #ffebcc;
  border: 1px solid #ed9d1f;
  font-weight: 600;
  color: black;
  padding: 8px 10px;
  text-align: center;
  margin: 8px 0 0 0; }

.breed_list a {
  display: block;
  text-decoration: none !important;
  margin: 10px 0 0 0; }

.breed_list a .photo {
  margin: 0 10px;
  padding: 5px 0 0 0; }

.breed_list a .photo img {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.breed_list a .name {
  background-color: #d6f8d6;
  border: 1px dotted #91df91;
  padding: 5px 10px; }

.breed_list a:hover .name {
  background-color: #c0f0c0;
  border: 1px dotted #4dbc4d; }

.banner {
  padding: 10px 0 0 0; }

#login_top {
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#login_top .title {
  text-align: center;
  padding: 5px 0; }

#login_top .buttons {
  padding: 5px 0 10px 0; }

#login_top .buttons a {
  display: block;
  text-align: center;
  color: white;
  font-weight: 600;
  padding: 5px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#login_top .buttons a.btn_register {
  background-color: #056ec0; }

#login_top .buttons a.btn_login {
  background-color: #50aa1a; }

#form .form_box {
  padding: 20px 0 0 0; }

#form .form_box table {
  margin: auto; }

#form .form_box table tr td {
  padding: 5px 30px 5px 30px; }

#form .form_box table tr td input {
  width: 250px; }

#form .buttons {
  text-align: center;
  padding: 30px 0 0 0; }

#form .buttons input,
#form .buttons a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px; }

#form .buttons input {
  background-color: #00890d;
  border: 1px solid #00890d;
  padding: 15px 50px;
  color: white;
  font-weight: bold; }

#status_okay {
  text-align: center;
  padding: 10px 0 10px 0; }

.more_records {
  text-align: center;
  padding: 20px 0 0 0; }
  .more_records a {
    display: inline-block;
    border: 1px solid #b01f0f;
    background-color: #c52c1c;
    color: white;
    font-weight: 600;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.ads {
  padding: 15px 0 0 0; }

.box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 15px 0 0 0; }
  .box .box_header {
    font-size: 13px;
    padding: 3px 10px; }
    .box .box_header a.link_detail {
      float: right;
      color: black; }
    .box .box_header .info {
      float: right; }
    .box .box_header .categories a {
      font-weight: 600;
      color: black; }
  .box .text,
  .box .author {
    padding: 15px 20px 15px 20px; }
    .box .text a,
    .box .author a {
      color: black;
      text-decoration: underline; }
      .box .text a:hover,
      .box .author a:hover {
        text-decoration: none; }
    .box .text p,
    .box .author p {
      padding: 5px 0 5px 0;
      margin: 0; }
  .box .author h2 {
    font-size: 25px;
    padding: 0 0 0 0;
    margin: 0 0 0 0; }
  .box .author h3 {
    font-size: 15px;
    padding: 5px 0 10px 0;
    margin: 0 0 0 0; }
  .box .box_form {
    padding: 15px 20px; }
    .box .box_form .box_form_param input {
      width: 100%; }
    .box .box_form .box_form_big_textarea {
      padding: 15px 0 0 0; }
      .box .box_form .box_form_big_textarea textarea {
        width: 100%;
        height: 300px; }
    .box .box_form .box_form_submit {
      padding: 15px 0 0 0; }
      .box .box_form .box_form_submit input {
        padding: 8px 20px; }
  .box .image {
    padding: 15px 20px;
    text-align: center; }
  .box.green {
    border: 2px solid #3eda3e;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e3ffe3+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e3ffe3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e3ffe3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e3ffe3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e3ffe3", GradientType=0);
    /* IE6-9 */ }
    .box.green .box_header {
      border-bottom: 1px solid #3eda3e; }
  .box.yellow {
    border: 2px solid #a8a616;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e3ffe3+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffe0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffe0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffe0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffe0", GradientType=0);
    /* IE6-9 */ }
    .box.yellow .box_header {
      border-bottom: 1px solid #a8a616; }
  .box.purple {
    border: 2px solid #683dbf;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e9e4f4+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e4f4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9e4f4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e9e4f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e9e4f4", GradientType=0);
    /* IE6-9 */ }
    .box.purple .box_header {
      border-bottom: 1px solid #683dbf; }
  .box.red {
    border: 2px solid #df7975;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f9d2d0+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f9d2d0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9d2d0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f9d2d0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f9d2d0", GradientType=0);
    /* IE6-9 */ }
    .box.red .box_header {
      border-bottom: 1px solid #df7975; }

.heureka_ads {
  padding: 15px 0 0 0;
  text-align: center; }

/*# sourceMappingURL=style.css.map */
