/* @color-textlight: rgb(126, 130, 143); */
/* == CORE == */
* {
  /*transition: all .4s;*/
}
body {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.05em;
  background-color: #1F1F1F;
  color: #ffffff;
  overflow-x: hidden;
  font-size: 17px;
  max-width: 100vW;
}
p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0.5em;
}
a,
p,
h1,
h2,
h3,
h4,
h5 {
  color: #ffffff;
}
a:hover {
  color: #EB4242;
}
.contentcontainer a {
  color: #EB4242;
}
.contentcontainer a:hover {
  color: #EB4242;
}
.povinf a {
  color: #EB4242;
}
.povinf a:hover {
  color: #EB4242;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0.7em;
  line-height: 1.4em;
}
h1 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
  position: relative;
  font-weight: 600;
}
h2 {
  margin-top: 0.7em;
  font-size: 24px;
  font-weight: 600;
}
h3 {
  margin-top: 0.7em;
  font-size: 24px;
  font-weight: 600;
}
h4,
h5,
h6 {
  margin-top: 0.7em;
  font-size: 22px;
}
@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;
  }
}
/* == LAYOUT == */
body.page-left-in,
body.page-right-in,
body.page-fade-only,
body.page-fade {
  background-color: #ffffff !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: 0.7em;
  border-radius: 0px;
  background-color: #EB4242;
  color: #ffffff;
  padding: 7px 21px;
}
.box-float img {
  max-height: 0.7em;
}
.box-float.light {
  background-color: #F2F2FA;
  color: #ffffff;
  cursor: grab;
}
.box-float.red {
  background-color: #EB4242;
}
.block-icon {
  font-size: 2em;
}
.text-bold {
  font-weight: 700 !important;
}
.text-regular {
  font-weight: 400 !important;
}
.color-gr {
  color: #ffffff !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: #EB4242 !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: #EB4242;
  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: #ffffff;
}
.action-alert.openned .action-alert-icon-placeholder {
  background-color: #ffffff;
}
.action-alert.openned .action-alert-icon {
  background-color: #ffffff;
}
.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: 20px;
  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: #f8f8fa;
  font-size: 17px;
  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: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}
.search-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.search-input::placeholder {
  color: #f8f8fa;
  font-size: 17px;
}
.top-container {
  margin-bottom: 47px;
  position: relative;
}
.breadcrumb {
  text-align: left;
  background: none !important;
  padding: 0;
  margin: 0;
  border: none !important;
  color: #ffffff;
  margin-top: 40px;
  margin-left: 146px;
}
.breadcrumb > li a,
.breadcrumb > .active {
  color: #ffffff !important;
  font-size: 17px;
  display: inline-block;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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: 400;
  font-size: 17px;
  color: #ffffff;
  padding-bottom: 28px;
  line-height: 1.7em;
}
.logo-text {
  display: none;
  text-align: left;
  margin-left: 14px;
}
.logo-heading {
  font-size: 21px;
  font-weight: 700;
}
.logo-desc {
  color: #ffffff;
}
@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: #EB4242;
  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: #ffffff;
}
.footer {
  padding: 14px 34px 34px 34px;
  border-radius: 0px;
  background-color: #ffffff;
  margin: 0px 34px 34px 34px;
}
.footer .obce-logo {
  max-width: 104px;
  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: #ffffff;
}
.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: #ffffff !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: #ffffff !important;
}
.ref_input a.active {
  background-color: #EB4242;
  cursor: pointer;
  color: #ffffff !important;
}
.ref_input a:hover {
  background-color: #EB4242;
  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: #ffffff;
}
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  background-color: #F2F2FA;
  color: #ffffff;
  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: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
  background: #ffffff !important;
  color: #ffffff !important;
}
.form-control {
  font-weight: 700 !important;
  color: #ffffff !important;
}
input::placeholder {
  font-weight: 400 !important;
  color: #ffffff;
}
.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: #ffffff !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: #ffffff !important;
}
/* == OLD ADMIN */
.skryj {
  display: none;
}
.content-container {
  font-size: 20px;
}
.content-container a {
  color: #EB4242;
}
.content-container .vypis {
  font-size: 20px;
}
.vypis td,
.vypis th {
  padding: 7px;
  border: 1px solid #ffffff;
}
.vypis th {
  background-color: #F2F2FA;
  color: #ffffff;
}
.povinf td,
.povinf th {
  padding: 7px;
  border: 1px solid #ffffff;
}
.povinf th {
  background-color: #F2F2FA;
  color: #ffffff;
}
.article {
  margin-top: 7px;
  margin-bottom: 21px;
  min-height: 140px;
}
.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: 7px;
}
.article-title a {
  color: #ffffff !important;
}
.article-meta {
  font-size: 17px;
  color: #ffffff;
}
.meta-cat {
  text-transform: uppercase;
  display: inline-block;
  padding: 1px 15px;
  background-color: #EB4242;
  font-size: 14px;
  font-weight: 500;
  color: #f8f8fa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100px;
  vertical-align: top;
  text-align: center;
}
.meta-text {
  display: inline-block;
  margin-top: -2px;
  margin-left: 10px;
  max-width: calc(100% - 110px);
  vertical-align: top;
}
.article-title a,
.article-perex a {
  text-decoration: none !important;
}
.article-perex a {
  font-weight: 400 !important;
}
.calendar-row .meta-cat {
  background-color: #EB4242;
  color: #f8f8fa;
}
.article-perex {
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-perex a {
  color: #ffffff !important;
}
.article-inside-meta {
  color: #ffffff;
  font-size: 17px;
  margin-top: -19px;
  margin-bottom: 30px;
}
.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: 22px;
  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%;
}
table.clanek label {
  font-weight: 400 !important;
  margin-top: 14px;
}
table.clanek input,
table.clanek textarea {
  border: 1px solid #ffffff !important;
  width: 100%;
  padding: 7px;
  font-weight: 400 !important;
}
.podatelna_input_check {
  width: 40px !important;
  display: inline-block;
}
.sendbutton {
  background-color: #ffffff;
  font-weight: 700;
  color: #ffffff !important;
  border: none;
  border-radius: 0px;
}
.img-container {
  display: block;
  width: 100%;
  height: 140px;
  background: #ffffff;
  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: 17px;
  font-weight: 700;
}
.portfolio-item p {
  margin: 0px;
  font-size: 17px;
  line-height: 1em;
}
.responsive-calendar .day a {
  background-color: #FFFFFF !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  border: 1px solid #EDEDEF;
  margin: 4px;
  padding: 6px;
  margin-right: 1px;
  margin-bottom: 1px;
}
.responsive-calendar .day.active a {
  border-color: #EB4242 !important;
}
.responsive-calendar .day.today a {
  background-color: #EB4242 !important;
  color: #ffffff !important;
}
.responsive-calendar .day.active a {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.main-box-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 34px;
  margin-bottom: 0px;
}
.responsive-calendar .main-box-title {
  margin: 0;
}
.calendar-curmonth {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff !important;
  line-height: 26px;
}
.calendar-curmonth img {
  margin-top: -4px;
}
.days {
  margin-top: 17px;
  margin-bottom: 17px;
}
.main-box-content {
  margin-top: 34px;
  margin-bottom: 34px;
}
.article-image {
  width: 100%;
  padding-bottom: 120px;
  position: relative;
  background-color: #ededed;
}
@media (min-width: 976px) {
  .rs-gr {
    max-width: 220px;
  }
}
.article .row .col-lg-3.col-md-4.col-sm-4.col-xs-3 {
  max-width: 200px;
}
.main-box-content .article-title a {
  font-size: 20px;
  font-weight: 700;
  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: #ffffff;
}
.main-box-content .article-perex a {
  font-size: 17px;
  color: #ffffff !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: #ffffff;
  background-color: #FFFFFF;
  border-radius: 0px;
  margin-bottom: 14px;
  width: 100%;
  text-transform: uppercase;
}
.main-box-link.link-red a {
  background-color: #ffffff;
}
.main-box-link a:hover {
  background-color: #EB4242;
}
.nobg-btn-link {
  display: inline-block;
  padding: 7px 14px;
  color: #ffffff;
  background-color: #F2F2FA;
  border-radius: 0px;
  font-size: 17px;
  border: none !important;
}
.search-btn2 {
  display: inline-block;
  padding: 7px 14px;
  color: #ffffff;
  background-color: #EB4242;
  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: #EB4242;
  color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
.alert-content {
  margin-top: 15px;
}
.alert-icon {
  width: 49px;
  height: 49px;
  border-radius: 0px;
  background-color: #ffffff;
  color: #EB4242;
  text-align: center;
  padding-top: 14px;
  vertical-align: top;
  display: inline-block;
  margin-right: 28px;
  margin-bottom: 28px;
}
.alert-icon img {
  text-align: center;
  vertical-align: middle;
}
.alert-meta {
  vertical-align: top;
  display: inline-block;
}
.alert-date {
  font-size: 18px;
  font-weight: 700;
}
.alert-type {
  font-size: 17px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .divide-more-left {
    padding-right: 45px;
  }
  .divide-more-right {
    padding-left: 45px;
  }
}
.main-box-table td {
  font-size: 17px;
  color: #ffffff;
  padding: 7px 14px 7px 0px;
  text-align: left;
  vertical-align: top;
}
.main-box-table td a {
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
  vertical-align: top;
  display: inline-block;
}
.main-box-table td {
  font-size: 17px;
  vertical-align: top;
}
.doctype {
  width: 55px;
  height: 55px;
  border-radius: 0px;
  background-color: #000000 !important;
  color: #fff !important;
  display: inline-block;
  margin-top: 5px;
  font-size: 17px;
  padding: 17px 0px;
  text-align: center;
  text-transform: uppercase;
}
.red-alert {
  background-color: #000000 !important;
  color: #fff !important;
  padding: 7px 30px !important;
}
.blue-alert {
  background-color: #000000 !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: 1270px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}
.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: #EB4242;
  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: #EB4242;
  height: 55px;
  /*/margin-right: (@radius-big - @width-sidebar-closed);*/
}
.center {
  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: #EB4242;
  height: 6px;
  /*margin-left: (@radius-big - @width-sidebar-closed);*/
}
.rightspacer {
  background-color: #EB4242;
  height: 6px;
  /*margin-right: (@radius-big - @width-sidebar-closed);*/
}
.header-spacer {
  display: block;
  width: 100%;
  height: 423px;
  background-color: #000000;
}
.header-spacer-subpage {
  display: block;
  width: 100%;
  height: 104px;
  background-color: #000000;
}
.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: 400;
}
.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;
  }
  .floating-calendar,
  .main-box-title.btm-gr {
    padding: 0px 15px;
  }
  .middle_menu {
    margin-top: 30px;
    color: #fff !important;
  }
  .middle_menu a {
    color: #fff !important;
  }
  #udalosti_list {
    padding-top: 34px;
  }
  .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;
    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: #EB4242;
}
.rightmenu {
  border-top-left-radius: 0;
  background-color: #EB4242;
}
.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: #000000;
}
.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: 423px;
  max-height: calc(423px);
  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: 301px;
  left: 0;
  z-index: -1;
  min-width: 100%;
  opacity: 1;
  height: 122px;
}
.bgcover {
  fill: #EB4242;
  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: 400;
  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: #EB4242;
  display: block;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 17px;
  margin-bottom: 1px;
  color: #f8f8fa;
  padding-left: 36px;
  font-weight: 400;
}
.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: #ffffff;
  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: #EB4242;
  color: #ffffff;
}
.side.rightside ul li.active > a,
.side.rightside ul li a:hover {
  background-color: #EB4242;
  color: #ffffff;
}
.side.leftside ul li ul li.active > a,
.side.leftside ul li ul li a:hover {
  background-color: #EB4242;
  color: #ffffff;
}
.side.rightside ul li ul li.active > a,
.side.rightside ul li ul li a:hover {
  background-color: #EB4242;
  color: #ffffff;
}
.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: 17px;
  transform: scale(0.5, 1);
}
.side ul > li.opened > a:after {
  content: '\1433';
  font-size: 17px;
  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: #ffffff;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: left;
}
.sidebox-content * {
  color: #ffffff !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: #EB4242;
  border-color: #EB4242 !important;
  color: #f8f8fa;
  cursor: pointer;
}
.side.rightmenu ul li.active > a,
.side.rightmenu ul li a:hover {
  background-color: #EB4242;
  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: #EB4242;
}
.btn-red:hover {
  background-color: #EB4242;
}
.dataTables_wrapper > div label {
  color: #ffffff;
}
.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: #ffffff;
}
.bottomblock .sidebox {
  vertical-align: top;
  background: none !important;
  display: inline-block;
  width: 49%;
}
.table-entry-title a {
  color: #EB4242;
}
.table-entry-title a:hover {
  color: #EB4242;
}
.contentcontainer .vypis a {
  color: #EB4242;
}
.contentcontainer .vypis a:hover {
  color: #EB4242;
}
.subfooter {
  background-color: #1e1e1e;
  padding: 36px 0px;
}
.subfooter .pt10 {
  color: #c2c2c2 !important;
  margin-bottom: 0px !important;
}
.subfooter a {
  color: #f8f8f8;
}
.subfooter small {
  color: #979797;
}
.subfooter .col-md-4 {
  text-align: right;
}
.search-field label {
  display: none !important;
}
.middle_menu a {
  text-decoration: none !important;
  color: #fff !important;
}
.topallignanchor h1,
.topallignanchor h2 {
  display: none !important;
  background-color: #fff !important;
  color: #000 !important;
}
.breadcrumb > .active,
.breadcrumb > li + li:before {
  color: #ffffff !important;
}
.breadcrumb > li a {
  color: #ffffff !important;
}
.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: #EB4242;
}
.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: contain;
  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: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #EB4242;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 0;
  text-transform: uppercase;
}
.footer-container {
  margin: 0;
  padding: 30px 0px;
  padding-top: 60px;
}
.fmt {
  text-align: left;
}
.topheader {
  background-color: #ffffff;
  width: 100%;
  z-index: 999;
}
.mainlogo {
  display: block;
  margin-left: 0px;
  margin-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: 600;
  font-size: 38px;
  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: #EB4242;
  color: #f8f8fa;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin-right: 7px;
}
.quickbtn i {
  font-size: 17px;
  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: #EB4242;
  color: #f8f8fa;
}
.headercontainer {
  position: relative;
}
.dnes_je {
  font-size: 18px;
}
.svatek_ma {
  font-size: 14px;
}
.bolder {
  font-weight: 600;
}
@media (max-width: 991px) {
  .top-spacer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
  }
  .leftbtn {
    background-color: #1F1F1F;
    height: 60px;
    margin-top: 0px;
  }
  .mainlinks {
    display: none;
  }
}
.footer-bg-img-after {
  display: none;
}
@media (max-width: 991px) {
  .footerbg {
    display: none !important;
  }
  .mainmeta {
    display: none;
  }
  .mobilecontainer {
    max-width: calc(100% + 60px);
    min-width: calc(100% + 60px);
    width: calc(100% + 60px);
    margin: -1px -30px;
  }
  .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, #EB4242 38%, rgba(34, 52, 107, 0) 100%);
  }
}
.portlet_cancel_btn {
  height: initial !important;
}
@media (max-width: 991px) {
  .maintitle .title {
    font-size: 32px !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: #000000;
}
.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;
}
.breadcrumb > li a:hover {
  color: #EB4242 !important;
}
.quickbtn:hover {
  background-color: #EB4242;
  color: #ffffff;
}
.horizontal-divider {
  width: 100%;
  height: 0px;
  margin-top: 0px;
  background-color: #fff;
}
.subpagecontainer {
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 991px) {
  .m-nav > li,
  .s-nav > li {
    text-align: left;
    margin: 0;
    padding: 0;
    display: table-cell;
    width: 25%;
  }
  .main_links a {
    text-align: center;
  }
}
.m-nav > li,
.s-nav > li {
  padding-left: 30px !important;
  border: none !important;
}
@media (max-width: 991px) {
  .m-nav > li,
  .s-nav > li {
    padding-left: 0px !important;
    border: inherit !important;
  }
}
.floating-calendar .responsive-calendar .main-box-title {
  font-weight: 400;
  font-size: 22px;
}
.floating-calendar .responsive-calendar .day a {
  margin: 0 1px 1px 0;
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.floating-calendar .responsive-calendar .day.today a {
  background-color: #FCFCFC !important;
  color: #ffffff !important;
  font-weight: bold;
}
.responsive-calendar {
  position: relative;
}
.responsive-controls {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.calendarcontainer {
  padding-right: 30px;
}
.calendar-arrow {
  background-color: #EB4242;
  color: #fff !important;
  color: #ffffff;
  width: 26px;
  height: 26px;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
}
.cal-over:hover .calendar-arrow {
  background-color: #fff;
  color: #EB4242 !important;
}
.cal-over:hover .calendar-text {
  color: #ffffff !important;
}
.calendar-curmonth {
  font-weight: 400;
}
.cal_month,
.cal_year {
  font-weight: bolder;
}
.calendar-arrow-text {
  font-weight: normal;
  color: #ffffff !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: #EB4242;
  color: #fff;
  font-weight: bolder;
}
.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: #EB4242;
}
.greenmenu a.active {
  background-color: #EB4242;
  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: #EB4242;
  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: 510px;
  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;
}
.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: 17px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.linkbox-right {
  margin-top: 45px;
}
.calendar-row .main-box-title {
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: bolder;
  text-transform: uppercase;
}
.col-md-4 .main-box-content .article {
  margin-bottom: 35px;
}
.red-alert {
  background-color: #EB4242 !important;
  color: #EB4242 !important;
  padding: 14px 40px !important;
}
.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: 22px;
  font-weight: 600;
  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: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
  font-weight: 400;
}
.contentmenu-contact {
  margin-bottom: 15px;
}
.contentmenu-contact-icon {
  width: 26px;
  height: 26px;
  background-color: #EB4242;
  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 (max-width: 991px) {
  .contentmenu-container {
    display: none;
  }
  .main_links {
    /*display: none !important;*/
    width: 100% !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 {
    max-width: calc(100vw - 40px);
    max-height: 60px;
    margin-left: 15px;
  }
  .headerdivider {
    display: none !important;
  }
  .main_links {
    max-width: 100vw !important;
  }
}
.topmenu_float {
  display: none;
}
@media (max-width: 767px) {
  .m-nav .dropdown-menu {
    position: relative !important;
    top: -2px !important;
  }
  .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;
    display: none;
    background: #000;
  }
  .topmenu_float {
    display: block;
    top: 0px !important;
  }
}
.main_links {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.main_links a {
  display: inline-block;
  margin-right: 60px;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  color: #fff;
  background-color: #000;
  /*font-weight: @font-weight-bold;*/
}
.portlet-content-desc {
  display: none !important;
}
.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: 24px;
}
.floatingtitle span {
  font-size: 32px;
  font-weight: 600;
}
.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: 4px solid #EB4242;
}
.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: #EB4242;
  color: #f8f8fa;
}
.article-image.doctype {
  width: 100%;
  font-size: 12px;
  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: left;
  margin: 0;
  padding: 0;
  padding-right: 0px;
  display: inline-block;
}
.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: 10px;
  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;
  background: #000;
}
.nomt {
  margin-top: 0px !important;
}
.main_links .clmn a {
  /*font-weight: 400;*/
  /*font-size: 13px;*/
}
.main_links .clmn a::after {
  content: none;
}
.m-nav .dropdown-menu {
  max-width: 100vw;
  width: calc(100% - 10px);
  position: absolute;
  left: 10px;
  top: 54px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .m-nav .dropdown-menu {
    width: 100%;
  }
}
a.close_menu2::after,
a.close_menu2:hover::after {
  content: none;
}
a.close_menu2 {
  display: block;
}
a.close_menu2:hover {
  background-color: #EB4242;
  color: #f8f8fa;
}
.main_links a {
  margin: 0;
  padding: 14.5px 0px;
  width: 100%;
}
.main_links a:hover {
  color: #EB4242 !important;
}
.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 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: #EB4242 !important;
}
.bgcaptiontext {
  font-weight: 900;
  font-size: 28px;
  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: 24px;
  text-shadow: 2px 2px 4px #ffffff;
}
.dateb span {
  font-weight: 600;
}
/* 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: 29px !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: #000000 !important;
  color: #f8f8fa !important;
}
.close_menu2:hover {
  background-color: #000000 !important;
  color: #f8f8fa !important;
}
.menudivider {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #EDEDEF;
}
.badge {
  background-color: #EB4242;
}
.fmt img {
  max-width: 100%;
}
.fmt {
  padding-top: 15px;
}
.pt30 {
  padding-top: 30px;
}
.nobm {
  margin-bottom: 0px;
}
.headerdivider {
  /*background: #000000;*/
  /*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: #000000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .9;
    }
    */
}
.flickity-prev-next-button {
  border-radius: 0 !important;
  top: 200px;
}
.vizitka-inner .mensi {
  font-size: 17px;
}
.vizitka-inner .vetsi {
  font-size: 32px;
  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: #EB4242;
  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: 28px;
  line-height: 35.39px;
}
.footersubheadline {
  font-weight: 300;
  font-size: 17px;
  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;
}
.svatek_outer {
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  text-align: right;
}
.svatek_inner {
  display: inline-block;
  background: #000;
  padding: 30px;
  color: #fff;
  margin-right: 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: 17px;
}
.topheader {
  width: 100%;
  background: #000;
}
@media (max-width: 991px) {
  .topheader {
    background: #000;
  }
}
.topheader.moving {
  background: #000;
}
.navbar-collapse {
  padding: 0px;
}
.urad_lista_box {
  width: 210px;
  padding-left: 15px;
  float: left;
  border: 1px #e8e8e6 solid;
  margin-bottom: 20px;
}
.urad_lista_box_nadpis {
  height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.urad_lista_box_obsah {
  width: 190px;
  float: left;
}
.info_left_normal {
  width: 300px;
  float: left;
}
.info_left_narrow {
  width: 70%;
  float: left;
}
.info_left_narrow p {
  width: 100%;
  margin: 20px 0px;
  display: block;
  vertical-align: top;
}
.inpage_navigation_short {
  width: 100%;
  display: block;
}
.info_left_narrow img {
  display: inline-block;
  min-width: initial !important;
}
.urad_lista_box img {
  display: inline-block !important;
  min-width: initial !important;
}
.footerbg {
  position: absolute;
  top: 30px;
  left: -74px;
}
.fbg {
  background-color: #000000;
}
.info_right {
  width: 30%;
  float: left;
  min-width: 210px;
}
.zastupitel_info {
  width: 100px;
  margin-right: 20px;
}
.podatelna_input1 {
  width: 100%;
}
.menucolor1 {
  background-color: #EB4242 !important;
}
.main_links a.menucolor1:hover {
  background-color: #0D3786 !important;
}
.menucolor2 {
  background-color: #067B2B !important;
}
.main_links a.menucolor2:hover {
  background-color: #006620 !important;
}
.menucolor3 {
  background-color: #C4AD18 !important;
}
.main_links a.menucolor3:hover {
  background-color: #AC970D !important;
}
.menucolor4 {
  background-color: #AB0F0F !important;
}
.main_links a.menucolor4:hover {
  background-color: #970909 !important;
}
.menucolor5 {
  background-color: #000000 !important;
}
.main_links a.menucolor5:hover {
  background-color: #000000 !important;
}
.cat_name {
  width: 182px;
  max-width: 182px;
}
.cat_name_text {
  font-size: 28px;
  font-weight: bolder;
  text-align: center;
}
.cat_img {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
}
.cat_img img {
  max-width: 90px;
}
.searchlist .dropdown-menu {
  background-color: #000000 !important;
}
.open a {
  background-color: none !important;
  position: relative;
  z-index: 9999;
}
.open a.menucolor5 {
  background-color: #000000 !important;
  position: relative;
  z-index: 9999;
}
.open a.menucolor5::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #000000;
}
.hlaseni-prehravac {
  background-color: #EB4242 !important;
  padding: 49px;
  color: #fff !important;
  margin-left: 4px;
  width: calc(100% - 4px);
}
.player_btn {
  width: 62px;
  height: 62px;
  text-align: center;
  background-color: #000000 !important;
  border: none !important;
  outline: none !important;
}
.player_btn:disabled {
  opacity: 0.4 !important;
}
.hlaseni-player {
  width: 100%;
  text-align: center;
}
.content_top_btns {
  width: 100%;
  height: 62px;
  background: #000;
}
.content_top_btns .mainpagecontainer {
  background: none !important;
  padding: 0px 15px;
}
.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: #EB4242;
}
.top_menu_btn_1:hover {
  background-color: #067B2B;
  color: #fff;
}
.top_menu_btn_2 {
  background-color: #000000;
  border-left: 2px solid #fff;
}
.top_menu_btn_2:hover {
  background-color: #4E5367;
  color: #fff;
}
.top_menu_btn_3 {
  background-color: #EB4242;
  border-left: 2px solid #fff;
}
.top_menu_btn_3:hover {
  background-color: #067B2B;
  color: #fff;
}
.top_menu_btn_4 {
  background-color: #000000;
  border-left: 2px solid #fff;
}
.top_menu_btn_4:hover {
  background-color: #000000;
  color: #fff;
}
.top_menu_btn {
  display: block;
  height: 180px;
  padding: 30px;
  text-align: center;
  color: #f8f8fa;
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
}
.hlaseni-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bolder;
  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: #EB4242;
  color: #fff !important;
  position: relative;
  padding-top: 16px;
  padding-left: 105px;
  margin-top: 9px;
  margin-bottom: 14px;
}
.link_btn_green:hover {
  background-color: #067B2B;
}
.link_btn_blue {
  width: 100%;
  height: 62px;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #000000;
  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: #000000 !important;
  position: relative;
  padding-top: 16px;
  padding-left: 105px;
  margin-top: 15px;
  margin-bottom: 14px;
  padding: 15px 30px !important;
  font-size: 17px !important;
  text-align: center;
  font-weight: bolder !important;
}
.link_btn_orange:hover {
  background-color: #EB4242;
  color: #fff !important;
}
@media (max-width: 1130px) {
  .link_btn_green,
  .link_btn_blue,
  .link_btn_orange {
    font-size: 14px;
    font-weight: bolder;
  }
  .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%;
  height: 37px;
  padding: 7px 0px;
  text-align: center;
  color: #000000;
  background: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.calendar_switch_btn.is_active {
  background: #EB4242 !important;
  color: #fff !important;
}
.calendar_switch_btn:hover {
  background: #EB4242 !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: #EB4242 !important;
}
.is_checked .calendar_checkbox::after {
  content: "✔";
  font-size: 27px;
  color: #000000 !important;
  position: absolute;
  bottom: -7px;
  font-weight: bold;
  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 {
  z-index: -1 !important;
  text-transform: uppercase;
}
.floating_menu {
  top: 119px;
}
a[title="modré tlačítko"] {
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #EB4242;
  color: #fff !important;
  cursor: pointer;
  padding: 15px;
  border-radius: 0;
  text-transform: uppercase;
}
a[title="modré tlačítko"]:hover {
  background-color: #067B2B !important;
  color: white !important;
}
a[title="zelené tlačítko"] {
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #EB4242;
  color: #fff !important;
  cursor: pointer;
  padding: 15px;
  border-radius: 0;
  text-transform: uppercase;
}
a[title="zelené tlačítko"]:hover {
  background-color: #067B2B !important;
  color: white !important;
}
a[title="žluté tlačítko"] {
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #EB4242;
  color: #fff !important;
  cursor: pointer;
  padding: 15px;
  border-radius: 0;
  text-transform: uppercase;
}
a[title="žluté tlačítko"]:hover {
  background-color: #067B2B !important;
  color: white !important;
}
a[title="hnědé tlačítko"] {
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #EB4242;
  color: #fff !important;
  cursor: pointer;
  padding: 15px;
  border-radius: 0;
  text-transform: uppercase;
}
a[title="hnědé tlačítko"]:hover {
  background-color: #067B2B !important;
  color: white !important;
}
.bg_cat_1 h1,
.bg_cat_clanek h1 {
  display: inline-block;
  padding: 15px 40px;
  color: #fff !important;
  background-color: #EB4242 !important;
  font-weight: bold;
}
.sidemenu.bg_cat_1 {
  background-color: #EB4242 !important;
  color: #fff !important;
}
.bg_cat_1 a,
.bg_cat_clanek a {
  color: #EB4242;
}
.bg_cat_1 a:hover,
.bg_cat_clanek a:hover {
  color: #067B2B;
}
.bg_cat_11 h1,
.bg_cat_clanek h1 {
  display: inline-block;
  padding: 15px 40px;
  color: #fff !important;
  background-color: #067B2B !important;
  font-weight: bold;
}
.sidemenu.bg_cat_11 {
  background-color: #067B2B !important;
  color: #fff !important;
}
.bg_cat_11 a,
.bg_cat_clanek a {
  color: #067B2B;
}
.bg_cat_11 a:hover,
.bg_cat_clanek a:hover {
  color: #006620;
}
.bg_cat_12 h1,
.bg_cat_clanek h1 {
  display: inline-block;
  padding: 15px 40px;
  color: #fff !important;
  background-color: #C4AD18 !important;
  font-weight: bold;
}
.sidemenu.bg_cat_12 {
  background-color: #C4AD18 !important;
  color: #fff !important;
}
.bg_cat_12 a,
.bg_cat_clanek a {
  color: #C4AD18;
}
.bg_cat_12 a:hover,
.bg_cat_clanek a:hover {
  color: #AC970D;
}
.bg_cat_13 h1,
.bg_cat_clanek h1 {
  display: inline-block;
  padding: 15px 40px;
  color: #fff !important;
  background-color: #AB0F0F !important;
  font-weight: bold;
}
.sidemenu.bg_cat_13 {
  background-color: #AB0F0F !important;
  color: #fff !important;
}
.bg_cat_13 a,
.bg_cat_clanek a {
  color: #AB0F0F;
}
.bg_cat_13 a:hover,
.bg_cat_clanek a:hover {
  color: #970909;
}
.bg_cat_14 h1,
.bg_cat_clanek h1 {
  display: inline-block;
  padding: 15px 40px;
  color: #fff !important;
  background-color: #EB4242 !important;
  font-weight: bold;
}
.sidemenu.bg_cat_14 {
  background-color: #EB4242 !important;
  color: #fff !important;
}
.bg_cat_14 a,
.bg_cat_clanek a {
  color: #EB4242;
}
.bg_cat_14 a:hover,
.bg_cat_clanek a:hover {
  color: #067B2B;
}
.bg_cat_3 h1,
.bg_cat_doc h1,
.bg_cat_archiv h1 {
  display: inline-block;
  padding: 15px 40px;
  color: #fff !important;
  background-color: #EB4242 !important;
  font-weight: bold;
}
.sidemenu.bg_cat_3 {
  background-color: #EB4242 !important;
  color: #fff !important;
}
.bg_cat_3 a,
.bg_cat_doc a,
.bg_cat_archiv a {
  color: #EB4242;
}
.bg_cat_3 a:hover,
.bg_cat_doc a:hover,
.bg_cat_archiv a:hover {
  color: #067B2B;
}
.bg_cat_4 h1,
.bg_cat_udalosti h1,
.bg_cat_album h1,
.bg_cat_galerie h1 {
  display: inline-block;
  padding: 15px 40px;
  color: #fff !important;
  background-color: #EB4242 !important;
  font-weight: bold;
}
.sidemenu.bg_cat_4 {
  background-color: #EB4242 !important;
  color: #fff !important;
}
.bg_cat_4 a,
.bg_cat_udalosti a,
.bg_cat_album a,
.bg_cat_galerie a {
  color: #EB4242;
}
.bg_cat_4 a:hover,
.bg_cat_udalosti a:hover,
.bg_cat_album a:hover,
.bg_cat_galerie a:hover {
  color: #067B2B;
}
.bg_cat_5 h1 {
  display: inline-block;
  padding: 15px 40px;
  color: #fff !important;
  background-color: #EB4242 !important;
  font-weight: bold;
}
.sidemenu.bg_cat_5 {
  background-color: #EB4242 !important;
  color: #fff !important;
}
.bg_cat_5 a {
  color: #EB4242;
}
.bg_cat_5 a:hover {
  color: #067B2B;
}
.bg_cat_1 .contentcontainer a,
.bg_cat_2 .contentcontainer a,
.bg_cat_3 .contentcontainer a,
.bg_cat_4 .contentcontainer a,
.bg_cat_5 .contentcontainer a,
.bg_cat_6 .contentcontainer a,
.bg_cat_7 .contentcontainer a,
.bg_cat_8 .contentcontainer a,
.bg_cat_9 .contentcontainer a,
.bg_cat_10 .contentcontainer a,
.bg_cat_11 .contentcontainer a,
.bg_cat_12 .contentcontainer a,
.bg_cat_13 .contentcontainer a,
.bg_cat_14 .contentcontainer a,
.bg_cat_15 .contentcontainer a,
.bg_cat_16 .contentcontainer a,
.bg_cat_17 .contentcontainer a,
.bg_cat_18 .contentcontainer a,
.bg_cat_19 .contentcontainer a {
  font-weight: 700;
  text-decoration: underline;
}
.no-break-btns {
  width: 120px !important;
}
.responsive-calendar .day a {
  background-color: #fff !important;
}
.nobg-btn-link.active {
  background-color: #EB4242 !important;
  color: #fff !important;
}
.responsive-calendar .day.today a {
  color: #ffffff !important;
  background-color: #EDEDEF !important;
}
.floating-calendar .responsive-calendar .day.today a {
  background-color: #EDEDEF !important;
}
.responsive-calendar .day.active a {
  background-color: #EB4242 !important;
  color: #fff !important;
  font-weight: bold;
}
.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: normal;
  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: #EB4242;
}
.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: 0.7em;
}
.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: #EB4242;
  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: #EB4242;
  color: #fff !important;
  margin-right: 2px;
  margin-left: 2px;
}
.str_d {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #EB4242;
  color: #fff !important;
  margin-right: 2px;
  margin-left: 2px;
  cursor: pointer;
}
.akce-h2 {
  padding-top: 4px;
}
.accordion .card .btn {
  font-weight: 500;
  color: #000000;
  font-size: 28px;
  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 #000000;
  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: 28px !important;
  font-weight: bolder !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;
}
#udalosti_list .article {
  display: block;
}
.kategorie_oznameni {
  display: none !important;
}
.searchicon {
  background-color: #000000 !important;
}
.searchlist:hover {
  /*background-color: #000000 !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;
}
.headerlogo {
  min-width: 260px;
  padding-left: 30px;
}
.headerlogo2 {
  width: 260px;
}
.logob {
  width: 100% !important;
  max-width: 358px !important;
}
.mapb {
  max-width: 100% !important;
}
.linkbox_header {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 15px 30px;
}
.linkbox_color_0 .linkbox_header {
  background-color: #000000;
}
.linkbox_color_1 .linkbox_header {
  background-color: #EB4242;
}
.linkbox_color_2 .linkbox_header {
  background-color: #EB4242;
}
.linkbox_color_3 .linkbox_header {
  background-color: #000000;
}
.linkbox_content {
  background-color: #fff;
  padding: 30px 15px;
  min-height: 210px;
}
.links-row {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 550px;
  position: relative;
  height: 0;
  /*background: #CBCEC2;*/
  background: #CBCEC2 url('../images/map_placeholder.png') no-repeat;
  background-position: center 250px;
  background-size: cover;
}
.links-row > .mapcontainer > iframe {
  left: 0;
  top: 250px;
  height: calc(100% - 250px);
  width: 100%;
  position: absolute;
}
.linkbox_content iframe {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.linkbox_content .portlet {
  margin-bottom: none !important;
}
.mapoverlay {
  width: 100%;
  height: 22px;
  position: absolute;
  top: 250px;
  left: 0;
  background: #CBCEC2;
  opacity: 0.8;
  /*background: url('../images/map_overlay.png') top left repeat-x;*/
}
.bg_cat_album h1 {
  display: block;
}
.important_links {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 15px 30px;
  background-color: #000000;
}
.important_links:hover {
  background-color: #EB4242;
  color: #fff;
}
.mainpagebox {
  background-color: #fff;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.mainpagebox_title {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  background-color: #ffffff;
  padding: 15px 30px;
}
.mainpagebox_content {
  padding: 30px;
}
.mainbox_article {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.mainbox_article::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.mainbox_article_date,
.mainbox_article_title {
  display: block;
}
.mainbox_article_date {
  font-weight: bold;
  color: #666666;
  padding-bottom: 5px;
}
.mainbox_article_title {
  color: #ffffff;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainbox_hlaseni_date {
  font-weight: bold;
  color: #666666;
  padding-bottom: 15px;
}
.mainbox_hlaseni_title {
  margin-bottom: 30px;
  max-height: 230px;
  overflow-y: scroll;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}
.mainpagebox_btn {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  background-color: #ffffff;
  padding: 10px 15px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
}
.mainbox_color1 .mainbox_article::before,
.mainbox_color1 .mainpagebox_btn,
.mainbox_color1 .mainpagebox_title {
  background-color: #C4AD18;
}
.mainbox_color1 .mainpagebox_btn:hover {
  background-color: #AC970D;
}
.mainbox_color2 .mainbox_article::before,
.mainbox_color2 .mainpagebox_btn,
.mainbox_color2 .mainpagebox_title {
  background-color: #067B2B;
}
.mainbox_color2 .mainpagebox_btn:hover {
  background-color: #006620;
}
.mainbox_color3 .mainbox_article::before,
.mainbox_color3 .mainpagebox_btn,
.mainbox_color3 .mainpagebox_title {
  background-color: #EB4242;
}
.mainbox_color3 .mainpagebox_btn:hover {
  background-color: #0D3786;
}
.main_about {
  margin: 60px 30px;
}
.subfooter .col-md-3 {
  text-align: center;
}
.subfooter .col-md-3 img {
  margin-bottom: 10px;
}
.about_btn {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  background-color: #ffffff;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 5px;
}
.about_btn.about_color_1 {
  background-color: #EB4242;
}
.about_btn.about_color_1:hover {
  background-color: #0D3786;
}
.about_btn.about_color_2 {
  background-color: #C4AD18;
}
.about_btn.about_color_2:hover {
  background-color: #AC970D;
}
@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) {
  .sidemenu.smallscreen {
    margin-top: 130px;
  }
  .cat_name {
    display: none !important;
  }
  .search-container {
    max-width: calc(100vw - 90px);
    margin-bottom: 20px;
  }
  .breadcrumb {
    margin-top: 60px;
    margin-left: 30px;
  }
  .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;
  }
  .links-row {
    height: auto;
    padding-bottom: 0px;
  }
  .linkbox {
    margin-bottom: 30px;
  }
  .links-row {
    background: #CBCEC2 !important;
  }
  .links-row #mapcontainer {
    display: none !important;
  }
  .linkbox_content {
    min-height: initial;
  }
}
@media (min-width: 1121px) {
  .sidemenu.bigscreen {
    display: block;
  }
  .sidemenu.smallscreen {
    display: none;
  }
}
.cat_name {
  display: none;
}
.portlet-dokument-prop.portlet-wider-prop {
  width: 110px !important;
}
.portlet-dokument-prop {
  width: 110px !important;
}
@media (max-width: 991px) {
  .sidemenu.smallscreen {
    margin-top: 130px;
  }
  .cat_name {
    display: none !important;
  }
  .search-container {
    max-width: calc(100vw - 90px);
    margin-bottom: 20px;
  }
  .breadcrumb {
    margin-top: 60px;
    margin-left: 30px;
  }
  .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;
  }
  .links-row {
    height: auto;
    padding-bottom: 0px;
  }
  .linkbox {
    margin-bottom: 30px;
  }
  .links-row {
    background: #CBCEC2 !important;
  }
  .links-row #mapcontainer {
    display: none !important;
  }
  .linkbox_content {
    min-height: initial;
  }
  .bottom_btns {
    position: relative !important;
    bottom: 30px !important;
    top: 30px !important;
    padding-bottom: 30px;
  }
  .calendarpage {
    margin-top: initial !important;
  }
  .calendarcontent {
    padding-top: 30px !important;
  }
}
@media (min-width: 1121px) {
  .sidemenu.bigscreen {
    display: block;
  }
  .sidemenu.smallscreen {
    display: none;
  }
}
.cat_name {
  display: none;
}
.portlet-dokument-prop.portlet-wider-prop {
  width: 110px !important;
}
.portlet-dokument-prop {
  width: 110px !important;
}
.content_bottom_btns .top_menu_btn {
  margin-bottom: 30px;
}
.bottom_btns {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}
.content_bottom_btns {
  min-height: 240px;
  background-image: url('../images/blazejov-b-bg.png');
  background-size: cover;
  position: relative;
  margin-top: -30px;
}
.textcntr {
  text-align: center;
}
.content_bottom_btns::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  background-color: #E4DEDC;
  opacity: 0.1;
  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;
}
.bottom_btns a.menucolor1:hover {
  background-color: #0D3786 !important;
  color: #fff !important;
}
.bottom_btns a.menucolor2:hover {
  background-color: #006620 !important;
  color: #fff !important;
}
.bottom_btns a.menucolor3:hover {
  background-color: #AC970D !important;
  color: #fff !important;
}
.bottom_btns a.menucolor4:hover {
  background-color: #970909 !important;
  color: #fff !important;
}
.calendarpage {
  background-color: #7B6E6A;
  overflow: hidden;
  margin-top: -60px;
}
.calendarcontent {
  position: relative;
  padding: 80px 200px 0px 200px;
}
.calendarimage_left {
  display: block;
  position: absolute;
  bottom: 0;
  left: -127px;
}
.calendarimage_right {
  display: block;
  position: absolute;
  bottom: 0;
  right: -127px;
}
.calendarcontent .mainpagebox_btn {
  position: initial;
}
.calendarcontent .mainpagebox_btn:hover {
  background-color: #635959 !important;
}
.calendarcontent .mainbox_article_date {
  color: #DDDEDF !important;
}
.calendarcontent .mainbox_article_title {
  color: #ffffff !important;
}
.calendarcontent .mainbox_article::before {
  background-color: #ffffff !important;
}
.calendarcontent_left .mainpagebox_btn {
  width: 100%;
  margin-bottom: 36px;
}
.search_by_cat {
  max-width: 200px;
}
.item_desc p {
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .bt_border {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .bt_border_reverse {
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
  }
  .b_right_top::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: -17px;
    background-color: #1F1F1F;
    width: 4px;
    height: calc(100% - 15px);
  }
  .b_right_both::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -17px;
    background-color: #1F1F1F;
    width: 4px;
    height: calc(100% - 20px);
  }
  .b_bottom_left::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 30px;
    background-color: #1F1F1F;
    height: 4px;
    width: calc(100% - 30px);
  }
  .b_bottom_right::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 30px;
    background-color: #1F1F1F;
    height: 4px;
    width: calc(100% - 30px);
  }
  .b_top_right::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 30px;
    background-color: #1F1F1F;
    height: 4px;
    width: calc(100% - 30px);
  }
  .pagecontainer {
    margin-top: 60px;
  }
  .b_bottom_full_max::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #1F1F1F;
    height: 4px;
    width: 100%;
  }
  .noptmin {
    padding-top: 0px !important;
  }
  .nopbmin {
    padding-bottom: 0px !important;
  }
  .minus30min {
    margin-bottom: -30px;
  }
  /*

    .item_title::after {
        content: "";
        position: absolute;
        top: -13px;
        left: 0px;
        background-color: #1F1F1F;
        height: 4px;
        width: 100%;
    }
    */
}
@media (max-width: 991px) {
  .item_title {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .bt_border_min {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .bt_border_min_invert {
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
  }
  .b_bottom_full::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    background-color: #1F1F1F;
    height: 4px;
    width: 100%;
  }
  .b_top_full::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    background-color: #1F1F1F;
    height: 4px;
    width: 100%;
  }
  .hidden_sm {
    display: none;
  }
  .item_container {
    position: relative;
    margin-top: 30px;
  }
  .item_container::after {
    content: "";
    position: absolute;
    top: -13px;
    left: 0px;
    background-color: #1F1F1F;
    height: 4px;
    width: 100%;
  }
}
.p30 {
  padding: 30px;
}
.bottom_link {
  display: inline-block;
  padding: 15px 0px 30px 30px;
  font-weight: 600;
}
.copyright {
  padding: 15px 30px 30px 30px;
  text-align: right;
}
.bt_photo {
  max-width: 100%;
  max-height: 200px;
}
.bt_card_block {
  margin-bottom: 20px;
}
.bt_name {
  margin-top: 20px;
}
.bt_home_thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 166px;
  white-space: nowrap;
}
.bt_home_thumb img {
  max-width: 100%;
  max-height: 166px;
  vertical-align: middle;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.more_btn {
  display: block;
  background-color: #1F1F1F;
  padding: 30px;
  height: 166px;
}
.more_text {
  display: block;
  margin-top: 10px;
}
.more_icon {
  display: block;
  margin-top: 10px;
  min-width: 50px;
}
@media (max-width: 767px) {
  .more_btn {
    margin-top: 15px;
    height: auto;
  }
  .more_text {
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
  }
  .more_icon {
    display: inline-block;
    margin-top: 0px;
  }
}
.active_top_link a,
.active_bottom_link {
  color: #EB4242;
  font-weight: 600;
}
.more_btn:hover {
  color: #fff;
  background-color: #EB4242;
}
.main_big_logo {
  margin-top: 20px;
  width: 170px;
}
.side_text {
  text-align: center;
}
.main_desc {
  display: block;
  text-align: left;
}
.invisible {
  display: none !important;
}
.item_photo {
  display: flex;
  justify-content: center;
  /* Horizontal centering */
  align-items: center;
  /* Vertical centering */
  height: 180px;
  width: 100%;
  /* Ensure the container takes full width, adjust if needed */
  overflow: hidden;
  margin-bottom: 20px;
}
.item_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image fills container, cropping as needed */
  border-radius: 0;
}
.item_title {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
}
.item_container {
  padding: 5px 0px 0px 0px;
}
.photo_arrow {
  padding-right: 15px;
  text-align: right;
}
.photo_count {
  padding-right: 15px;
  font-size: 12px;
  text-align: right;
  font-weight: 600;
  margin-top: 5px;
}
.photo_arrow img {
  margin-top: 0px;
  width: 54px;
  display: inline-block;
}
.item_container a:hover {
  color: #fff;
}
.custom_content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
}
.custom_content p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.custom_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom_content li {
  padding-left: 1em;
  position: relative;
}
.custom_content li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 3px;
  height: 15px;
  background-color: #EB4242;
}
.bt_ico_2 {
  width: 30px;
}
.bt_mail_2,
.bt_phone_2 {
  font-size: 20px;
}
.bt_photo_2 {
  max-width: 100%;
  max-height: 315px;
}
.bt_card_block_2 {
  margin-top: 60px;
}
.fr-window {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important;
}
html:has(.fr-window) {
  margin: 0;
  height: 100%;
  overflow: hidden /*
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    max-height: 100vh !important;
    overflow: hidden !important;
    */;
}
.item_container {
  cursor: pointer;
}
.linkcontainer a {
  color: #EB4242 !important;
  padding-top: 5px;
}
.custom_content p {
  margin-top: 0px;
  display: inline-block;
}
.custom_content p:has(strong) {
  margin-top: 15px;
  margin-bottom: 15px;
}
