@charset "UTF-8";
/**
@author: Ján Priskin
@copyright www.priskin.sk
**/
/*----- Icon Font ----*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800&display=swap");
@font-face {
  font-family: "ceskybrod";
  src: url("../fonts/ceskybrod.eot?651fae");
  src: url("../fonts/ceskybrod.eot?651fae#iefix") format("embedded-opentype"), url("../fonts/ceskybrod.ttf?651fae") format("truetype"), url("../fonts/ceskybrod.woff?651fae") format("woff"), url("../fonts/ceskybrod.svg?651fae#ceskybrod") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
.cs {
  font-family: "ceskybrod" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-click:before {
  content: "\e904";
}

.cs-clock:before {
  content: "\e905";
}

.cs-edit:before {
  content: "\e906";
}

.cs-home:before {
  content: "\e907";
}

.cs-magnify:before {
  content: "\e908";
}

.cs-phone:before {
  content: "\e909";
}

.cs-burger:before {
  content: "\e60c";
}

.cs-leftarrow:before {
  content: "\e90a";
}

.cs-rightarrow:before {
  content: "\e606";
}

.cs-downarrow:before {
  content: "\e607";
}

.cs-uparrow:before {
  content: "\e608";
}

/* ------ */
:root {
  --vh-offset: 0px;
  --vh: 1vh;
}

html,
body {
  height: 100%;
  font: normal 400 16px "Montserrat", sans-serif;
  color: #234378;
}

body {
  background: #FFF;
  margin: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

/* ------ */
b, strong {
  font-weight: 800;
}

p {
  margin-bottom: 1.45rem;
  line-height: 1.6;
}

ul, ol {
  line-height: 1.6;
}

ol {
  margin-bottom: 30px;
}
ol ol {
  list-style: lower-alpha;
}
ol li {
  margin-bottom: 15px;
}

/* ------ */
a, a:hover, a:focus,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus {
  text-decoration: none;
  outline: 0;
}

[href^="mailto:"] {
  white-space: nowrap;
}

a {
  text-decoration: underline;
  color: #e32236;
}
a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

/* ------ */
/* HEADINGS */
h1, h2, h3, h4, h5 {
  font-weight: 800;
  color: #234378;
  clear: both;
}

h1 {
  margin-bottom: 25px;
}

h1,
h2 {
  font-size: 28px;
  font-size: 1.75rem;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

.sp #content h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.sp #content h4 {
  font-size: 1rem;
}

/* ------ */
/* BOOTSTRAP GRID */
[class*=container] {
  position: relative;
}

.container {
  max-width: 1200px;
  padding: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

/* ------ */
/* FORM ELEMENTS */
.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  border: 1px solid #234378;
  background: #FFF;
  height: 46px;
  margin-bottom: 20px;
  padding: 11px 15px;
  font: normal 400 16px "Montserrat", sans-serif;
  color: #234378;
}
.form-control::-webkit-input-placeholder {
  color: #234378;
}
.form-control:-moz-placeholder {
  color: #234378;
}
.form-control::-moz-placeholder {
  color: #234378;
}
.form-control:-ms-input-placeholder {
  color: #234378;
}
.form-control:focus {
  border-color: #e32236;
}

textarea.form-control {
  height: auto;
}

details {
  margin-bottom: 30px;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  border: 0;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.54rem 2.43rem;
  text-decoration: none !important;
  text-align: center;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.btn-default {
  background: #e32236;
  color: #FFF !important;
}
.btn-default:hover, .btn-default:focus {
  background: #ba1828;
}

.btn-primary {
  background: #234378;
  color: #FFF !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: #1d3864;
}

/* custom checkbox */
.ccheck {
  display: inline-block;
  position: relative;
  padding-top: 4px;
  padding-left: 34px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Show the checkmark when checked */
  /* Create a custom checkbox */
}
.ccheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ccheck:hover input ~ .checkmark:after {
  border-color: #000;
}
.ccheck input:checked ~ .checkmark,
.ccheck input:checked ~ .checkmark:after {
  border-color: #e32236;
}
.ccheck .checkmark {
  border: 1px solid #FFF;
  background-color: #FFF;
  height: 19px;
  width: 19px;
  position: absolute;
  top: 4px;
  left: 0;
}
.ccheck .checkmark:after {
  content: "";
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ------ */
/* TABLES */
table {
  border: 1px solid #e9edf2;
  width: 100%;
  margin-bottom: 30px;
}
table th, table td {
  border-color: #e9edf2;
  background: #FFF;
  padding: 7px 10px;
}
table th {
  border-color: #FFF;
  background: #234378;
  font-weight: bold;
  color: #FFF;
}
table tr:nth-child(2n) td {
  background: #e9edf2;
}

table.galerie .predel td {
  background: #FFF;
}

/* ------ */
/* MENU - TOGGLE */
#menu-toggle {
  width: 24px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: 23px;
  right: 25px;
  z-index: 9;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
#menu-toggle .nav-icon {
  position: relative;
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu-toggle span:nth-child(1) {
  top: 0;
}
#menu-toggle span:nth-child(2) {
  top: 10px;
}
#menu-toggle span:nth-child(3) {
  top: 20px;
}
#menu-toggle.open span:nth-child(1) {
  width: 29px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
#menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
#menu-toggle.open span:nth-child(3) {
  width: 29px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 1px;
          transform-origin: 0 1px;
}
@media screen and (min-width: 1280px) {
  #menu-toggle {
    display: none;
  }
}

/* ------ */
/* NAVBAR */
#navbar {
  border-radius: 0;
  border: 0;
  background: #234378;
  height: 70px;
}
#navbar #search {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  top: 18px;
  right: 65px;
  z-index: 10;
}
#navbar #search .form-control {
  border-color: transparent;
  border-radius: 50px;
  background: transparent url("../img/icons/search.svg") calc(100% - 7px) 50% no-repeat;
  background-size: 20px;
  width: 32px;
  height: 32px;
  min-height: 32px;
  text-transform: lowercase;
  text-indent: -999em;
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  cursor: pointer;
}
#navbar #search .form-control::-webkit-input-placeholder {
  color: #FFF;
}
#navbar #search .form-control:-moz-placeholder {
  color: #FFF;
}
#navbar #search .form-control::-moz-placeholder {
  color: #FFF;
}
#navbar #search .form-control:-ms-input-placeholder {
  color: #FFF;
}
#navbar #search .form-control:focus {
  border-color: #FFF;
  background-color: #234378;
  width: 70vw;
  max-width: 300px;
  text-indent: 0;
}
@media screen and (min-width: 960px) {
  #navbar {
    height: 80px;
  }
  #navbar .container {
    padding-right: 110px;
  }
}
@media screen and (min-width: 1152px) {
  #navbar #search {
    top: 24px;
    right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #navbar #search {
    right: 0;
  }
}

/* ------ */
/* MAIN MENU */
#main-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: #234378;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 9;
}
#main-menu > li {
  float: none;
}
#main-menu > li > a {
  padding: 10px 15px;
  display: block;
  text-transform: lowercase;
  text-decoration: none;
  color: #FFF;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
#main-menu > li + li a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#main-menu > li:hover > a,
#main-menu .active a,
#main-menu a:hover,
#main-menu a:focus {
  color: #e32236;
}
#main-menu .sub-menu {
  background: #234378;
  display: none;
  margin: 0;
  padding: 8px 0 13px;
  list-style: none;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
}
#main-menu .sub-menu a {
  background: #234378;
  padding: 10px 0 10px 36px;
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: left;
  font-size: 15px;
  color: #FFF;
  position: relative;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#main-menu .sub-menu a:after {
  content: " ";
  border: solid transparent;
  border-color: transparent;
  border-left-color: #FFF;
  border-width: 4px;
  pointer-events: none;
  height: 0;
  width: 0;
  position: absolute;
  left: 20px;
  top: 16px;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#main-menu .sub-menu a:hover, #main-menu .sub-menu a:focus {
  color: #e32236;
}
#main-menu .sub-menu a:hover:after, #main-menu .sub-menu a:focus:after {
  border-left-color: #e32236;
}
#main-menu > li:hover .sub-menu {
  display: block;
  opacity: 1;
}
@media screen and (min-width: 1152px) {
  #main-menu {
    border: 0;
    background: none;
    width: 100%;
    height: 80px;
    padding: 15px 0 0;
    position: relative;
    top: 0;
    display: table;
    text-align: center;
  }
  #main-menu > li {
    display: table-cell;
    padding-top: 3px;
  }
  #main-menu > li:last-child {
    text-align: right;
  }
  #main-menu > li > a {
    padding: 12px 10px;
  }
  #main-menu > li:first-child > a {
    padding-left: 0;
  }
  #main-menu > li:last-child > a {
    padding-right: 0;
  }
  #main-menu > li + li a {
    border-top: 0;
  }
  #main-menu .sub-menu {
    padding: 0;
    position: absolute;
    top: 100%;
    width: 310px;
  }
}

/* ------ */
/* HEADER */
#header {
  background: #FFF;
  padding-bottom: 30px;
  position: relative;
  z-index: 9;
}
.sp #header {
  padding-bottom: 11px;
}
#header .header-bottom {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 0 0;
}
#header .header-bottom .perex {
  padding: 0 30px;
}
#header .logo {
  display: inline-block;
  position: absolute;
  top: -80px;
  left: 15px;
  -webkit-filter: invert(1) brightness(100);
          filter: invert(1) brightness(100);
}
#header .logo img {
  max-height: 50px;
}
#header .carousel {
  position: relative;
  margin: 16px 0 43px;
}
#header .carousel img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#header .carousel .carousel-control-prev .cs,
#header .carousel .carousel-control-next .cs {
  font-size: 50px;
  position: absolute;
  top: 45%;
}
#header .carousel .carousel-control-prev .cs {
  left: 20px;
}
#header .carousel .carousel-control-next .cs {
  right: 20px;
}
@media screen and (min-width: 960px) {
  #header {
    padding-bottom: 47px;
  }
  #header .header-bottom {
    padding: 19px 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  #header .header-bottom {
    padding: 19px 0 0;
  }
  #header .logo {
    position: static;
    -webkit-filter: none;
            filter: none;
  }
  #header .logo img {
    max-height: none;
  }
}

/* ------ */
.report-wrapper {
  text-align: center;
  color: #FFF;
}
.sp .report-wrapper .container {
  display: none;
}
.report-wrapper .btn-report {
  background: #e32236 url("../img/icons/alert.svg") 19px 50% no-repeat !important;
  background-size: 24px 22px !important;
  max-width: 86vw;
  height: 41px;
  margin: auto;
  padding-left: 57px;
  padding-right: 19px;
  text-transform: uppercase;
  font-weight: 800;
  color: #FFF !important;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.report-wrapper .btn-report:hover {
  background-color: #ba1828 !important;
}
.report-wrapper .container {
  background: #e32236;
  padding: 25px 30px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.report-wrapper .container:before {
  content: "";
  background: #e32236;
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
}
.report-wrapper .col-md-3 {
  margin-bottom: 0;
}
.report-wrapper h2 {
  margin-bottom: 12px;
  color: inherit;
}
.report-wrapper .form-control {
  border-color: #ba1828;
}
.report-wrapper textarea {
  min-height: 112px;
}
@media screen and (min-width: 920px) {
  .report-wrapper {
    display: inline-block;
    float: right;
    margin: 26px 0 0;
    text-align: left;
  }
  .report-wrapper .btn-report {
    margin: 0;
  }
  .report-wrapper .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1152px) {
  .report-wrapper .container {
    padding-left: 144px;
    padding-right: 144px;
  }
}

/* ------ */
/* FOOTER */
#footer {
  background: #234378;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  overflow: hidden;
}
#footer .footer-top {
  min-height: 270px;
  padding: 30px 30px 0;
}
#footer h2 {
  margin-bottom: 43px;
  text-align: center;
  color: inherit;
}
#footer a {
  color: #FFF;
}
#footer .row p {
  padding-left: 39px;
  position: relative;
}
#footer .row p span {
  display: inline-block;
  min-width: 100px;
  position: relative;
}
#footer .row p img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
#footer .row p [src*=phone] {
  top: 10px;
}
#footer .row p [src*=mail] {
  top: 3px;
}
#footer .footer-bottom {
  background: #FFF;
  color: #234378;
}
#footer .footer-bottom ul {
  width: 100%;
  margin: 0;
  padding: 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-bottom img {
  max-width: 90%;
}
@media screen and (min-width: 960px) {
  #footer .footer-top {
    padding: 52px 30px 61px;
  }
  #footer .footer-top [class^=col]:nth-child(2) {
    max-width: 20%;
  }
  #footer .footer-bottom {
    display: block;
  }
  #footer .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 153px;
  }
  #footer .footer-bottom img {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footer-top {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .footer-bottom ul {
    padding: 0;
  }
}

/* ------ */
/* scroll up */
.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 10px;
  right: 10px;
}
.scroll-up a {
  background: #FFF;
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.scroll-up a:after {
  content: " ";
  border: 5px solid transparent;
  border-color: transparent;
  border-bottom-color: #234378;
  height: 0;
  width: 0;
  pointer-events: none;
  margin-left: -5px;
  position: absolute;
  top: 3px;
  left: 50%;
}
.scroll-up a:hover,
.scroll-up a:active {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

/* ------ */
/* HP NEWS */
#news {
  padding-top: 51px;
}
#news h2 {
  margin-bottom: 20px;
}
#news .col {
  margin-bottom: 40px;
}
#news .harmonogram {
  background: #e32236;
  margin-bottom: 40px;
  color: #FFF;
}
#news .harmonogram h2 {
  text-align: left;
  color: inherit;
}
#news .harmonogram p {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  #news > h2 {
    margin-bottom: 42px;
  }
}

.box {
  background: #FFF;
  height: 100%;
  position: relative;
}
.box > a {
  display: block;
  text-decoration: none;
}
.box > a:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box .thumb {
  background: url("../img/logo2.svg") center no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.box .thumb:before {
  content: "";
  background: #e9edf2;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}
.box .caption {
  padding: 21px 18px;
}
.box .title {
  line-height: 1.4;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .box .thumb {
    max-height: 182px;
  }
}

.aktualita + .aktualita {
  border-top: 2px solid #e9edf2;
  padding-top: 15px;
}

/* ------ */
/* SIDEBAR */
#sidebar-toggle {
  display: block;
  background: #e32236;
  padding: 12px 19px;
  line-height: 1.375;
  font-weight: 800;
  font-size: 1rem;
  color: #FFF;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  #sidebar-toggle {
    display: none;
  }
}

#sidebar {
  margin-bottom: 30px;
  padding: 0 30px;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar ul li {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #sidebar {
    padding: 0;
  }
}

#sidebar-menu {
  display: none;
  background: #FFF;
}
#sidebar-menu ul {
  border-top: 1px solid #e9edf2;
}
#sidebar-menu ul a {
  padding-left: 34px;
  font-weight: normal;
}
#sidebar-menu ul .active a,
#sidebar-menu ul a:hover,
#sidebar-menu ul a:focus {
  background: #f7f9fb;
  color: #234378;
}
#sidebar-menu .menuItemLVL2 a {
  padding-left: 34px;
  font-weight: normal;
}
#sidebar-menu .menuItemLVL2.menuItemActiveLVL2 a, #sidebar-menu .menuItemLVL2.active a,
#sidebar-menu .menuItemLVL2 a:hover,
#sidebar-menu .menuItemLVL2 a:focus {
  background: #f7f9fb;
  color: #234378;
}
#sidebar-menu li + li {
  border-top: 1px solid #e9edf2;
}
#sidebar-menu a {
  display: block;
  padding: 12px 19px;
  line-height: 1.375;
  font-weight: 800;
  color: #234378;
  text-decoration: none;
}
#sidebar-menu .menuItemActiveLVL1 a,
#sidebar-menu .active a,
#sidebar-menu a:hover,
#sidebar-menu a:focus {
  background: #234378;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  #sidebar-menu {
    display: block;
  }
}

/* ------ */
/* CONTENT */
#wrapper {
  overflow: hidden;
}

#main {
  background: #e9edf2;
  padding: 0 30px 40px;
}
.sp #main {
  padding: 30px 0 0;
}
#main .left {
  margin-bottom: 0;
}
#main img.pull-left {
  margin: 0 10px 10px 0;
}
#main img.pull-right {
  margin: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .sp #main {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .sp #main .container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 285px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  #main {
    padding: 0 0 40px;
  }
  .sp #main {
    padding: 60px 0 83px;
  }
}

#content {
  background: #FFF;
  padding: 25px 16px 13px;
}

/* ------ */
/* BORDEL ? */
.l-col {
  float: left;
  width: 50%;
}

.r-col {
  float: right;
}

/* ------ */
/* REPORT BOX */
.report {
  border-top-color: #FFF;
  background: #234378;
  padding: 5px 15px;
  min-height: 530px;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #FFF;
}
.report .title {
  padding-top: 7px;
  font-size: 25px !important;
  line-height: 1.25em;
  color: #73a50e;
  min-height: 0;
}
.report p {
  margin: 20px -10px 1.5em;
  line-height: 1.35em;
}
.report .form-control {
  border: 0;
}
.report textarea {
  background: #FFF url("../img/ico-edit.png") 92% 50% no-repeat;
  min-height: 146px;
  resize: vertical;
}
.report .btn {
  position: relative;
  width: 152px;
  padding-right: 22px;
}
.report .btn .cs-click {
  font-size: 57px;
  position: absolute;
  top: -6px;
  right: 0;
}
@media screen and (min-width: 960px) {
  .report {
    padding: 5px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .report textarea {
    min-height: 250px;
  }
}

.search-results-group {
  font-family: "cooper_hewittbook", sans-serif;
}

.search-results-group:not(:first-child) {
  margin-top: 12px;
}

.search-results-group-name {
  font-size: 22px;
  font-weight: bold;
}

.search-result {
  display: inline-block;
  margin: 6px 0;
}

#search-term {
  font-size: 16pt !important;
}

@media (min-width: 960px) {
  #obsah {
    display: none;
  }
}
@media (max-width: 599px) {
  #content #obsah + .holder img {
    height: auto;
    max-width: 80vw;
    position: relative;
    left: 20px;
    margin-bottom: 24px;
  }
}
#main-menu .menuItemLVL2 {
  background: #3f5511;
}

#main-menu .menuItemLVL2 a {
  display: inline-block;
  width: 100%;
  padding-left: 36px;
}

.sfactory {
  background: unset !important;
  padding: unset !important;
  float: unset !important;
  display: block !important;
  padding-top: 20px !important;
  width: 100% !important;
}
/*# sourceMappingURL=style.css.map */
