/*
Tmavě modrá: #2a3188
Tyrkysová: #2db8c5
Červená: #e63331
Světle modrá: #15bae6
*/
/*
body.frontPage {
    border: 2px solid red;
}
*/

/* Automaticky responzivni obrazky uvnitr editoru */
.wysiwyg img {
  max-width: 100%;
  height: auto;
}

/* Cookie Consent */
.cookieconsent-com---nb {
  border-left: 1px solid #2a3188;
  border-top: 1px solid #2a3188;
  box-shadow: 0px 0px 10px silver;
}
.cookieconsent-com---palette-light .cc-nb-okagree {
  color: #fff !important;
  background-color: #2a3188 !important;
  border-color: #2a3188 !important;
}
.cookieconsent-com---palette-light .cc-cp-foot-okagree {
  background: #2a3188 !important;
  color: #fff !important;
}

/* Form File Input */
.nicms_fileUploadWrapper {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #999;
}
.nicms_fileUploadWrapper:after {
  content: attr(data-text);
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 38px;
  line-height: 38px;
  color: #333;
  /* border-radius: 5px 10px 10px 5px; */
  font-weight: 300;
}
.nicms_fileUploadWrapper:before {
  content: "Nahrát";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 38px;
  background: #999;
  color: #fff;
  font-weight: 500;
  z-index: 25;
  font-size: 14px;
  line-height: 38px;
  padding: 0 15px;
  /* text-transform: uppercase; */
  pointer-events: none;
  /* border-radius: 0 5px 5px 0; */
}
.nicms_fileUploadWrapper:hover:before {
  background: #666;
}
.nicms_fileUploadWrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  background: #2a3188;
}

::selection {
  color: #fff;
  background: #2a3188;
}

/* Fonts */
h1,
h2,
h3,
h4,
h5,
h6,
body {
  font-family: "Muli", sans-serif;
}

/* Typography */
html {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.46666667;
  color: #000;
  background-color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1589px) {
  body {
    font-size: 14px;
  }
}

div.wrap {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
}

a {
  color: #2a3188;
}
p > strong > a,
p > a > strong {
  text-decoration: underline;
}
p > a:hover > strong {
  text-decoration: none;
}

a:hover {
  color: #2db8c5;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  opacity: 0.85;
}

h1#SEOhomeTitle {
  display: inline;
  margin: 0;
  padding: 0;
}
h1#SEOhomeTitle em {
  display: none !important;
}

h2,
.likeH2 {
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
}

.strong,
strong {
  font-weight: 800;
}

.small,
small {
  font-size: 75%;
  /*font-weight: 300;*/
}

.smallExtra,
small.smallExtra {
  font-size: 65%;
  font-weight: 300;
  letter-spacing: 2px;
}

.dInline {
  display: inline !important;
}
.dInlineBlock {
  display: inline-block !important;
}

/* BG COLOR */
.bgPrimary {
  background-color: #2a3188;
}

.bgSecondary {
  background-color: #2db8c5;
}

.bgSecondaryLight {
  background-color: #e4f3f9;
}

.bgWhite {
  background-color: #fff;
}

/* FONT COLOR */
.colorPrimary {
  color: #2a3188 !important;
}

.colorSecondary {
  color: #2db8c5 !important;
}

.colorWhite {
  color: #fff !important;
}

.colorBlack {
  color: #000 !important;
}

/* BTN */
.btn {
  position: relative;
  padding: 0.5rem 1.1rem;
  font-size: 0.7rem;
  border: 0;
  border-radius: 0;
  border-bottom-right-radius: 15px;
  font-weight: 300;
}

button.btn {
  border-bottom-right-radius: 15px;
}

.btn-primary {
  background-color: #2a3188;
  color: #fff !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2db8c5;
  border-color: #2db8c5;
}

.btn-red {
  background-color: #e63331;
  color: #fff !important;
}

.btn-red:hover {
  background-color: #2db8c5;
}

.btnIcon {
  padding: 0.5rem 1.2rem 0.5rem 2.5rem;
}

.btnIcon i {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 23%; */
  width: 2rem;
  height: 100%;
  background-color: #e63331;
  line-height: 2.8;
  font-size: 0.7rem;
  border-bottom-right-radius: 15px;
}

.btnBottom {
  margin-bottom: -1rem;
}

.btnBig {
  font-size: 1.3rem;
  padding: 0.3rem 1.1rem 0rem 1.1rem;
}

.btnBig i {
  font-size: 2.4rem;
  margin-right: 0.6rem;
}

.btnBig span {
  position: relative;
  top: -10px;
  font-size: 1rem;
}

.btn-primary.focus,
.btn-primary:focus {
  /*background-color: #2a3188;*/
  background-color: #2db8c5;
  border-color: transparent;
  box-shadow: none;
}

.btnPlay i {
  background-color: #2db8c5;
}

/* GRAYSCALE IMG */
.img-grayscale {
  /*
	filter: brightness(100%) grayscale(1) contrast(100%);
	-webkit-filter: brightness(100%) grayscale(1) contrast(100%);
	-moz-filter: brightness(100%) grayscale(1) contrast(100%);
	-o-filter: brightness(100%) grayscale(1) contrast(100%);
	-ms-filter: brightness(100%) grayscale(1) contrast(100%);
	*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */

  transition: 1s filter ease;
  -webkit-transition: 1s -webkit-filter ease;
  -moz-transition: 1s -moz-filter ease;
  -ms-transition: 1s -ms-filter ease;
  -o-transition: 1s -o-filter ease;
}

a:hover .img-grayscale {
  /*
	filter: brightness(100%) grayscale(0);
	-webkit-filter: brightness(100%) grayscale(0);
	-moz-filter: brightness(100%) grayscale(0);
	-o-filter: brightness(100%) grayscale(0);
	-ms-filter: brightness(100%) grayscale(0);
	*/
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

/* OPACITY */
.opacity50 {
  opacity: 0.5;
}
.opacity75 {
  opacity: 0.75;
}
a.opacity50:hover,
a.opacity75:hover {
  opacity: 1;
}

/* LIST */
ul.list,
ul.list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.list {
  margin: 0;
}

ul.list ul {
  margin: 10px 0 0px;
}

.list li {
  padding: 0 0 5px 0px;
  position: relative;
  padding-left: 25px !important;
  font-size: 0.9rem;
  font-weight: 500;
}

.list li:before {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  font-family: FontAwesome;
  color: #5bbfc8;
  font-size: 1rem;
}

.list-angle li:before {
  content: "";
  display: inline-block;
  top: 2px;
  height: 14px;
  width: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://www.kaletech.cz/template/_web/sipka.png);
}

.list-check li:before {
  content: "";
  display: inline-block;
  top: 1px;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://www.kaletech.cz/template/_web/check.png);
}

.list-check2 li:before {
  content: "";
  display: inline-block;
  top: 1px;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://www.kaletech.cz/template/_web/check2.png);
}

/* HEADER */
header .sectionInfo {
  margin-top: 20px;
}

header .headerSocial ul {
  list-style: none;
}

header .headerSocial ul li {
  display: inline-block;
}

header .headerSocial ul li ia {
  color: #fff;
}

header .headerSocial ul li i {
  overflow: hidden;
  display: flex;
  width: 2.555rem;
  height: 2.555rem;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 1.3rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

header .headerSocial ul li span {
  font-size: 3.6rem;
}

header .headerSocial {
  margin-top: -9px;
}

header .headerSocial a {
  text-decoration: none;
  transition: 0.3s;
}

header .headerSocial a:hover {
  opacity: 0.8;
}

header .headerSocial li a.linkedIn {
  position: relative;
  top: 2px;
}

header .sectionInfo .headerIcon strong {
  font-size: 1.13rem;
}

header .sectionInfo .headerIcon .icon {
  display: inline-block;
  font-size: 3.4rem;
  margin-right: 10px;
}

header .sectionInfo .headerIcon .body {
  display: inline-block;
}

header .sectionMenu {
  background: rgb(42, 49, 137);
  margin-top: -7px;
}

header .sectionMenu nav li {
  margin: 0 0px 8px 0px;
}

header .sectionMenu nav li a {
  color: #fff;
  text-transform: uppercase;
}

header .sectionMenu nav .navbar-collapse {
  justify-content: center;
}

header .logo {
  width: 130px;
}

header .sectionMenu .menuIcon {
  font-size: 1.3rem;
}

@media only screen and (max-width: 1589px) {
  header .sectionInfo {
    margin-top: 17px;
  }

  header .sectionMenu .menuIcon {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 991px) {
  header .sectionInfo .headerIcon .icon {
    display: none;
  }

  header .sectionMenu .navbar ul.navbar-nav > li a {
    font-size: 0.8rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .headerSocial ul {
    padding-left: 0;
  }

  header .myHeaderContainer {
    max-width: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  header .sectionInfo .headerIcon .icon {
    font-size: 1.9rem;
  }

  header .sectionInfo {
    margin-bottom: 1rem;
  }

  header > .headerSocial {
    position: absolute;
    top: 38px;
    right: 0;
  }

  header > .headerSocial ul li span {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 576px) {
  header .sectionInfo .body,
  header .sectionInfo .headerIcon strong {
    font-size: 0.7rem;
  }

  header .sectionInfo {
    margin-top: 2.2rem;
    margin-bottom: 1.2rem;
  }

  header .sectionInfo .headerIcon {
    margin-top: 0.2rem;
  }

  header > .headerSocial {
    top: 7px;
    right: 98px;
  }

  header > .headerSocial ul li span {
    font-size: 2rem;
  }
}

/* MENU */
.navbar-toggler-icon {
  display: block;
  width: 1.5em;
  height: 1em;
}

.navbar-toggler {
  padding: 0.55rem 0.75rem;
}

.navbar-toggler .navbar-toggler-icon {
  color: #fff;
}

header .sectionMenu .navbar {
  padding: 0;
}

header .sectionMenu .navbar li.active a {
  background-color: #2db8c5;
  border-bottom-right-radius: 25px;
}

header .sectionMenu .navbar ul.navbar-nav > li a {
  /* padding: 1.3rem 1.8rem 0.5rem 1.8rem ; */
  /*padding: 1.2rem 1.8rem 0.5rem 1.8rem ;*/
  padding: 1.2rem 1.75rem 0.5rem 1.75rem;
  font-weight: 300;
  transition: 0.1s;
}

.nav-item.dropdown.show {
  background-color: #2db8c5;
}

header .sectionMenu .dropdown-menu {
  border: 0;
  border-radius: 0;
  background-color: #2db8c5;
  color: #fff;
  border-bottom-right-radius: 30px;
  margin: 0;
}

ul.dropdown-menu > li.nav-item {
  margin: 0;
}

ul.dropdown-menu > li.nav-item > a {
  padding: 0.3rem 1rem 0.3rem 1.8rem !important;
  /* font-size: 0.8rem; */
  font-size: 0.9rem;
}

ul.dropdown-menu > li.nav-item > a:hover {
  text-decoration: underline;
  /*color: #2a3188;*/
}

ul.dropdown-menu {
  width: 100%;
}
ul.dropdown-menu > li.section {
  padding-bottom: 0.5rem;
}
ul.dropdown-menu > li.section em {
  display: block;
  font-size: 0.8rem;
  padding: 0.3rem 1rem 0.3rem 1rem;
  font-weight: 600;
  font-style: normal;
  opacity: 0.8;
}
ul.dropdown-menu > li.section > ul.dropdown-menu {
  display: block;
  position: static;
  padding: 0 0 0 0.5rem;
}

header .sectionMenu ul.dropdown-menu a {
  text-transform: none;
}

header .sectionMenu .navbar .nav-item:hover {
  background-color: #2db8c5;
  border-bottom-right-radius: 25px;
}

header .sectionMenu .navbar .nav-item.dropdown:hover {
  border-bottom-right-radius: 0px;
}

header .sectionMenu .navbar .nav-item.dropdown .dropdown-menu li a:hover {
  border-bottom-right-radius: 30px;
}

header .sectionMenu .navbar .active.nav-item:hover {
  background-color: transparent !important;
}

.dropdown-menu .nav-item:hover {
  background-color: transparent !important;
}

header .sectionMenu .active.nav-item.dropdown a:hover {
  border-bottom-right-radius: 0;
}

header .sectionMenu .navbar li.active.dropdown:hover > a {
  border-bottom-right-radius: 0;
}

header .sectionMenu .active.nav-item.dropdown i {
  margin-left: 5px;
}

header .sectionMenu .dropdown-menu {
  /*top: 92%;*/
  top: 50px;
}

@media only screen and (max-width: 1589px) {
  header .sectionMenu .navbar ul.navbar-nav > li a {
    /*padding: 1.3rem 0.7rem 0.5rem 0.7rem;*/
    /*padding: 1rem 0.9rem 0.3rem;*/
    padding: 1rem 0.82rem 0.3rem;
    font-weight: 300;
  }

  header .sectionMenu nav li {
    margin: 0 0px 4px 0px;
  }

  header .sectionMenu .dropdown-menu {
    top: 40px;
    min-width: 7rem;
  }

  header .logo {
    width: 110px;
  }

  header .sectionInfo .headerIcon .icon {
    font-size: 2.9rem;
  }

  header .headerSocial ul li span {
    font-size: 3rem;
  }

  ul.dropdown-menu > li.nav-item > a {
    padding: 0.3rem 1rem 0.3rem 1rem !important;
  }

  header .sectionMenu .navbar ul.navbar-nav > li a {
    font-size: 0.9rem;
  }
  header .sectionMenu .navbar ul.navbar-nav > li > ul.dropdown-menu a {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 1199px) {
  header .sectionMenu .navbar ul.navbar-nav > li a {
    padding: 1rem 0.5rem 0.6rem 0.5rem;
    font-size: 0.8rem;
  }

  header .sectionMenu .dropdown-menu {
    top: 44px;
  }
}

@media only screen and (max-width: 991px) {
  header .sectionMenu .navbar li.active a {
    border-bottom-right-radius: 0;
  }

  header .sectionMenu .navbar ul.navbar-nav > li a {
    padding: 0.5rem 0.5rem 0.3rem !important;
  }
  header .sectionMenu .navbar ul.navbar-nav > li.active a {
    background-color: transparent;
  }
  .nav-item.dropdown.show {
    background-color: transparent !important;
    /* color: #2db8c5; */
  }
  header .sectionMenu .dropdown-menu {
    background-color: transparent;
    color: #2db8c5;
    padding-left: 2rem;
  }
  header .sectionMenu .navbar .nav-item:hover {
    background-color: transparent;
    border-bottom-right-radius: 0px;
  }
  header .sectionMenu .navbar .nav-item:hover > a {
    color: #2db8c5;
  }

  header .sectionMenu nav li {
    margin: 0 0px 3px 0px;
  }
  header .sectionMenu .navbar {
    justify-content: right !important;
  }
  header .sectionMenu nav .navbar-collapse {
    padding-bottom: 1rem;
  }
  ul.dropdown-menu > li.section em {
    padding-left: 0.5rem;
  }
}

/* FOOTER */
footer {
  padding: 4rem 0rem 0.3rem 0;
  background: rgb(42, 49, 137);
  background: linear-gradient(
    90deg,
    rgba(42, 49, 137, 1) 0%,
    rgba(45, 184, 197, 1) 100%
  );
}

footer .logoFooter {
  width: 140px;
}

ul.footerMenu {
  list-style: none;
  padding: 0;
}

ul.footerMenu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 300;
}

ul.footerMenu li a:hover {
  opacity: 0.85;
}

footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer a {
  color: #fff;
}

footer p.copyright {
  margin-top: 3rem;
}

.footerIcon .icon {
  margin-right: 1rem;
}

.footerIcon {
  color: #fff;
}

footer .footerIcon strong {
  font-size: 1.2rem !important;
}

footer .footerIcon .body {
  display: inline-block;
}

footer .footerIcon .icon i {
  font-size: 3.4rem;
}

footer .iconCircle {
  width: 2.3rem;
  height: 2.3rem;
  font-size: 3.5rem;
}

footer .cmsAdmin_link {
  opacity: 0.1;
}

.footerSection1 {
  margin-bottom: 2rem;
}

footer .swiss {
  width: 90px;
  margin-top: 0.2rem;
  float: left;
}

footer .footerSocial {
  float: none;
  margin-left: 0;
}

footer .footerSocial a {
  transition: 0.3s;
}

footer .footerSocial a:hover {
  opacity: 0.8;
}

footer .footerLinkAdmin a.cmsAdmin_link,
footer .footerMenu a.cmsAdmin_link {
  opacity: 1;
}

@media only screen and (max-width: 1589px) {
  footer .iconCircle {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 2.7rem;
  }

  footer .swiss {
    width: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  footer .footerIcon strong {
    font-size: 1rem !important;
  }

  footer .swiss {
    width: 60px;
  }
}

@media only screen and (max-width: 991px) {
  footer .swiss {
    width: 70px;
  }

  footer .footerIcon strong,
  footer .footerIcon .body {
    font-size: 0.8rem !important;
  }

  footer .footerIcon .icon i {
    font-size: 1.8rem;
  }

  footer .footerIcon .icon {
    margin-right: 0.1rem;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 3rem 0rem 0.3rem 0;
  }

  footer .logoFooter {
    margin-bottom: 1.5rem;
  }

  footer .footerSocial {
    float: none;
    position: relative;
    top: 16px;
  }

  footer .footerIcon {
    margin-top: 0.2rem;
    margin-bottom: 1rem;
  }

  .footerSection1 {
    margin-bottom: 0rem;
  }

  footer p.copyright {
    margin-top: 1.4rem;
  }

  footer .footerIcon strong,
  footer .footerIcon .body {
    font-size: 1rem !important;
  }

  footer .footerIcon .icon i {
    font-size: 2.6rem;
  }

  footer .swiss {
    float: none;
  }

  footer .footerContactTitle {
    margin: 1.5rem 0 0.5rem;
  }
}

/* LANGS */
.langs ul {
  list-style: none;
}

.langs ul li {
  display: inline;
  border-bottom-right-radius: 50%;
  font-size: 0.8rem;
  padding: 7px 5px;
  position: relative;
}

.langs ul li a {
  color: #fff;
}

.czLang {
  background-color: #e4f3f9;
  border-top: 1px solid rgba(21, 186, 230, 0.2);
  border-left: 1px solid rgba(21, 186, 230, 0.2);
}

.enLang {
  background-color: #2db8c5;
  border-top: 1px solid #2db8c5;
  border-left: 1px solid #2db8c5;
}

.deLang {
  background-color: #2a3188;
  border-top: 1px solid #2a3188;
  border-left: 1px solid #2a3188;
}

.czLang a {
  color: #2a3188 !important;
}

.langs ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2db8c5;
  z-index: -1;
}

.langs ul li.enLang::before {
  background-color: #2a3188;
}

.langs ul li.deLang::before {
  content: none;
}

.langMobile {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1589px) {
  .langs ul li {
    font-size: 0.7rem;
    padding: 6px 4px;
  }

  .langs ul {
    margin-bottom: 0.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .headerSocial {
    margin: 0.5rem 0 1.6rem;
  }
}

@media only screen and (max-width: 576px) {
  .headerSocial ul,
  .langs ul {
    padding: 0;
  }
}

/* ICONBOX */
.iconCircle {
  overflow: hidden;
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 8rem;
  font-size: 6.9rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.iconBox .iconCircle {
  width: 7.5rem;
  height: 7.5rem;
}

.iconBox p {
  padding: 0 1.5rem;
  line-height: 1.1;
}

.iconBox p small {
  font-size: 75%;
}

.iconBox a:hover {
  color: transparent;
}

/*NEWS STZLE*/
.newsStyle {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  height: 100% !important;
  position: relative;
}

.newsStyle .body {
  padding-top: 1rem;
  padding-bottom: 10px;
}

.newsStyle .body h4 {
  padding: 0 2.5rem;
  margin-top: 0.5rem;
  color: #000;
}

.newsStyle .body p {
  padding: 0 1.1rem;
  font-weight: 400;
  font-size: 75%;
}

.newsStyle .body h4 {
  font-size: 1.2rem;
}

.newsStyle .btnBottom {
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  bottom: -1rem;
}

.btnBottom.btnBottomLeft {
  left: 10%;
  margin-left: 0;
}

.btnBottom.btnBottomRight {
  right: 10%;
  left: auto;
  margin-left: 0;
}

.newsItemImg {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20rem;
  border-bottom-left-radius: 80px;
  background-position: 50%;
}

@media only screen and (max-width: 1589px) {
  .newsItemImg {
    height: 20rem;
    margin-right: calc(-94%);
    width: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .newsItemImg {
    margin-right: calc(-66%);
  }
}

@media only screen and (max-width: 991px) {
  .newsItemImg {
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .newsItemImg {
    height: 15rem;
    margin-right: 0;
  }
}

/* CTA */
.ctaNew {
  padding: 2rem 0;
}

.ctaNew h2,
.ctaNew h3 {
  vertical-align: middle;
  margin: 0 2rem 0.1rem 0;
}

.throbber {
  display: none;
  margin-top: 50px;
}

.throbber img {
  display: inline;
}

.close {
  color: #fff;
  opacity: 1;
}

.close:hover {
  color: #fff;
}

.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

@media only screen and (max-width: 576px) {
  .ctaNew h2,
  .ctaNew h3 {
    /*margin-bottom: 1rem;*/
    margin: 0 0rem 1rem 0;
  }
}

/*HOME CAROUSEL*/
.homecarousel .carousel-indicators {
  display: block;
  margin: 0;
  right: 0;
  top: -25px;
  left: auto;
  bottom: auto;
}

.carouselMargin {
  margin-left: 2rem;
  margin-top: 6rem;
}

.homecarousel .carousel-item p {
  padding-right: 10rem;
}

.homecarousel .carousel-item small strong {
  letter-spacing: 2px;
}

.homecarousel .carousel-item h2 {
  max-width: 90%;
  font-size: 2rem;
}

.homecarousel .carousel-indicators li {
  width: 1rem;
  height: 1rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  display: block;
  background-color: #2db8c5;
  opacity: 1;
  border-radius: 50%;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin-right: 0px;
  margin-left: 0px;
  /* margin:0; */
  margin-left: 0.3rem;
}

.homecarousel .carousel-indicators li.active {
  background-color: #2a3188;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.homeVyhody div.imgLeft {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 26rem;
  border-bottom-right-radius: 15% 30%;
  background-position: 50%;
}

.btnCarousel {
  padding: 0.7rem 1rem 0.7rem 3rem !important;
}

.btnCarousel i {
  font-size: 0.8rem;
  line-height: 2.9;
  width: 26%;
}

.carousel-indicators-numbers li {
}

.carousel-indicators-numbers li.active {
  text-indent: 0;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  line-height: 2.1;
}

.carousel-indicators-numbers li span {
  display: none;
}

.carousel-indicators-numbers li.active span {
  display: inline;
}

@media only screen and (max-width: 1589px) {
  .homeVyhody div.imgLeft {
    height: 26rem;
    margin-left: calc(-43%);
    width: auto;
  }

  .homecarousel .carousel-item p {
    padding-right: 6rem;
  }
}

@media only screen and (max-width: 1199px) {
  .homeVyhody div.imgLeft {
    height: 24rem;
    margin-left: calc(-28%);
  }

  .carouselMargin {
    margin-left: 0.4rem;
  }

  .homecarousel .carousel-item p {
    padding-right: 5rem;
  }
  .carouselMargin {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 991px) {
  .homeVyhody div.imgLeft {
    margin-left: calc(-43%);
  }

  .homecarousel .carousel-item h2 {
    font-size: 1.3rem;
  }

  .homecarousel .carousel-item p {
    padding-right: 3rem;
  }

  .homecarousel .carousel-indicators {
    top: 0px;
  }
  .carouselMargin {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .homeVyhody div.imgLeft {
    height: 13rem;
    margin-left: 0;
  }

  .homecarousel .carousel-indicators {
    top: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .homecarousel .carousel-indicators {
    right: 13px;
    top: 7px;
  }

  .homecarousel .carousel-item h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  .homecarousel .carousel-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}

/*HomeCATALOGER*/
.catalogItem {
  height: 100%;
  padding: 1rem;
  position: relative;
}

.catalogItem .btnBottom {
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -66px;
  bottom: -1rem;
}

.catalogItem .iconBox {
  margin-top: -5.1rem;
}

.homeCatalog .myMargin {
  margin-bottom: 8.5rem;
}

.catalogItem p {
  line-height: 1.6;
  font-size: 75%;
  font-weight: 400 !important;
  margin-bottom: 1.5rem;
}

.homeCatalog .contentCatalog {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 1199px) {
  .homeCatalog .myMargin {
    margin-bottom: 7.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .homeCatalog .contentCatalog {
    margin-bottom: 2.8rem;
  }
}

@media only screen and (max-width: 576px) {
  .homeCatalog .myMargin:last-child {
    margin-bottom: 3.8rem;
  }

  .homeCatalog .contentCatalog {
    margin-bottom: 3rem;
  }
}

/* OL */
ol.olBox h5 {
  margin: 0;
}

ol.olBox {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}

ol.olBox li {
  counter-increment: my-awesome-counter;
  padding-left: 4.4rem;
  position: relative;
  /* margin-bottom: 1rem; */
  margin: 0;
  padding-top: 1rem;
  min-height: 5rem;
}

ol.olBox li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: 1.8;
  width: 5rem;
  height: 5rem;
  top: 0;
  background: #2a3188;
  text-align: center;
  border-bottom-left-radius: 50%;
  z-index: 2;
}

ol.olBox li:nth-child(even):before {
  background-color: #2db8c5;
}

ol.olBox li::after {
  content: "";
  position: absolute;
  top: 0;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  width: 5rem;
  height: 5rem;
  z-index: 0;
  background-color: #2db8c5;
}

ol.olBox li:nth-child(even):after {
  background-color: #2a3188;
}

ol.olBox li:last-child:after {
  background-color: transparent;
}

.olBoxSection h3 {
  margin-bottom: 1.8rem;
}

.olBoxSection .olBofleft {
  margin-left: 6rem;
}

.olBoxSection {
  position: relative;
}

.imgRight {
  position: absolute;
  top: -103px;
  right: 0%;
  height: 160%;
  margin-right: -6%;
}

@media only screen and (max-width: 1589px) {
  .imgRight {
    height: 115%;
    top: -80px;
  }

  ol.olBox li {
    /* margin-bottom: 0.2rem; */
    padding-bottom: 0.1rem;
    padding-top: 0.4rem;
  }
}

@media only screen and (max-width: 1199px) {
  .imgRight {
    height: 80%;
    top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .imgRight {
    display: none;
  }

  .olBoxSection .olBofleft {
    margin-left: 0rem;
  }

  ol.olBox li::before {
    font-size: 1.9rem;
    width: 3.5rem;
    height: 3.5rem;
  }

  ol.olBox li {
    padding-left: 1.9rem;
    margin-bottom: 0.9rem;
    padding-top: 0rem;
  }

  ol.olBox h5 {
    max-width: 100%;
  }

  .olBox div {
    max-width: 100%;
  }

  ol.olBox li::after {
    content: none;
  }
}

/* PAGEHEADER */
section.page-header {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

section.page-header h1 {
  position: relative;
  color: #fff;
  font-size: 2.2rem;
  z-index: 100;
}

ol.breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
ol.breadcrumb a:hover {
  text-decoration: none;
}

ol.breadcrumb {
  position: relative;
  background-color: transparent;
  margin: 0;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.breadcrumb li.breadcrumbItem:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1rem;
  margin: 0 0.5rem;
}

.breadcrumb .itemLast {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  section.page-header h1 {
    font-size: 1.7rem;
  }

  section.page-heade pageHeaderGradientr {
    padding: 2rem 0 1rem;
  }

  .breadcrumb li strong,
  .breadcrumb li a {
    font-size: 0.8rem;
  }

  .wideSection {
    padding: 3.8rem 0 2rem;
  }
}

/* overlay*/
.overlay {
  position: relative;
}

.overlay:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 161, 192, 0.75);
  /* background: linear-gradient(90deg, rgba(45,184,197,0.75) 20%, rgba(42,49,137,0) 80%); */
  background: linear-gradient(
    90deg,
    rgba(45, 184, 197, 0.75) 20%,
    rgba(42, 49, 137, 0.5) 80%
  );
  z-index: 3;
}

.overlay .pageHeaderGradient {
  position: relative;
  padding: 3rem 0 2rem;
}

.pageHeaderGradient {
  padding: 3rem 0 2rem;
}

.overlay .pageHeaderGradient::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 49, 136, 0.8);
  z-index: 1;
}

.overlayImg {
  cursor: pointer;
}

.overlayImg:before {
  background: transparent;
  /* background-color: rgba(33, 150, 243, 0.45); */
  /* background-color: rgba(33, 150, 243, 0.5); */
  background-color: rgba(33, 150, 243, 0.3);
  z-index: 1;
}
/*
.overlayImg > img {
	filter: brightness(80%) grayscale(1) contrast(90%);
	-webkit-filter: brightness(80%) grayscale(1) contrast(90%);
	-moz-filter: brightness(80%) grayscale(1) contrast(90%);
	-o-filter: brightness(80%) grayscale(1) contrast(90%);
	-ms-filter: brightness(80%) grayscale(1) contrast(90%); 
	
	filter: brightness(80%) grayscale(70%) contrast(90%);
	-webkit-filter: brightness(80%) grayscale(70%) contrast(90%);
	-moz-filter: brightness(80%) grayscale(70%) contrast(90%);
	-o-filter: brightness(80%) grayscale(70%) contrast(90%);
	-ms-filter: brightness(80%) grayscale(70%) contrast(90%);

}
*/
/*
.newsStyle .overlayImg:hover > img {
    filter: brightness(100%) grayscale(60%);
	-webkit-filter: brightness(100%) grayscale(60%);
	-moz-filter: brightness(100%) grayscale(60%);
	-o-filter: brightness(100%) grayscale(60%);
	-ms-filter: brightness(100%) grayscale(60%);
}
*/
@media only screen and (min-width: 1200px) {
  .newsStyle.active .overlayImg > img {
    filter: brightness(100%) grayscale(0);
    -webkit-filter: brightness(100%) grayscale(0);
    -moz-filter: brightness(100%) grayscale(0);
    -o-filter: brightness(100%) grayscale(0);
    -ms-filter: brightness(100%) grayscale(0);
  }
}

.newsStyle.active .overlayImg:before,
.newsStyle .overlayImg:hover:before {
  background-color: transparent;
}

@media only screen and (max-width: 1589px) {
  .pageHeaderGradient {
    padding: 1.5rem 0 1rem;
  }
}

@media only screen and (max-width: 1199px) {
  .newsStyle.active .overlayImg::before {
    background-color: rgba(33, 150, 243, 0.45);
  }
}

/* CATALG CATEGORY */
.catalogCategory {
  height: 100%;
}

.catalogCategory .body {
  padding-top: 1rem;
  position: relative;
}

a.btnBottom {
  position: absolute;
  bottom: -35px;
}

.catalogCategory .body p {
  font-weight: 400;
}

.catalogCategory .body p {
  line-height: 1.166667 !important;
}

.catalogCategory .body .iconCircle {
  width: 6.2rem;
  height: 6.2rem;
  font-size: 5rem;
  margin-top: -2.2rem;
}

.catalogCategoryMargin {
  margin-bottom: 6rem;
}

.catalogCategory .body .icon {
  position: absolute;
  left: 3%;
}

.catalogCategory .body .content {
  margin-left: 30%;
}

.borderRadiusDown {
  border-bottom-right-radius: 90px;
}

.borderRadiusUp {
  border-top-left-radius: 90px;
}

.catalogCategory.catalogNoIcon .body .content {
  margin-left: 5%;
}

@media only screen and (max-width: 1586px) {
  .catalogCategory .body .iconCircle {
    width: 5.8rem;
    height: 5.8rem;
    font-size: 4.6rem;
  }
}

@media only screen and (max-width: 1199px) {
  .catalogCategory .body .iconCircle {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 3.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .catalogCategory .body .iconCircle {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 576px) {
  .catalogCategory .body .content {
    margin-left: 25%;
  }
}

/*ITEM CATALOG SIDE*/
.wideSection h2,
.wideSection h3,
.wideSection h4,
.wideSection h5 {
  color: #2a3188;
}

.catalogItemIcon span {
  font-size: 6rem;
}
.catalogItemIcon img {
  max-width: 96px;
  height: auto;
}

.catalogItemImg {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20rem;
  border-bottom-left-radius: 90px;
  background-position: 50%;
}

.catalogItemImgFloat {
  float: right;
  /*max-width: 50%;*/
  max-width: 44%;
  margin-left: 2rem;
  margin-bottom: 1.5rem;
  height: auto;
  border-bottom-left-radius: 150px;
  border: 0px solid transparent;
}

.catalogItemContent1 {
  margin-bottom: 3rem;
}

.catalogItemContent1.catItemVyroba {
  margin-bottom: 2rem;
}

.catalogItemContent1B {
  /*margin-bottom: 2rem;*/
  margin-top: 1rem;
}

.catalogItemContent1 .smallExtra strong {
  letter-spacing: 2px;
}

.catalogItemContent2 {
  background-color: #e4f3f9;
  padding: 2rem 0;
  /*margin-bottom: 3rem;*/
  margin-bottom: 1rem;
}

.catalogItemContent2 h5 {
  margin-bottom: 2rem;
}

.catalogItemContent3 {
  margin-bottom: 3rem;
}

.catalogItemContent4 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.catVideo .iframeWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.catVideo .iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
.catVideo .iframeWrapper iframe{
    width: 50%;
    height: 300px;
}
*/

.referStyle {
    border: 1px solid transparent;
    border-bottom: none;
}
.referStyle.active {
    border-color: #2db8c5;
}

.newsStyle.referStyle {
  margin-left: 10px;
  margin-right: 10px;
}

.referContent {
  border: 1px solid #2db8c5;
  margin-left: 11px;
  margin-right: 11px;
  /* margin-left: 10px;
    margin-right: 10px; */
}

.referContentSide {
  margin-bottom: 3rem;
}

.referBodyContent {
  margin: 2rem 1.5rem;
}

.referBodyContent .iframeWrapper iframe {
  width: 100%;
  height: 640px;
}

.referGallery {
  margin-top: 1rem;
}

.homeNewsSection .referBodyContent .iframeWrapper iframe {
  height: 315px;
}

.referContent h5 {
  color: #2db8c5;
}

.referStyle h6 {
  letter-spacing: 2px;
}

.referStyle .body p {
  /*padding: 0 1.1rem 2.1rem;*/
  padding: 0 1.1rem 1.4rem;
}

.referStyle .btn {
  z-index: 2;
}

.referStyle.active .btnHide {
  display: block;
}

.referStyle.active .btnShow {
  display: none;
}

.referStyle .btnHide {
  display: none;
}

.btnShow span,
.btnHide span {
  margin-right: 10px;
}

.btnHide i,
.btnShow i {
  font-size: 0.7rem;
}

.newsStyle .btnBottom.btnHide {
  margin-left: -68px;
}

.newsStyle .btnBottom.btnShow {
  margin-left: -64px;
}

div.borderActive {
  display: none;
  border-right: 1px solid #2db8c5;
  border-left: 1px solid #2db8c5;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  /* width: calc(100% - 1px); */
  /* width: calc(100% - 2px); */
  height: 49px;
  margin: 0 1px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  /*
    left: -2px;
    right: -2px;
    */
  z-index: 1;
}

.active div.borderActive {
  display: block;
}

.referBody.active {
  display: block;
}

.referBody .iconKAref {
  font-size: 6rem;
}

.pageModal .iconKAref {
  font-size: 5rem;
}

.referContent .referBody {
  padding: 3rem 3rem;
}

.referBody {
  display: none;
}

.pageModal h6,
.referContent .referBody h5,
.referContent .referBody h6 {
  color: #2db8c5;
  font-weight: bold;
}

.popumModal-dialog {
  width: 700px;
}

.popumModal-dialog .close {
  color: #fff;
  text-shadow: none;
}

.pageModal .modal-header {
  border-bottom: 0px;
}

.pageModal .iframeWrapper {
  /*padding-bottom: 35%;*/
  padding-top: 0px;
}

.modal-content {
  border: 0;
}

.referModalVideo iframe {
  width: 50%;
  height: 184px;
}

.referBodyContent .iframeWrapper {
  margin: 0 1rem 1rem 1rem;
}

@media only screen and (max-width: 1589px) {
  .catalogItemImg {
    height: 20rem;
    /*margin-right: calc(-57%);*/
    width: auto;
  }

  .wideSection2 .catalogItemImg {
    /*margin-right: calc(-44%);*/
  }

  .newsStyle.referStyle .body h4 {
    padding: 0 0.7rem;
  }

  .referBodyContent .iframeWrapper iframe {
    height: 395px;
  }

  .homeNewsSection .referBodyContent .iframeWrapper iframe {
    height: 277px;
  }

  .catalogItemContent1B {
    margin-top: 1rem;
  }

  .catalogItemImgFloat {
    max-width: 55%;
    margin-left: 1rem;
    margin-bottom: 1rem;
    border-bottom-left-radius: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .catalogItemImg {
    margin-right: calc(-39%);
  }

  .wideSection2 .catalogItemImg {
    margin-right: calc(-30%);
  }

  .newsStyle.referStyle .body h4 {
    padding: 0 0.5rem;
  }

  .btnHide,
  .btnShow,
  div.borderActive {
    display: none !important;
  }

  .catVideo .iframeWrapper iframe {
    width: 100%;
    /*height: 250px;*/
  }

  .catalogItemContent1B {
    margin-top: 0rem;
  }

  .referGallery img {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .catalogItemImg {
    /*margin-right: calc(-46%);*/
    width: 100%;
  }

  .wideSection2 .catalogItemImg {
    /*margin-right: calc(-45%);*/
  }

  .referModalVideo iframe {
    width: 70%;
    height: 180px;
  }
  /*
    .catVideo .iframeWrapper iframe{
        width: 70%;
        height: 250px;
    }
    */
  .catalogItemImgFloat {
    max-width: 55%;
  }
}

@media only screen and (max-width: 768px) {
  .catalogItemImg {
    height: 15rem;
    margin-right: 0;
  }

  .wideSection2 .catalogItemImg {
    height: 15rem;
    margin-right: 0;
  }

  .btnHide,
  .btnHide,
  div.borderActive {
    display: none !important;
  }

  .popumModal-dialog {
    width: auto;
  }

  .pageModal .iframeWrapper {
    padding-top: 0px;
  }

  .pageModal .iframeWrapper iframe {
    width: 100%;
  }

  .catalogItemContent2 {
    padding: 2rem 1rem;
  }

  .pageModal .iconKAref {
    font-size: 3.7rem;
  }

  .pageModal .modal-title {
    font-size: 1rem;
  }

  .modal-header {
    padding: 0.6rem 0.6rem;
  }

  .referModalVideo .iframeWrapper iframe {
    width: 75%;
    height: 190px;
  }
  /*
    .catVideo .iframeWrapper iframe{
        width: 70%;
        height: 200px;
    }
    */
}

@media only screen and (max-width: 576px) {
  .referModalVideo .iframeWrapper iframe {
    width: 100%;
    height: auto;
  }
  /*
    .catVideo .iframeWrapper iframe{
        width: 90%;
        height: 170px;
    }
    */
}

/* MENUSIDE */
.menuSiceContent {
  background-color: #e4f3f9;
  border-bottom-right-radius: 50px;
  padding: 2rem 0 1.5rem;
}

ul.menuSide,
ul.menuSide ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.menuSide > li > a {
  padding-bottom: 0.5rem;
}

.menuSide ul li a > span {
  margin-left: 1rem;
  display: inline-block;
}

.menuSide li {
  position: relative;
  margin-bottom: 0.6rem;
}

.menuSide li.active::before {
  font-family: kaletech;
  content: "\e9a4";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  font-size: 0.6rem;
  color: #fff;
  background-color: #2a3188;
  border-bottom-right-radius: 15px;
  padding-left: 9px;
  line-height: 2.7;
}

.menuSide li a {
  color: #2a3188;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 2rem;
  display: inline-block;
  padding-right: 0.5rem;
}

.menuSide li.section {
  padding-bottom: 0.5rem;
}
.menuSide li.section em {
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  font-weight: 500;
  font-size: 0.8rem;
  font-style: normal;
}

.menuSide li.active a {
  color: #2a3188;
  font-weight: 800;
}

@media only screen and (max-width: 991px) {
  .menuSide li a {
    font-size: 1rem !important;
  }
}

/*CAROUSEL REFER */
.referenceCarousel .carousel-indicators li {
  background-color: #e4f3f9;
  opacity: 1;
}

.referenceCarousel .carousel-indicators .active {
  opacity: 1;
  background-color: #2a3188;
}

.referenceCarousel .carousel-indicators {
  position: static;
}

.referenceCarousel img {
  /* max-width: 120px; */
}

.referenceCarousel p {
  font-style: italic;
}

.referenceCarousel small {
  letter-spacing: 3px;
}

.referenceCarousel a.carousel-control-next i,
.referenceCarousel a.carousel-control-prev i {
  font-size: 40px;
}

.referenceCarousel .carousel-control-next,
.referenceCarousel .carousel-control-prev {
  top: auto;
  width: auto;
}

.referenceCarousel .carousel-control-next:focus,
.referenceCarousel .carousel-control-next:hover,
.referenceCarousel .carousel-control-prev:focus,
.referenceCarousel .carousel-control-prev:hover {
  opacity: 1;
}

/* CATALOGER O NAS */
.catalogOnasImg {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20rem;
  border-bottom-left-radius: 150px;
  background-position: 50%;
  margin-bottom: 2rem;
}

.contatcOnasContent {
  /* font-size: 75%; */
  height: 100%;
  padding: 1.7rem 1.5rem 0.3rem 2.4rem;
}

.contatcOnasImg img {
  border-top-left-radius: 55px;
}

.catContatcColMarginImg {
  padding-right: 0;
}

.catContatcColMargin {
  padding-left: 0;
}

.contatcOnasContent h5 {
  color: #2db8c5;
}

.catalogAboutContent1 {
  margin: 3rem 0 4rem;
}

.catalogAboutContent1 .smallExtra {
  font-weight: 800;
}

.catalogAboutContent2 {
  margin: 2rem 0 3rem;
}

.catalogAboutContent3 {
  margin: 2rem 0 2rem;
}

.catalogAboutContent4 {
  margin: 2rem 0 3rem;
}

.catContatcOnasBg {
  background-color: #e4f3f9;
}

@media only screen and (max-width: 1589px) {
  .catalogOnasImg {
    height: 20rem;
    margin-right: calc(-94%);
    width: auto;
  }

  .contatcOnasContent h5 {
    font-size: 1.1rem;
  }

  .contatcOnasContent p {
    margin-bottom: 0.8rem;
  }

  .contatcOnasContent {
    padding: 1rem 1rem 0rem 1.2rem;
  }
}

@media only screen and (max-width: 1199px) {
  .catalogOnasImg {
    margin-right: calc(-66%);
  }

  .contatcOnasContent {
    padding: 1rem 0.8rem 0.3rem 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .catalogOnasImg {
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .catalogOnasImg {
    height: 15rem;
    margin-right: 0;
  }

  .catContatcColMarginImg {
    padding-right: 15px;
  }

  .catContatcColMargin {
    padding-left: 15px;
  }

  .contatcOnasContent {
    font-size: 100%;
    padding: 1.5rem 1rem 1rem 1rem;
  }

  .referenceCarousel img {
    max-width: 160px;
    max-height: 120px;
  }
  .referenceCarouselBody {
    margin-top: 0 !important;
  }
}

/* TIMELINE */
.timeline h6 {
  color: #2a3188;
}

.timeline .body p {
  font-weight: 500;
}

.timeline img {
  border-bottom-left-radius: 55px;
  z-index: 0;
}

.timeline img.timelineImgRight {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 55px;
}

.timeline .timelineCurves {
  height: 5rem;
  position: relative;
}

.timeline .timelineCurve1 {
  position: absolute;
  /*top: -22.5%;*/
  top: -18px;
  left: -8.8%;
  width: 60%;
  height: 75%;
  border-left: 2px solid #2db8c5;
  border-bottom: 2px solid #2db8c5;
  border-bottom-left-radius: 50px;
  background-color: transparent;
  z-index: -2;
}

.timeline .timelineCurve2 {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 53%;
  height: 1px;
  border: 1px solid #2db8c5;
}

.timeline .timelineCurve3 {
  position: absolute;
  /*bottom: -25%;*/
  top: 40px;
  right: 34%;
  width: 15%;
  height: 75%;
  border-right: 2px solid #2db8c5;
  border-top: 2px solid #2db8c5;
  border-top-right-radius: 50px;
  background-color: transparent;
  z-index: -2;
}

.timeline .timelineCurves2 .timelineCurve1 {
  position: absolute;
  top: auto;
  /*bottom: -25%;*/
  top: 40px;
  left: -8.8%;
  width: 60%;
  height: 75%;
  background-color: transparent;
  z-index: -2;
  border: 0;
  border-top: 2px solid #2db8c5;
  border-left: 2px solid #2db8c5;
  border-radius: 0px;
  border-top-left-radius: 50px;
}

.timeline .timelineCurves2 .timelineCurve2 {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 60%;
  height: 1px;
  border: 1px solid #2db8c5;
}

.timeline .timelineCurves2 .timelineCurve3 {
  position: absolute;
  bottom: auto;
  /*top: -22%;*/
  top: -18px;
  right: 34%;
  width: 15%;
  height: 75%;
  border: 0;
  border-right: 2px solid #2db8c5;
  border-bottom: 2px solid #2db8c5;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 50px;
  background-color: transparent;
  z-index: -2;
}

.timeline div.timelineRow:last-child {
  display: none;
}

@media only screen and (max-width: 1589px) {
  .timeline .timelineCurve1 {
    /*top: -22.4%;*/
    top: -18px;
    left: -7%;
    width: 58%;
    height: 75%;
  }

  .timeline .timelineCurve2 {
    top: 50%;
    left: 5%;
    width: 50%;
    height: 1px;
  }

  .timeline .timelineCurve3 {
    /*bottom: -25%;*/
    top: 40px;
    right: 34%;
    width: 15%;
    height: 75%;
  }

  .timeline .timelineCurves2 .timelineCurve1 {
    top: auto;
    /*bottom: -24.3%;*/
    top: 40px;
    left: -7%;
    width: 58%;
    height: 75%;
  }

  .timeline .timelineCurves2 .timelineCurve2 {
    top: 50%;
    left: 3%;
    width: 50%;
    height: 1px;
  }

  .timeline .timelineCurves2 .timelineCurve3 {
    bottom: auto;
    /*top: -23%;*/
    top: -18px;
    right: 34%;
    width: 15%;
    height: 75%;
    border: 0;
    border-right: 2px solid #2db8c5;
    border-bottom: 2px solid #2db8c5;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 50px;
  }

  .timeline .body h3 {
    font-size: 1.5rem;
  }

  .timeline .body p {
    font-size: 89%;
  }
}

@media only screen and (max-width: 1199px) {
  .timeline .timelineCurve1 {
    /*top: -22.5%;*/
    top: -18px;
    left: -8%;
    width: 59%;
    height: 75%;
  }

  .timeline .timelineCurve2 {
    top: 50%;
    left: 5%;
    width: 48%;
    height: 1px;
  }

  .timeline .timelineCurve3 {
    /*bottom: -25%;*/
    top: 40px;
    right: 34%;
    width: 15%;
    height: 75%;
  }

  .timeline .timelineCurves2 .timelineCurve1 {
    top: auto;
    /*bottom: -24.7%;*/
    top: 40px;
    left: -8%;
    width: 59%;
    height: 75%;
  }

  .timeline .timelineCurves2 .timelineCurve2 {
    top: 50%;
    left: 3%;
    width: 50%;
    height: 1px;
  }

  .timeline .timelineCurves2 .timelineCurve3 {
    bottom: auto;
    /*top: -22.5%;*/
    top: -18px;
    right: 34%;
    width: 15%;
    height: 75%;
    border: 0;
    border-right: 2px solid #2db8c5;
    border-bottom: 2px solid #2db8c5;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 50px;
  }

  .timeline .body h3 {
    font-size: 1.2rem;
  }

  .timeline .body h6 {
    font-size: 1rem;
  }

  .timeline .body p {
    font-size: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .timeline .timelineRowCurves {
    display: none;
  }

  .timelineRow {
    margin-bottom: 3rem;
  }

  .carSection2 h2 {
    color: #e4f3f9;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
}

/* KARIERA */
.carSection1 {
  margin-bottom: 4rem;
}

.carSection2 {
  background-color: #2a3188;
  padding: 3rem 3rem;
}

.carSection2 .smallExtra {
  color: #2db8c5;
}

.carSection2 h2 {
  color: #e4f3f9;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.carSection2 li {
  color: #e4f3f9;
  font-weight: 600;
}

.carSection3 {
  margin: 3rem 0 2rem;
}

.carSection4 {
  margin: 3rem 0 2rem;
}

.careerCard .head h5 {
  color: #fff;
  background-color: #2a3188;
  border-top-right-radius: 30px;
  display: inline-block;
  padding: 0.8rem 2rem 0.5rem 3rem;
  margin: 0;
}

.careerCard .body {
  padding: 3rem;
}

.careerCard .body i.icon-obalka2 {
  font-size: 1.6rem;
  position: relative;
  top: 7px;
}

.icon-obalka2.colorBlack:before {
  color: #000;
}

.careerCard a.btn > span {
  font-weight: 500;
}

.careerCard .body a:hover {
  color: #2a3188 !important;
}

.careerCard .body a.btnBottom {
  bottom: 0px;
}

.careerCard .body .btnIcon i {
  left: 0;
  width: 17%;
}

.careerRow {
  margin-bottom: 6rem;
}

div.careerRow:last-child {
  margin-bottom: 1rem;
}

.careerCard .body a.careerEmail {
  margin-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .careerCard .body a.careerEmail {
    display: block;
    margin-left: 0rem;
  }

  div.careerRow:last-child {
    margin-bottom: 6rem;
  }

  .careerCard .head h5 {
    padding: 0.8rem 2rem 0.5rem 2rem;
  }

  .carSection2 {
    padding: 2rem 1.7rem;
  }

  .careerCard .body h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .careerCard .body {
    padding: 1rem 2rem 2rem;
  }
}

@media only screen and (max-width: 576px) {
  .careerCard .head h5 {
    padding: 0.8rem 1rem 0.5rem 2rem;
  }

  .careerCard .body {
    padding: 1rem 1rem 2rem;
  }

  .careerCard .body h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.7rem;
  }
}

/* KONTAKT */
.contactImg {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20rem;
  border-bottom-left-radius: 125px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contactImgTitle {
  /*border-bottom-left-radius: 125px;*/
  border-bottom-left-radius: 75px;
}

.contactImgTitle:hover {
  opacity: 0.9;
}

.contactDetail span {
  font-size: 1rem;
  font-weight: 800;
  margin-left: 0.6rem;
  position: relative;
  top: -8px;
}

.contactDetail .icon-obalka2:before {
  color: #2db8c5;
}

.contactDetail.contactDetail2 {
  position: relative;
  top: -7px;
}

.contactDetail a {
  color: #000;
}

.contactDetail a:hover {
  text-decoration: none;
  color: #2db8c5;
}

.webContactInfo p {
  font-weight: 400;
}

.iconContact {
  font-size: 1.8rem;
}

.contactRowSection1 {
  margin-bottom: 5rem;
}

.contactRowSection2 h6 {
  margin-bottom: 2rem;
}

/* FORM */
.form-control {
  border-radius: 0;
  /* border: 1px solid #000; */
  /* border: 1px solid #2a3187; */
  border: 1px solid #999;
}

textarea.form-control {
  border-bottom-right-radius: 70px;
  min-height: 225px;
}

input.form-control::placeholder {
  /*    position: relative;
    top: -9px;
    left: -6px; */
}

textarea.form-control::placeholder {
  /*    position: relative;
    top:-3px;
    left: -6px; */
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  /* font-size: 0.6rem; */
  font-size: 1rem;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1rem;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1rem;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1rem;
}

.btn.btnform {
  position: relative;
  padding: 0.6rem 1.5rem 0.6rem 2.9rem !important;
  border-bottom-right-radius: 18px;
  /*float: right;*/
}

.btn.btnform::before {
  content: "\e9a4";
  font-family: kaletech;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30%;
  height: 100%;
  background-color: #e63331 !important;
  border-bottom-right-radius: 18px;
  font-size: 0.8rem;
  line-height: 2.6;
}
.btn.btnform.btnBig::before {
  width: 25%;
  font-size: 1rem;
  line-height: 3;
}

/* contactPerson */
.contact1 .contactPerson {
  border-top-right-radius: 70px;
}

.contactPerson img {
  border-top-right-radius: 70px;
}

.contactPerson {
  margin-right: 2rem;
}

.contactPerson .body {
  padding: 2rem 0 1rem;
}

.contactPerson .body .contactPersonTitle h5 {
  margin-bottom: 0;
}

.contactPerson .body .contactPersonPopis {
  margin-top: 0.2rem;
}

.contactPersonTitle small {
  font-weight: 400;
}

.contactPerson .body .contactPersonTitle {
  margin-bottom: 1rem;
}

.contactPerson .body .contactPersonContact {
  margin-left: 20%;
}

.contactPerson .body .contactPersonContact a {
  color: #000;
}

.contactPerson .body .contactPersonContact i {
  font-size: 1.8rem;
}

.contactPerson .body .contactPersonContact i.icon-obalka2:before {
  color: #2db8c5;
}

.contactPerson .body .contactPersonContact span {
  position: relative;
  top: -8px;
  margin-left: 9px;
  font-size: 0.8rem;
}

.contactPerson .body .contactPersonContact small {
  font-weight: 400;
}

.contactPerson .body .contactPersonPosition a:hover {
  text-decoration: none;
}

.contactPerson .body .contactPersonPosition {
  position: relative;
  top: -7px;
}

@media only screen and (max-width: 1589px) {
  .contactImg {
    height: 21rem;
    margin-right: calc(-82%);
    width: auto;
    background-position: 60%;
  }
}

@media only screen and (max-width: 1199px) {
  .contactImg {
    height: 20rem;
    margin-right: calc(-64%);
    background-position: 85%;
  }

  .contactPerson .body .contactPersonContact {
    margin-left: 10%;
  }

  .contactRowSection1 {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 991px) {
  .contactImg {
    height: 20rem;
    margin-right: calc(-60%);
  }
}

@media only screen and (max-width: 768px) {
  .contactImg {
    height: 11rem;
    margin-right: 0;
  }

  .contactPerson {
    margin-right: 0rem;
  }

  textarea.form-control {
    height: 4.4rem;
    min-height: 0px;
  }

  input {
    margin-bottom: 0.5rem;
  }

  .contactRowSection2 h6 {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .contactImg {
    height: 9rem;
  }

  .contactRowSection2 h6 {
    margin-top: 2rem;
    font-size: 1.8rem;
  }

  textarea.form-control {
    height: auto;
  }

  .contactPerson {
    margin: 2rem;
  }

  .contactRowSection1 {
    margin-bottom: 2rem;
  }

  .contactPerson .body {
    padding: 1.5rem 0 1rem;
  }
}

/* Google Maps */
.googleMap {
  width: 100%;
  max-width: 100%;
  height: 440px;
  margin: 1rem 0 0 0;
}

.googleMap img {
  max-width: none;
}

.googleMapSection h6 {
  margin-bottom: 0 !important;
  font-weight: 800;
}

/* CERTIFIKÁTY */
.certifikatStyle {
  height: 100%;
  position: relative;
}

.certifikatMargin {
  margin-bottom: 7rem;
}

.certifikatStyle .certifikatHead img {
  border: 1px solid #2a3188;
}

.certifikatStyle .certifikatBody h6 {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
}

.certifikatStyle .certifikatHead {
  margin: 0 1.8rem 0;
}

.certifikatStyle .certifikatBody p {
  font-size: 85%;
}

.certifikatStyle .certifikatBtn {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
}

.certifikatStyle .certifikatBtn a {
  position: relative;
  margin-left: -84px;
  bottom: -1rem;
  padding: 0.5rem 0.9rem 0.5rem 3rem;
}

.certifikatStyle .certifikatBtnDE a {
  margin-left: -97px;
}

.downloadBtn i {
  line-height: 2.2;
  font-size: 0.9rem;
}

.downloadBtn span {
  font-size: 0.8rem;
}

@media only screen and (max-width: 1589px) {
  .certifikatStyle .certifikatHead {
    margin: 0 1rem 0;
  }
}

/* CONTACT */
.contact {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}

.contact h4 {
  margin-bottom: 0;
}

.contact .contactPerson {
  height: 100%;
  margin: 0;
  border-top-right-radius: 70px;
}

.contact .contactPerson .body .contactPersonContact {
  margin-left: 13%;
}

@media only screen and (max-width: 768px) {
  .contact .contactPerson {
    height: auto;
  }
  .contact .contactPerson .body {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 576px) {
  .contact .contactPerson {
    padding: 0;
  }

  .contact {
    margin-bottom: 0rem;
  }
}

/* TEXTBOX */
.textBox .textBoxNumber {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  line-height: 2.7;
  border-bottom-right-radius: 30px;
}

.textBox h5 {
  font-size: 1.2rem;
}

.textBox p {
  font-size: 85%;
  margin: 0 3rem;
}

.textBox .textBoxMargin {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1589px) {
  .textBox p {
    margin: 0 0.6rem;
  }
}

@media only screen and (max-width: 1199px) {
  .textBox p {
    margin: 0 0rem;
  }
}

@media only screen and (max-width: 768px) {
  .textBox .textBoxMargin {
    margin-bottom: 2rem;
  }

  .textBox p {
    /*font-size: 85%;*/
    margin: 0;
  }
}

@media only screen and (max-width: 576px) {
  .textBox .textBoxNumber {
    margin: 0 auto 0.6rem;
  }

  .textBox .textBoxMargin {
    margin-bottom: 3rem;
  }
}

/* CONTENT GDPR */
.catalogItemContentGDPR h5,
.catalogItemContentGDPR h6 {
  color: #2db8c5;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.catalogItemContentGDPR > ol,
.catalogItemContentGDPR p {
  font-size: 80%;
}

.catalogItemContentGDPR > ol {
  padding-left: 0;
}

.catalogItemContentGDPR ul {
  padding-left: 17px;
  font-size: 80%;
}

.catalogItemContentGDPR ol {
  counter-reset: item;
  margin-bottom: 1rem;
}

.catalogItemContentGDPR li {
  margin-bottom: 0.4rem;
}

.catalogItemContentGDPR ol li {
  display: block;
}

.catalogItemContentGDPR ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

.catalogItemContentGDPR > ol > li:before {
  color: #2db8c5;
  font-weight: 800;
}

@media only screen and (max-width: 991px) {
  .downGDPR a {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .catalogItemContentGDPR h5,
  .catalogItemContentGDPR h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.4rem;
  }
}

/* SECTIONS */
.homeSection {
  padding: 3.8rem 0;
}

.wideSection {
  padding: 3.8rem 0 2rem;
  /*padding: 1.2rem 0 2rem;*/
}

@media only screen and (max-width: 991px) {
  .homeSection {
    padding: 2.8rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .wideSection {
    padding: 1.8rem 0 1.2rem;
    /*padding: 1.2rem 0 1.2rem;*/
  }
}

@media only screen and (max-width: 576px) {
  .homeSection {
    padding: 1.8rem 0;
  }
}

/* pagination */
.myPaination {
  margin-top: 2rem;
  margin-bottom: 0;
  margin-right: 15px;
  justify-content: flex-end;
}

.myPaination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.myPaination .page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-bottom-right-radius: 15px;
}

.myPaination .page-item.disabled .page-link {
  color: #fff;
  background-color: #2a3188;
  border-color: #2a3188;

  opacity: 0.5;
}

.myPaination .page-link {
  color: #fff;
  background-color: #2a3188;
  border: 1px solid #2a3188;

  padding: 0.5rem 1.1rem;
  font-size: 0.7rem;
  font-weight: 300;
}

.myPaination .page-item.active .page-link {
  color: #fff;
  background-color: #2db8c5;
  border-color: #2db8c5;
}

@media only screen and (max-width: 1199px) {
  .myPaination {
    justify-content: center;
    margin-right: 0;
    margin-top: 1rem;
  }
}

/* LANGOFF */
.langOff.overlay {
  padding: 3rem;
}

.langOff.overlay::before {
  z-index: 0;
}

.langOff p {
  position: relative;
}

.langOff .langOffContent {
  background: rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 0 0 80px;
}
.langOff .langOffContent hr {
  opacity: 0.2;
}

/* OTHER */
.rowVA {
  align-items: center;
}

.jfCenter {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.textUppercase {
  text-transform: uppercase;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.h100vh {
  height: 100vh;
}

.mt0 {
  margin-top: rem;
}
.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt3 {
  margin-top: 3rem;
}
.mt4 {
  margin-top: 4rem;
}
.mt5 {
  margin-top: 5rem;
}
.mt6 {
  margin-top: 6rem;
}

.mb0 {
  margin-bottom: 0rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.mb3 {
  margin-bottom: 3rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.mb5 {
  margin-bottom: 5rem;
}
.mb6 {
  margin-bottom: 6rem;
}

.ml1 {
  margin-left: 1rem;
}
.ml2 {
  margin-left: 2rem;
}
.ml3 {
  margin-left: 3rem;
}
.ml4 {
  margin-left: 4rem;
}
.ml5 {
  margin-left: 5rem;
}

hr {
  border-top: 1px solid #e4f3f9;
}

.iframeWrapper iframe {
  /*border-bottom-left-radius: 90px;*/
  border-top-right-radius: 70px;
}

.referBodyContent img {
  /*border-top-right-radius: 70px;*/
}

.catVideo {
  margin-bottom: 4rem;
}

/**/
.openModalFixed {
  position: fixed;
  right: 10px;
  bottom: 20px;
  background-color: #e63331;

  border-radius: 3px;
  z-index: 99;
}

.openModalFixed > div {
  position: relative;
}

.openModalFixed div:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #e63331;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;

  -webkit-clip-path: polygon(15% 0, 0 100%, 100% 0);
  clip-path: polygon(15% 0, 0 100%, 100% 0);
}

.openModalFixed > div > a {
  padding: 16px;
  display: block;
}

.openModalBtn {
  color: #fff;
  font-size: 12px;
  /*font-weight: bold;*/
}
.openModalBtn:focus,
.openModalBtn:hover {
  color: #fff;
  text-decoration: none;
}

.openModalBtn i {
  display: none;
}

@media only screen and (max-width: 768px) {
  .openModalBtn i {
    display: block;
    font-size: 45px;
  }

  .openModalBtn span {
    display: none;
  }

  .openModalFixed div:after {
    content: none;
  }

  .openModalFixed {
    right: 0px;
    bottom: 0px;
    border-radius: 0;
    z-index: 99999999999;
  }

  .openModalFixed > div {
    padding: 0px;
    width: 55px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*REFDETAIL*/
.refDetail .iconKAref {
  font-size: 6rem;
}
.refDetail h5 {
  color: #2db8c5;
}

.refDetail h4 {
  font-size: 1.2rem;
}

iframe {
  width: 100%;
  height: 100%;
}

.refDetail .iframeWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}

.refDetail .iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  height: 97%;
}

.refDetail img.refImg {
  /*border-bottom-left-radius: 150px;*/
}

@media only screen and (max-width: 991px) {
  .refDetail .iframeWrapper {
    margin-bottom: 3rem;
  }

  .refDetail img.refImg {
    border-bottom-left-radius: 0;
  }
}

@media only screen and (max-width: 576px) {
  .btnRefDetail {
    margin-bottom: 1rem;
  }
}

/*share*/
.sharePageLinks {
  /*margin-bottom: 5px;*/
  margin-bottom: 1rem;
}

.sharePageLinks ul {
  list-style-type: none;
  display: inline;
  padding-left: 1rem;
}

.sharePageLinks ul li {
  padding: 0 2px;
}

.sharePageLinks span,
.sharePageLinks ul li {
  display: inline-block;
}

/**/
.btnRefDetail {
  margin-right: 0.5rem;
}

.btnRefDetail,
.btnRefModal {
  font-weight: 400;
  font-size: 0.8rem;
}

.btnRefDetail i {
  background-color: #2a3188;
}

.btnRefModal {
  border-bottom-right-radius: 15px !important;
  margin-left: 0.5rem;
}

.btnRefDetail i,
.btnRefModal i {
  line-height: 1.5;
  font-size: 1.6rem;
  width: 2.45rem;
  /* left: 4px; */
}

.btnRefModal i {
  line-height: 1.2;
  font-size: 1.9rem;
}

.btnIcon.btnRefDetail,
.btnIcon.btnRefModal {
  padding: 0.6rem 1.2rem 0.6rem 2.8rem;
}
.modal-bodyPopup .btnRefDetail {
  margin-right: 0rem;
}

.required.errored.fullwidth.has-error textarea,
.required.errored.has-error input {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24 !important;
}

.g-recaptcha.errored {
  background-color: #f8d7da;
  display: inline-block;
  padding: 4px 2px 2px 4px;
}

/*FACEBOOK FOOTER*/
.footerFacebook {
  position: relative;
  top: -12px;
}
.footerFacebook i {
  color: #2db8c5;
  background: #fff;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1589px) {
  footer .swiss {
    width: 70px;
  }

  footer .iconCircle {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 2.7rem;
  }

  .footerFacebook {
    top: -8px;
  }

  .footerFacebook i {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1199px) {
  footer .footerSocial,
  footer .swiss {
    float: none;
    margin-top: 0;
    margin-bottom: 0.2rem;
  }

  footer .footerSocial {
    display: block;
    margin-bottom: 0;
  }

  .footerFacebook {
    top: -7px;
  }
}

/*FACEBOOK HEADER*/
.langHeader {
  margin-right: 18px;
}

li.headerFacebook {
  position: relative;
  top: -18px;
  transition: 0.3s;
}

li.headerFacebook:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1589px) {
  li.headerFacebook {
    position: relative;
    top: -15px;
  }

  header .headerSocial ul li i {
    width: 2.12rem;
    height: 2.12rem;
    font-size: 1rem;
  }

  .langHeader {
    margin-right: 14px;
    margin-bottom: 12px;
  }
}

/* ELLIPSIS */
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* EN */
.body-en header .sectionMenu .navbar ul.navbar-nav > li a {
  padding: 1.2rem 1.5rem 0.5rem 1.5rem;
}

.body-en .catalogItem .btnBottom {
  margin-left: -73px;
}

.body-en .newsStyle .btnBottom.btnShow {
  margin-left: -71px;
}

.body-en .newsStyle .btnBottom.btnHide {
  margin-left: -70px;
}

.body-en .newsStyle .btnBottom {
  margin-left: -61px;
}

.body-en .catalogCategory .btnIcon i {
  width: 28%;
}

.body-en .btnIcon.btnRefDetail {
  padding: 0.5rem 1.2rem 0.5rem 2.4rem;
}

.body-en .btnCarousel {
  padding: 0.7rem 1rem 0.7rem 3.2rem !important;
}

.body-en .careerCard .btnIcon {
  padding: 0.5rem 1.2rem 0.5rem 3rem;
}

.body-en ol.olBox li {
  padding-top: 0.5rem;
}

@media only screen and (max-width: 1589px) {
  .body-en header .sectionMenu .navbar ul.navbar-nav > li a {
    font-size: 0.8rem;
    padding: 1rem 0.8rem 0.3rem;
  }

  .body-en header .sectionMenu .dropdown-menu {
    top: 37px;
  }
}

@media only screen and (max-width: 1199px) {
  .body-en header .sectionMenu .navbar ul.navbar-nav > li a {
    font-size: 0.7rem;
    padding: 1rem 0.6rem 0.3rem;
  }

  .body-en .menuSide li a {
    font-size: 0.85rem;
  }

  .body-en .contactPerson .body .contactPersonContact i {
    font-size: 1.5rem !important;
  }

  .body-en .contactPerson .body .contactPersonContact span {
    margin-left: 4px;
    font-size: 0.7rem;
  }

  .body-en .contact .contactPerson .body .contactPersonContact {
    margin-left: 10%;
  }

  .body-en header .sectionMenu .dropdown-menu {
    top: 36px;
  }

  .body-en header .sectionMenu .navbar ul.navbar-nav > li > ul.dropdown-menu a {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 576px) {
  .body-en .contactPerson .body .contactPersonContact i {
    font-size: 1.8rem !important;
  }

  .body-en .contactPerson .body .contactPersonContact span {
    margin-left: 9px;
    font-size: 0.8rem;
  }

  .body-en .contact .contactPerson .body .contactPersonContact {
    margin-left: 13%;
  }
}

/* DE */
.body-de header .sectionMenu .navbar ul.navbar-nav > li a {
  padding: 1.2rem 1.3rem 0.5rem;
  font-size: 15px;
}

.body-de .btnIcon i {
  width: 19%;
}

.body-de .btnCarousel {
  padding: 0.7rem 1rem 0.7rem 2.6rem !important;
}

.body-de .btnCarousel i {
  width: 21%;
}

.body-de .btnIcon {
  padding: 0.5rem 1.2rem 0.5rem 2.5rem;
}

.body-de .catalogItem .btnBottom {
  margin-left: -78px;
}

.body-de .newsStyle .btnBottom.btnShow {
  margin-left: -77px;
}

.body-de .newsStyle .btnBottom.btnHide {
  margin-left: -86px;
}

.body-de .catalogCategory .btnIcon i {
  width: 22%;
}

.body-de .newsStyle .btnBottom {
  margin-left: -67px;
}

.body-de ol.olBox li {
  padding-top: 0.6rem;
}

.body-de .menuSide li a {
  font-size: 0.85rem;
}

.body-de .careerCard .body .btnIcon i {
  width: 11%;
}

.body-de ul.dropdown-menu > li.nav-item > a {
  padding: 0.3rem 1rem 0.3rem 1rem !important;
}

.body-de header .sectionMenu .dropdown-menu {
  min-width: 6.7rem;
}

@media only screen and (max-width: 1589px) {
  .body-de header .sectionMenu .navbar ul.navbar-nav > li a {
    font-size: 0.7rem;
    padding: 1rem 0.8rem 0.4rem;
  }

  .body-de header .sectionMenu .navbar ul.navbar-nav > li > ul.dropdown-menu a {
    font-size: 0.7rem;
  }

  .body-de header .sectionMenu .dropdown-menu {
    top: 38px;
    min-width: 6.7rem;
  }

  .body-de ul.dropdown-menu > li.nav-item > a {
    padding: 0.3rem 1rem 0.3rem 0.8rem !important;
  }
}

@media only screen and (max-width: 1199px) {
  .body-de ol.olBox li::after {
    background-color: transparent;
  }

  .body-de header .sectionMenu .navbar ul.navbar-nav > li a {
    font-size: 0.67rem;
    padding: 1rem 0.4rem 0.4rem;
  }

  .body-de header .sectionMenu .dropdown-menu {
    top: 37px;
  }

  .body-de .contactPerson .body .contactPersonContact i {
    font-size: 1.5rem !important;
  }

  .body-de .contactPerson .body .contactPersonContact span {
    margin-left: 4px;
    font-size: 0.7rem;
  }

  .body-de .contact .contactPerson .body .contactPersonContact {
    margin-left: 10%;
  }

  .body-de .certifikatStyle .certifikatBtn a {
    padding: 0.5rem 0.6rem 0.5rem 2.6rem;
  }

  .body-de .menuSide li a {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 576px) {
  .body-de .contactPerson .body .contactPersonContact i {
    font-size: 1.8rem !important;
  }

  .body-de .contactPerson .body .contactPersonContact span {
    margin-left: 9px;
    font-size: 0.8rem;
  }

  .body-de .contact .contactPerson .body .contactPersonContact {
    margin-left: 13%;
  }

  .body-de .homeSection.homeCatalog h2 {
    font-size: 1.4rem;
  }

  .body-de section.page-header h1 {
    font-size: 1.4rem;
  }
}

/**/
img.certifiedPartner {
  display: block;
  max-width: 80px;
  margin-bottom: 10px;
}

.btnRefModalDetail {
  margin: 1rem 0 0 0;
}

div.contentDetailLead > p {
  font-size: 1.25rem;
  font-weight: 300;
}

.rotator {
  /*width: 600px;*/
  width: 100%;
  height: 470px;
  position: relative;
}

.rotatorVolta {
  height: 450px;
}

.rotatorCanduro {
  height: 450px;
}

.rotator img {
  border-radius: 0;
  position: absolute;
  bottom: 35px;
  z-index: 99;
  left: calc(50% - 45px);
}

.rotator.rotatorCanduro img {
  bottom: 15px;
}

.theme_panel {
  display: none !important;
}

/* FOOTER LOGO */
.footerSocialBody .footerSocial {
  float: none;
}

.footerLogo .swiss {
  float: none;
  margin-top: 1rem;
}

.footerLogo {
  margin-top: 0.3rem;
}

.footerLogo .certified {
  width: 50px;
  margin-right: 5px;
}

@media only screen and (max-width: 1589px) {
  .footerLogo {
    margin-top: 1rem;
  }

  .footerLogo .certified {
    width: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .footerLogo {
    margin-top: 0rem;
  }
}

@media only screen and (max-width: 768px) {
  .footerLogo {
    margin-top: 1.4rem;
    margin-bottom: 1rem;
  }
}

/**/
.specialLinkBtn i {
  line-height: 2.33;
  font-size: 1.1rem;
}

.textBlack {
  color: #000 !important;
}

/**/
.daterangepicker.single.ltr .ranges {
  float: none;
  text-align: center;
}

.daterangepicker.single.ltr .ranges button {
  border-radius: 0;
}
.daterangepicker.single.ltr .ranges button.applyBtn {
  background-color: #2a3188;
}
.daterangepicker.single.ltr .ranges button.cancelBtn {
  border: 1px solid #dadada;
}

#ajaxFormServis .form-control {
  color: #333;
}

.required.errored.has-error select {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/**/

.headerServis {
  position: relative;
  top: 16px;
  margin-left: 35px;
}

.btnObjednavkaServisu {
  padding-top: 0.3rem;
  padding-right: 0.7rem;
  padding-bottom: 0.3rem;
  font-weight: bold;
}

footer .btnObjednavkaServisu {
  padding-right: 0.5rem;
}

.btnObjednavkaServisu.btnIcon i {
  line-height: 3.8em;
}
.btnObjednavkaServisuLg {
  padding-top: 0.3em;
  padding-right: 0.8em;
  padding-bottom: 0.3em;
  font-weight: bold;
}
.btnObjednavkaServisuLg.btnIcon i {
  line-height: 1.9em;
}

.headerServisLg {
  position: absolute;
  left: 48px;
  bottom: -15px;
}

.footerServisWrapper {
  margin-bottom: 40px !important;
}
.footerServis {
  position: absolute;
  left: 0px;
  bottom: -30px;
}
.footerServis .btnObjednavkaServisu.btnIcon i {
  line-height: 2.2em;
}

/*header style 2*/
.headerServisStyle2 {
  position: relative;
  /*top: 16px;*/
  top: 7px;
  margin-left: 0px;
  /*width: 100%;*/
  width: 80%;
}

.headerServisStyle2 a {
  width: 100%;
  /*font-size: 1.2rem;*/
  font-size: 0.77rem;
}

.headerServisStyle2 .btnObjednavkaServisu {
  /*padding-top: 0.7rem;*/
  padding-top: 0.5rem;
  padding-right: 0.7rem;
  /*padding-bottom: 0.7rem;*/
  padding-bottom: 0.5rem;
  font-weight: 700;
}

.headerServisStyle2 .btnObjednavkaServisu.btnIcon i {
  /*line-height: 4.3em;*/
  line-height: 3.3em;
}

.headerServis.headerServisStyle2 a:first-child {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1589px) {
  .headerServis {
    top: 10px;
    /*margin-left: 30px;*/
    margin-left: 0px;
  }

  .headerServisStyle2 a {
    /*font-size: 1rem;*/
    font-size: 0.64rem;
  }

  .headerServisStyle2 {
    top: 2px;
    width: 100%;
  }

  .headerServisStyle2 .btnObjednavkaServisu.btnIcon i {
    /*line-height: 6.1em;*/
    line-height: 3.1em;
  }
}

@media only screen and (max-width: 1199px) {
  .footerServis {
    bottom: -55px;
  }
}

@media only screen and (max-width: 991px) {
  .headerServisLg {
    /*right: 30px;*/
    /*bottom: -25px;*/
    position: static;
    font-size: 0.75em;
    margin-top: 0.5em;
  }

  .footerServis .btnObjednavkaServisu {
    /* padding: 0.3rem 0.5rem; */
    /* min-width: 118px; */
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 576px) {
  .footerServis {
    bottom: -33px;
  }
}

/* POPUP BTN FIXED */
.fixedPopup {
  position: fixed;
  width: 300px;
  height: 50px;
  display: block;
  z-index: 20;
  top: 42vh;
  right: -250px;
  display: flex;

  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}

.fixedPopup:hover {
  right: 0;
}

.btnPopup {
  width: 250px;
  height: 100%;
}

.btnPopup:hover {
  cursor: pointer;
}

.fixedPopupIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  /* background-color: #2a3188; */
  background-color: #e63331;
  font-size: 2rem;
}

.fixedPopup a {
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 576px) {
  .fixedPopup {
    width: 200px;
    right: -150px;
    top: 50vh;
  }

  .btnPopup {
    width: 150px;
  }
}

/**/

.sliderBootstrap {
  position: relative;
}
.sliderBootstrap:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 1;
}
.sliderBootstrap:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.sliderBootstrap .carousel-caption {
  top: 10% !important;
  /*bottom: auto !important;*/
}

.sliderBootstrap .carousel-indicators li {
  width: 1rem;
  height: 1rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  display: block;
  background-color: #2db8c5;
  opacity: 1;
  border-radius: 50%;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin: 5px;
}

.sliderBootstrap .carousel-indicators li.active {
  background-color: #2a3188;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.sliderBootstrap img {
  width: 100%;
  height: 400px;
  object-fit: cover !important;
}

.sliderBootstrap h2 {
  font-size: 2.5rem;
}

.sliderBootstrap .slideshowAdmin {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 20;
}

@media only screen and (max-width: 1399px) {
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
  .sliderBootstrap h2 {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 576px) {
  .sliderBootstrap h2 {
    font-size: 1.9rem;
  }
  .sliderBootstrap .lead {
    font-size: 1rem;
  }
}

/**/

/* NEWSLETTER FIXED */
/* Vzhled SE FORMS (komponenty pro odber novinek) */

#se-webform-4.se-webform {
  width: auto !important;
  border-bottom-right-radius: 70px;
}
#se-webform-4.se-webform .se-header h3 {
  color: #2a3188 !important;
}
#se-webform-4.se-webform .se-submit button,
#se-webform-1.se-webform .se-submit button {
  background-color: #e63331 !important;
  color: #fff !important;
  padding: 0.5rem 1.1rem;
  /* font-size: .7rem; */
  border: 0;
  border-radius: 0 !important;
  padding: 0.5rem 1.1rem;
  border-bottom-right-radius: 15px !important;
}
.se-button.se-webform-v2-slideup-trigger {
  background: #e63331 !important;
  border: 0;
  border-radius: 0 !important;
  border-top-right-radius: 15px !important;
}
.se-webform-v2-slideup-container {
  left: 0px !important;
  right: auto !important;
}
.se-button.se-webform-v2-slideup-trigger {
  left: 0px !important;
  right: auto !important;
}
#se-webform-1.se-webform {
  width: 400px;
  background: #fff !important;
  border: 0px solid #ccc !important;
  border-top-right-radius: 15px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
#se-webform-1.se-webform .se-header h3 {
  color: #2a3188 !important;
  font-size: 16px !important;
}
.se-webform-v2-slideup-close-button {
  right: 0.4em !important;
  top: 0em !important;
  font-size: 24px !important;
  font-weight: bold !important;
  color: #e63331 !important;
}

@media only screen and (max-width: 1499px) {
}

@media only screen and (max-width: 768px) {
}

/**/
.searchBtn .searchIconClose {
  display: none; /* schovat křížek defaultně */
}

.searchBtn[aria-expanded="true"] .searchIconOpen {
  display: none; /* když je otevřeno, schovat lupu */
}

.searchBtn[aria-expanded="true"] .searchIconClose {
  display: inline-block; /* a zobrazit křížek */
}

.searchInput:focus {
  box-shadow: none;
}

.btnFormSearch {
  color: #fff;
  background-color: #e63331;
  height: 100%;
  padding: 0.5rem 1.3rem;
  border-bottom-right-radius: 14px !important;
}

.btnFormSearch:hover {
  color: #fff;
}

.catalogItemIcon .catImageIconDetail {
  width: 85px;
  max-width: none;
}
.catImageIconBody {
  background-color: #fff;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -36px;
}
.catImageIcon {
  width: 66%;
  height: auto;
}

@media only screen and (max-width: 1589px) {
  .catImageIconBody {
    width: 5.8rem;
    height: 5.8rem;
  }

  .catImageIcon {
    width: 60%;
  }
}

@media only screen and (max-width: 1199px) {
  .catImageIconBody {
    width: 4.6rem;
    height: 4.6rem;
  }
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
  .catImageIconBody {
    width: 3.8rem;
    height: 3.8rem;
  }
  .catImageIcon {
    width: 57%;
  }
}

@media only screen and (max-width: 576px) {
}
