.custom_font {
  font-family: 'Arimo', sans-serif;
}
.custom_font_bold {
  font-family: 'Arimo', sans-serif;
  font-weight: 600;
}
.body {
  background-color: #ffffff;
}
.header {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.line-delimiter {
  margin: 10px 0px;
}
.text-align-center {
  text-align: center;
}
.bg-white {
  background-color: #FFF;
}
.header__menu {
  list-style: none;
  padding: 0;
}
.header__menu-item {
  float: left;
}
.header__menu-item-link {
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
}
.header__menu-item-link.header__menu-item-link--active {
  text-decoration: underline;
}
.header__menu-divider {
  margin-right: 25px;
}
.logo {
  margin: 20px 0;
  width: 100%;
  height: auto;
  max-width: 164px;
}
.logo--small {
  max-width: 58px;
  margin: 5px;
}
.header__hotline {
  text-align: right;
  font-family: 'Arimo', sans-serif;
  padding-top: 10px;
}
.header__hotline-number {
  font-weight: bold;
  color: #DA251D;
}
.header__podpora {
  text-align: right;
  font-family: 'Arimo', sans-serif;
  padding-right: 10px;
  padding-top: 10px;
}
.search-box {
  align-self: start;
}
.search-box .search-box__form {
  position: relative;
  padding: 0;
}
.search-box .search-box__form .search-box__search-input {
  width: 100%;
  padding: 12px 40px 12px 16px;
  margin-right: 12px;
  border: 0;
  background-color: #f2f2f2;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.search-box .search-box__form .search-box__search-button {
  width: 20px;
  height: 20px;
  background: url("/buxus/images/design/search.svg") no-repeat 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  margin: 10px;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
}
.boxes {
  position: relative;
}
.boxes__row {
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
  background-color: #0370b0;
}
.boxes__stripe {
  background-color: #0370b0;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.boxes__item {
  border: 2px solid #0370b0;
  border-bottom: none;
  margin: 5px 0 0 0;
  padding: 6px 6px 12px;
  cursor: pointer;
  height: 100%;
  z-index: 5;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
}
.boxes__item:hover .boxes__item-menu {
  display: block;
}
.boxes__item:hover,
.boxes__item.active {
  background: #ffffff;
  border: 2px solid #0370b0;
  border-bottom: none;
}
.boxes__item:hover .boxes__item-text__header,
.boxes__item:hover .boxes__item-text__annotation,
.boxes__item.active .boxes__item-text__header,
.boxes__item.active .boxes__item-text__annotation {
  color: #DA251D;
}
.boxes__item-menu__list {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 7px 18px;
}
.boxes__item-menu__list li {
  padding: 2px 0px;
}
.boxes__item-menu__list li a {
  font-family: 'Arimo', sans-serif;
  text-decoration: underline;
  color: #373737;
}
.boxes__item-menu__list li a:hover {
  color: #DA251D;
}
.boxes__item-menu {
  display: none;
  position: absolute;
  background: white;
  width: 100%;
  top: 109px;
  border: 2px solid #0370b0;
  border-top: none;
  left: 0px;
  z-index: 3;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0px;
}
.boxes__item-text {
  height: 78px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 1%;
}
.boxes__item-text__header {
  font-family: 'Arimo', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 19px;
  margin: 0;
  padding: 0;
  color: #FFF;
  text-align: center;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.boxes__item-text__annotation {
  font-family: 'Arimo', sans-serif;
  padding: 0px 0px 5px 0px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
}
.boxes__item-image {
  display: none;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.boxes__item--homepage {
  padding-bottom: 4px;
}
.boxes__item--homepage .boxes__item-image {
  display: block;
}
.hp-slogan {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 20px;
  line-height: 22px;
  font-family: 'Arimo', sans-serif;
  text-align: center;
  font-weight: bold;
}
.hp-slogan .hp-slogan__title {
  font-family: 'Arimo', sans-serif;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hp-slogan .hp-slogan__annotation {
  font-family: 'Arimo', sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.hp-news {
  margin-bottom: 0px;
}
.hp-news__title {
  font-family: 'Arimo', sans-serif;
  font-weight: 600;
  margin: 10px 0 20px 0;
  font-size: 25px;
  text-transform: uppercase;
}
.hp-news__heading {
  font-family: 'Arimo', sans-serif;
  font-weight: normal;
  color: #373737;
}
.news-list {
  margin: 0;
}
.news-list__item-image-link {
  display: block;
  padding: 0;
}
.news-list__item-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.news-list__item-text {
  padding: 0px 20px 20px 20px;
}
.news-list__item-metadata {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  font-family: 'Arimo', sans-serif;
  margin-bottom: 6px;
}
.news-list__item-heading {
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
  color: #DA251D;
}
.news-list__item-heading a {
  color: inherit;
}
.news-list__item-annotation {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
.news-list__item-divider {
  margin: 10px 0px;
  color: #373737;
}
.news-list__item-divider--top {
  margin: 0px 0px 10px 0px;
  color: #FFF;
  background: #FFF;
  border: none;
}
.news-list_row {
  margin: 15px 0;
}
.breadcrumbs-outer {
  background-color: #FFF;
  margin: 0px 0;
}
.breadcrumbs {
  list-style: none;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
.breadcrumbs__item {
  float: left;
  font-size: 11px;
  line-height: 13px;
  padding: 8px 0px;
  color: #373737;
}
.breadcrumbs__item-link {
  color: #DA251D;
  text-decoration: underline;
}
.breadcrumbs__item-delimiter {
  color: #004683;
}
.section-heading {
  font-family: 'Arimo', sans-serif;
  font-weight: normal;
  text-align: center;
  margin: 10px 0px;
  font-size: 30px;
}
.section-text {
  margin: 10px;
  font-family: 'Arimo', sans-serif;
  font-size: 18px;
  text-align: center;
}
.section-text p {
  margin: 0px;
  font-size: inherit;
}
.section-divider {
  height: 2px;
  background: #F2F2F2;
}
.rubric-menu {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 20px 10px;
  box-shadow: 1px 3px 14px rgba(168,168,168,0.25);
  border-radius: 5px;
}
.rubric-menu__item {
  border-left: 2px solid transparent;
}
.rubric-menu__item--active,
.rubric-menu__item:hover {
  border-left: 2px solid #D62D1B;
  background: #f4f4f4;
}
.rubric-menu__item-link {
  display: block;
  border-bottom: 1px solid #EBEBEB;
  padding: 12px 10px;
  font-family: 'Arimo', sans-serif;
  color: #373737;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.15px;
}
.rubric-menu__item-link--active,
.rubric-menu__item-link:hover {
  text-decoration: underline;
  background-color: #EBEBEB;
  border-bottom: 1px solid #b3c0c0;
  color: #DA251D;
}
.rubric-submenu {
  list-style: none;
  margin: 0px 20px 0px 20px;
  padding: 0px;
}
.rubric-submenu__item {
  border-bottom: 1px solid #EBEBEB;
}
.rubric-submenu__item-link {
  display: block;
  font-family: 'Arimo', sans-serif;
  color: #373737;
  font-size: 15px;
  padding: 6px 10px;
}
.rubric-submenu__item-link--active,
.rubric-submenu__item-link:hover {
  text-decoration: underline;
  background-color: #EBEBEB;
  color: #DA251D;
}
.rubric {
  margin: 0 10px;
}
.rubric__heading {
  color: #373737;
  font-family: 'Arimo', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  margin: 12px 0px 8px 0;
}
.rubric__annotation {
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.rubric__text {
  margin-bottom: 20px;
}
.subpages-section {
  margin-bottom: 50px;
}
.subpages__title {
  font-size: 24px;
  line-height: 26px;
  font-family: 'Arimo', sans-serif;
}
.subpages-item {
  padding: 12px 15px;
  margin-bottom: 15px;
  box-shadow: 1px 3px 14px rgba(168,168,168,0.25);
  cursor: pointer;
}
.subpages-item__heading {
  color: #D62D1B;
  font-family: 'Arimo', sans-serif;
  margin: 0px;
  margin-bottom: 2px;
  font-size: 18px;
}
.subpages-item__link {
  font-family: 'Arimo', sans-serif;
  color: #D62D1B;
  font-size: 20px;
  line-height: 22px;
  text-decoration: underline;
}
.subpages-item__annotation {
  font-family: 'Arimo', sans-serif;
  margin-bottom: 0px;
  font-size: 13px;
}
.subpages-item__annotation .hl {
  font-style: italic;
  color: #DA251D;
}
.subpages-item__button {
  font-size: 13px;
  text-transform: uppercase;
  margin: auto;
}
.basic-text {
  padding: 10px 20px;
}
.basic-text .basic-text__heading {
  font-family: 'Arimo', sans-serif;
  font-size: 38px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.basic-text h2 {
  font-family: 'Arimo', sans-serif;
  margin: 0px;
  font-size: 22px;
}
.basic-text h2 a {
  color: inherit;
  text-decoration: none;
}
.basic-text h2 a:hover {
  text-decoration: underline;
}
.basic-text h3 {
  font-family: 'Arimo', sans-serif;
  font-size: 18px;
  margin: 8px 0px;
}
.basic-text p {
  margin: 0px 0px 10px 0px;
  line-height: 20px;
  font-size: 16px;
}
.basic-text p img {
  height: auto;
  max-width: 700px;
  padding: 0px 20px;
  margin: 0px auto;
  display: block;
}
.basic-text a {
  color: #004683;
  text-decoration: underline;
}
.basic-text table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.basic-text table th {
  background: #EBEBEB;
  padding: 3px;
  border-bottom: 2px solid #ddd;
}
.basic-text table td {
  padding: 3px;
  border-top: 1px solid #ddd;
}
.basic-text iframe {
  border: none;
}
.basic-text ul {
  margin: 0px 0px 10px 0px;
}
.basic-text ul li {
  font-size: 16px;
}
.basic-text--no-padding {
  padding: 10px 0px 0px 0px;
}
.basic-text--no-horizontal-padding {
  padding: 10px 10px 0px 10px;
}
.basic-text__date {
  text-align: center;
  font-size: 12px;
  font-family: 'Arimo', sans-serif;
  background: #e8e8e8;
  padding: 5px;
}
.basic-text__annotation {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Arimo', sans-serif;
}
.print-box {
  text-align: right;
  padding: 5px 0px;
}
.print-box .print-box__link {
  background: url('/buxus/images/design/icon_print.png') no-repeat right center;
  font-size: 12px;
  padding-right: 20px;
  text-decoration: underline;
  color: #004683;
}
.call-to-action {
  font-size: 20px;
  padding: 0px;
}
.call-to-action--no-top-padding {
  padding-top: 0px;
}
.call-to-action__link {
  background: none repeat scroll 0 0 #dadada;
  color: #248f1c;
  font-weight: bold;
  font-family: 'Arimo', sans-serif;
  display: block;
  font-size: 16px;
  padding: 5px;
  text-align: center;
}
.call-to-action__link--active,
.call-to-action__link:hover {
  background: #248f1c;
  color: #FFF;
}
.call-to-action__textarea {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  height: 77px;
  border: 1px solid #DADADA;
  display: block;
  margin-bottom: 5px;
  font-family: 'Arimo', sans-serif;
}
.call-to-action__contact {
  margin-bottom: 5px;
  font-size: 16px;
  width: 100%;
  padding: 5px;
  border: 1px solid #DADADA;
  font-family: 'Arimo', sans-serif;
}
.call-to-action__submit {
  background: #248f1c;
  color: #FFF;
  border: none;
  padding: 5px 0px;
  border: 1px solid #DADADA;
  font-size: 18px;
  width: 100%;
  font-family: 'Arimo', sans-serif;
}
.call-to-action__submit:hover {
  background: #196414;
}
.question_succes {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  display: none;
  color: #248f1c;
  font-family: 'Arimo', sans-serif;
}
.question_waiter {
  background: blue;
  display: none;
}
#message_errors {
  display: none;
}
.message_error {
  font-size: 12px;
  color: #F00;
}
.pagination {
  margin: 10px 0px;
  text-align: center;
}
.pagination__link {
  text-decoration: none;
  background-color: #FFF;
  padding: 2px 6px;
  color: #000;
  border: 1px solid #c2c2c2;
  background: #ffffff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination__link:hover {
  background: #D62D1B;
  color: #FFF;
}
.pagination__link--disabled {
  background-color: #F1F1F1;
  color: #BBB;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination__link--active {
  padding: 4px 8px;
  color: #FFF;
  background: #D62D1B;
  font-size: 16px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.footer-info {
  background-color: #DADADA;
}
.footer-info__text {
  font-family: 'Arimo', sans-serif;
  padding: 10px 0px;
  font-size: 22px;
  color: #262626;
}
.footer {
  background-color: #f4f4f4;
  color: #000000;
  padding-top: 50px;
  margin-top: 40px;
  font-family: 'Arimo', sans-serif;
}
.footer .footer__address {
  padding: 44px 0;
  font-size: 16px;
  line-height: 30px;
}
.footer__logo-wrapper {
  display: flex;
}
.footer__logo-wrapper .footer__logo {
  margin: 0 !important;
}
.footer-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #DA251D;
}
.footer__divider {
  border-top: 2px solid rgba(0,0,0,0.1);
  margin: 15px 0;
}
.footer-list {
  list-style: none;
  margin: 16px 0;
  padding: 0px;
}
.footer-list__item {
  margin: 8px 0px;
  line-height: 24px;
  font-size: 15px;
}
.footer-list__item-link {
  color: #000000;
}
.footer-list__item-link--active,
.footer-list__item-link:hover {
  text-decoration: underline;
  color: #DA251D;
}
.footer__contact {
  font-size: 13px;
}
.footer__contact .footer__contact-box {
  margin: 15px 0 20px 0;
}
.footer__contact .footer__contact-box .footer__contact-box__icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 16px;
}
.footer__contact .footer__contact-box .footer__contact-box__text {
  display: inline-block;
  line-height: 24px;
}
.footer__contact .footer__contact-box .footer__contact-box__text .footer__contact-box__text-large {
  font-size: 16px;
  line-height: 18px;
}
.footer__contact .footer__contact-box .footer__contact-box__text .footer__contact-box__text-large a {
  color: #000;
  text-decoration: underline;
}
.footer__contact .footer__contact-box .footer__contact-box__text .footer__contact-box__text-large a:hover {
  color: #DA251D;
}
.footer__contact-link {
  display: block;
  color: #DA251D;
  text-decoration: underline;
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}
.footer__contact-link:before {
  margin-right: 7px;
  content: '';
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("/buxus/images/design/arrow-right2.png") no-repeat 0 50%;
}
.button {
  background: #248f1c;
  color: #FFF;
  border: none;
  padding: 3px 9px;
}
.tibor {
  float: right;
  margin: 0px 0px 10px 10px;
  width: 100%;
  height: auto;
  max-width: 120px;
}
.buxus-info {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
}
.buxus-info a {
  text-decoration: underline;
  color: #004683;
}
.tinynav {
  display: none;
  padding: 5px;
  margin: 5px auto;
  font-size: 18px;
}
.header__menu-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__menu-outer .tinynav {
  display: none;
  padding: 12px;
  margin: 5px auto;
  font-size: 14px;
}
.form-errors {
  font-size: 12px;
}
.form-errors__item {
  color: #a94442;
}
.form-horizontal .control-label {
  padding-right: 5px;
}
.form-control {
  border: 1px solid #dadada;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  border-radius: 0px;
}
textarea.form-control {
  width: 100%;
  height: 100px;
}
.input_select {
  padding: 5px;
  border: none;
  border: 1px solid #dadada;
}
.btn-primary {
  background: #248f1c;
  color: #FFF;
  border: none;
  padding: 5px 0px;
  border: 1px solid #DADADA;
  font-size: 18px;
  width: 100%;
}
.btn-primary:hover {
  background: #196414;
}
.basic-table th {
  padding: 3px;
  background: #F4F4F4;
}
.basic-table td {
  padding: 3px;
}
#cookie-bar {
  background: #eaeaea;
  height: auto;
  line-height: 24px;
  color: #000;
  text-align: center;
  padding: 3px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #007700;
}
#cookie-bar .cb-disable {
  background: #007700;
}
#cookie-bar .cb-policy {
  background: #007700;
}
.cookie-submit-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
.cookie-submit-wrapper .input_submit {
  background-color: #168541;
  border: none;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  height: 44px;
  padding: 5px 20px;
}
@media (max-width: 1199px) {
  .header__button {
    padding: 5px 24px !important;
  }
}
@media (max-width: 991px) {
  .search-box {
    width: 100%;
  }
  .hp-boxes__item-text__button {
    margin: auto 0 16px 0;
  }
  .boxes__item-text {
    min-height: auto;
    height: 145px;
  }
  .boxes__item--odd {
    border-left: 2px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .boxes__item--even {
    border-left: 1px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .header__hotline {
    font-size: 12px;
  }
  .header__podpora {
    padding-right: 10px;
    font-size: 12px;
  }
  .tinynav {
    display: block;
  }
  .rubric-menu {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__menu-outer select {
    display: block !important;
    width: 100%;
    margin: 0px !important;
  }
  .section-text {
    text-align: center;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: bold;
  }
  .news-list__item-image-link {
    text-align: center;
  }
  .footer .footer__logo-wrapper {
    justify-content: center;
  }
  .footer .footer-title,
  .footer .footer-list,
  .footer .footer__address,
  .footer .footer__contact {
    text-align: center;
  }
  .footer .footer__contact-box__icon {
    display: block !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 750px) {
  .basic-text p img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .boxes__row {
    padding-bottom: 2px;
  }
  .boxes__item {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  .boxes__item:hover .boxes__item-menu {
    display: none;
  }
  .boxes__item-text {
    height: 52px;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
  }
  .boxes__item {
    margin: 0;
    padding: 6px;
  }
  .boxes__item-text__header {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .tinynav-outer {
    padding: 0px 10px;
  }
  .tinynav {
    width: 100%;
  }
  .footer {
    padding-top: 20px;
    margin-top: 0px;
  }
  .footer .footer__address {
    padding: 14px 0px;
  }
  .boxes__row {
    flex-wrap: nowrap !important;
  }
  .footer-list__item {
    text-align: center;
  }
  .search-box__icon {
    margin: 5px 5px 0px 0px;
  }
  .header__hotline {
    font-size: 12px;
    padding: 0px 10px 0px 0px;
  }
  .header__podpora {
    padding: 0px 10px 0px 0px;
    font-size: 12px;
  }
  .hp-news .hp-news__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .tibor {
    float: none;
    width: 100%;
    max-width: 240px;
    height: auto;
    display: block;
    margin: 10px auto;
  }
  .search-box .search-box__form .search-box__search-input {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .search-box .search-box__form .search-box__search-button {
    margin: 8px;
  }
}
.row.eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.h-100 {
  height: 100%;
}
.p-1 {
  padding: 5px;
}
.pl-1 {
  padding: 0 0 0 5px;
}
.button-red {
  background-color: transparent;
  color: #DA251D;
  border: 1px solid #DA251D;
  padding: 12px 24px;
  text-align: center;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.button-red:hover {
  text-decoration: none;
  background-color: #DA251D;
  color: #ffffff;
}
.button-red-full {
  background-color: #DA251D;
  color: #ffffff;
  padding: 12px 24px;
  border: 1px solid #DA251D;
  text-align: center;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.button-red-full:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #DA251D;
}
.parent-category-section {
  background-color: #f4f4f4;
}
.contact-section {
  background-color: #f5f4f4;
  box-shadow: 1px 6px 17px rgba(27,27,27,0.25);
  margin-bottom: 50px;
}
.contact-section .contact-section__wrapper {
  padding: 10px 20px;
}
.contact-section .contact-section__title {
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.contact-section .contact-section__annotation {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.contact-section .contact-section__button {
  font-size: 13px;
  text-transform: uppercase;
  align-self: start;
}
.contact-section .contact-section__img {
  background: linear-gradient(to right,#f5f4f4 0%,rgba(245,244,244,0) 40%), url('/buxus/images/design/iStock-1171268236_1.png') no-repeat 0 50%;
  background-size: cover;
  min-height: 285px;
}
.hp-boxes {
  margin: 0 -15px 5px -15px;
}
.hp-boxes .hp-boxes__item {
  height: 100%;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  border-radius: 5px;
  margin: 15px;
  padding: 40px 0 40px 40px;
  cursor: pointer;
}
.hp-boxes .hp-boxes__item .hp-boxes__item-text {
  height: 100%;
  padding-right: 35px;
  display: flex;
  flex-direction: column;
}
.hp-boxes .hp-boxes__item .hp-boxes__item-text .hp-boxes__item-text__title {
  font-family: 'Arimo', sans-serif;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin: 15px 0;
}
.hp-boxes .hp-boxes__item .hp-boxes__item-text .hp-boxes__item-text__annotation {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 18px;
}
.hp-boxes .hp-boxes__item .hp-boxes__item-text .hp-boxes__item-text__button {
  font-size: 16px;
  line-height: 18px;
  padding: 10px 16px;
  text-transform: uppercase;
  align-self: start;
  margin-top: auto;
  font-family: 'Arimo', sans-serif;
}
.hp-boxes .hp-boxes__item .hp-boxes__item-image {
  border: 8px solid #000000;
  border-right: 0;
  border-radius: 12px 0 0 12px;
}
.show-all__link {
  float: right;
  color: #DA251D;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
}
.show-all__link::after {
  margin-left: 10px;
  content: '';
  display: inline-block;
  width: 21px;
  height: 12px;
  background: url("/buxus/images/design/arrow-right.png") no-repeat 0 50%;
}
.header__button {
  font-size: 14px;
  line-height: 16px;
}
