@charset "UTF-8";
/* merriweather-regular - latin-ext_latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/merriweather-v28-latin-ext_latin-regular.woff2") format("woff2"), url("/fonts/merriweather-v28-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-italic - latin-ext_latin */
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/fonts/merriweather-v28-latin-ext_latin-italic.woff2") format("woff2"), url("/fonts/merriweather-v28-latin-ext_latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-700 - latin-ext_latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/merriweather-v28-latin-ext_latin-700.woff2") format("woff2"), url("/fonts/merriweather-v28-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-700italic - latin-ext_latin */
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/fonts/merriweather-v28-latin-ext_latin-700italic.woff2") format("woff2"), url("/fonts/merriweather-v28-latin-ext_latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-regular - latin-ext_latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/ubuntu-v19-latin-ext_latin-regular.woff2") format("woff2"), url("/fonts/ubuntu-v19-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-italic - latin-ext_latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/fonts/ubuntu-v19-latin-ext_latin-italic.woff2") format("woff2"), url("/fonts/ubuntu-v19-latin-ext_latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700 - latin-ext_latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/ubuntu-v19-latin-ext_latin-700.woff2") format("woff2"), url("/fonts/ubuntu-v19-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700italic - latin-ext_latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/fonts/ubuntu-v19-latin-ext_latin-700italic.woff2") format("woff2"), url("/fonts/ubuntu-v19-latin-ext_latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
section > div > div.row {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sectionfull {
  height: calc(100vh - 135px);
}

.sectioncenter {
  display: flex;
  align-items: center;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundcentercenter {
  background-position: center !important;
}

.backgroundbottomcenter {
  background-position: center bottom !important;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundtopleft {
  background-position: left top !important;
}

.backgroundcenterleft {
  background-position: left center !important;
}

.backgroundtopright {
  background-position: right top !important;
}

.backgroundcenterright {
  background-position: right center !important;
}

.backgroundbottomright {
  background-position: right bottom !important;
}

.margintop1 > div > div.row {
  margin-top: 0;
}

.margintop2 > div > div.row {
  margin-top: 6rem;
}

.margintop3 > div > div.row {
  margin-top: 9rem;
}

.marginbottom1 > div > div.row {
  margin-bottom: 0;
}

.marginbottom2 > div > div.row {
  margin-bottom: 6rem;
}

.marginbottom3 > div > div.row {
  margin-bottom: 9rem;
}

.paddingtop1 > div > div.row {
  padding-top: 0;
}

.paddingtop2 > div > div.row {
  padding-top: 6rem;
}

.paddingtop3 > div > div.row {
  padding-top: 9rem;
}

.paddingbottom1 > div > div.row {
  padding-bottom: 0;
}

.paddingbottom2 > div > div.row {
  padding-bottom: 6rem;
}

.paddingbottom3 > div > div.row {
  padding-bottom: 9rem;
}

.backgroundsize1 {
  background-size: auto;
}

.backgroundsize2 {
  background-size: contain;
}

.imageposition1 {
  background-position: left top;
}

.imageposition2 {
  background-position: center top;
}

.imageposition3 {
  background-position: right top;
}

.imageposition4 {
  background-position: left center;
}

.imageposition5 {
  background-position: right center;
}

.imageposition6 {
  background-position: left bottom;
}

.imageposition7 {
  background-position: center bottom;
}

.imageposition8 {
  background-position: right bottom;
}

.colbackgroundsize1 {
  background-size: cover;
}

.colbackgroundsize2 {
  background-size: contain;
}

.progrescol {
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
}

.village-name {
  font-size: 1.8em;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 200px;
}

header {
  font-size: 0.8em;
}
header .sign {
  width: 70px;
}
@media only screen and (min-width: 993px) {
  header .sign {
    width: 90px;
  }
}
header nav.navbar-light {
  transition: all 500ms;
  padding: 1em;
  background-color: transparent !important;
}
header nav.navbar-light.navbar-expand-lg {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  header nav.navbar-light {
    margin: 0;
    justify-content: space-between !important;
    padding: 1em 0;
  }
}
header nav.navbar-light .navbar-collapse {
  margin-top: 5.5rem;
  background-color: white;
  padding: 1rem 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  header nav.navbar-light .navbar-collapse {
    margin-top: 0;
  }
}
header nav.navbar-light .navbar-nav {
  width: 100%;
  max-width: 1000px;
}
@media only screen and (min-width: 768px) {
  header nav.navbar-light .navbar-nav {
    justify-content: space-between;
    padding-right: 3em;
    margin-left: auto;
    margin-right: auto;
  }
}
header nav.navbar-light .navbar-nav .nav-item {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
header nav.navbar-light .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 0;
  color: #820C12;
  color: black;
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: none;
  text-align: right;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  header nav.navbar-light .navbar-nav .nav-item .nav-link {
    text-align: left;
    padding: 0;
  }
}
header nav.navbar-light .navbar-nav .nav-item.active > a {
  border-bottom: 3px solid #820C12;
}
@media only screen and (min-width: 768px) {
  header nav.navbar-light .navbar-nav .nav-item.dropdown:last-of-type .dropdown-menu {
    right: 0;
    left: auto;
  }
  header nav.navbar-light .navbar-nav .nav-item.dropdown:last-of-type .dropdown-menu:before {
    right: 0.3rem;
  }
}
header nav.navbar-light .navbar-nav .dropdown-toggle:focus {
  background-color: transparent;
}
header nav.navbar-light .navbar-nav .dropdown-toggle:hover {
  background-color: transparent;
}
header nav.navbar-light .navbar-nav .dropdown-toggle:active {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  header nav.navbar-light .navbar-nav .dropdown-toggle::after {
    border: none;
    content: url(/images/dropdown.svg);
    width: 7px;
    height: 4px;
    vertical-align: 0;
    position: relative;
    top: -0.255em;
  }
}
header nav.navbar-light .navbar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  top: 50px;
  z-index: 99999;
  text-align: right;
  background-color: #373837;
}
@media only screen and (min-width: 768px) {
  header nav.navbar-light .navbar-nav .dropdown-menu {
    text-align: left;
  }
  header nav.navbar-light .navbar-nav .dropdown-menu:before {
    content: "";
    width: 43px;
    height: 11px;
    background-image: url(/images/arrow-top-drop.svg);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -15px;
  }
}
header nav.navbar-light .navbar-nav .dropdown-menu li {
  margin: 0;
  padding: 0;
}
header nav.navbar-light .navbar-nav .dropdown-menu li a.dropdown-item {
  padding: 0.35rem 0.85rem;
  text-decoration: none;
  font-size: 1em;
  color: white;
}
@media only screen and (min-width: 768px) {
  header nav.navbar-light .navbar-nav .dropdown-menu li a.dropdown-item {
    padding: 0.25rem 1.5rem;
  }
}
header nav.navbar-light .navbar-nav .dropdown-menu li a.dropdown-item:focus {
  background-color: yellow;
}
header nav.navbar-light .navbar-nav .dropdown-menu li a.dropdown-item:hover {
  color: #2D2D2D;
  background-color: white;
}
header nav.navbar-light .navbar-nav .dropdown-menu li a.dropdown-item:active {
  background-color: transparent;
}
header .hamburger {
  position: absolute;
  right: 0;
  top: 3.5rem;
  border: 0;
  font-size: 1.5em;
  padding: 0;
}
header .hamburger .text {
  display: block;
  position: absolute;
  left: -2.5rem;
  font-size: 0.8em;
  color: #820C12;
  top: -2.5em;
}
header .hamburger .toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 50px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  border: none;
  outline: 0;
}
header .hamburger .toggle:focus {
  background-color: yellow;
}
header .hamburger .toggle:hover, header .hamburger .toggle:active {
  background-color: transparent !important;
}
header .hamburger .toggle.active span {
  box-shadow: 60px -12px 0 #820C12, -60px 12px 0 #820C12;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(-315deg);
  transition-property: box-shadow, transform;
  transition-delay: 0s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}
header .hamburger .toggle.active span:before {
  top: 50%;
  transition-delay: 1s;
}
header .hamburger .toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 40px;
  height: 4px;
  background: #820C12;
  box-shadow: 0 -12px 0 #820C12, 0 12px 0 #820C12;
  transition-property: transform, box-shadow;
  transition-delay: 0s, 1s;
  transition-duration: 0.5s, 0.5s;
}
header .hamburger .toggle span:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 40px;
  background: #820C12;
  transition: 0.5s;
  transition-delay: 0.5s;
}

#carouselHP {
  margin: 0 auto;
  padding: 0;
  background-color: grey;
}
#carouselHP .carousel-inner .carousel-item {
  height: 80vw;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #carouselHP .carousel-inner .carousel-item {
    height: 60vw;
  }
}
@media only screen and (min-width: 1200px) {
  #carouselHP .carousel-inner .carousel-item {
    max-height: calc(100vh - 174px);
    height: 50vw;
  }
}
#carouselHP .carousel-caption {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  bottom: auto;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 5;
  font-family: "Merriweather", serif;
}
#carouselHP .carousel-caption h1 {
  font-size: 2em;
}
@media only screen and (min-width: 993px) {
  #carouselHP .carousel-caption h1 {
    font-size: 3em;
  }
}
@media only screen and (min-width: 1200px) {
  #carouselHP .carousel-caption h1 {
    font-size: 4em;
    margin-bottom: 2rem;
  }
}
#carouselHP .carousel-caption a {
  font-size: 0.9rem;
}
@media only screen and (min-width: 993px) {
  #carouselHP .carousel-caption a {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 993px) {
  .fastlink-wrapper {
    position: relative;
    top: -7rem;
    z-index: 9999;
  }
}

.block-left {
  border: 1px solid #2D2D2D;
}

.block-right {
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
}

.block1 {
  background-color: #2D2D2D;
  color: white;
}
.block1 .header {
  padding: 1rem;
}
@media only screen and (min-width: 993px) {
  .block1 .header {
    padding: 1rem 2rem;
  }
}
.block1 .header h2 {
  color: white;
  font-size: 1.2em;
  margin-bottom: 0;
  padding: 0.5rem 0;
}
.block1 a {
  color: white;
}
.block1 .body {
  padding: 1rem;
}
@media only screen and (min-width: 993px) {
  .block1 .body {
    padding: 0rem 2rem 1rem 2rem;
  }
}
.block1 .body ul {
  padding: 0;
  margin: 0;
  column-count: 2;
  list-style: none;
}
.block1 .body ul li {
  padding: 0;
  padding: 0.3rem 0;
}
.block1 .body ul li a {
  text-decoration: none;
}

.block {
  height: 100%;
  padding: 1rem;
  background-color: white;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}
@media only screen and (min-width: 993px) {
  .block {
    padding: 1rem 1rem 1rem 2rem;
  }
}
.block h2 {
  display: inline;
  color: black;
  font-size: 1.2em;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 0.5rem 0;
}
.block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block ul li {
  margin: 0;
  padding: 0.3rem 0;
}
.block ul li a {
  text-decoration: none;
}

.icon-block {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color1 .icon-block {
  background-color: #EF262A;
}

.color2 .icon-block {
  background-color: #EF5F26;
}

.color3 .icon-block {
  background-color: #EFAA26;
}

.color4 .icon-block {
  background-color: #EFC726;
}

.news-section h2 {
  color: black;
}
.news-section .news-list {
  margin-bottom: 0;
}
.news-section .news-list .card {
  margin-bottom: 1.7rem;
  background-color: white;
  border-radius: 0;
  border: none;
}
.news-section .news-list .card.premium {
  color: white;
  background: #820C12;
}
.news-section .news-list .card.premium .news-text {
  color: white;
}
.news-section .news-list .card.premium .news-text h3, .news-section .news-list .card.premium .news-text .news-date, .news-section .news-list .card.premium .news-text a {
  color: white;
}
.news-section .news-list .card a {
  color: black;
  text-decoration: none;
  transition: all 0.25s;
}
.news-section .news-list .card a:hover {
  background: #820C12;
  color: white;
  box-shadow: 0 0 15px rgba(70, 70, 70, 0.6);
}
.news-section .news-list .card a:hover h3, .news-section .news-list .card a:hover .news-date {
  color: white;
}
.news-section .news-list .card a:hover .news-image img {
  transform: scale(1.2);
}
.news-section .news-list .card .news-image {
  position: relative;
  overflow: hidden;
}
.news-section .news-list .card .news-image img {
  transition: all 0.25s;
}
.news-section .news-list .card .news-image .topic {
  display: inline-block;
  position: absolute;
  padding: 0 1em;
  top: 0;
  margin-left: 1.5rem;
  color: white;
  font-size: 0.8em;
  z-index: 9999;
}
.news-section .news-list .card .news-text {
  padding: 1.5em;
  min-height: 240px;
}
.news-section .news-list .card .news-text .news-date {
  font-size: 0.9em;
  color: #820C12;
}
.news-section .news-list .card .news-text h3 {
  margin: 0.7em 0;
  font-family: "Merriweather", serif;
  line-height: 1.1;
}
.news-section .news-list .card .news-text .news-annotation {
  line-height: 1.25;
}

.action-section {
  color: white;
  background-color: #820C12;
  background-image: url(/images/ka.jpg);
  background-size: cover;
}
.action-section h2, .action-section a {
  color: white;
}

.links {
  padding-bottom: 10rem;
  padding-top: 4rem;
  background-color: white;
}

.linksslick {
  width: 100%;
  overflow: hidden;
}
.linksslick .slick-slide {
  text-align: center;
  float: inherit;
  display: inline-block !important;
  vertical-align: middle;
}
.linksslick .slick-slide a {
  text-decoration: none;
  color: #000;
}
.linksslick .slick-slide a:focus {
  color: white;
}
.linksslick .slick-slide .img {
  min-height: 100px;
}
.linksslick .slick-slide .img img {
  margin: 0 auto;
  max-height: 110px;
  max-width: 200px;
}

.slick-prev, .slick-next {
  width: 24px;
  height: 98px;
  z-index: 9999;
}

.slick-prev {
  left: 5px;
}
@media (min-width: 768px) {
  .slick-prev {
    left: 10px;
  }
}

.slick-next {
  right: 5px;
}
@media (min-width: 768px) {
  .slick-next {
    right: 10px;
  }
}

.service-section {
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
.service-section .mail-background {
  background-color: #FBF737;
  background-image: url(/images/emailback.jpg);
  background-size: cover;
  color: black;
}
.service-section .mail-background h2 {
  color: black;
}
.service-section .mail-background .regmail {
  width: 100%;
}
.service-section .mail-background .regmail .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid black;
}
.service-section .mail-background .regmail button {
  background-color: white;
  border-radius: 2em;
  padding: 0.3em 2.8em;
  border: 0;
  font-weight: bold;
}

footer {
  background-color: #2D2D2D;
  color: white;
  padding-top: 10rem;
  padding-bottom: 2rem;
}
footer a, footer td {
  color: white;
}
footer a:hover, footer a:focus {
  color: #2D2D2D;
  background-color: white;
}
footer .menu-bottom {
  margin: 0;
  padding: 0;
}
footer .menu-bottom li {
  margin: 0;
  padding: 0 2rem;
  display: inline-block;
}
footer .menu-bottom li a {
  font-size: 0.95em;
}

.size {
  margin-top: 0;
  margin-right: 0px;
  text-align: right;
  padding: 10px 0 0px 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .size {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .size {
    position: absolute;
    right: 1rem;
    top: 0;
    z-index: 9999;
  }
}
.size ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.size ul li {
  list-style: none;
  margin: 0px 0 0 1rem;
  padding: 0px;
}
.size ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  color: #820C12;
  text-decoration: none;
  font-weight: 400;
  border: 2px solid #820C12;
}
.size ul li a.big1 {
  font-size: 1em;
}
.size ul li a.big3 {
  font-size: 1.5em;
}
.size ul li a.sizeset {
  background-color: #820C12;
  color: white;
}
.size ul li a:focus {
  color: white;
  background-color: black;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 2rem;
  margin-top: 0;
  text-align: right;
  justify-content: end;
}
.breadcrumb li.breadcrumb-item {
  color: black;
  padding-left: 0.5rem;
  padding-right: 0;
}
.breadcrumb li.breadcrumb-item a {
  padding: 0 0.6rem;
  color: black;
  text-decoration: none;
  font-size: 0.9em;
}
.breadcrumb li.breadcrumb-item a:focus {
  color: white;
}
.breadcrumb li.breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb li.breadcrumb-item:first-of-type a {
  padding: 0 0.6rem 0 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 10px;
  height: 100%;
  background-image: url(/images/arrow_right_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% calc(50% + 1px);
  padding-left: 0;
  padding-right: 0;
  margin-right: 0.5rem;
}

.in .topin {
  padding-bottom: 15%;
  background-size: cover;
  background-position: center;
}
.in .content .content-right h1 {
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) {
  .in .content .content-right {
    padding-left: 5rem !important;
  }
}

.index {
  column-gap: 10rem;
}
@media only screen and (min-width: 768px) {
  .index {
    column-count: 2;
  }
}
@media only screen and (min-width: 1400px) {
  .index {
    column-count: 3;
  }
}

.top-headline {
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.top-headline .big-img {
  max-height: 50px;
  margin-right: 2rem;
  margin-left: 2rem;
}
.top-headline h2 {
  color: black;
  text-transform: uppercase;
}

.menu-left {
  margin-top: 0.5rem;
  background-color: #820C12;
}
.menu-left .menu-left-in {
  padding: 1rem 0;
  margin: 0;
  border: 2px solid #820C12;
}
.menu-left .menu-left-in ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-left .menu-left-in ul.subsubmenu {
  padding-left: 1em;
}
.menu-left .menu-left-in ul.subsubmenu a {
  text-style: italic;
}
.menu-left .menu-left-in ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-left .menu-left-in ul li:before {
  content: none;
}
.menu-left .menu-left-in ul li.is-submenu:before {
  position: absolute;
  right: 1rem;
  top: 1rem;
  content: "";
  margin-left: 0;
  width: 15px;
  height: 15px;
  background-image: url(/images/arrow_right_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-left .menu-left-in ul li.menuon.is-submenu:before {
  transform: rotate(90deg);
  background-image: url(/images/arrow_right_black.svg);
}
.menu-left .menu-left-in ul li.menuon > a {
  background-color: #FBF737;
  color: black;
}
.menu-left .menu-left-in ul li a {
  display: block;
  padding: 0.5em 2rem;
  font-size: 1em;
  text-decoration: none;
  color: white;
}
.menu-left .menu-left-in > ul > li {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.menu-left .menu-left-in > ul > li ul a {
  padding-left: 4rem;
}

.nextsection {
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.nextsection h2.nextheadline {
  color: black;
  font-family: "Merriweather", serif;
  margin-bottom: 1em;
}
.nextsection ul.item_submenu {
  margin: 1.3rem 0 0 0;
  padding: 1rem 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #EBEBEB;
}
.nextsection ul.item_submenu li {
  width: 100%;
  text-align: left;
  margin: 0.7em 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .nextsection ul.item_submenu li {
    width: 45%;
  }
}
@media only screen and (min-width: 993px) {
  .nextsection ul.item_submenu li {
    width: 31%;
  }
}
.nextsection ul.item_submenu li.hidden {
  visibility: hidden;
  min-height: 0;
}

/* PHOTO */
.photo {
  display: inline-block;
  background-color: #EBEBEB;
  margin-right: 0;
  vertical-align: top;
  padding-bottom: 0;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .photo {
    margin: 0 2% 30px 0;
    width: 32%;
  }
  .photo:nth-of-type(3) {
    margin-right: 0;
  }
}
.photo .photolink {
  padding: 0.5em 1em;
}
.photo img.photoimg {
  width: 100%;
}
.photo a {
  color: black;
  width: 100%;
  heigth: 100%;
  display: block;
  text-decoration: none;
}
.photo a img {
  width: 100%;
}
.photo a .text {
  min-height: 2.5rem;
  padding: 1.5em 1em;
  background-image: url(/images/arrow-red-right.svg);
  background-size: 21px 14px;
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.photo-in {
  text-align: center;
}
.photo-in a img {
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

ul.news-in {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.news-in li + li {
  border-top: 1px solid #820C12;
}
ul.news-in li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.date-small {
  font-size: 0.8em;
  font-style: italic;
  color: #2D2D2D;
  margin-bottom: 0.2em;
}

.actionin .h2news {
  padding-top: 2rem;
}
.actionin .newsitem {
  padding: 1rem 0;
}
.actionin .newsitem + .newsitem {
  border-top: 1px solid #820C12;
}

.pagination {
  padding-top: 2rem;
  border-radius: 0;
  flex-wrap: wrap;
}
.pagination > li {
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}
.pagination > li:first-of-type a {
  width: auto;
  padding: 8px;
}
.pagination > li.mright {
  margin-right: 1rem;
}
.pagination > li > a {
  display: flex;
  height: 38px;
  min-width: 2rem;
  padding: 5px 1em;
  border-radius: 0 !important;
  border: 0;
  color: #000 !important;
  text-decoration: underline;
  align-content: center;
  justify-content: center;
}
.pagination > li > a.active {
  font-weight: bold;
  text-decoration: none;
  color: #000 !important;
}
.pagination > li > a.next {
  padding: 3px;
}
.pagination > li > a.first, .pagination > li > a.last, .pagination > li > a.prev, .pagination > li > a.next {
  text-decoration: none;
  color: white !important;
}
.pagination > li > a.disabled {
  pointer-events: none;
  cursor: default;
}
.pagination > li > a:focus {
  background-color: yellow;
  color: black;
}

.pagination > li > a.prev, .pagination > li > a.first, .pagination > li > a.next, .pagination > li > a.last {
  background-color: #820C12;
}
.pagination > li > a.prev.disabled, .pagination > li > a.first.disabled, .pagination > li > a.next.disabled, .pagination > li > a.last.disabled {
  background-color: #2D2D2D;
}
.pagination > li > a.prev:focus, .pagination > li > a.first:focus, .pagination > li > a.next:focus, .pagination > li > a.last:focus {
  outline: 3px dotted #820C12;
}
.pagination > li > a.prev:hover, .pagination > li > a.prev:active, .pagination > li > a.first:hover, .pagination > li > a.first:active, .pagination > li > a.next:hover, .pagination > li > a.next:active, .pagination > li > a.last:hover, .pagination > li > a.last:active {
  outline: none;
}

.filter {
  padding: 20px;
  margin-bottom: 2rem;
  background-color: #820C12;
  color: white;
  max-width: 700px;
}
.filter.filter100 {
  max-width: none;
}
.filter h2 {
  color: white;
}
.filter .form-control, .filter .form-select {
  border-radius: 0;
  border: 0;
  height: 38px;
}
.filter .form-control.calendar, .filter .form-select.calendar {
  width: auto;
  display: inline-block;
  margin-right: 2rem;
  margin-left: 1rem;
}
.filter .form-control#filter-search, .filter .form-select#filter-search {
  background-image: url(/images/zoom-grey.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.filter .inline {
  display: inline;
  padding-left: 0;
  margin-left: 0;
}
.filter .inline:before {
  content: none;
}
.filter .inline a {
  color: white;
}
.filter .underline {
  text-decoration: underline;
}

.datepicker-days {
  padding: 5px;
}

/* Úřední deska*/
.board-hp {
  background-color: #CBCBCB;
  padding-bottom: 1rem;
}
.board-hp h2 {
  color: black;
}
.board-hp .board-hp-item {
  background-color: #EDEDED;
  height: 14rem;
  border-right: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  padding: 0;
}
.board-hp .board-hp-item a {
  padding: 1rem 2rem;
  height: 100%;
  text-decoration: none;
  display: grid;
  grid-template-rows: 64% 17% 17%;
  transition: 0.5s all;
}
.board-hp .board-hp-item a:hover {
  background-color: #FBF737;
}
.board-hp .board-hp-item a h3 {
  line-height: 1.3;
  font-size: 1.1em;
  overflow: hidden;
}
.board-hp .board-hp-item a p {
  padding-left: 3rem;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-bottom: 0;
}
.board-hp .board-hp-item a p.news-source {
  background-image: url(/images/ib-type.svg);
  background-size: auto 17px;
  background-position: left 4px;
  line-height: 1;
}
.board-hp .board-hp-item a p.news-date {
  background-image: url(/images/ib-calendar.svg);
  background-size: auto 24px;
  background-position: left top;
}

.board_info .btn {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 10px;
  background-color: #EBEBEB;
  color: #000;
  text-decoration: none;
  border-radius: 0;
}
.board_info .btn.active {
  background-color: #820C12;
  color: white;
}
.board_info .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.board_info a {
  text-decoration: none;
}
.board_info h2 {
  margin-top: 35px;
  font-size: 1.2em;
}
.board_info h2.color {
  color: #820C12;
  font-size: 1em;
  font-weight: bold;
}
.board_info .board_item {
  background-color: #EBEBEB;
  padding: 1rem;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: 100%;
}
.board_info .board_item p, .board_info .board_item h3 {
  padding: 0;
  margin: 0;
}
.board_info .board_item h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0em;
}
.board_info .board_item p {
  font-size: 0.9em;
}
.board_info input.submit {
  text-align: center;
}
.board_info #years {
  display: none;
  padding: 15px;
  background-color: #EEEEEE;
  border: 1px solid #eee;
}
.board_info #years a {
  margin-bottom: 10px;
}
.board_info #years a:hover {
  background-color: #820C12;
  color: white;
}

.board_form label {
  font-weight: normal;
  display: block;
}
.board_form input.input1, .board_form select {
  width: 100%;
  padding: 5px 10px;
  border: 2px solid #8ba2a8;
  margin-bottom: 15px;
}
.board_form select {
  padding: 7px 10px 6px 10px;
}
.board-item-in {
  padding-bottom: 2rem;
}

/* contact */
.alphabet {
  margin-bottom: 15px;
}
.alphabet a {
  display: inline-block;
  min-width: 30px;
  padding: 10px 15px;
  color: #820C12 !important;
  background-color: white !important;
  text-decoration: none;
  text-align: center;
  margin-right: 1px;
  margin-bottom: 5px;
}
.alphabet a.active, .alphabet a:hover {
  color: white !important;
  background-color: black !important;
}
.alphabet a:focus {
  color: black !important;
  background-color: yellow !important;
}

.contact {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact tr {
    border-bottom: 1px solid lightgrey;
  }
}
.contact tr td {
  vertical-align: top;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .contact tr td {
    display: block;
    border-top: 0;
    border-bottom: 0;
  }
}
.contact tr td p {
  margin-bottom: 0;
}
.contact a {
  color: #820C12;
  font-weight: bold;
}
.contact a:focus {
  color: white;
}
.contact a:hover, .contact a:active {
  color: #820C12;
}

.contact-in .flex-image {
  background-color: #820C12;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-content: center;
}
.contact-in #map {
  width: 100%;
  height: 325px;
}

.search-result {
  background-color: yellow;
}

.search-item {
  padding: 2rem 0 0 0;
}
.search-item h3 {
  margin-bottom: 0.2em;
}

.search-block {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 100%;
  transition: 0.5s all;
  z-index: 99999;
}
.search-block.on {
  bottom: 0;
}
.search-block .close-search {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.search-block .searchform {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-block .searchform form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-block .searchform form input {
  display: block;
  padding: 1rem;
  min-width: 250px;
  border: 1px solid #820C12;
}
.search-block .searchform form button {
  padding: 1rem;
  display: block;
  border: 0;
  background-color: #820C12;
  color: white;
  border: 1px solid #820C12;
}
.search-block .searchform form button:focus {
  outline: 5px dotted #820C12;
}
.search-block .searchform form button:active {
  outline: none;
}
.search-block .searchform form a {
  border-left: 1px solid #820C12;
  padding: 0 0.8rem;
}

/* projekt */
.project .status .status-text {
  padding-top: 22px;
}
.project .status .status-text.start {
  padding-top: 0px;
}
.project .status .status-text.end {
  padding-top: 20px;
}
.project .project-photo .photo {
  display: inline-block;
  background-color: white;
  margin-right: 0;
  vertical-align: top;
  padding-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .project .project-photo .photo {
    margin: 0 0% 5px 0;
    width: 49%;
  }
}
@media (max-width: 767px) {
  .project .project-photo .photo {
    width: 100%;
    margin-bottom: 15px;
  }
}

.item-project {
  display: block;
  float: left;
  background-color: white;
  margin-bottom: 40px;
  margin-right: 1%;
}
@media (min-width: 1200px) {
  .item-project {
    width: 48%;
  }
}
.item-project .image {
  position: relative;
}
.item-project .image img {
  width: 100%;
  height: auto;
}
.item-project h2 {
  height: 121px;
  margin: 0;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-project h2 a {
  font-size: 0.7em;
  font-family: "Merriweather", serif;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
}

/* back to top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #820C12 url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
}

/* MAC HACK */
.row:before, .row:after {
  display: none !important;
}

.hide {
  display: none;
}

/* pristupnost */
.support {
  position: absolute;
  top: -99999px;
  left: 0;
  color: #820C12;
  background-color: white;
}
.support:focus {
  top: -30px;
  padding: 1rem;
  color: #820C12;
  background-color: white;
}

.jump {
  position: relative;
}
.jump h2 {
  position: absolute;
  top: 0;
  left: -99999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 99999;
}
.jump ul {
  padding: 0;
  margin: 0;
}
.jump ul li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.jump ul li a {
  position: absolute;
  top: -99999px;
  left: 0;
}
.jump ul li a:focus {
  top: 30px;
  color: black;
  background-color: white;
  padding: 1rem;
}

#menu-left-jump {
  color: white;
  background-color: black;
}

.fontsize1 {
  font-size: 150%;
}

::-moz-placeholder {
  opacity: 1;
}

#full-clndr {
  width: 100%;
  min-height: 454px;
  background-color: transparent;
}
#full-clndr .clndr-controls {
  clear: both;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  color: white;
  text-align: center;
  border-bottom: 1px solid white;
}
#full-clndr .clndr-controls .current-month {
  display: inline-block;
  padding: 0 2rem;
}
#full-clndr .clndr-controls .clndr-previous-button {
  display: inline-block;
  text-align: left;
}
#full-clndr .clndr-controls .clndr-next-button {
  display: inline-block;
  text-align: right;
}
#full-clndr .clndr-controls .clndr-previous-button, #full-clndr .clndr-controls .clndr-next-button {
  padding: 0 1rem;
  text-align: center;
  cursor: pointer;
}
#full-clndr .clndr-controls .clndr-previous-button:focus, #full-clndr .clndr-controls .clndr-next-button:focus {
  outline: 3px dotted white;
}
#full-clndr .clndr-controls .clndr-previous-button:hover, #full-clndr .clndr-controls .clndr-previous-button:active, #full-clndr .clndr-controls .clndr-next-button:hover, #full-clndr .clndr-controls .clndr-next-button:active {
  opacity: 0.5;
  outline: none !important;
}
#full-clndr .clndr-grid .days-of-the-week {
  width: 100%;
  color: white;
}
#full-clndr .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  padding: 12px;
  text-align: center;
  font-weight: bold;
}
#full-clndr .clndr-grid .days {
  width: 100%;
}
#full-clndr .clndr-grid .days .day, #full-clndr .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  height: 50px;
  padding: 12px 0;
  text-align: center;
  color: white;
}
#full-clndr .clndr-grid .days .day.event .day-number, #full-clndr .clndr-grid .days .empty.event .day-number {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0.1em;
  border: 1px solid white;
  color: #820C12;
  background-image: none;
  background-color: white;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
#full-clndr .clndr-grid .days .day.event .day-number:focus, #full-clndr .clndr-grid .days .empty.event .day-number:focus {
  background-color: yellow;
  color: #820C12;
}
#full-clndr .clndr-grid .days .day.today .day-number, #full-clndr .clndr-grid .days .empty.today .day-number {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0.1em;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  background-image: none;
  position: relative;
  margin-top: -1em;
}
.event-listing {
  padding: 3rem 0 2rem 0;
}
.event-listing .event-item {
  display: flex;
  background-color: transparent;
  color: #EEEEEE;
  padding: 0;
  margin: 0;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 993px) {
  .event-listing .event-item > div {
    padding-top: 1rem;
  }
}
.event-listing .event-item:first-of-type > div {
  padding-top: 0rem;
}
.event-listing .event-item:last-of-type > div {
  padding-bottom: 0rem;
}
.event-listing .event-item .event-item-date {
  display: block;
  padding: 0;
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
}
@media only screen and (min-width: 993px) {
  .event-listing .event-item .border-left {
    border-left: 1px solid white;
  }
}
.event-listing .event-item .event-item-name {
  min-height: 3em;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .event-listing .event-item .event-item-name {
    min-height: 1em;
  }
}
.event-listing .event-item .event-item-name h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  color: #EEEEEE;
  font-size: 1em;
  line-height: 1;
}
.event-listing .event-item .event-item-name h3 a {
  color: white;
  text-decoration: none;
}
.event-listing .event-item .event-item-name h3 a:focus {
  background-color: white;
  color: #820C12;
}
.event-listing .event-item .event-item-day {
  font-style: italic;
}

#form_login > div.form-group, form.visitor > div.form-group, form#mail_form > div.form-group, .change-visitor > div.form-group {
  margin-bottom: 1rem;
}
#form_login button, form.visitor button, form#mail_form button, .change-visitor button {
  padding: 0.5rem 2rem;
  display: inline-block;
  border-radius: 2.5rem;
  text-decoration: none;
  transition: all 0.5s;
  text-align: left;
  border: 1px solid transparent;
  color: white;
  background-color: #820C12;
  border: 1px solid #820C12;
}
#form_login button:focus, #form_login button:hover, form.visitor button:focus, form.visitor button:hover, form#mail_form button:focus, form#mail_form button:hover, .change-visitor button:focus, .change-visitor button:hover {
  background-color: transparent;
  color: #820C12;
}

/* virtual */
.virtual-hp a {
  background-color: #820C12;
  color: white;
  font-size: 1rem;
  letter-spacing: 3px;
  padding: 1em 3em;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
}

.virtual {
  background-image: url(/images/photogallery/8040.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
}
.virtual .container {
  position: relative;
}
.virtual .container .vrb {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  height: 100%;
  padding: 2em;
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .virtual .container .vrb {
    width: 30%;
  }
}
.virtual .container .vrb h2 {
  color: white;
  font-size: 2em;
  line-height: 1.2;
  padding-bottom: 0;
}
.virtual .container .vrb h2 span {
  font-weight: 700;
}
.virtual .container .vrbutton {
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media only screen and (min-width: 993px) {
  .virtual .container .vrbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.virtual .container .vrbutton a {
  background-color: #820C12;
  color: white;
  letter-spacing: 3px;
  padding: 1em 3em;
  text-decoration: none;
  transition: all 0.5s;
  font-weight: bold;
}
.virtual .container .vrbutton a:hover, .virtual .container .vrbutton a:focus {
  background-color: black;
}

/*# sourceMappingURL=sass.css.map */
