/* == CORE == */
/*
* {
    transition: all .4s;
}
*/
body {
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  color: #243C60;
  overflow-x: hidden;
  font-size: 22px;
  max-width: 100vW;
}
p {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0.5em;
}
a,
p,
h1,
h2,
h3,
h4,
h5 {
  color: #243C60;
}
a:hover {
  color: #A31910;
}
.contentcontainer a {
  color: #A31910;
}
.contentcontainer a:hover {
  color: #A31910;
}
.povinf a {
  color: #A31910;
}
.povinf a:hover {
  color: #A31910;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0.7em;
  line-height: 1.4em;
}
h1 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
  position: relative;
}
h2 {
  margin-top: 0.7em;
  font-size: 35px;
}
h3 {
  margin-top: 0.7em;
  font-size: 22px;
}
h4,
h5,
h6 {
  margin-top: 0.7em;
  font-size: 35px;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
  }
  .action-alert {
    margin-right: 0px !important;
  }
  .m-nav .dropdown-menu {
    margin-top: 0px;
    margin-bottom: -2px;
  }
  #navbar {
    margin-top: -1px;
  }
  .m-nav > li {
    border: none !important;
  }
  .topheader {
    position: fixed !important;
  }
}
/* == LAYOUT == */
body.page-left-in,
body.page-right-in,
body.page-fade-only,
body.page-fade {
  background-color: #243C60 !important;
}
.page-container {
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 0px;
}
/* == BLOCKS == */
.block-outer {
  border-radius: 0px;
  padding: 21px 21px 7px 21px;
  border: 2px solid #F2F2FA !important;
  background-color: #ffffff;
  height: 186px;
}
.block-inner {
  border-radius: 0px;
  padding: 21px 0px;
  margin-bottom: 14px;
  text-align: center;
}
.block-title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-float-container {
  min-width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 7px;
}
.box-float {
  display: inline-block;
  font-size: 22px;
  border-radius: 0px;
  background-color: #A31910;
  color: #ffffff;
  padding: 7px 21px;
}
.box-float img {
  max-height: 0.7em;
}
.box-float.light {
  background-color: #F2F2FA;
  color: #243C60;
  cursor: grab;
}
.box-float.red {
  background-color: #A31910;
}
.block-icon {
  font-size: 2em;
}
.text-bold {
  font-weight: 700 !important;
}
.text-regular {
  font-weight: 400 !important;
}
.color-gr {
  color: #7e828f !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.over-hidden {
  overflow: hidden;
}
.side-2 {
  left: -84px;
  margin-right: -56px;
  padding-left: 56px;
  z-index: 1 !important;
  overflow: hidden;
}
.side-2 .box-icon {
  background-color: #A31910 !important;
}
@media (max-width: 767px) {
  .sidebar-menu {
    left: 0px !important;
  }
  .main-content {
    top: -54px;
    left: 0px !important;
  }
  .sidebar-menu-inner {
    width: 100%;
    padding-bottom: 70px;
  }
  .page-container .sidebar-menu .logo-container {
    padding-bottom: 14px !important;
  }
}
/* == BOXES == */
.top-btn {
  cursor: pointer;
}
.top-btn img {
  padding-left: 14px;
}
.action-alert {
  margin-right: 60px;
}
.action-alert-frame {
  width: 22px;
  height: 22px;
  border: 2px solid #F2F2FA;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: -6px;
  position: relative;
  transition: width 0.2s, background-color 0.2s, border-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
}
.action-alert-icon-placeholder {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0px;
  top: -5px;
  right: -5px;
  position: absolute;
}
.action-alert-icon {
  width: 10px;
  height: 10px;
  background-color: #A31910;
  border: 2px solid #ffffff;
  border-radius: 0px;
  top: -5px;
  right: -5px;
  position: absolute;
  /*animation: flickerAnimation 2s infinite;*/
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.action-alert.openned .action-alert-frame {
  border-color: #243C60;
}
.action-alert.openned .action-alert-icon-placeholder {
  background-color: #243C60;
}
.action-alert.openned .action-alert-icon {
  background-color: #243C60;
}
.alerts-container {
  height: 0px;
  width: 100%;
  overflow: hidden;
  transition: width 0.2s, background-color 0.2s, border-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
}
.alerts-container.openned {
  margin-top: 60px;
  height: 380px;
}
.content-container p {
  font-size: 22px;
  line-height: 2em;
}
.search-container {
  width: 800px;
  max-width: calc(100vw - 480px);
  height: 40px;
  border-radius: 0px;
  display: inline-block;
}
.search-input,
.search-btn {
  display: inline-block;
}
.search-field {
  display: flex;
  padding: 0px 0px 0px 21px;
  background: none !important;
  border: 3px solid #fff !important;
  color: #fff !important;
}
.search-input {
  flex: 1;
  height: 40px;
  border: none !important;
  background: none !important;
  color: #fff;
  font-size: 22px;
  outline: none !important;
  box-shadow: none !important;
}
.search-input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.search-btn {
  flex: 0 0 42px;
  /* do not grow, do not shrink, start at 250px */
  height: 40px;
  border: none !important;
  background: #f8f8fa !important;
  outline: none !important;
  box-shadow: none !important;
}
.search-btn img {
  /*filter: invert(100%) sepia(91%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);*/
}
.search-btn2 img {
  filter: invert(100%) sepia(91%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
}
.search-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.search-input::placeholder {
  color: #f8f8fa;
  font-size: 22px;
}
.top-container {
  margin-bottom: 47px;
  position: relative;
}
.breadcrumb {
  text-align: left;
  background: none !important;
  padding: 0;
  margin: 0;
  border: none !important;
  color: #243C60;
  margin-top: 40px;
  margin-left: 155px;
}
.breadcrumb > li a,
.breadcrumb > .active {
  color: #7e828f !important;
  font-size: 22px;
  display: inline-block;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb > li a:hover {
  text-decoration: underline !important;
}
.top-spacer {
  display: none;
}
@media (max-width: 991px) {
  .top-spacer {
    display: block;
  }
}
@media (min-width: 1534px) {
  .top-spacer-left {
    width: 40% !important;
  }
  .top-spacer-right {
    width: 60% !important;
  }
  .content-container {
    margin-top: -56px;
    display: inline-block;
  }
  .content-container h1 {
    width: 40% !important;
    margin-bottom: 15px;
    min-height: 86px;
  }
  .top-container {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .footer-container .fmt {
    text-align: center;
  }
}
.box-header {
  font-weight: 500;
  font-size: 22px;
  color: #243C60;
  padding-bottom: 28px;
  line-height: 1.7em;
}
.logo-text {
  display: none;
  text-align: left;
  margin-left: 14px;
}
.logo-heading {
  font-size: 22px;
  font-weight: 700;
}
.logo-desc {
  color: #7e828f;
}
@media (max-width: 767px) {
  .logo {
    text-align: left;
    display: inline-block;
    width: auto;
    margin-bottom: 7px;
  }
  .logo img {
    max-width: 47px;
    vertical-align: top;
  }
  .logo-text {
    display: inline-block;
  }
}
.boxarea-mobile {
  width: 100%;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.14) !important;
  transition: width 0.2s, background-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
  padding: 100px 0px 35px 0px;
  display: block;
  margin-top: -109px;
}
.boxarea-mobile .box {
  width: calc(50% - 30px);
  margin: 14px !important;
  display: inline-block;
  vertical-align: top;
  min-height: 250px;
  height: 100%;
}
@media (max-width: 500px) {
  .boxarea-mobile .box {
    width: calc(100% - 30px);
  }
}
.boxarea-mobile .box-content {
  overflow: hidden;
  height: 100%;
  transition: width 0.2s, background-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
}
.boxcut {
  height: 250px !important;
  transition: width 0.2s, background-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
}
.boxcut .box-content {
  height: 190px;
  transition: width 0.2s, background-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
}
.boxcutter {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  padding: 14px;
  border-radius: 0px;
  height: 114px;
}
.cutter-btn {
  background-color: #A31910;
  padding: 14px;
  color: #ffffff;
  border-radius: 0px;
  margin-top: 27px;
  cursor: pointer;
}
.page-container {
  height: auto;
}
.footer-container {
  display: block;
  position: relative;
}
footer {
  display: block;
  max-width: 1588px;
  margin: 0 auto;
  right: 28px;
  position: relative;
  padding: 0px 28px;
}
footer a {
  color: #243C60;
}
.footer {
  padding: 14px 34px 34px 34px;
  border-radius: 0px;
  background-color: #ffffff;
  margin: 0px 34px 34px 34px;
}
.footer .obce-logo {
  max-width: 118px;
  display: block;
  float: right;
  margin-top: 17px;
}
.v-center {
  height: 100%;
  vertical-align: middle;
}
.obcenawebu p {
  font-weight: 700;
  color: #f8f8fa;
  margin-top: 21px;
  margin-bottom: 0px;
}
.obcenawebu a {
  font-weight: 700;
  color: #ffffff;
}
.obcenawebu small {
  color: #7e828f;
}
.footer-links {
  border-radius: 0px;
  padding: 0px 34px 70px 34px;
  margin: 34px 34px -56px 34px;
  background-color: rgba(255, 255, 255, 0.14) !important;
}
.footer-links a {
  background-color: #ffffff;
  padding: 7px 14px;
  margin-top: 14px;
  font-weight: 700;
  border-radius: 0px;
  display: inline-block;
  margin-right: 14px;
}
.footer-links .cc {
  margin-top: 14px;
  padding: 7px 14px;
  color: #7e828f !important;
  display: inline-block;
}
@media (max-width: 767px) {
  footer {
    right: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer,
  .footer-links {
    margin-left: 0px;
    margin-right: 0px;
  }
  .obcenawebu img {
    float: none !important;
    display: inline !important;
  }
  .obcenawebu .text-right {
    text-align: center !important;
  }
}
/* == DATA TABLES */
.dataTables_wrapper {
  min-width: 100%;
  max-width: 100%;
  overflow-x: scroll !important;
}
.nowrap {
  white-space: nowrap;
}
.ref_input a {
  background-color: #F2F2FA;
  padding: 7px 14px;
  font-weight: 700;
  border-radius: 0px;
  display: inline-block;
  margin-right: 14px;
  cursor: pointer;
  margin-bottom: 14px;
  color: #243C60 !important;
}
.ref_input a.active {
  background-color: #A31910;
  cursor: pointer;
  color: #ffffff !important;
}
.ref_input a:hover {
  background-color: #A31910;
  cursor: pointer;
  color: #ffffff !important;
}
.ref_search {
  margin-bottom: 21px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #F2F2FA;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #F2F2FA;
  color: #7e828f;
}
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  background-color: #F2F2FA;
  color: #7e828f;
  font-weight: 700;
}
.table-bordered {
  border: 1px solid #F2F2FA;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #7e828f !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7e828f !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
  background: #243C60 !important;
  color: #ffffff !important;
}
.form-control {
  font-weight: 700 !important;
  color: #243C60 !important;
}
input::placeholder {
  font-weight: 400 !important;
  color: #243C60;
}
.table-entry-title {
  font-weight: 700 !important;
}
.dataTables_wrapper > div input[type="text"],
.dataTables_wrapper > div input[type="search"],
.dataTables_wrapper > div input[type="numbeer"] {
  color: #243C60 !important;
  font-weight: 700 !important;
}
table.table thead th.sorting_desc,
table.table thead th.sorting_desc:after,
table.table thead th.sorting_asc,
table.table thead th.sorting_asc:after {
  color: #243C60 !important;
}
/* == OLD ADMIN */
.skryj {
  display: none;
}
.content-container {
  font-size: 22px;
}
.content-container a {
  color: #A31910;
}
.content-container .vypis {
  font-size: 22px;
}
.vypis td,
.vypis th {
  padding: 7px;
  border: 1px solid #ffffff;
}
.vypis th {
  background-color: #F2F2FA;
  color: #7e828f;
}
.povinf td,
.povinf th {
  padding: 7px;
  border: 1px solid #ffffff;
}
.povinf th {
  background-color: #F2F2FA;
  color: #7e828f;
}
.articles_container {
  margin-top: 20px;
}
.article {
  margin-top: 10px;
  margin-bottom: 25px;
}
.main_docs .article {
  margin-top: 5px;
  margin-bottom: 20px;
}
.article-image {
  width: 100%;
  margin: 0;
  padding: 0;
}
.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  position: absolute;
}
.article-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-top: 4px;
}
.article-title a {
  color: #243C60 !important;
}
.article-meta {
  font-size: 17px;
  color: #7e828f;
  margin-top: 20px;
}
.meta-cat {
  display: inline-block;
  padding: 5px 30px;
  background-color: #A31910;
  font-size: 17px;
  font-weight: 400;
  color: #f8f8fa;
  vertical-align: top;
  margin-right: 15px;
}
.meta-cat-secondary {
  display: inline-block;
  padding-top: 5px;
}
.meta-date {
  font-weight: 400;
  display: inline-block;
  margin-top: 5px;
}
.main_docs .meta-cat {
  background-color: #fff;
  color: #243C60;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.calendarcontainer .meta-cat {
  color: #A31910;
  background-color: #FFFFFF;
}
.meta-cat {
  display: inline-block;
  vertical-align: top;
}
.calendar-row .meta-cat {
  background-color: #A31910;
  color: #f8f8fa;
}
.article-perex {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 17px;
}
.article-perex a {
  color: #243C60 !important;
}
.article-inside-meta {
  color: #7e828f;
  font-size: 17px;
  margin-top: -19px;
}
.article-inside-meta .cat {
  /*display: inline-block;
    padding: 4px 14px;
    color: @color-pagebg;
    background-color: @color-right;
    border-radius: 0px;*/
}
.povinf_tisk {
  display: none;
  /*
    display: inline-block;
    padding: 4px 14px;
    color: @color-pagebg !important;
    background-color: @color-right;
    border-radius: 0px;
    margin-bottom: 14px;*/
}
.povinf_tisk img {
  display: none;
}
.info-box {
  margin-bottom: 21px;
}
.info-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 14px;
}
.info-box a {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /* Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}
.zastupitele {
  margin-bottom: 21px;
}
.zastupitele td {
  vertical-align: top;
}
.zastupitele img {
  margin-right: 21px;
}
.zastupitele h3 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.zastupitele h4 {
  margin-top: 0px;
  margin-bottom: 14px;
}
table.clanek {
  width: 100%;
}
.clanek h3 {
  font-weight: 700;
}
table.clanek label {
  font-weight: 400 !important;
  margin-top: 14px;
}
table.clanek input,
table.clanek textarea {
  border: 1px solid #7e828f !important;
  width: 100%;
  padding: 7px;
  font-weight: 400 !important;
}
.podatelna_input_check {
  width: 40px !important;
  display: inline-block;
}
.sendbutton {
  background-color: #243C60;
  font-weight: 700;
  color: #ffffff !important;
  border: none;
  border-radius: 0px;
}
.img-container {
  display: block;
  width: 100%;
  height: 140px;
  background: #7e828f;
  margin: 0;
  padding: 0;
}
.img-container img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-item {
  margin-top: 14px;
  margin-bottom: 7px;
}
.portfolio-item h3 {
  margin-top: 14px;
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
}
.portfolio-item p {
  margin: 0px;
  font-size: 17px;
  line-height: 1em;
}
.responsive-calendar .day a {
  background-color: #142744 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  border: 1px solid #243C60;
  margin: 4px;
  padding: 6px;
  margin-right: 1px;
  margin-bottom: 1px;
}
.responsive-calendar .day.today a {
  background-color: #A31910 !important;
  color: #243C60 !important;
}
.calendar-curmonth {
  font-size: 22px;
  font-weight: 400;
  color: #243C60 !important;
  line-height: 26px;
}
.calendar-curmonth img {
  margin-top: -4px;
}
.days {
  margin-top: 17px;
  margin-bottom: 17px;
}
.article-image {
  width: 100%;
  padding-bottom: 105px;
  position: relative;
  background-color: #ededed;
}
@media (min-width: 976px) {
  .rs-gr {
    max-width: 160px;
    padding-right: 15px;
  }
  .article-title,
  .article-meta,
  .article-perex {
    margin-left: 15px;
    margin-right: -15px;
  }
  .main_docs .article-title,
  .main_docs .article-meta,
  .main_docs .article-perex {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main_fotogalerie .article-title,
  .main_fotogalerie .article-meta,
  .main_fotogalerie .article-perex {
    margin: 0px;
    padding: 0px;
  }
}
.article .row .col-lg-3.col-md-4.col-sm-4.col-xs-3 {
  max-width: 160px;
}
.main-box-content .article-title a {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-box-content .article-meta {
  color: #243C60;
}
.main-box-content .article-perex a {
  color: #243C60 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-box-link {
  text-align: center;
}
.main-box-link a {
  display: inline-block;
  padding: 14px 40px;
  color: #243C60;
  background-color: #FFFFFF;
  border-radius: 0px;
  margin-bottom: 14px;
  width: 100%;
  text-transform: uppercase;
}
.main-box-link.link-red a {
  background-color: #7e828f;
}
.main-box-link a:hover {
  background-color: #A31910;
}
.nobg-btn-link {
  display: inline-block;
  padding: 7px 14px;
  color: #243C60;
  background-color: #F2F2FA;
  border-radius: 0px;
  font-size: 17px;
  border: none !important;
}
.search-btn2 {
  display: inline-block;
  padding: 7px 14px;
  color: #ffffff;
  background-color: #243C60;
  border-radius: 0px;
  border: none !important;
}
.cat1 {
  display: none;
}
.add-on {
  padding: 0px 14px;
}
.event-search .row,
.akce-h {
  margin-bottom: 14px;
}
.clear-top-fix {
  width: 100%;
  min-width: 100%;
  display: inline-block;
}
.alert-box {
  width: 100%;
  border-radius: 0px;
  background-color: #A31910;
  color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  min-height: 340px;
}
.alert-content {
  margin-top: 30px;
}
.alert-icon {
  width: 66px;
  height: 66px;
  border-radius: 0px;
  background-color: #ffffff;
  color: #A31910;
  text-align: center;
  padding-top: 14px;
  vertical-align: top;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
.alert-icon img {
  text-align: center;
  vertical-align: middle;
}
.alert-meta {
  vertical-align: top;
  display: inline-block;
}
.alert-date {
  font-size: 17px;
  font-weight: 400;
}
.alert-type {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .divide-more-left {
    padding-right: 45px;
  }
  .divide-more-right {
    padding-left: 45px;
  }
}
.middle_row {
  padding: 0 30px;
}
.col-md-4.middle-calendar-bg .main-box-content .article {
  margin-top: 30px;
}
.main-box-table td {
  font-size: 17px;
  color: #7e828f;
  padding: 11px 14px 10px 0px;
  text-align: left;
  vertical-align: top;
}
.main-box-table td a {
  font-size: 22px;
  color: #243C60;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-box-table td {
  font-size: 17px;
  vertical-align: middle;
}
.doctype {
  width: 57px;
  height: 57px;
  border-radius: 0px;
  background-color: #A31910 !important;
  color: #fff !important;
  display: inline-block;
  margin-top: 7px;
  font-size: 22px;
  padding: 18px 0px;
  text-align: center;
  text-transform: uppercase;
}
.red-alert {
  background-color: #951717 !important;
  color: #fff !important;
}
.blue-alert {
  background-color: #A31910 !important;
}
.box-content img {
  max-width: 100%;
}
/*
.carousel-container {
    position: relative;
}

.carousel {
    border-radius: 0px;
    overflow: hidden;
    height: 250px;
    margin-bottom: 39px;
}

.carousel-caption {
    position: absolute;
    top: 138px;
    left: -30px;
    background-color: @color-pagebg;
    padding: 10px;
    border-radius: 0px;
    height: 42px;
    text-shadow: none !important;
    font-size: @font-size-meduim;
    font-weight: @font-weight-bold;
    color: @color-text;
}

.carousel-cover-dot {
    width: 42px;
    height: 42px;
    border-radius: 0px;
    background-color: @color-right;
    text-align: center;
    z-index: 999;
    position: absolute;
    top: 138px;
    left: -21px;
    padding-top: 10px;
}
*/
.content-container table td {
  padding: 5px;
}
/* ======================================================================================== */
/* New styles */
/* ======================================================================================== */
.pagecontainer {
  width: 100%;
  max-width: 1500px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  position: relative;
}
.mobilecontainer {
  max-height: 324px;
  overflow: hidden;
  overflow-y: scroll;
}
.mainpagecontainer {
  position: relative;
}
.contentcontainer {
  padding: 30px;
}
.sameh-container {
  display: flex;
  width: 100%;
}
.sameh {
  flex: 1;
}
.leftside {
  background-color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 0;
  overflow: hidden;
  transition: all ease 0.4s;
}
.rightside {
  background-color: #A31910;
  margin-left: -36px;
  padding-left: 36px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 0;
  overflow: hidden;
  transition: all ease 0.4s;
}
.leftside.sideopen,
.rightside.sideopen {
  width: 320px;
  max-width: 320px;
  transition: all ease 0.4s;
}
.leftside.sideclosed,
.rightside.sideclosed {
  width: 6px;
  max-width: 6px;
  transition: all ease 0.4s;
}
.rightbtn {
  background-color: #A31910;
  height: 55px;
  /*/margin-right: (@radius-big - @width-sidebar-closed);*/
}
.center {
  background-color: #ffffff;
  border-radius: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.bottom-spacer {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
}
.logo-spacer {
  position: absolute;
  top: -117.5px;
  left: calc(50% - (164px/2));
  width: 164px;
  height: 180px;
  z-index: 2;
}
.leftspacer {
  background-color: #A31910;
  height: 6px;
  /*margin-left: (@radius-big - @width-sidebar-closed);*/
}
.rightspacer {
  background-color: #A31910;
  height: 6px;
  /*margin-right: (@radius-big - @width-sidebar-closed);*/
}
.header-spacer {
  display: block;
  width: 100%;
  height: 602px;
  /*background-color: #444753;*/
}
.header-spacer-subpage {
  display: block;
  width: 100%;
  height: 90px;
  background-color: #444753;
}
.mobilecontainer {
  display: none;
}
.bottomblock-container {
  display: none;
}
.logo-spacer {
  text-align: center;
  padding: 23px;
  background-color: #ffffff;
  border-radius: 0;
}
.footer-container {
  color: #f8f8fa;
}
.footer-container a {
  color: #f8f8fa;
  font-weight: 400;
  line-height: 1.6em;
}
.footer-container a:hover {
  text-decoration: underline;
}
.bolder {
  font-weight: 500;
}
.fmt {
  margin-top: 7px;
  text-align: center;
}
.footer-container .map {
  text-align: right;
}
/* Mobile view */
@media (max-width: 991px) {
  .footer-container .map {
    text-align: center;
  }
  .pagecontainer {
    padding-left: 0;
    padding-right: 0;
  }
  .leftside,
  .rightside {
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
  }
  .mobilecontainer {
    display: block;
  }
  .center {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .bottom-spacer {
    display: none;
  }
  .bottomblock-container {
    display: block;
  }
  .content-divider {
    display: block;
    width: 100%;
  }
  .center-sm {
    text-align: center;
  }
  .middle_menu {
    margin-top: 30px;
    color: #fff !important;
  }
  .middle_menu a {
    color: #fff !important;
  }
  .rightbtn {
    margin-right: 30px;
  }
  .leftside-content,
  .rightside-content {
    display: none !important;
  }
  .leftbtn .topbtn {
    justify-content: center;
  }
  .rightbtn .topbtn {
    justify-content: flex-end;
  }
  .logo-spacer {
    padding: 0;
    background: none;
    padding-top: 6px;
  }
  .logo-spacer img {
    padding-top: 6px;
  }
  .contentcontainer {
    padding: 15px 0px;
    padding-bottom: 36px;
  }
  h1 {
    max-width: 100%;
  }
  .bc {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .sidebox-title {
    font-weight: 700;
  }
}
.leftmenu {
  border-top-right-radius: 0;
  background-color: #A31910;
}
.rightmenu {
  border-top-left-radius: 0;
  background-color: #A31910;
}
.mobilemenu {
  display: none;
}
.mobilemenu.visiblemenu {
  display: block;
  margin-bottom: -36px;
}
.menu-divider {
  display: none;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottomblock {
  background: rgba(255, 255, 255, 0.14) !important;
  margin-top: -36px;
  padding-top: 36px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}
.contentcontainer {
  width: 100%;
  min-width: 100%;
  display: block;
}
.bg-container {
  background: #EBF2F9;
}
#headerCarousel {
  top: 90px;
}
.bg-container,
.bg-container .carousel,
.bg-container .carousel-inner,
.bg-container .item {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
  min-width: 100%;
  opacity: 1;
  height: 587px;
  max-height: 587px;
  padding-top: 0px;
  overflow: hidden;
}
.bg-container img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-container .carousel-inner > .item > img,
.bg-container .carousel-inner > .item > a > img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bgcover-container {
  position: absolute;
  top: 465px;
  left: 0;
  z-index: -1;
  min-width: 100%;
  opacity: 1;
  height: 122px;
}
.bgcover {
  fill: #A31910;
  width: calc(100% + 2px);
  min-width: 100%;
  height: auto;
  position: absolute;
  bottom: -2px;
  left: auto;
}
.side-divider {
  display: block;
  width: 100%;
  margin-top: 109px;
}
.topbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  color: #f8f8fa;
  font-weight: 500;
  font-size: 22px;
}
/*
.leftbtn .topbtn:hover {
    background: @color-left-dark;
}

.rightbtn .topbtn:hover {
    background: @color-right-dark;
}
*/
.leftside-content {
  margin-right: -6px;
}
.rightside-content {
  margin-left: -6px;
}
.side ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side ul li a {
  background-color: #A31910;
  display: block;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 22px;
  margin-bottom: 1px;
  color: #f8f8fa;
  padding-left: 36px;
  font-weight: 500;
}
.side ul li ul li a {
  border-bottom: 1px solid #ffffff;
}
.side.leftside ul li ul {
  background-color: #F2F2FA;
}
.side.rightside ul li ul {
  background-color: #F2F2FA;
}
.side.leftside ul li ul li ul {
  background-color: #fffffc;
}
.side.rightside ul li ul li ul {
  background-color: #fffffc;
}
.side ul li ul li a {
  background-color: inherit;
  color: #243C60;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}
.side ul li ul li a {
  padding-left: 44px;
}
.side ul li ul li ul li a {
  padding-left: 52px;
}
.side.leftside ul li.active > a,
.side.leftside ul li a:hover {
  background-color: #A31910;
  color: #243C60;
}
.side.rightside ul li.active > a,
.side.rightside ul li a:hover {
  background-color: #A31910;
  color: #243C60;
}
.side.leftside ul li ul li.active > a,
.side.leftside ul li ul li a:hover {
  background-color: #A31910;
  color: #243C60;
}
.side.rightside ul li ul li.active > a,
.side.rightside ul li ul li a:hover {
  background-color: #A31910;
  color: #243C60;
}
.side ul li ul {
  display: none;
}
.side ul li.opened ul {
  display: block;
}
.side ul li ul li ul {
  display: none !important;
}
.side ul li ul li.opened ul {
  display: block !important;
}
.side li > a:after {
  content: '\1433';
  font-size: 22px;
  transform: scale(0.5, 1);
}
.side ul > li.opened > a:after {
  content: '\1433';
  font-size: 22px;
  transform: scale(1, 0.5) rotate(90deg);
}
.side li.opened > a:only-child:after {
  content: '';
}
.side li > a:only-child:after {
  content: '';
}
.side li a {
  position: relative;
}
.side li a:after {
  display: block;
  position: absolute;
  top: 11px;
  right: 18px;
}
.sidebox {
  background-color: #F2F2FA;
  padding: 18px 36px 36px 36px;
  margin-top: 36px;
}
.sidebox-title {
  color: #243C60;
  margin-bottom: 30px;
  font-size: 22px;
  text-align: left;
}
.sidebox-content * {
  color: #243C60 !important;
}
.sidebox-content img {
  max-width: 100%;
  margin-bottom: 7px;
}
.mobilecontainer .side {
  padding-bottom: 0;
}
.side.leftmenu ul li.active > a,
.side.leftmenu ul li a:hover {
  background-color: #A31910;
  border-color: #A31910 !important;
  color: #f8f8fa;
  cursor: pointer;
}
.side.rightmenu ul li.active > a,
.side.rightmenu ul li a:hover {
  background-color: #A31910;
  color: #f8f8fa;
  cursor: pointer;
}
.side.leftmenu ul li ul {
  background-color: #F2F2FA;
}
.side.leftmenu ul li ul li ul {
  background-color: #fffffc;
}
.side.rightmenu ul li ul {
  background-color: #F2F2FA;
}
.btn-red {
  background-color: #A31910;
}
.btn-red:hover {
  background-color: #A31910;
}
.dataTables_wrapper > div label {
  color: #7e828f;
}
.dataTables_wrapper > div.dataTables_length,
.dataTables_wrapper > div.dataTables_filter,
.dataTables_wrapper > div.dataTables_info,
.dataTables_wrapper > div.dataTables_processing,
.dataTables_wrapper > div.dataTables_paginate {
  color: #7e828f;
}
.bottomblock .sidebox {
  vertical-align: top;
  background: none !important;
  display: inline-block;
  width: 49%;
}
.table-entry-title a {
  color: #A31910;
}
.table-entry-title a:hover {
  color: #A31910;
}
.contentcontainer .vypis a {
  color: #243C60;
}
.contentcontainer .vypis a:hover {
  color: #243C60;
  text-decoration: underline;
}
.subfooter {
  background-color: #1a1a1a;
  padding: 36px 0px;
}
.subfooter .pt10 {
  color: #D3D4D7 !important;
  margin-bottom: 0px !important;
}
.subfooter a {
  color: #ffffff;
}
.subfooter small {
  color: #D3D4D7;
}
.subfooter .col-md-4 {
  text-align: right;
}
.subfooter .col-md-4 a {
  display: block;
  width: 100%;
  text-align: right;
}
.subfooter .col-md-4 a img {
  display: inline-block;
}
.mainpage-bfix {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .sidebox {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .subfooter .col-md-4 a {
    text-align: center;
    margin-bottom: 14px;
  }
  .bt-map {
    margin-top: 14px;
  }
}
@media (max-width: 370px) {
  .bottomblock .sidebox {
    max-width: 100%;
    width: 100%;
  }
}
/* fade */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  now override the 3.3 new styles for modern browsers & apply opacity
  */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.contentcontainer table,
.contentcontainer table tr,
.contentcontainer table tr td {
  padding: 4px !important;
}
.main-box-table td a:hover {
  color: #A31910;
}
.contentcontainer img {
  border-radius: 0;
}
.contentcontainer img {
  max-width: calc(100%) !important;
  height: auto !important;
  min-width: 100px;
}
.contentcontainer button img {
  min-width: auto !important;
}
.contentcontainer .alert-icon img {
  min-width: auto !important;
}
.contentcontainer .obce-logo {
  min-width: auto !important;
}
.contentcontainer .vypis img {
  min-width: auto !important;
  border-radius: 0 !important;
}
.contentcontainer .datatable img {
  min-width: auto !important;
  border-radius: 0 !important;
}
.contentcontainer .article-image img {
  object-fit: cover;
  max-width: inherit !important;
  min-width: inherit !important;
  height: 100% !important;
}
.contentcontainer .input-group img {
  object-fit: cover;
  max-width: inherit !important;
  min-width: inherit !important;
  height: 100% !important;
}
.img-container img {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover !important;
}
.portfolio-item a {
  display: block;
}
.portfolio-item .img-container {
  width: 200px !important;
  display: block;
  height: 200px !important;
}
.img-container-full img {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover !important;
}
.portfolio-item .img-container-full {
  width: 200px !important;
  display: block;
  height: 200px !important;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999999;
  font-size: 22px;
  border: none;
  outline: none;
  background-color: #A31910;
  color: white;
  cursor: pointer;
  padding: 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
}
.footer-container {
  padding: 80px 0px;
}
.fmt {
  text-align: left;
}
.topheader {
  position: absolute;
  /*background-color: @color-pagebg;*/
  background: #243C60;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 90px;
}
.topheaderline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: -1;
}
.mainlogo {
  display: inline-block;
  margin-left: 0px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.topheader .pagecontainer {
  z-index: 9;
  position: relative;
}
.maintitle {
  display: inline-block;
  vertical-align: top;
  margin-top: 19px;
  margin-left: 21px;
}
.maintitle .title {
  font-weight: 700;
  font-size: 35px;
  display: block;
}
.maintitle .desc {
  display: block;
  margin-top: -10px;
  margin-left: 3px;
}
.mainmeta {
  position: absolute;
  top: 24px;
  right: 0;
  width: 100%;
  max-width: 340px;
}
.quickbtn {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #A31910;
  color: #f8f8fa;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin-right: 7px;
}
.quickbtn i {
  font-size: 22px;
  line-height: 42px;
}
.quickbtn:hover {
  color: #f8f8fa !important;
}
.mainlinks {
  position: absolute;
  top: 106px;
  left: 0px;
  width: 100%;
}
.mainlinks a {
  display: inline-block;
  height: 40px;
  color: #f8f8fa;
  padding: 0px 15px;
  line-height: 40px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mainlinks a:hover {
  background-color: #A31910;
  color: #f8f8fa;
}
.headercontainer {
  position: relative;
}
.dnes_je {
  font-size: 22px;
}
.svatek_ma {
  font-size: 22px;
}
.bolder {
  font-weight: 700;
}
@media (max-width: 991px) {
  .top-spacer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
  }
  .leftbtn {
    background-color: #A31910;
    height: 60px;
    margin-left: 212px;
    margin-top: 0px;
  }
  .mainlinks {
    display: none;
  }
}
.footer-bg-img-after {
  display: none;
}
@media (max-width: 991px) {
  .mainmeta {
    display: none;
  }
  .mobilecontainer {
    max-width: calc(100% + 60px);
    min-width: calc(100% + 60px);
    width: calc(100% + 60px);
    margin: -1px -30px;
  }
  .leftbtn {
    margin-left: 128px;
  }
  .header-bg-img {
    display: none;
  }
  .footer-bg-img-after {
    display: block;
    position: absolute;
    top: 17px;
    left: -164px;
    width: 487px;
    height: 178px;
    background: linear-gradient(0deg, #A31910 38%, rgba(34, 52, 107, 0) 100%);
  }
}
@media (max-width: 991px) {
  .maintitle .title {
    font-size: 35px !important;
  }
}
@media (max-width: 605px) {
  .fmt {
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 617px) {
  .mainmeta {
    display: none;
  }
}
.leftside .main-menu {
  margin: 30px !important;
}
.footer-bg {
  background-color: #243C60;
  margin: 30px 0px 15px 0px;
}
.fbg {
  background-color: #243C60;
}
.clearf {
  overflow: hidden;
  background: #243C60;
}
.footerbg {
  position: absolute;
  top: 90px;
  left: -10px;
}
.footer-bg.withsidemenu {
  padding-top: 96px;
  margin-top: -80px;
}
.footer-bg-img {
  position: absolute;
  top: -66px;
  left: -160px;
  z-index: 0;
}
.footer-container .row {
  z-index: 1;
}
.header-bg-img {
  position: absolute;
  top: -1px;
  left: -176px;
  z-index: -1;
}
.mainlogo,
.maintitle,
.mainmeta {
  z-index: 1;
}
.bg-color-inner {
  height: 90px;
}
.quickbtn:hover {
  background-color: #A31910;
  color: #243C60;
}
.horizontal-divider {
  width: 100%;
  height: 0px;
  margin-top: -15px;
  background-color: #fff;
}
.floating-calendar .responsive-calendar .day a {
  margin: 0 1px 1px 0;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.floating-calendar .responsive-calendar .day.today a {
  background-color: #243C60 !important;
  color: #ffffff !important;
  font-weight: 600;
}
.responsive-calendar {
  position: relative;
}
.responsive-controls {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 100%;
}
.calendarcontainer {
  padding-right: 30px;
}
.calendar-arrow {
  background-color: #A31910;
  color: #fff !important;
  color: #243C60;
  width: 26px;
  height: 26px;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
}
.cal-over:hover .calendar-arrow {
  background-color: #fff;
  color: #A31910 !important;
}
.cal-over:hover .calendar-text {
  color: #243C60 !important;
}
.calendar-curmonth {
  font-weight: 500;
}
.cal_month,
.cal_year {
  font-weight: 500;
  color: #fff;
}
.calendar-arrow-text {
  font-weight: 400;
  color: #243C60 !important;
}
.cal-top {
  position: absolute;
  top: 0;
  left: 0;
}
.nop {
  padding: 0px;
}
.nom {
  margin: 0px;
}
.greenmenu {
  width: 100%;
  z-index: 99 !important;
  height: 40px;
  background-color: #A31910;
  color: #fff;
  font-weight: 500;
}
.greenmenu ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.greenmenu li {
  line-height: 40px;
  height: 40px;
}
.greenmenu a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s background-color;
}
.greenmenu a:hover {
  background-color: #A31910;
}
.greenmenu a.active {
  background-color: #A31910;
  color: #fff;
}
.greenmenu li {
  width: 14%;
  border-bottom: none;
  height: 40px;
  line-height: 40px;
}
.greenmenu li {
  display: inline-block;
  margin-right: -4px;
}
.greenmenu2 {
  max-height: 40px;
  background-color: #A31910;
  color: #fff;
}
.greenmenu2 ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.greenmenu2 li {
  line-height: 40px;
  height: 40px;
}
.greenmenu2 a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s background-color;
}
.greenmenu2 a:hover {
  background-color: #487B52;
}
.greenmenu2 a.active {
  background-color: #487B52;
  color: #fff;
}
.greenmenu2 li {
  width: 14%;
  border-bottom: none;
  height: 40px;
  line-height: 40px;
}
.greenmenu2 li {
  display: inline-block;
  margin-right: -4px;
}
.greenmenu3 {
  max-height: 40px;
  background-color: #487B52;
  color: #fff;
}
.greenmenu3 ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.greenmenu3 li {
  line-height: 40px;
  height: 40px;
}
.greenmenu3 a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s background-color;
}
.greenmenu3 a:hover {
  background-color: #ff9800;
}
.greenmenu3 a.active {
  background-color: #ff9800;
  color: #fff;
}
.greenmenu3 li {
  width: 14%;
  border-bottom: none;
  height: 40px;
  line-height: 40px;
}
.greenmenu3 li {
  display: inline-block;
  margin-right: -4px;
}
.middle-calendar-bg {
  background-color: #FFFFFF;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 532px;
  padding-bottom: 15px;
}
.padding-fix {
  padding-left: 30px;
  padding-bottom: 15px;
}
.middle-calendar-bg .carousel .item {
  max-height: 210px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .middle-calendar-bg .carousel .item {
    max-height: 390px;
  }
}
.middle-calendar-bg-inverted {
  padding-left: 30px;
  min-height: 360px;
  padding-right: 45px;
}
.calendar-row {
  background-color: #EDEDEF;
}
.bottombox-container {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
.bottombox-container:not(.firstbox)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 155px;
  background-color: #EDEDEF;
  left: -15px;
  top: 15px;
}
.main-box-title {
  display: block;
  position: relative;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 30px;
}
.rs-gr {
  position: relative;
}
.rs-wh {
  position: relative;
}
.leftside-title {
  width: 49%;
  display: inline-block;
  text-align: left;
}
.rightside-title {
  width: 49%;
  display: inline-block;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.linkbox-right {
  margin-top: 30px;
}
.col-md-4 .main-box-content .article {
  margin-top: 15px;
  margin-bottom: 15px;
}
.alert-icon {
  margin-bottom: 0px;
}
.alert-box {
  margin-bottom: 7px;
}
.contentmenu-icon {
  width: 48px;
  height: 48px;
  background-color: #F2F2FA;
  padding: 11px;
  display: inline-block;
}
.contentmenu-icon img {
  width: 26px !important;
  min-width: 26px !important;
  height: 26px !important;
}
.contentmenu-title {
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  margin-left: 15px;
}
.btm-rd {
  position: relative;
}
ul.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contentmenu-links {
  margin: 40px 0px 33px 0px;
}
.contentmenu-links a {
  color: #243C60;
  margin-bottom: 7px;
  display: inline-block;
  font-weight: 400;
}
.contentmenu-contact {
  margin-bottom: 15px;
}
.contentmenu-contact-icon {
  width: 26px;
  height: 26px;
  background-color: #A31910;
  padding: 2px 5px;
  display: inline-block;
  vertical-align: top;
}
.contentmenu-contact-icon img {
  width: 15px !important;
  min-width: 15px !important;
  height: 15px !important;
}
.contentmenu-contact-title {
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
  padding-top: 4px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .m-nav .dropdown-menu {
    right: initial;
    left: -234px;
    min-width: 100vw;
  }
}
@media (max-width: 991px) {
  .contentmenu-container {
    display: none;
  }
  .main_links {
    /*display: none !important;*/
    width: 100% !important;
    top: 118px !important;
  }
  .m-nav .dropdown-menu {
    left: 0px !important;
  }
  .headercontainer {
    text-align: center;
  }
  .maintitle .desc {
    text-align: left;
  }
  .floatingtitle {
    display: none;
  }
  .mainlogo {
    width: 100%;
    text-align: left;
  }
  .mainlogo img {
    margin-left: 15px;
  }
  .headerdivider {
    display: none !important;
  }
  .topheader {
    height: 95px;
  }
  .bg-color-inner {
    height: 95px;
  }
  .main_links {
    max-width: 100vw !important;
    top: 95px !important;
  }
}
.topmenu_float {
  display: none;
}
@media (max-width: 767px) {
  .m-nav .dropdown-menu {
    position: relative !important;
    top: -2px !important;
    width: 100vw;
  }
  .m-nav > li,
  .s-nav > li {
    width: 100% !important;
  }
  .clmn {
    padding: 0px !important;
    padding-left: 15px !important;
    margin: 0px !important;
    width: 100% !important;
  }
  .close_menu2 {
    display: none !important;
  }
  .main_links .clmn a {
    padding: 0px !important;
    display: inline-block;
    padding: 10px 0px 10px 0px !important;
  }
  .toplink.sublink a {
    padding-left: 20px !important;
  }
  .toplink {
    height: initial !important;
  }
  #navbar {
    max-height: 500px;
    overflow-y: scroll;
    display: none;
  }
  .topmenu_float {
    display: block;
    top: 0px !important;
  }
}
.main_links {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 29px;
  width: calc(100% - 340px);
  max-width: 1080px;
}
.main_links a {
  display: inline-block;
  margin-right: 60px;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
.textr {
  text-align: right;
}
@media (max-width: 977px) {
  .mainmeta {
    display: none;
  }
}
.dateb {
  margin-bottom: 15px;
}
.topallignanchor {
  display: block;
  position: absolute;
  bottom: 42px;
  width: 100%;
}
.leftbtn.sameh {
  margin-left: -30px !important;
  margin-right: -30px !important;
  padding-left: 30px;
  padding-right: 30px;
}
.floatingtitle {
  position: absolute;
  right: -45px;
  top: 87px;
  background: rgba(237, 237, 239, 0.79);
  padding: 30px;
  z-index: 9;
  width: 302px;
  height: 100px;
  font-size: 22px;
}
.floatingtitle span {
  font-size: 22px;
  font-weight: 700;
}
.relative {
  position: relative;
}
.respcont {
  position: relative;
  overflow: hidden !important;
  width: 100%;
  padding-top: 58.25%;
  margin-top: 45px;
  min-height: 487px;
}
.respframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
.responsive {
  display: inline-block;
  max-width: 100%;
}
iframe {
  overflow: hidden !important;
}
.tb30 {
  margin-top: 30px;
}
.centerlinks_header {
  border-bottom: 5px solid #A31910;
}
.centerlinks_header_link {
  display: inline-block;
  position: relative;
  width: 33%;
  text-align: center;
  background-color: #F2F2FA;
  cursor: pointer;
  padding: 14px 40px;
}
.centerlinks_header_link.active,
.centerlinks_header_link:hover {
  background-color: #A31910;
  color: #f8f8fa;
}
.article-image.doctype {
  width: 100%;
  font-size: 17px;
  font-weight: 300;
}
.centerlinks_content {
  display: none;
}
.centerlinks_content.active {
  display: block;
}
@media (max-width: 790px) {
  .centerlinks_header_link {
    width: 100%;
    margin-top: 1px;
  }
}
.main_links > #navbar > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.main_links > #navbar > ul > li {
  display: inline-block;
}
/*
  Main menu
*/
nav {
  color: #fff;
}
.m-nav,
.s-nav {
  width: 100%;
  padding-bottom: 3px;
  display: table;
  padding-left: 0;
  list-style: none;
}
.m-nav > li,
.s-nav > li {
  text-align: center;
  margin: 0;
  padding: 0;
  display: table-cell;
  width: 25%;
  border-right: 2px solid #4E514D;
}
.m-nav > li:last-of-type {
  border: 0;
}
@media (max-width: 768px) {
  .m-nav > li {
    display: block;
  }
}
.clmn {
  text-align: left;
  padding: 10px;
  margin-right: 15px;
  margin-left: 15px;
  float: left;
}
.clmn:first-of-type {
  margin-left: 30px;
}
.clmn > ul {
  padding: 10px 0 0 5px;
  list-style: none;
}
.clmn a {
  padding: 5px;
}
.m-nav .dropdown-menu {
  top: 80%;
  /*left: -266px;*/
  z-index: 1000;
  float: left;
  padding: 0;
  background-color: #fff;
  border: 0;
  box-shadow: none;
}
.close_menu2 {
  background-color: #266532;
  color: #f8f8fa;
  text-align: center;
  clear: both;
  padding: 10px;
}
#navbar {
  overflow-x: hidden;
}
.nomt {
  margin-top: 0px !important;
}
.main_links .clmn a {
  /*font-weight: @font-weight-normal;*/
  /*font-size: 13px;*/
}
.main_links .clmn a::after {
  content: none;
}
.m-nav .dropdown-menu {
  /*max-width: 100vw;*/
  /*width: calc(@page-max-width - 134px);*/
  position: absolute;
  right: 0px;
  top: 54px;
  border-radius: 0;
}
a.close_menu2::after,
a.close_menu2:hover::after {
  content: none;
}
a.close_menu2 {
  display: block;
}
a.close_menu2:hover {
  background-color: #A31910;
  color: #f8f8fa;
}
.main_links a {
  margin: 0;
  padding: 14.5px 0px;
  width: 100%;
}
.main_links .clmn a {
  padding: 5px 0px;
}
.main_links .clmn > ul > li {
  padding: 2px 10px;
}
#navbar > ul > li a:hover,
#navbar > ul > li a:focus {
  color: #f8f8fa;
}
.main_links {
  right: 0px;
  top: 29px;
  width: calc(100% - 500px);
}
@media (min-width: 992px) and (max-width: 1320px) {
  .main_links {
    width: calc(100% - 380px);
  }
  .mainlogo img {
    max-width: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  .main_links {
    width: calc(100% - 290px);
  }
  .mainlogo img {
    max-width: 300px;
  }
}
.main_links a::after {
  bottom: 20px;
  left: 20px;
}
.m-nav .dropdown-menu {
  color: #f8f8fa !important;
}
#navbar a:hover::after,
#navbar a:focus::after {
  content: none !important;
}
.close_menu2 {
  margin-right: 0 !important;
}
.clmn {
  margin-top: 20px;
  margin-bottom: 25px;
}
.close_menu2 {
  padding: 10px !important;
  margin-top: 20px;
  background-color: #A31910 !important;
}
.bgcaptiontext {
  font-weight: 900;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 9999999999;
  position: absolute;
  bottom: 42px;
  width: 100%;
}
.bottombox-container img {
  max-height: 52px;
}
.floatingcontainer {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
}
.floatingcontainer .alert-icon img {
  width: auto;
  height: auto;
  margin-left: 15px;
  margin-top: 5px;
}
.dateb {
  background: rgba(237, 237, 239, 0.41);
  padding: 30px;
  z-index: 9;
  width: 302px;
  height: 100px;
  font-size: 22px;
  text-shadow: 2px 2px 4px #ffffff;
}
.dateb span {
  font-weight: 700;
}
/* carousel */
.col-centered {
  float: none;
  margin: 0 auto;
}
.carousel-control {
  width: 8%;
  width: 0px;
}
.carousel-control.left,
.carousel-control.right {
  margin-right: 0px;
  margin-left: 0px;
  background-image: none;
  opacity: 1;
}
.carousel-control > a > span {
  color: white;
  font-size: 35px !important;
}
.carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}
.active > div {
  display: none;
}
.active > div:first-child {
  display: block;
}
/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    right: 0;
  }
  .carousel-inner .prev {
    left: 0;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
}
/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    right: 0;
  }
  .carousel-inner .prev {
    left: 0;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
}
/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -33%;
  }
  .carousel-inner .active.right {
    left: 33%;
  }
  .carousel-inner .next {
    right: 0;
  }
  .carousel-inner .prev {
    left: 0;
  }
  .carousel-col {
    width: 33%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
}
/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left {
    left: 0;
  }
  .carousel-inner .active.right {
    left: 0;
  }
  .carousel-inner .next {
    right: 0;
  }
  .carousel-inner .prev {
    left: 0;
  }
  .carousel-col {
    width: 25%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
  .active > div:first-child + div + div + div {
    display: block;
  }
}
.block {
  width: 306px;
  height: 180px;
}
/* ==== */
.toplink.sublink a {
  font-weight: 300 !important;
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
.clmn a {
  color: #f8f8fa !important;
}
.close_menu2 {
  background-color: #444753 !important;
  color: #f8f8fa !important;
}
.close_menu2:hover {
  background-color: #444753 !important;
  color: #f8f8fa !important;
}
.menudivider {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #EDEDEF;
}
.badge {
  background-color: #243C60 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  right: 3px !important;
}
.fmt img {
  max-width: 100%;
}
.fmt {
  padding-top: 40px;
}
.pt30 {
  padding-top: 30px;
}
.nobm {
  margin-bottom: 0px;
}
.headerdivider {
  /*background: #444753;*/
  /*background: linear-gradient(90deg, rgba(226, 46, 34, 1) 50%, rgba(246, 172, 21, 1) 50%);*/
  background: none;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
}
.carousel-inner .next {
  right: 0 !important;
  margin-right: 15px !important;
}
.carousel-inner .prev {
  left: 0 !important;
  margin-left: 15px !important;
}
@media (min-width: 1270px) {
  /*
    .gallery-cell:not(.is-selected)::after {
        content: "";
        width: 100%;
        height: 600px;
        background: #444753;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .9;
    }
    */
}
.flickity-prev-next-button {
  border-radius: 0 !important;
  top: 300px;
}
.vizitka-inner .mensi {
  font-size: 22px;
}
.vizitka-inner .vetsi {
  font-size: 35px;
  font-weight: 500;
}
.vizitka-outer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.vizitka-outer .pagecontainer {
  position: relative;
}
.vizitka-inner {
  position: absolute;
  bottom: 160px;
  right: 36px;
  background-color: #A31910;
  color: #f8f8fa;
  padding: 20px 60px;
  text-align: right;
}
.vizitka-btn {
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
}
.vizitka-btn img {
  height: auto;
  max-width: 30px;
  margin: 9px;
}
.vbtn1 {
  position: absolute;
  bottom: -57px;
  right: 0px;
  padding-top: 2px;
}
.vbtn2 {
  position: absolute;
  bottom: -57px;
  right: 58px;
}
.footerheadline {
  font-weight: 700;
  font-size: 35px;
  line-height: 35.39px;
}
.footersubheadline {
  font-weight: 300;
  font-size: 22px;
  line-height: 21.49px;
}
.footer-container p {
  color: #fff !important;
}
.footer-container img {
  max-width: 100%;
}
.textcenter {
  text-align: center;
}
.oznameni-outer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #E15022;
  padding-top: 30px;
  padding-bottom: 30px;
}
.oznameni-title {
  color: #fff !important;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}
.oznameni-text {
  color: #fff !important;
  font-size: 22px;
}
.topheader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*background: #444753;*/
}
.topheader.moving {
  background: #243C60;
  backdrop-filter: blur(10px);
}
.navbar-collapse {
  padding: 0px;
}
.open a {
  position: relative;
  z-index: 9999;
}
.open a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.menucolor1 {
  background-color: #A31910 !important;
}
.open a.menucolor1 {
  background-color: #A31910 !important;
}
.open a.menucolor1::after {
  background-color: #A31910;
}
.menucolor2 {
  background-color: #A31910 !important;
}
.open a.menucolor2 {
  background-color: #A31910 !important;
}
.open a.menucolor2::after {
  background-color: #A31910;
}
.menucolor3 {
  background-color: #A31910 !important;
}
.open a.menucolor3 {
  background-color: #A31910 !important;
}
.open a.menucolor3::after {
  background-color: #A31910;
}
.menucolor4 {
  background-color: #A31910 !important;
}
.open a.menucolor4 {
  background-color: #A31910 !important;
}
.open a.menucolor4::after {
  background-color: #A31910;
}
.menucolor5 {
  background-color: #565F64 !important;
}
.open a.menucolor5 {
  background-color: #565F64 !important;
}
.open a.menucolor5::after {
  background-color: #565F64;
}
.cat_name {
  width: 182px;
  max-width: 182px;
}
.cat_name_text {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}
.cat_img {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
}
.cat_img img {
  max-width: 90px;
}
.dropdown-menu {
  border-top: 2px solid #243C60 !important;
}
.searchlist .dropdown-menu {
  background-color: #565F64 !important;
}
.open a.menucolor5 {
  background-color: #565F64 !important;
  position: relative;
  z-index: 9999;
}
.open a.menucolor5::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #565F64;
}
.hlaseni-prehravac {
  background-color: #A31910 !important;
  padding: 49px;
  color: #fff !important;
  margin-left: 4px;
  width: calc(100% - 4px);
}
.player_btn {
  width: 62px;
  height: 62px;
  text-align: center;
  background-color: #444753 !important;
  border: none !important;
  outline: none !important;
}
.player_btn:disabled {
  opacity: 0.4 !important;
}
.hlaseni-player {
  width: 100%;
  text-align: center;
}
.content_top_btns .mainpagecontainer {
  background: none !important;
}
.top_menu_btn_1,
.top_menu_btn_2,
.top_menu_btn_3 {
  height: 62px;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
  padding-top: 14px;
  display: block;
}
.top_menu_btn_1 {
  background-color: #A31910;
}
.top_menu_btn_1:hover {
  background-color: #D11407;
  color: #fff;
}
.top_menu_btn_2 {
  background-color: #444753;
  border-left: 2px solid #fff;
}
.top_menu_btn_2:hover {
  background-color: #4E5367;
  color: #fff;
}
.top_menu_btn_3 {
  background-color: #A31910;
  border-left: 2px solid #fff;
}
.top_menu_btn_3:hover {
  background-color: #D11407;
  color: #fff;
}
.top_menu_btn_4 {
  background-color: #444753;
  border-left: 2px solid #fff;
}
.top_menu_btn_4:hover {
  background-color: #444753;
  color: #fff;
}
.hlaseni-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.hlaseni-subtitle {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.link_btn_green {
  width: 100%;
  height: 62px;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #A31910;
  color: #fff !important;
  position: relative;
  padding-top: 16px;
  padding-left: 105px;
  margin-top: 9px;
  margin-bottom: 14px;
}
.link_btn_green:hover {
  background-color: #D11407;
}
.link_btn_blue {
  width: 100%;
  height: 62px;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #444753;
  color: #fff !important;
  position: relative;
  padding-top: 16px;
  padding-left: 105px;
  margin-top: 15px;
  margin-bottom: 14px;
}
.link_btn_blue:hover {
  background-color: #4E5367;
}
.link_btn_orange {
  width: 100%;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #FFFFFF;
  color: #444753 !important;
  position: relative;
  padding-top: 16px;
  padding-left: 105px;
  margin-top: 15px;
  margin-bottom: 14px;
  padding: 15px 30px !important;
  font-size: 22px !important;
  text-align: center;
  font-weight: 500 !important;
}
.link_btn_orange:hover {
  background-color: #A31910;
  color: #fff !important;
}
@media (max-width: 1130px) {
  .link_btn_green,
  .link_btn_blue,
  .link_btn_orange {
    font-size: 22px;
    font-weight: 500;
  }
  .link_btn_green {
    padding-top: 22px;
  }
  .link_btn_blue {
    padding-top: 22px;
  }
  .link_btn_orange {
    padding-top: 22px;
  }
}
.calendar_switch_btn {
  display: block;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  color: #243C60;
  background: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.calendar_switch_btn.is_active {
  background: #A31910 !important;
  color: #fff !important;
}
.calendar_switch_btn:hover {
  background: #243C60 !important;
  color: #fff !important;
}
.calendar_checkbox {
  display: inline-block;
  width: 100%;
  height: 27px;
  max-width: 30px;
  background: #fff !important;
  position: relative;
}
.calendar_check_btn {
  cursor: pointer;
  margin-bottom: 14px;
}
.calendar_check_btn:hover .calendar_checkbox {
  background: #243C60 !important;
}
.is_checked .calendar_checkbox::after {
  content: "✔";
  font-size: 35px;
  color: #444753 !important;
  position: absolute;
  bottom: -7px;
  font-weight: 700;
  left: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.calendar_check_btn:hover .calendar_checkbox::after {
  color: #ffffff !important;
}
.calendar_switches {
  margin-bottom: 40px;
}
.mainmeta_btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  padding-top: 8px;
  background-color: #fff;
  vertical-align: top;
  margin-left: 9px;
}
.flickity-button {
  background: rgba(55, 55, 55, 0.7);
  color: #fff;
}
.topmenu_float {
  position: absolute;
  top: 90px;
  z-index: -1 !important;
  text-transform: uppercase;
}
.floating_menu {
  top: 119px;
}
a[title="modré tlačítko"] {
  font-size: 17px;
  border: none;
  outline: none;
  background-color: #A31910;
  color: #fff !important;
  cursor: pointer;
  padding: 15px;
  border-radius: 0;
  text-transform: uppercase;
}
a[title="modré tlačítko"]:hover {
  background-color: #D11407 !important;
  color: white !important;
}
a[title="zelené tlačítko"] {
  font-size: 17px;
  border: none;
  outline: none;
  background-color: #A31910;
  color: #fff !important;
  cursor: pointer;
  padding: 15px;
  border-radius: 0;
  text-transform: uppercase;
}
a[title="zelené tlačítko"]:hover {
  background-color: #D11407 !important;
  color: white !important;
}
a[title="žluté tlačítko"] {
  font-size: 17px;
  border: none;
  outline: none;
  background-color: #A31910;
  color: #fff !important;
  cursor: pointer;
  padding: 15px;
  border-radius: 0;
  text-transform: uppercase;
}
a[title="žluté tlačítko"]:hover {
  background-color: #D11407 !important;
  color: white !important;
}
a[title="hnědé tlačítko"] {
  font-size: 17px;
  border: none;
  outline: none;
  background-color: #A31910;
  color: #fff !important;
  cursor: pointer;
  padding: 15px;
  border-radius: 0;
  text-transform: uppercase;
}
a[title="hnědé tlačítko"]:hover {
  background-color: #D11407 !important;
  color: white !important;
}
.sidemenu.bg_cat_11 {
  background-color: #A31910 !important;
  color: #fff !important;
}
.bg_cat_11 a,
.bg_cat_clanek a {
  color: #A31910;
}
.bg_cat_11 a:hover,
.bg_cat_clanek a:hover {
  color: #D11407;
}
.sidemenu.bg_cat_1 {
  background-color: #A31910 !important;
  color: #fff !important;
}
.bg_cat_1 a,
.bg_cat_clanek a {
  color: #A31910;
}
.bg_cat_1 a:hover,
.bg_cat_clanek a:hover {
  color: #D11407;
}
.sidemenu.bg_cat_12 {
  background-color: #A31910 !important;
  color: #fff !important;
}
.bg_cat_12 a,
.bg_cat_clanek a {
  color: #A31910;
}
.bg_cat_12 a:hover,
.bg_cat_clanek a:hover {
  color: #D11407;
}
.sidemenu.bg_cat_13 {
  background-color: #A31910 !important;
  color: #fff !important;
}
.bg_cat_13 a,
.bg_cat_clanek a {
  color: #A31910;
}
.bg_cat_13 a:hover,
.bg_cat_clanek a:hover {
  color: #D11407;
}
.sidemenu.bg_cat_14 {
  background-color: #A31910 !important;
  color: #fff !important;
}
.bg_cat_14 a,
.bg_cat_clanek a {
  color: #A31910;
}
.bg_cat_14 a:hover,
.bg_cat_clanek a:hover {
  color: #D11407;
}
.sidemenu.bg_cat_3 {
  background-color: #A31910 !important;
  color: #fff !important;
}
.bg_cat_3 a,
.bg_cat_doc a,
.bg_cat_archiv a {
  color: #A31910;
}
.bg_cat_3 a:hover,
.bg_cat_doc a:hover,
.bg_cat_archiv a:hover {
  color: #D11407;
}
.sidemenu.bg_cat_4 {
  background-color: #A31910 !important;
  color: #fff !important;
}
.bg_cat_4 a,
.bg_cat_udalosti a,
.bg_cat_album a,
.bg_cat_galerie a {
  color: #A31910;
}
.bg_cat_4 a:hover,
.bg_cat_udalosti a:hover,
.bg_cat_album a:hover,
.bg_cat_galerie a:hover {
  color: #D11407;
}
.sidemenu.bg_cat_5 {
  background-color: #A31910 !important;
  color: #fff !important;
}
.bg_cat_5 a {
  color: #A31910;
}
.bg_cat_5 a:hover {
  color: #D11407;
}
.no-break-btns {
  width: 120px !important;
}
.nobg-btn-link.active {
  background-color: #A31910 !important;
  color: #fff !important;
}
.responsive-calendar .day.today a {
  color: #243C60 !important;
  background-color: #EFF3F6 !important;
}
.chck_container {
  display: inline-block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  text-decoration: inherit;
  text-transform: inherit;
  margin-right: 12px;
}
.chck_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
}
.chck_container:hover input ~ .checkmark {
  background-color: #ccc;
}
.chck_container input:checked ~ .checkmark {
  background-color: #A31910;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chck_container input:checked ~ .checkmark:after {
  display: block;
}
.chck_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.meta_time {
  font-size: 17px;
}
.str_c {
  display: none;
}
.str_b {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #f5f5f5;
  margin-right: 7px;
  margin-left: 7px;
}
.str_a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #A31910;
  color: #fff !important;
  margin-right: 7px;
  margin-left: 7px;
  cursor: pointer;
}
.str_e {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #A31910;
  color: #fff !important;
  margin-right: 2px;
  margin-left: 2px;
}
.str_d {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #A31910;
  color: #fff !important;
  margin-right: 2px;
  margin-left: 2px;
  cursor: pointer;
}
.akce-h2 {
  padding-top: 4px;
}
.accordion .card .btn {
  font-weight: 500;
  color: #444753;
  font-size: 35px;
  line-height: 1.4em;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
.accordion .card .btn::after {
  position: absolute;
  top: 20px;
  right: 35px;
  content: "";
  border: solid #444753;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 7px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.accordion .card .btn.collapsed::after {
  top: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.accordion .card .btn:focus {
  border-color: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.accordion .card {
  border: 2px solid #f5f5f5;
  margin-top: -2px;
}
.accordion .card-body {
  padding: 6px 12px;
  border-top: 2px solid #f5f5f5;
}
.sidemenu {
  color: #fff;
  font-size: 22px;
  background-color: #f5f5f5;
  height: 100%;
  padding-bottom: 30px;
}
.sidemenu a:not(.menuheading) {
  display: block;
  color: #f8f8fa !important;
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px 0px;
  font-weight: 500;
  padding-left: 30px;
}
.sidemenu a:not(.menuheading):hover {
  background-color: rgba(255, 255, 255, 0.14) !important;
}
.sidemenu a.sublink {
  display: block;
  color: #f8f8fa !important;
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px 0px;
  font-weight: 300 !important;
  padding-left: 50px;
  background: url('../images/submenu_1_bg.png') top left no-repeat;
}
.sidemenu a.sublink2 {
  display: block;
  color: #f8f8fa !important;
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px 0px;
  font-weight: 300 !important;
  padding-left: 70px;
  background: url('../images/submenu_2_bg.png') top left no-repeat;
}
.sidemenu a.sublink3 {
  display: block;
  color: #f8f8fa !important;
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px 0px;
  font-weight: 300 !important;
  padding-left: 90px;
  background: url('../images/submenu_3_bg.png') top left no-repeat;
}
.menuheading {
  font-size: 35px !important;
  font-weight: 500 !important;
  color: #fff !important;
  padding: 30px !important;
  display: block !important;
}
.sidemenu .activelink {
  background-color: rgba(255, 255, 255, 0.14) !important;
}
.vyber_kategorii {
  min-width: 30% !important;
  margin-top: 30px;
}
.perex_inside {
  margin-top: 30px;
  margin-bottom: 30px;
}
.perex_inside {
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0.7em;
  line-height: 1.4em;
  margin-top: 0.7em;
  font-size: 35px;
}
#udalosti_list .article {
  display: block;
}
.kategorie_oznameni {
  display: none !important;
}
.searchicon {
  /*background-color: #A31910 !important;*/
}
.searchlist:hover {
  background-color: #243C60 !important;
}
.searchicon img {
  filter: invert(100%) sepia(91%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
  padding: 0 20px;
}
.toplink a:hover {
  text-decoration: underline;
}
.breadcrumbsmenu {
  min-height: 183px;
  background-color: #EDEDEF;
  margin-bottom: -80px;
  padding-bottom: 90px;
}
.portlet-fixed-width-container {
  vertical-align: top;
}
.dropdown-menu .sublink {
  display: none;
}
.contact_container {
  display: block;
  margin-bottom: 15px;
}
.contact_container.contact_meta {
  margin-bottom: 5px;
}
.contact_icon {
  display: inline-block;
  vertical-align: top;
  width: 40px;
}
.contact_text {
  display: inline-block;
  vertical-align: top;
}
.top_menu_btn {
  display: block;
  height: 180px;
  padding: 30px;
  text-align: center;
  color: #f8f8fa;
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
}
.top_menu_btn:hover {
  color: #f8f8fa !important;
}
.top_menu_img,
.top_menu_text {
  display: block;
  text-align: center;
}
.top_menu_img {
  margin-top: 25px;
}
.top_menu_text {
  text-transform: uppercase;
  margin-top: 15px;
}
.top_color_1 {
  background-color: #A31910;
}
.top_color_1:hover {
  background-color: #D11407;
}
.top_color_2 {
  background-color: #A31910;
}
.top_color_2:hover {
  background-color: #D11407;
}
.top_color_3 {
  background-color: #A31910;
}
.top_color_3:hover {
  background-color: #D11407;
}
.top_color_4 {
  background-color: #A31910;
}
.top_color_4:hover {
  background-color: #D11407;
}
.bottom_color_1 {
  background-color: #A31910;
}
.bottom_color_1:hover {
  background-color: #D11407;
}
.bottom_color_2 {
  background-color: #A31910;
}
.bottom_color_2:hover {
  background-color: #D11407;
}
.bottom_color_3 {
  background-color: #A31910;
}
.bottom_color_3:hover {
  background-color: #D11407;
}
.bottom_color_4 {
  background-color: #A31910;
}
.bottom_color_4:hover {
  background-color: #D11407;
}
.form-control {
  font-size: 22px;
}
.main_cat_link {
  display: block;
  text-align: center;
  padding: 15px 30px;
  color: #f8f8fa !important;
  text-transform: uppercase;
  margin-top: 30px;
  max-width: 323px;
  margin-bottom: 15px;
}
.cat_link_1 {
  background-color: #A31910;
}
.cat_link_1:hover {
  background-color: #243C60;
}
.cat_link_2 {
  background-color: #A31910;
}
.cat_link_2:hover {
  background-color: #243C60;
}
.cat_link_3 {
  background-color: #A31910;
}
.cat_link_3:hover {
  background-color: #243C60;
}
.cat_link_4 {
  background-color: #A31910;
}
.cat_link_4:hover {
  background-color: #243C60;
}
.linksfooter {
  background-color: #30373B;
  flood-color: #f8f8fa;
  text-align: center;
  padding: 30px 15px;
}
.linksfooter a {
  color: #f8f8fa !important;
  text-decoration: underline;
}
.content_bottom_btns .top_menu_btn {
  margin-bottom: 30px;
}
.portlet-dokument-prop.portlet-wider-prop {
  width: 115px !important;
}
.portlet-dokument-prop {
  width: 120px !important;
}
.search_by_cat {
  height: 36px !important;
}
@media (max-width: 830px) {
  #udalosti_list .article {
    width: 100%;
    display: block;
    margin-right: 0px;
  }
}
@media (max-width: 1120px) {
  .sidemenu.bigscreen {
    display: none;
  }
  .sidemenu.smallscreen {
    display: block;
  }
  .fullfix {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .pagecontainer {
    padding: 0px 15px;
  }
  .main_links {
    left: -30px;
    max-width: calc(100% + 60px) !important;
    width: calc(100% + 60px) !important;
  }
  .main-box-title {
    margin-bottom: 15px;
  }
  .main_cat_link {
    max-width: initial;
    margin-top: 5px;
  }
  .middle_row {
    padding: 0px 15px;
  }
  .alert-box {
    min-height: initial;
  }
  .responsive-controls {
    margin-top: 30px;
  }
  .middle-calendar-bg {
    display: table;
    min-width: 100%;
    min-height: initial;
    padding-bottom: 30px;
  }
  #udalosti_list {
    margin-top: 0px !important;
  }
  .sidemenu.smallscreen {
    margin-top: 130px;
  }
  .cat_name {
    display: none !important;
  }
  .search-container {
    max-width: calc(100vw - 90px);
    margin-bottom: 20px;
  }
  .breadcrumb {
    margin-top: 80px;
    margin-left: 10px;
  }
  .contentcontainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mainpagecontainer {
    background-color: #fff;
  }
  .linkbox-right {
    padding-right: 30px;
  }
  .calendarcontainer {
    padding-right: 15px;
  }
  .article-title {
    min-height: initial;
  }
  .dropdown-menu .sublink {
    display: block;
  }
  .clmn {
    float: initial !important;
    display: block;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .menu2 {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 30px;
  }
  .content_top_btns {
    display: none;
  }
  .bottom_btns {
    position: relative !important;
    bottom: 30px !important;
    top: 30px !important;
    padding-bottom: 30px;
  }
}
@media (min-width: 1121px) {
  .sidemenu.bigscreen {
    display: block;
  }
  .sidemenu.smallscreen {
    display: none;
  }
}
.cat_name {
  display: none;
}
.mapbtm {
  max-width: 352px;
}
.bottom_btns {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
}
.content_bottom_btns {
  min-height: 220px;
  background-image: url('../images/lidecko-b-bg.png');
  background-size: cover;
  position: relative;
}
.textcntr {
  text-align: center;
}
.content_bottom_btns::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  top: 0px;
  left: 0px;
}
.bottom_btns .top_menu_btn {
  padding: 0;
  position: relative;
}
.bottom_btns .top_menu_text {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.bottom_btns .top_menu_img {
  position: absolute;
  bottom: 80px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.portlet-content-subtitle,
.portlet-content-desc {
  overflow: initial !important;
  height: initial !important;
}
.portlet-content-subtitle,
.portlet-content-desc {
  white-space: initial !important;
}
.relative {
  position: relative;
}
.alert-box.islong .alert-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cat_link_more {
  background-color: #fff !important;
  color: #A31910 !important;
  cursor: pointer;
  max-width: initial;
  margin-bottom: 0px !important;
}
.portlet .info-title {
  font-size: 22px !important;
}
@media (min-width: 992px) AND (max-width: 1540px) {
  .pagecontainer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .main_links {
    right: -15px;
  }
  .main_fotogalerie .article {
    margin-bottom: 55px;
  }
}
.important_article {
  padding: 30px;
  background-color: #A31910;
  color: #fff;
}
.important_article .article-title a,
.important_article .article-meta,
.important_article .article-perex a {
  color: #fff !important;
}
.important_article .article-title a,
.important_article .article-perex a {
  -webkit-line-clamp: 2 !important;
}
.important_article .article-image {
  padding-bottom: 90px !important;
}
.white_bg .main-box-title {
  display: inline-block;
  border-bottom: 5px solid #EBF2F9;
}
.blue_bg .main-box-title {
  display: inline-block;
  border-bottom: 5px solid #fff;
}
.blue_bg {
  background-color: #EBF2F9;
}
.green_bg {
  background-color: #243C60;
  color: #fff;
}
.green_bg .article-title a,
.green_bg .article-perex a {
  color: #fff !important;
}
.green_bg .main-box-title {
  display: inline-block;
  border-bottom: 5px solid #ffffff;
}
.white_blue_container {
  position: relative;
}
.white_blue_container::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #EBF2F9;
}
.green_white_container {
  position: relative;
}
.green_white_container::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #243C60;
}
@media (max-width: 991px) {
  .white_blue_container::before,
  .green_white_container::before {
    display: none !important;
  }
}
.menucolor_search .menu2 {
  display: block;
}
.mainpad {
  padding: 45px;
  padding-top: 15px;
}
.toplink_container {
  position: relative;
  text-align: right;
}
.main-box-toplink {
  display: inline-block;
  margin-top: 35px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 5px;
}
.main-box-toplink:hover {
  text-decoration: underline;
  color: inherit;
}
.arrow_right {
  display: inline-block;
  margin-top: -5px;
}
.main_docs .line_1,
.main_docs .line_2 {
  border-bottom: 5px solid #fff;
}
.main_docs .leftright_r {
  border-left: 4px solid #fff;
}
.main_docs .leftright_r .article {
  padding-left: 15px;
}
.main_docs .leftright_l .article {
  padding-right: 15px;
}
.main_docs .leftright_l .article,
.main_docs .leftright_r .article {
  padding-top: 20px;
  padding-bottom: 10px;
  min-height: 145px;
}
.main_docs .article-title {
  min-height: 50px;
}
@media (max-width: 991px) {
  .main_docs .leftright_r,
  .main_docs .line_1,
  .main_docs .line_2 {
    border-left: none;
    border-bottom: none;
  }
  .main_docs .leftright_l .article,
  .main_docs .leftright_r .article {
    padding: 0px;
    padding-bottom: 15px;
    min-height: inherit;
    border-bottom: 5px solid #fff;
  }
}
@media (max-width: 767px) {
  .hidexs {
    display: none;
  }
}
@media (max-width: 991px) {
  .clmn:first-of-type {
    margin-left: 0px !important;
  }
  .mainpad {
    padding: 30px;
  }
  .breadcrumb > li a,
  .breadcrumb > .active {
    color: #7e828f !important;
  }
}
.ft_kontakt_btn {
  margin-top: 25px;
  display: inline-block;
  padding: 7px 50px;
  text-transform: uppercase;
  border: 1px solid #30373B;
  background-color: #30373B;
  color: #fff !important;
}
.ft_kontakt_btn {
  color: #fff !important;
  background-color: #243C60 !important;
  border: 1px solid #fff !important;
  text-decoration: none !important;
}
.ft_kontakt_btn:hover {
  color: #243C60 !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  text-decoration: none !important;
}
.col-md-8.fullfix {
  background-color: #fff;
}
.calendarcontainer .main-box-toplink,
.calendarcontainer .article-title a,
.calendarcontainer .article-perex a,
.calendarcontainer .article-meta {
  color: #fff !important;
}
.calendarcontainerbg {
  text-align: right;
  position: relative;
}
.calendar_bg {
  position: absolute;
  bottom: 0px;
  left: -75px;
}
.floating-calendar {
  max-width: 490px;
  display: inline-block;
}
@media (max-width: 991px) {
  .calendarcontainerbg {
    background: none !important;
  }
  .floating-calendar {
    max-width: 100%;
    display: inline-block;
  }
}
.main-box-content .main_docs .article-title a {
  text-transform: none !important;
}
.main_docs .article-title a:hover,
.main_docs .article-meta a:hover,
.main_docs .meta-date:hover {
  color: #243C60 !important;
}
.i_link_container {
  margin-top: 10px;
}
.i_link {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 600;
}
.i_link:hover {
  text-decoration: underline;
  color: #243C60;
}
.i_link_ico,
.i_link_text {
  display: inline-block;
  margin-bottom: 12px;
}
.i_link_text {
  margin-top: 4px;
  margin-bottom: 8px;
}
.i_link_text:hover {
  text-decoration: underline;
}
.i_banner_container {
  margin-top: 50px;
}
.i_banner_container img {
  margin-bottom: 25px;
}
.bg_cat_clanek h1,
h1 {
  position: relative !important;
  font-size: 45px !important;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
  margin-top: 30px !important;
  display: inline-block !important;
  border-bottom: 5px solid #A31910 !important;
  color: #243C60 !important;
  background-color: transparent !important;
  background: none !important;
  padding: 0px !important;
}
.vypis th {
  font-weight: 700 !important;
  font-size: 22px !important;
  color: #243C60 !important;
  background-color: #EBF2F9 !important;
}
.bg_cat_album h1 {
  display: block !important;
}
.datepicker-dropdown.dropdown-menu {
  width: inherit !important;
}
.main-box-content .main_fotogalerie .article-perex a {
  color: #243C60 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.link_events_more {
  color: #fff;
}
.main_fotogalerie .article-title {
  text-transform: none;
  margin-bottom: 5px;
}
.big_date {
  width: 100%;
  padding: 5px 10px;
  background-color: #ffffff;
  color: #243C60;
  text-align: center;
  margin-top: 5px;
  font-weight: 600;
}
.mb15 {
  margin-bottom: 15px !important;
}
.main_links a.menucolor1:hover,
.main_links a.menucolor2:hover,
.main_links a.menucolor3:hover,
.main_links a.menucolor4:hover {
  background-color: #D11407 !important;
}
.white_bg_2 .main-box-title {
  display: inline-block;
  border-bottom: 5px solid #243C60;
}
.responsive-calendar .day.active a {
  background-color: #FFFFFF !important;
  color: #243C60 !important;
  font-weight: 600;
}
#udalosti_list {
  margin-top: 20px;
}
