@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Regular.ttf");
}
html {
  height: 100%;
}
body {
  height: 100%;
}
.maxContainer-flex {
  width: 100%;
  z-index: 99;
  clear: both;
}
.maxContainer-flex-inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .horse-100per {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .horse-flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .horse-flex-block {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}
.horse-no-padding-left {
  padding-left: 0;
}
.horse-no-padding-right {
  padding-right: 0;
}
.horse-main-bg {
  width: 100%;
  background-image: url("../img/tlo.JPG");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding-bottom: 250px;
}
.pagetpl-1 .horse-main-bg {
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  .pagetpl-1 .horse-main-bg {
    background-size: initial;
    background-position: initial;
    background-position-x: center;
  }
}
.horse-main-menu {
  margin: 0;
  margin-top: 0px;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  background-color: #056828;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .horse-main-menu {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.horse-main-menu-li {
  padding: 0px 15px;
  position: relative;
  background-color: #056828;
}
.horse-main-menu-li a {
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
  padding: 10px 0px;
  text-decoration: none;
  display: block;
  font-size: 1.8rem;
}
.horse-main-menu-li a:first-child {
  padding-left: 10px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .horse-main-menu-li a:first-child {
    padding-left: 0px;
  }
}
.horse-main-menu-li a:last-child {
  padding-right: 10px;
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .horse-main-menu-li a:last-child {
    padding-right: 0px;
  }
}
.horse-main-menu-li:hover {
  background-color: #0aab43;
}
.horse-main-menu-li:hover a {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .horse-main-menu-li {
    width: 30%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .horse-main-menu-li {
    padding: 0 15px;
  }
  .horse-main-menu-li a {
    font-size: 1.3rem;
  }
}
.horse-footbridge {
  padding-top: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
  -webkit-transform: translateY(1000%);
  -ms-transform: translateY(1000%);
  transform: translateY(1000%);
  width: 100%;
  background-color: #fff;
  opacity: 0;
}
.horse-dropdown-menu-li {
  border-bottom: 1px solid #c9c9c9;
  padding: 1px 0px;
}
.horse-dropdown-menu-li > a {
  font-size: 1.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  color: #0a0a0a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
  text-decoration: none;
}
.horse-dropdown-menu-li > a:hover {
  color: #056828;
  text-decoration: none;
}
.horse-dropdown-menu-li > ul {
  display: none;
  list-style: square;
  padding-left: 25px;
}
.horse-dropdown-menu-li > ul li a {
  font-family: 'Roboto', Arial, sans-serif;
  text-decoration: none;
  color: #0a0a0a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s s ease-in-out;
}
.horse-dropdown-menu-li > ul li a:hover {
  color: #056828;
}
.horse-dropdown-menu-li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  .horse-dropdown-menu-li {
    padding: 0px;
  }
  .horse-dropdown-menu-li > a {
    display: block;
    padding: 2px 0px;
  }
}
.horse-dropdown {
  width: 100%;
  list-style: none;
  position: absolute;
  top: 100%;
  padding: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
}
@media screen and (max-width: 768px) {
  .horse-dropdown {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    position: relative;
    display: none;
    opacity: 1;
    pointer-events: all;
  }
}
.horse-main-menu-li:hover .horse-dropdown {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.horse-main-menu-li:hover .horse-footbridge {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.horse-dropdown-li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
  background-color: #056828;
}
.horse-dropdown-li > a {
  font-size: 1.3rem;
  padding-left: 10px;
}
.horse-dropdown-li:hover {
  background-color: #0aab43;
}
@media screen and (max-width: 768px) {
  .horse-dropdown-li {
    background-color: #0aab43;
    padding-left: 10px;
  }
}
.horse-dropdown-li.horse-padding-to-left > a {
  padding-left: 10px;
}
.horse-margin-top {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .horse-margin-top {
    margin-top: 10px;
  }
}
.horse-logo {
  height: 100%;
  position: relative;
  padding-top: 10px;
  background-color: #f2f2f2;
}
.horse-logo img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .horse-logo {
    padding-bottom: 10px;
  }
}
.horse-abs-menu {
  padding: 0 15px;
  padding-right: 0;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .horse-abs-menu {
    top: 100%;
  }
}
.horse-abs-menu-ul {
  list-style: none;
  padding: 0;
  padding: 0px 10px;
  background-color: #f2f2f2;
  padding-top: 1px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .horse-abs-menu-ul {
    display: block;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .horse-abs-menu-ul {
    display: none;
  }
}
.horse-abs-menu-li {
  padding: 5px 5px;
}
.horse-abs-menu-li a {
  color: #0a0a0a;
  width: 100%;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid #bbb;
}
.horse-abs-menu-li:last-child a {
  border: none;
}
.horse-dropdown-menu {
  padding: 0;
}
.horse-mobile-content {
  width: 100%;
  position: relative;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.horse-mobile-sub {
  padding: 0;
  width: 100%;
}
.horse-mobile-sub-li {
  padding-top: 10px;
}
.horse-mobile-sub-li a {
  display: block;
}
.horse-mobile-sub-li a img {
  margin: 0 auto;
}
.horse-actually-center-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.horse-no-clear {
  clear: inherit !important;
}
.horse-no-gap {
  padding: 0;
}
.horse-flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.horse-middle-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .horse-middle-flex {
    padding-top: 0;
  }
}
.horse-actually-title {
  position: relative;
  margin-bottom: 50px;
  margin-top: 30px;
  border-top: 1px solid #c9c9c9;
}
.horse-actually-title h3 {
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 5px 10px;
  color: #056828;
  font-family: 'Roboto', Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .horse-actually-title h3 {
    text-align: center;
  }
}
.horse-actually-banner {
  width: 100%;
  background-image: url("../img/listopad 2015.JPG");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .horse-actually-banner {
    margin-bottom: 30px;
  }
}
.horse-active {
  background-color: #0aab43;
}
.horse-active .horse-footbridge {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.horse-one-actually-container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .horse-one-actually-container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 10px solid #c9c9c9;
  }
}
.horse-one-actually-img {
  padding-right: 10px;
  width: 50%;
  position: relative;
  height: 150px;
  overflow: hidden;
  border: 2px solid #c9c9c9;
}
.horse-one-actually-img img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .horse-one-actually-img {
    width: 100%;
    padding: 0;
    height: initial;
    overflow: initial;
  }
  .horse-one-actually-img img {
    width: 100%;
  }
}
.horse-one-actually-desc {
  padding-left: 10px;
  width: 50%;
}
.horse-one-actually-desc a {
  float: right;
  font-family: 'Roboto', Arial, sans-serif;
  color: #056828;
}
.horse-one-actually-desc h4 {
  margin: 0;
  padding-bottom: 5px;
  color: #056828;
  border-bottom: 1px solid #c9c9c9;
  font-family: 'Roboto', sans-serif, Arial;
}
@media screen and (max-width: 768px) {
  .horse-one-actually-desc {
    width: 100%;
    padding: 0;
    padding-left: 15px;
  }
}
.horse-callendar {
  width: 100%;
  min-height: 200px;
}
.horse-callendar-title {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  border-top: 1px solid #c9c9c9;
}
.horse-callendar-title a {
  display: inline-block;
}
.horse-callendar-title a h4 {
  margin: 0;
  margin: 0;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: #056828;
  top: 50%;
  font-family: 'Roboto', Arial, sans-serif;
  left: 50%;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .horse-callendar-title {
    margin-top: 30px;
  }
}
.horse-callendar-title-right {
  margin-bottom: 20px;
}
.horse-slider-border {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 10px 0px;
}
@media screen and (max-width: 768px) {
  .horse-slider-border {
    margin-bottom: 30px;
  }
}
.carousel-control {
  background: none !important;
  top: 50%;
}
.carousel-control span.glyphicon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
  color: #0a0a0a !important;
}
.horse-carousel-control {
  top: 25% !important;
  left: initial !important;
  height: 100%;
}
.right.horse-carousel-control {
  right: -25px;
}
.right.horse-carousel-control span.glyphicon {
  text-shadow: 0px 0px 3px #fff;
}
.right.horse-carousel-control span.glyphicon:before {
  background-color: #fff;
  padding: 5;
  border-radius: 5px;
}
.left.horse-carousel-control {
  right: 50px;
}
.left.horse-carousel-control span.glyphicon {
  text-shadow: 0px 0px 3px #fff;
}
.left.horse-carousel-control span.glyphicon:before {
  background-color: #fff;
  padding: 5;
  border-radius: 5px;
}
.carousel-inner {
  height: 100%;
}
.item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.item img {
  height: 100% !important;
}
.item h5 {
  padding: 0 15px;
  text-align: center;
}
.horse-retive-slider {
  height: 100px;
  overflow: hidden;
  position: relative;
}
.horse-abs-item {
  opacity: 1;
}
.horse-footer-bg {
  width: 100%;
  background-color: #f2f2f2;
}
.horse-footer-bg-2 {
  width: 100%;
  background-color: #056828;
}
.horse-footer-text {
  width: 50%;
  width: 100%;
  float: left;
}
.horse-footer-text h4 {
  margin: 0;
  color: #056828;
}
.horse-footer-text2 {
  width: 100%;
}
.horse-footer-text2 h4 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .horse-footer-text2 {
    margin-top: 30px;
  }
}
.horse-img {
  width: 100%;
}
.horse-img img {
  width: 100%;
}
.horse-footer-map {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .horse-footer-map {
    margin-top: 30px;
  }
}
.horse-footer-newsletter {
  width: 100%;
}
.horse-footer-newsletter h4 {
  margin: 0;
}
.horse-footer-secon-img {
  width: 50%;
  float: left;
}
.horse-footer-secon-img a img {
  width: 100%;
}
.horse-bottom-menu {
  width: 100%;
}
.horse-bottom-menu-ul {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin: 5px 0px;
}
@media screen and (max-width: 768px) {
  .horse-bottom-menu-ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.horse-bottom-menu-li {
  width: auto;
}
.horse-bottom-menu-li a {
  color: #fff;
  text-decoration: none;
}
.horse-bottom-menu-li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .horse-bottom-menu-li {
    width: 33%;
    padding: 10px 0px;
  }
}
.horse-newsletter-send {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.horse-newsletter-send input {
  width: 70%;
  outline: none;
  border: none;
  padding: 5px 0px;
  padding-left: 5px;
}
.horse-newsletter-send button {
  width: 30%;
  outline: none;
  border: none;
}
.horse-copyright {
  float: right;
  font-size: 0.8rem;
  color: #fff;
}
.horse-copyright:hover {
  color: #fff;
}
.horse-newsletter-title {
  width: 100%;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.8rem;
  color: #056828;
}
.horse-sender {
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.horse-sender h5 {
  margin-bottom: 20px;
}
.horse-sender input {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
  width: 60%;
  padding: 5px;
  border: none;
  outline-color: rgba(0,0,0,0);
}
.horse-sender input:focus {
  outline-color: #056828;
}
.horse-sender button {
  font-family: 'Roboto', Arial, sans-serif;
  padding: 5px;
  width: 40%;
  border: none;
  background-color: #056828;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(1, 1.16, 0, 1.45);
  -moz-transition: all 0.3s cubic-bezier(1, 1.16, 0, 1.45);
  -o-transition: all 0.3s cubic-bezier(1, 1.16, 0, 1.45);
  -ms-transition: all 0.3s cubic-bezier(1, 1.16, 0, 1.45);
  transition: all 0.3s cubic-bezier(1, 1.16, 0, 1.45);
}
.horse-sender button span {
  -webkit-transition: all 0.2s cubic-bezier(1, 1.16, 0, 1.45);
  -moz-transition: all 0.2s cubic-bezier(1, 1.16, 0, 1.45);
  -o-transition: all 0.2s cubic-bezier(1, 1.16, 0, 1.45);
  -ms-transition: all 0.2s cubic-bezier(1, 1.16, 0, 1.45);
  transition: all 0.2s cubic-bezier(1, 1.16, 0, 1.45);
}
.horse-sender button:hover {
  background-color: #0aab43;
}
.horse-sender button:hover span {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.horse-footer-text-one-position {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.horse-footer-text-one-position h5 {
  width: 15%;
  margin: 0;
  margin-left: 10px;
}
.horse-footer-text-one-position h4 {
  margin: 0;
  margin-left: 10px;
  color: #0a0a0a;
}
.horse-footer-text-one-position span {
  color: #056828;
  font-size: 1.8rem;
}
.horse-fixed {
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 999;
}
.horse-fixed img {
  margin-top: 20px;
}
.horse-mobile-sub {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.horse-mobile-sub-li {
  width: 50%;
}
.horse-main-text {
  width: 100%;
}
.horse-main-text-inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.horse-full-text {
  width: 100%;
}
.horse-small-text-desc-all {
  width: 100%;
}
.horse-small-text-desc-all h5 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .horse-small-text-desc-all {
    padding: 0;
  }
}
.horse-small-text {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .horse-small-text {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.horse-small-text-desc {
  width: 60%;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .horse-small-text-desc {
    width: 100%;
    padding: 0;
  }
}
.horse-small-text-img {
  width: 40%;
  padding-right: 5px;
}
.horse-small-text-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .horse-small-text-img {
    width: 100%;
    padding: 0;
  }
}
.horse-formal-container-inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.horse-formal-container-inner input {
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #c9c9c9;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
}
.horse-formal-container-inner input:focus {
  outline-color: #0aab43;
}
.horse-formal-container-inner textarea {
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
  width: 100%;
  border: 2px solid #c9c9c9;
  resize: none;
  margin-bottom: 15px;
}
.horse-formal-container-inner textarea:focus {
  outline-color: #0aab43;
}
.horse-send-button {
  width: 100%;
  text-align: right;
}
.horse-send-button button {
  padding: 10px 15px;
  border: none;
  background-color: #0aab43;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .horse-send-button {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .horse-clear-fix {
    clear: both;
  }
}
.horse-left-gallery {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .horse-left-gallery {
    height: initial;
  }
}
.horse-grid {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .horse-grid {
    position: relative;
    top: initial;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.horse-gallery-one-image {
  width: 100%;
  height: 100%;
  background-color: #c9c9c9;
  
}
.horse-gallery-one-image a {
  outline: none;
  text-decoration: none;
}
.horse-gallery-one-image a img {
  position: relative;
  width: 100%;
  border: 2px solid #c9c9c9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.horse-img-desc {
  width: 100%;
  background-color: #c9c9c9;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
}
.horse-img-desc h5 {
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
}
.horse-gallery-one-image:hover a img {
  border-color: #0aab43;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.horse-gallery-one-image:hover .horse-img-desc {
  background-color: #0aab43;
}
.table-responsive {
  overflow: initial;
}
.horse-the-same {
  height: 50px;
}
.horse-mobile-absolute-menu {
  display: none;
  width: 100%;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #056828;
}
.horse-mobile-absolute-menu-li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
}
.horse-mobile-absolute-menu-li a {
  display: inline-block;
  width: 90%;
  padding: 5px 5px;
  color: #fff;
  text-decoration: none;
}
.horse-mobile-absolute-menu-li:hover {
  background-color: #0aab43;
}
.horse-mobile-sub-menu-down {
  color: #fff;
  float: right;
  margin-top: 5px;
}
.cookie-info-widget {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(10,171,67,0.4);
}
.cookie-info-widget .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cookie-info-widget .container p {
  display: none;
}
.cookie-info-widget .container div {
  color: #fff;
  padding: 5px 0px;
}
.cookie-info-widget .container span {
  padding: 5px 0px;
}
.cookie-info-widget .container span a {
  color: #fff;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.horse-vertical-slider-class {
  height: 450px;
  overflow: hidden;
}
.horse-vertical-slider-class ul {
  padding: 0;
  list-style: none;
}
.horse-vertical-slider-class ul li {
  margin-top: 20px;
}
.horse-vertical-slider-class ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .horse-vertical-slider-class {
    height: 200px;
  }
}
.horse-fixed-one {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s s ease-in-out;
}
.horse-fixed-one:hover {
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
}
.horse-fixed-one-relative {
  position: relative;
  display: block;
}
.horse-fixed-one-abs {
  position: absolute;
  left: 100%;
  top: 0;
  width: 400px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}
.horse-img-fixed-non-margin {
  margin-top: 0 !important;
}
.horse-about-us-gallery {
  overflow: hidden;
}
.horse-hodowla {
  width: 100%;
  display: block;
}
.horse-hodowla img {
  margin: 0 auto;
  margin-top: 10px;
}
.horse-file-line {
  padding-left: 50px;
  background-image: url("../img/pdf.png");
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.horse-file-line:before {
  font-size: 2rem;
  content: "";
}
.horse-file-line.pdf:before {
  padding-right: 30px;
  background-image: url("../img/pdf.png");
}
.horse-file-line.odt:before {
  padding-right: 30px;
  background-image: url("../img/odt.png");
}
.horse-file-line.docx:before {
  padding-right: 30px;
  background-image: url("../img/docx.png");
}
.horse-fiels-to-download {
  margin-top: 20px;
  margin-bottom: 20px;
}
.horse-gallery-name h3 {
  margin-bottom: 0px;
}
.col-xs-12.col-sm-12.horse-no-gap
{
    display: flex;
    flex-wrap: wrap;
}
.col-xs-12.col-sm-12.horse-no-gap .col-xs-12.col-sm-6.col-md-4.col-lg-3
{
    margin-bottom: 15px;
    align-items: stretch;
}