body {
  font-family: fieldwork-hum,sans-serif;
  background: #1F2741;
  background: url('img/teaser-alt.jpg') center 0 no-repeat;
  background-size: cover !important;
  background-attachment: fixed;
  color: #004f9f;
  flex-wrap: wrap;
  align-items: flex-start;
}

h1 {
  color: #004f9f;
}

h2 {
  color: #004f9f;
}

.main-wrap {
  width: 100%;
}

.container {
  background: none;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
}

.body {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.body.no-header {
  border-radius: 8px;
}

.header {
  background: #edf5fe;
  padding-left: 20px;
  padding-right: 20px;
  /*margin-bottom: 20px;*/
  border-radius: 8px 8px 0 0;
}

.header .button {
  width: 100px;
}

.header .button:hover {
  background: #fff;
  color: #004f9f;
}

.datepicker-container {
  background: none;
  padding-left: 0;
}

.datepicker-container .button {
  width: auto !important;
  height: 30px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.button {
  font-family: fieldwork-hum,sans-serif;
  height: 45px;
  padding: 0 15px;
  border-radius: 25px;
  width: 180px;
  background: #009fe3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.button:hover {
  background: #004f9f;
}

.form-group span {
  background: #ebf5ff;
  border: none;
  height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-radius: 25px;
  box-shadow: none;
}

.form-group label {
  color: #004f9f;
}

.datepicker-container label {
  margin-right: 10px;
}

.datepicker-container input[type="text"] {
  font-family: fieldwork-hum,sans-serif;
  background: #ebf5ff;
  color: #004f9f;
  border: none;
  height: 50px;
  border-radius: 25px;
  box-shadow: none;
  width: 220px;
  padding: 0 20px;
}

.datepicker-container input[type="text"]::placeholder {
  color: #004f9f;
}

select[name="delivery_place"] {
  font-family: fieldwork-hum,sans-serif;
  background: #ebf5ff;
  color: #004f9f;
  border: none;
  height: 50px;
  border-radius: 25px;
  box-shadow: none;
  width: 350px;
  padding: 0 40px 0 20px;
  text-overflow: ellipsis;
  cursor: pointer;
  background-image: url('img/select.svg');
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"].mnozstvi {
  font-family: fieldwork-hum,sans-serif;
  height: 36px;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #acbcd6;
  color: #004f9f;
}

table {
  border: none;
}

table select {
  font-family: fieldwork-hum,sans-serif;
  font-size: 15px;
  width: 110px;
  height: 36px;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #acbcd6;
  color: #004f9f;
  cursor: pointer;
  text-overflow: ellipsis;
  cursor: pointer;
  background-image: url('img/select.svg');
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

tr {
  border-top: 1px solid #004f9f4a;
}

th {
  border: none;
  background: #004f9f;
}

td {
  background: #ebf5ff;
  border: none;
}

tr.nedostupne {
  opacity: .5;
}

tr:nth-child(even) td {
  background: #fff;
}

.arrow {
  font-size: 15px;
  color: #004f9f !important;
}

/* Download */

.dl-cats {
  margin-bottom: 80px;
}

.dl-cats .item-list * {
  box-sizing: border-box;
}

.dl-cats .section-head {
  margin-bottom: 20px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #004f9f30;
}

.dl-cats .section-head h2 {
  margin: 0;
}

.dl-cats .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.dl-cats .item {
  flex: 0 0 16.666666%;
  max-width: 16.666666%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.dl-cats .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eff5fd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 5px;
  height: 210px;
  position: relative;
}

.dl-cats .item .img .link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dl-cats .item .img img {
  max-width: 100%;
}

.dl-cats .item .dl-img-link {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #009fe3 url('img/download-alt.svg') center center no-repeat;
  background-size: 20px !important;
  border-radius: 3px;
  transition: all .3s;
}

.dl-cats .item .dl-img-link:hover {
  background-color: #004f9f;
}

.dl-cats .item .text {
  font-size: 18px;
  text-align: center;
}

.dl-link {
  text-decoration: none;
  color: #009fe3;
  display: inline-flex;
  align-self: center;
  padding-left: 30px;
  position: relative;
}

.dl-link .txt {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 95%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  position: relative;
  transition: all .3s;
}

.dl-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-size: contain !important;
  background: url('img/download.svg') 0 0 no-repeat;
}

.dl-link:hover .txt {
  background-size: 100% 1px;
}

.dl .box {
  border-radius: 10px;
  padding: 30px;
  background: #eff5fd;
  margin-bottom: 40px;
}

.dl .box p {
  margin: 0 0 20px 0;
}

.dl .box p:last-child {
  margin-bottom: 0;
}

.header-main {
  width: 100%;
  /*background: #fff;*/
  margin-bottom: 50px;
}

.header-main .container {
  margin: 0;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
}

.header-main .inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main .logo {
  max-width: 100px;
  display: block;
}

.header-main .logo img {
  max-width: 100%;
  height: auto;
}

.header-main .header-r {
  display: flex;
  align-items: center;
}

.header-main .header-r .button {
  width: auto;
  margin-left: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.main-nav ul {
  margin: 0 -10px;
  display: flex;
}

.main-nav ul li {
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
}

.main-nav ul li a {
  color: #fff;
  text-decoration: none;
}

.main-nav ul li a:hover {
  text-decoration: underline;
}

/*========================= Viewport width 1500px and lower =========================*/

@media screen and (max-width: 1500px) {
  .dl-cats .item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*========================= Viewport width 1200px and lower =========================*/

@media screen and (max-width: 1200px) {
  .dl-cats .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/*========================= Viewport width 992px and lower =========================*/

@media screen and (max-width: 992px) {
  .dl-cats .item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}