/* Colors */
/* Colors */
/* Breakpoints */
/* Text Sizes */
/* Fonts */
#upto {
  position: fixed;
  bottom: 52px;
  display: none;
  right: 40px;
  z-index: 999;
}
body a:hover {
  color: #00786e;
}
#upto img {
  width: 60px;
}
.bodytext {
  font-size: 17px;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 767px) {
  .bodytext {
    font-size: 16px;
  }
}
.card-header button {
  width: 100%;
  color: #000;
  text-align: left;
  font-weight: 600;
}
.productInfoInner {
  padding-top: 0px;
}
.productInfoInner h2 {
  padding-top: 45px;
}
.productDesc table {
  width: 90%;
}

.inactive {
  opacity: 0.7;
}
.tab-content {
  margin-top: 30px;
}
.inactive:hover {
  opacity: 1;
}
/* Functions */
/* Universal styles */
body {
  font-size: 17px;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
body a {
  text-decoration: none !important;
}
.clr {
  clear: both;
}
header {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  background: #ffffff;
  position: relative;
  z-index: 999;
}
header .navbar {
  padding: 13px 0;
}
@media (max-width: 991px) {
  header .navbar {
    padding: 5px 15px;
  }
}
@media (max-width: 575px) {
  header .navbar .navbar-brand img {
    width: 180px;
    height: auto;
  }

}
@media (max-width: 991px) {
  header .navbar .navbar-nav {
    padding: 20px 0 10px;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
  padding: 10px 25px;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #00786e;
}
@media (max-width: 991px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
}
@media (max-width: 575px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-nav .nav-item a {
    text-align: center;
  }
}
header .navbar .navbar-nav .nav-item .highlighted {
  background: #00786e;
  color: #ffffff;
  border: 2px solid #00786e;
  border-radius: 50px;
}
header .navbar .navbar-nav .nav-item .highlighted:hover {
  background: #00a294;
  color: #ffffff;
  border-color: #00a294;
}
header .navbar .navbar-nav .nav-item .search {
  position: relative;
  height: 17px;
}
header .navbar .navbar-nav .nav-item .search img {
  position: absolute;
  top: 13px;
  left: 25px;
}
header .navbar .navbar-nav .nav-item .search img:last-child {
  display: none;
}
@media (max-width: 991px) {
  header .navbar .navbar-nav .nav-item .search img {
    left: 50%;
    top: 5px;
    margin-left: -10px;
  }
}
header .navbar .navbar-nav .nav-item .search:hover img:last-child {
  display: block;
}
#slider {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100;
  background: #eeeeee;
  padding: 35px 0;
}
#slider .bx-wrapper {
  margin-bottom: 0;
}
#slider .bx-wrapper .bx-viewport {
  border: 0;
  left: 0;
}
#slider .bx-wrapper .bx-pager {
  bottom: 12px;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: white;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #aeaeae;
}
@media (max-width: 575px) {
  #slider {
    padding: 0;
  }
}
#slider .slide1 {
  background: url('../images/img_07.png') top center no-repeat;
  background-size: cover;
}
#slider .slide2 {
  background: url('../images/img_07a.png') top center no-repeat;
  background-size: cover;
}
#slider .slide3 {
  background: url('../images/img_07b.png') top center no-repeat;
  background-size: cover;
}
#slider .slide4 {
  background: url('../images/img_07c.png') top center no-repeat;
  background-size: cover;
}
#slider .sliderContent {
  padding: 60px 40px;
  border-bottom: 5px solid #00786e;
}
@media (max-width: 991px) {
  #slider .sliderContent {
    padding: 30px 25px;
    text-align: center;
  }

}
#slider .sliderContent h1 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  #slider .sliderContent h1 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  #slider .sliderContent h1 {
    font-size: 18px;
  }
}
.catText {
  margin-bottom: 40px;
}
#slider .sliderContent h1 .hugeText {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
}
@media (max-width: 991px) {
  #slider .sliderContent h1 .hugeText {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #slider .sliderContent h1 .hugeText {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  #slider .sliderContent h1 .hugeText {
    font-size: 32px;
  }
}
#slider .sliderContent h1 .bottomText {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 991px) {
  #slider .sliderContent h1 .bottomText {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  #slider .sliderContent h1 .bottomText {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #slider .sliderContent h1 {
    text-align: left;
  }
}
#slider .sliderContent a {
  font-size: 18px;
  display: inline-block;
  margin-top: 40px;
  padding: 15px 50px;
  border: 2px solid #d4820a;
  background: #d4820a;
  border-radius: 50px;
  color: #ffffff;
}
@media (max-width: 767px) {
  #slider .sliderContent a {
    font-size: 17px;
  }
}
#slider .sliderContent a:hover {
  background: transparent;
}
@media (max-width: 767px) {
  #slider .sliderContent a {
    margin-top: 30px;
    padding: 7px 25px;
  }
}
#slider .sliderNav {
  background: url('../images/img_11.png') top center no-repeat;
  background-size: cover;
  padding: 20px 0 25px;
}
@media (max-width: 991px) {
  #slider .sliderNav {
    margin: 0 -15px;
  }
  #slider .bx-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  #slider .sliderNav {
    display: block !important;
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  #slider .sliderNav {
    padding: 5px 0 15px;
  }
}
#slider .sliderNav .item {
  text-align: center;
  position: relative;
}
#slider .sliderNav .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slider .sliderNav .item img {
  display: block;
  margin: auto;
}
#slider .sliderNav .item .hoverImg {
  display: none;
}
#slider .sliderNav .item span {
  display: inline-block;
  margin-top: 25px;
  color: #daebf6;
  font-size: 18px;
}
@media (max-width: 767px) {
  #slider .sliderNav .item span {
    font-size: 17px;
  }
}

#slider .sliderNav .item:hover span {
  color: #fff;
}
@media (max-width: 767px) {
  #slider .sliderNav .item {
    display: block;
    width: 100%;
  }
  #slider .sliderNav .item img {
    display: inline-block;
    height: 35px;
    width: auto;
    margin-right: 15px;
    position: relative;
    top: -2px;
  }
  #slider .sliderNav .item:hover .hoverImg {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  #slider .sliderNav .item span {
    margin-top: 12px;
  }
  #slider .sliderNav .item img {
    height: 30px;
  }
}

.naviCat {
  background: #f9f9f9;
  padding: 6px;
  text-align: center;
  font-weight: 600;
}
.naviCat span {
  font-size: 16px;
  display: inline-block;
  padding: 4px 30px;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.naviCat span:hover {
  color: #000;
}
.naviCat span:nth-last-child(1) {
  border-right: 0;
}
#messageBlock {
  margin-bottom: 60px;
}
.messageFeed {
  margin-bottom: 40px;
}
.messageFeed .message {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.messageFeed .message p {
  margin-bottom: 0;
}
.messageFeed .message a {
  color: #212529;
  text-decoration: none;
}
.messageFeed .message a:hover {
  text-decoration: underline;
}
.messageFeed .message .messageDate {
  display: block;
  font-size: 14px;
  color: #00786e;
  font-weight: 600;
}

.formQuestion {
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  max-width: 400px;
  margin-top: 50px;
  font-size: 14px;
}
.formQuestion label {
  display: block;
}
.formQuestion textarea {
  width: 100%;
}
.formQuestion button {
  background-color: #00786e;
  border-radius: 100px;
  border: 0;
  padding: 9px 20px;
  color: #fff;
}
.g-recaptcha {
  margin-bottom: 20px;
}

.sys_message {
  position:relative;
  border:1px solid;
  background-position:10px 11px!important;
  background-repeat:no-repeat!important;
  font-size:13px;
  width:99.8%;
  margin:0 0 15px;
  padding:0;
}

.attention {
  background:#fffbcc url(../../admin/images/icons/exclamation.png) 10px 11px no-repeat;
  color:#666452;
  border-color:#e6db55;
}

.information {
  background:#dbe3ff url(../../admin/images/icons/information.png);
  color:#585b66;
  border-color:#a2b4ee;
}

.success {
  background:#d5ffce url(../../admin/images/icons/tick_circle.png);
  color:#556652;
  border-color:#9adf8f;
}

.error {
  background:#ffcece url(../../admin/images/icons/cross_circle.png);
  color:#665252;
  border-color:#df8f8f;
}

.sys_message div {
  display:block;
  font-style:normal;
  line-height:1.5em;
  padding:10px 10px 10px 36px;
}

.sys_message .close {
  color:#900;
  font-size:9px;
  position:absolute;
  right:5px;
  top:5px;
}
section h2, section h2 a  {
  font-size: 26px;
  color: #00786e;
  font-weight: 400;
}
.subpageText img {
  max-width: 100%;
  height: auto;
}
.subpageText table img {
  max-width: none;
  height: auto;
  margin-right: 15px;
  margin-left:  15px;
}
.categName {
  text-align: center;
}
.categName h3 {
  font-size: 22px;
  color: #00786e;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 767px) {
  section h2 {
    font-size: 24px;
  }
  .categName h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  section h2 {
    font-size: 22px;
  }
}
section h3 {
  font-size: 18px;
  color: #00786e;
  font-weight: 700;
}
@media (max-width: 767px) {
  section h3 {
    font-size: 17px;
  }
}


#products {
  padding: 80px 0 85px;
  background: #ffffff;
}
#products .productsTitle {
  text-align: center;
  margin-bottom: 30px;

}
@media (max-width: 575px) {
  #products .productsTitle {
    margin-bottom: 0;
  }
}
#products .productItem {
  height: 100%;
  padding: 20px 5px 100px;
  position: relative;
}
#products .productItem img {
  height: auto;
  margin: 0 auto 30px;
}
#products .productItem a.buyit {
  position: absolute;
  left: 5px;
  bottom: 30px;
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #d4820a;
  border-radius: 50px;
  background: #d4820a;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 767px) {
  #products .productItem a.buyit {
    font-size: 13px;
  }
}
#products .productItem a.buyit:hover {
  background: #ffffff;
  color: #d4820a;
}
@media (max-width: 575px) {
  #products .productItem {
    padding: 50px 5px 90px;
  }
  #products .productItem img {
    width: 250px;
  }
  #products .productItem h3,
  #products .productItem span {
    text-align: center;
  }
  #products .productItem a {
    left: 50%;
    margin-left: -71px;
  }
}
#products .borderColumns > div {
  border-right: 1px solid #e2e2e2;
}
#products .borderColumns > div:nth-child(4) {
  border-right: none;
}
@media (max-width: 991px) {
  #products .borderColumns > div:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 575px) {
  #products .borderColumns > div {
    border: none;
  }
}
#news {
  padding: 45px 0 60px;
  position: relative;
  z-index: 100;
  background: #f7f7f7;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
#news .newsTitle {
  text-align: center;
  margin-bottom: 50px;
}
#news .newsItem {
  height: 100%;
  padding: 0 5px;
  position: relative;
}
@media (max-width: 991px) {
  #news .newsItem {
    padding: 0;
  }
}
#news .newsItem img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
#news .newsItem a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news .newsItem:hover h3,
#news .newsItem:hover span {
  color: #00786e;
}
@media (max-width: 575px) {
  #news .newsItem h3 {
    text-align: center;
  }
  #news .newsItem span {
    margin-bottom: 50px;
    text-align: center;
  }
  #news .newsItem img {
    width: 250px;
  }
  #products .productItem a.buyit {
    left: 50%;
  }
}
#subpage {
  margin: 50px 0;
  line-height: 1.7;
}
#subpage p {
  margin-top: 30px;
}
#subpage .cntInfo {
  text-align: center;
}
#slider.subpageSlide {
  padding: 0;
  background: url(../images/img_11.png) top center repeat-x;
}
@media(max-width: 767px) {
  #slider.subpageSlide {
    background-size: cover;
  }
}
#slider.subpageSlide .sliderNav {
  background: transparent;
}
#news.subNews {
  background: #fff;
}
.navbar li.nav-item {
  position: relative;
}
footer {
  padding: 15px 0;
  color: #ffffff;
  font-size: 14px;
  background: #00786e;
  background-size: cover;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #00786e;
}
@media (max-width: 767px) {
  footer {
    font-size: 13px;
  }
}
footer .footerLeft {
  text-align: left;
}
@media (max-width: 767px) {
  footer .footerLeft {
    text-align: center;
  }
}
footer .footerCenter {
  text-align: center;
}
footer .footerRight {
  text-align: right;
}
@media (max-width: 767px) {
  footer .footerRight {
    text-align: center;
  }
}
#nav {
  position: relative;
}
@media (min-width: 992px) {
  .navbar-nav {
    margin-right: 60px;
  }
}
.search {
  position: absolute;
  top: -6px;
  right: 0;
}
.search * {
  outline: none;
  box-sizing: border-box;
}
.search__wrapper {
  position: relative;
}
.search__field {
  width: 50px;
  height: 55px;
  color: transparent;
  font-family: Lato, sans-serif;
  font-size: 1.35em;
  padding: 0.35em 50px 0.35em 0;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.search__field:focus {
  border-bottom-color: #ccc;
  width: 50vw;
  color: #2b2b2b;
  cursor: default;
}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 10px;
  right: 0;
  outline: 0;
  background-color: #ebebeb;
  width: 40px;
  height: 40px;
  font-size: 1.05em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translatez(0);
  transform: translatez(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translatez(0);
  transform: translatez(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translatez(0);
  transform: translatez(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translatez(0);
  transform: translatez(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
@media (max-width: 991px) {
  .search {
    display: none;
  }
  #slider .sliderContent {
    text-align: left;
  }
  #slider .sliderContent a {
    padding: 9px 30px;
  }
}
.breadcrumb {
  font-size: 15px;
  padding: 0 0 10px 0;
  background: transparent;
  border-bottom: 1px solid #ccc;
  margin-bottom: 37px;
}
.breadcrumb a {
  color: #000;
  text-decoration: underline !important;
}
.productImage {
  height: 200px;
  overflow: hidden;
  line-height: 200px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.productImage img {
  max-width: 100%;
  width: auto;
  max-height: 150px;
  vertical-align: middle;
}
.productParam table {
  width: 100%;
}
.productParam table tr {
  background-color: #f2f2f2;
}
.productParam table td {
  padding: 8px;
}
.productParam table th {
  padding: 8px;
  font-weight: bold;
}
.productParam table tr:nth-child(even) {
  background-color: #fff;
}
.prodImage img {
  width: 100%;
}
.fileIcon {
  width: 29px;
  height: 30px;
  background: url("../images/blank-file-48.png") no-repeat top center;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  text-align: center;
  padding-top: 8px;
}
#ke-stazeni .fileIcon {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
.clr {
  clear: both;
}
.prodDetail h1 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 20px;
}
.prodDetail .productShort {
  margin: 10px 0;
}
.prodDetail .productPrice {
  font-size: 28px;
  font-weight: 600;
  color: #b70000;
  float: left;
  margin-top: 23px;
  margin-bottom: 40px;
}
.prodDetail .productPrice.additionalText {
  font-size: 22px;
  margin-top: 27px;
}
.prodDetail #buyProduct {
  font-size: 20px;
  padding: 9px 37px;
  border: 2px solid #d4820a;
  background: #d4820a;
  border-radius: 50px;
  color: #ffffff;
  float: left;
  font-weight: bold;
  margin-left: 27px;
  margin-top: 20px;
}
.prodDetail #buyProduct:hover {
  background: transparent;
  color: #e50000;
}
.separat {
  margin: 15px 0 5px 0;
  border-bottom: 1px solid #ccc;
  height: 2px;
}
h2.pop {
  margin-bottom: 20px;
}
#subpage .productDesc p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.other-images {
  column-count: 3;
  column-gap: 1em;
  text-align: center;
}
@media(max-width: 900px) {
  .other-images {
    column-count: 2;
  }
}
@media(max-width: 600px) {
  .other-images {
    column-count: 1;
  }
  #slider .sliderContent a {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.other-images img {
  max-width: 100%;
  margin: 20px auto;
}
.productParam a {
  color: #000;
}
.productParam a:hover {
  text-decoration: underline !important;
}
#myHeader {
  background: #fff;
}
#myHeader li.nav-item {
  padding: 20px 0;
}
.galleryImage {
  margin-top: 20px;
}
.galleryImage img {
  width: 100%;
}
.galleryImage p {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin: 10px;
}
#myHeader li.nav-item a {
  font-size: 17px;
  text-align: left;
  padding: 0px 0;
  margin-right: 20px;
  color: #000;
  font-weight: 600;
  padding-right: 20px;
  border-right: 1px solid #cccc;
}
#myHeader li.nav-item a:hover, #myHeader li.nav-item a:focus {
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #045952;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}


#myHeader.naviCat {
  background: #f9f9f9;
  padding: 6px;
  text-align: center;
  font-weight: 600;
}
#myHeader.naviCat.sticky {
  left: 0;
  padding: 10px 0;
  border-bottom: 1Px solid #ccc;
}

.zprava {
  padding-bottom: 30px;
}

.zprava_datum{
  color: #2B6FB6;
  font-weight: 300;
}

.zprava_obsah{
  color: #4e555b;
}

.slick-arrow {
  z-index: 99;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #005288;
}

.slick-prev:before, .slick-next:before {
  color: #005288;
  font-size: 16px;
}

.slick-prev:before {
  content: "<";
}
.slick-next:before {
  content: ">";
}

.btn-primary {
  background: #00786e;
  border: none;
}
.btn-primary:hover {
  background: #00a294;
}