html, body {
  overflow-x: hidden;
  padding: 0px; }

* {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: #2b2b2b; }

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px; }
  .navbar-brand img {
    height: 50px; }

nav.main-bg {
  opacity: 0.7;
  background-color: white !important; }
  nav.main-bg:hover {
    opacity: 1; }
nav li {
  text-align: center; }
  nav li .active {
    font-weight: 500; }

main article {
  padding-bottom: 60px; }
  main article .image-wrap img {
    width: 100%; }
  main article h1, main article h2, main article h3, main article h4, main article h5, main article h6 {
    text-align: center;
    padding-top: 30px;
    font-weight: 200;
    margin-bottom: 30px; }
  main article a {
    color: #008240; }

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  text-align: left;
  padding-top: 30px;
  font-weight: 200;
  margin-bottom: 30px; }

.isdark {
  background-color: grey; }
  .isdark h1, .isdark h2, .isdark h3, .isdark h4, .isdark h5, .isdark h6, .isdark p, .isdark td, .isdark li, .isdark a, .isdark strong {
    color: white !important; }

.widemap {
  height: 300px;
  width: 100%; }

.rada-wrapper {
  margin-bottom: 5px; }
  .rada-wrapper .title {
    width: 100%;
    display: block;
    position: relative;
    background-color: #008240;
    color: white;
    text-decoration: none;
    padding: 13px 50px 13px 18px;
    background-image: url("../img/arrow-down.png");
    background-repeat: no-repeat;
    background-position: right center; }
    .rada-wrapper .title:hover, .rada-wrapper .title:focus {
      text-decoration: none;
      color: white; }
    .rada-wrapper .title[aria-expanded="true"] {
      background-image: url("../img/arrow-up.png"); }
  .rada-wrapper .odpoved {
    background-color: #f8f9fa;
    text-decoration: none;
    padding: 9px 50px 1px 13px;
    margin-bottom: 15px; }

h2.actual {
  text-align: center;
  padding-top: 30px;
  font-weight: 200;
  margin-bottom: 30px; }

.btn-primary {
  background-color: white;
  border: 1px solid #008240;
  color: #008240;
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 15px; }
  .btn-primary:hover {
    background-color: #008240;
    color: white; }
  .btn-primary:first-child {
    margin-left: 0px; }
  .btn-primary:last-child {
    margin-right: 0px; }

.eventrow {
  align-items: center; }
  .eventrow .mypart {
    text-align: center; }
    .eventrow .mypart h2 {
      font-weight: 200; }
    .eventrow .mypart img {
      width: 100%; }
    .eventrow .mypart:last-child {
      padding-top: 20px;
      padding-bottom: 20px; }
  @media (min-width: 992px) {
    .eventrow:nth-child(odd) .mypart:first-child {
      order: 2; }
    .eventrow:nth-child(odd) .mypart:last-child {
      order: 1;
      text-align: right !important; }
      .eventrow:nth-child(odd) .mypart:last-child p {
        max-width: 80%;
        margin-left: auto; }
    .eventrow:nth-child(even) .mypart:first-child {
      order: 1; }
    .eventrow:nth-child(even) .mypart:last-child {
      order: 2;
      text-align: left !important; }
      .eventrow:nth-child(even) .mypart:last-child p {
        max-width: 80%; } }

.table td {
  border-top: 0px solid transparent !important; }

#partners {
  background-color: grey;
  padding: 30px;
  margin-top: 15px; }
  #partners h2 {
    font-weight: 200;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px; }
  #partners h1 {
    font-weight: 200;
    text-align: center;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px; }
  #partners h3 {
    font-weight: 200;
    text-align: center;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px; }
  #partners ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #partners ul li {
      margin: 5px; }
  #partners .imgwrapper {
    width: 105px;
    height: 72px;
    padding: 3px;
    margin: 0 auto;
    text-align: center;
    background-color: #f1f1f1; }
    #partners .imgwrapper img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
      top: 50%;
      transform: translateY(-50%);
      position: relative; }
  #partners .generalpartner {
    margin: 15px; }
    #partners .generalpartner .imgwrapper {
      width: 262px;
      height: 180px;
      padding: 3px;
      margin: 0 auto;
      text-align: center;
      background-color: #fef2f9; }
      #partners .generalpartner .imgwrapper img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        top: 50%;
        transform: translateY(-50%);
        position: relative; }
  #partners .standardpartner {
    margin: 15px; }
    #partners .standardpartner .imgwrapper {
      width: 165px;
      height: 113px;
      padding: 3px;
      margin: 0 auto;
      text-align: center;
      background-color: #fef2f9; }
      #partners .standardpartner .imgwrapper img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        top: 50%;
        transform: translateY(-50%);
        position: relative; }

.video-icon {
  background-image: url("../img/video.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 79px 79px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px; }

.white-popup-block {
  text-align: center; }

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