.fa-job_listing_category:before { content: "\f07b"; }
.fa-job_listing_type:before { content: "\f072"; }
.fa-_ref_key:before { content: "\f084"; }
.fa-_consultant_name:before { content: "\f007"; }
.fa-user:before { content: "\f11d"; }
.hide-footer-bottom #footer-bottom {
  display: none;
}
:root {
  --accent-color: #14c6ac;
  --accent-text-color: black;
  --main-color: #213c5a;
  --main-text-color: black;
  --main-gradient-color: #284361;
  --table-header-color: white;
  --table-header-text-color: inherit;
  --table-second-header-color: #edefec;
  --table-second-header-text-color: inherit;
  --table-border-color: #e3e3e3;
  --hide-language-timeout: .8s;
}
body .et_pb_text_inner a {
/*   color: var(--main-color); */
  text-decoration: underline;
}
/*::-webkit-scrollbar {
  width: 11px;
  background: var(--main-color);
}
::-webkit-scrollbar-thumb {
  background: #0f1d2d;
}*/
@media (max-width: 980px) {
  body .et_header_style_centered .mobile_nav .select_page,
  body .et_header_style_split .mobile_nav .select_page,
  body .et_nav_text_color_light #top-menu>li>a,
  body .et_nav_text_color_dark #top-menu>li>a, #top-menu a,
  body .et_mobile_menu li a, .et_nav_text_color_light .et_mobile_menu li a,
  body .et_nav_text_color_dark .et_mobile_menu li a {
    color: initial;
  }
  body #et_search_icon:before, .et_search_form_container input,
  body span.et_close_search_field:after, #et-top-navigation .et-cart-info,
  body .et_pb_fullwidth_menu_0 .et_pb_menu__icon.et_pb_menu__cart-button,
  body .et_pb_fullwidth_menu_0 .mobile_nav .mobile_menu_bar:before,
  .mobile_menu_bar:before,
  body .et_pb_fullwidth_menu_0 .et_pb_menu__icon.et_pb_menu__search-button,
  body .et_pb_fullwidth_menu_0 .et_pb_menu__icon.et_pb_menu__close-search-button {
    color: white;
  }
}

#main-header {
  border-bottom: 5px var(--accent-color) solid;
}
#main-header, #main-footer {
	background: var(--main-color);
	background: linear-gradient(to bottom, var(--main-color) 0%, var(--main-gradient-color) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
#main-content {
  min-height: 900px;
}
#footer-info {
	text-align: center;
  color: white;
  float: none;
}
#main-footer {
  border-top: 5px var(--accent-color) solid;
}
#footer-bottom {
  background-color: initial;
}
#footer-widgets {
  padding-top: 3%;
}
.et_pb_gutters3 .footer-widget {
  margin-bottom: 2.5%;
}
*[data-link] {
  cursor: pointer;
}
#list-of-products ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  column-gap: 50px;
  row-gap: 50px;
}
@media (max-width: 700px) {
  #list-of-products ul {
    grid-template-columns: 100%;
  }
}
#list-of-products ul li {
  background: white none center 10px no-repeat;
  background-size: auto 150px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid var(--accent-color);
  border-radius: 5px;
  padding: 10px;
  padding-top: 160px;
  transition: .3s all;
}
#list-of-products ul li:hover {
  transition: .15s all;
  transform: translateY(3px);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 2
}
@media (min-width: 900px) {
  #list-of-products ul li:hover {
    transform: translateY(3px) scale(1.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  }
}
.nest-icon:before {
  font-family: 'ETmodules';
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	line-height: 1.2em;
  vertical-align: middle;
}
.nest-icon.tick:before {
  content: "\4e"
}
.nest-icon.document:before {
  content: "\70";
  font-weight: 400;
}

.footer-widget .widget_nav_menu {
  float: none;
}
.footer-widget .widget_nav_menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: 50% 50%;
}
#footer-widgets .footer-widget .widget_nav_menu li {
  padding-left: 0px;
  font-weight: bold;
  text-decoration: underline;
}
#footer-widgets .footer-widget .widget_nav_menu li:before {
  content: none;
}
div.entry-content .et_pb_text.nest-table table, div.entry-content .et_pb_text.nest-subtable table table {
  border: 0px solid;
  border-collapse: separate;
}
div.entry-content .et_pb_text.nest-headers h3 {
  padding: 7px 24px;
  text-align: center;
}
div.entry-content .et_pb_text.nest-table table>thead>tr:nth-child(1)>th,
div.entry-content .et_pb_text.nest-table table>thead>tr:nth-child(1)>td,
div.entry-content .et_pb_text.nest-subtable table table>thead>tr:nth-child(1)>th,
div.entry-content .et_pb_text.nest-subtable table table>thead>tr:nth-child(1)>td,
div.entry-content .et_pb_text.nest-headers h3 {
  background: var(--accent-color);
  color: white;
  border-bottom: 5px solid white;
  border-right: 0px solid;
}
.entry-content .et_pb_text.nest-table table>thead>tr:nth-child(1)>th:nth-last-child(1),
.entry-content .et_pb_text.nest-table table>thead>tr:nth-child(1)>td:nth-last-child(1),
.entry-content .et_pb_text.nest-subtable table table>thead>tr:nth-child(1)>th:nth-last-child(1),
.entry-content .et_pb_text.nest-subtable table table>thead>tr:nth-child(1)>td:nth-last-child(1),
div.entry-content .et_pb_text.nest-headers h3
{
  background: url(images/table-ending2.svg) right center no-repeat, var(--accent-color);
  --webkit-background-blend-mode: screen;
  background-blend-mode: screen;
  background-size: 100%, auto 100%;
}
.entry-content .et_pb_text.nest-table table>thead>tr>td,
html body .entry-content .et_pb_text.nest-subtable.with-body-backgrounds table tbody tr>td:nth-of-type(2n){
  background: var(--table-header-color);
  color: var(--table-header-text-color);
}
.entry-content .et_pb_text.nest-table table>thead>tr:nth-child(1)>th,
.entry-content .et_pb_text.nest-table table>thead>tr:nth-child(1)>td,
.entry-content .et_pb_text.nest-subtable table table>thead>tr:nth-child(1)>th,
.entry-content .et_pb_text.nest-subtable table table>thead>tr:nth-child(1)>td
{
  color: white;
}
.entry-content .et_pb_text.nest-table table tr>th, .entry-content .et_pb_text.nest-table table thead tr>td:nth-of-type(2n),
.entry-content .et_pb_text.nest-table.with-body-backgrounds table tbody tr>td:nth-of-type(2n),
.entry-content .et_pb_text.nest-table.ignore-body-backgrounds.harmonics table tbody tr>td[colspan],
.entry-content .et_pb_text.nest-subtable table table thead tr>td:nth-of-type(2n),
.entry-content .et_pb_text.nest-subtable table table tbody tr>th,
body .entry-content .et_pb_text.nest-subtable.with-body-backgrounds table table tbody tr>td:nth-of-type(2n),
.entry-content .et_pb_text.nest-subtable.ignore-body-backgrounds.harmonics table table tbody tr>td[colspan]
{
  background: var(--table-second-header-color);
  color: var(--table-second-header-text-color);
}
.entry-content .et_pb_text.nest-table table>tbody:nth-child(1)>tr>th,
.entry-content .et_pb_text.nest-table table>tbody:nth-child(1)>tr>td:nth-of-type(2n) {
  background: initial!important;
}
.entry-content .et_pb_text.nest-table table>tbody>tr>th:first-child,
.entry-content .et_pb_text.nest-subtable table>tbody>tr>th:first-child {
  white-space: nowrap;
}
.entry-content .et_pb_text.nest-table table td,
.entry-content .et_pb_text.nest-table table th {
  border: 0px solid;
  text-align: center;
}
.entry-content .et_pb_text.nest-table table tbody .nest-icon {
  font-size: 0px;
  color: transparent;
}
.entry-content .et_pb_text.nest-table table tbody .nest-icon:before {
  color: var(--accent-color)
}
body thead,
body.admin-bar thead {
    position: sticky;
}
body thead {
  top: 0px;
}
body.admin-bar thead {
  top: 32px;
}
body thead + tbody thead {
  top: 40px;
}
body.admin-bar thead + tbody thead {
  top: 72px;
}

@media (min-width: 980px) {
  body thead {
    top: 108px;
  }
  body thead + tbody thead {
    top: 148px;
  }
  body.admin-bar thead {
    top: 140px;
  }
  body.admin-bar thead + tbody thead {
    top: 180px;
  }
}
.entry-content thead th, .entry-content tr th, .entry-content tr td {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.5em;
}
.entry-content .et_pb_text.nest-table table {
  border: 0px solid;
  border-collapse: separate;
}
/*.entry-content .et_pb_text.nest-table .table-container {
  max-width: 100%;
  overflow-x: auto;
}*/
@media (max-width: 900px) {
  .entry-content .et_pb_text.nest-subtable table>tbody>tr>td {
    display: block;
  }
  .entry-content .et_pb_text.nest-subtable table table>tbody>tr>td {
    display: table-cell;
  }
}
.entry-content .et_pb_text.nest-table table thead tr td,
.entry-content .et_pb_text.nest-table table thead tr th,
.entry-content .et_pb_text.nest-table table tbody tr td,
.entry-content .et_pb_text.nest-table table tbody tr th {
  border-right: 1px solid var(--table-border-color);
  border-bottom: 1px solid var(--table-border-color);
}
.entry-content .et_pb_text.nest-table table tbody tr td:last-child,
.entry-content .et_pb_text.nest-table table thead tr td:last-child {
  border-right: 0px solid;
}
.entry-content .et_pb_text.nest-table table tbody tr:last-child td,
.entry-content .et_pb_text.nest-table table tbody tr:last-child th {
  border-bottom: 0px solid;
}
.entry-content .et_pb_text.nest-table.with-hover table>tbody>tr:hover>td,
.entry-content .et_pb_text.nest-table.with-hover table>tbody>tr:hover>th,
.entry-content .et_pb_text.nest-subtable.with-hover table table>tbody>tr:hover>td,
.entry-content .et_pb_text.nest-subtable.with-hover table table>tbody>tr:hover>th {
  box-shadow: inset 0px -5000px 0px rgba(0, 0, 0, 0.2);
}
.entry-content .et_pb_text.nest-table table tbody tr + tr:last-child td:first-child:last-child {
  border-bottom: 1px solid var(--table-border-color);;
  border-left: 1px solid var(--table-border-color);;
  border-right: 1px solid var(--table-border-color);;
}


.language-switcher {
  float: right;
  position: relative;
  margin-left: 15px;
  margin-top: -10px;
  transition: margin-top .3s;
}
#main-header.et-fixed-header .language-switcher {
  margin-top: -13px;
}
#main-header.et-fixed-header {
  box-shadow: none!important;
}
.et_pb_menu_hidden .language-switcher {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_menu_visible .language-switcher {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.language-switcher {
  position: relative;
}
.language-switcher ul {
  padding: 5px;
  border-radius: 10px;
  transition: all .3s;
  top: 0px;
}
.language-switcher ul:not(.absolute) li:after {
  font-family: 'ETmodules';
  content: "\33";
  color: white;
  transition: all .3s;
  transition-delay: var(--hide-language-timeout);
}
.language-switcher:hover ul:not(.absolute) li:after {
  opacity: 0;
  transition-delay: 0s;
}
.language-switcher ul.absolute {
  position: absolute;
  opacity: 0;
  box-shadow: 0 0 5px #213c5a;
  transition-delay: var(--hide-language-timeout);
  padding: 0px;
  overflow: hidden;
}
.language-switcher:hover ul.absolute {
  background-color: var(--accent-color);
  opacity: 1;
  transition-delay: 0s;
}
.language-switcher ul li.flag {
  white-space: nowrap;
  height: 37px;
  line-height: 27px;
  vertical-align: middle;
  margin-bottom: 0px;
}
.language-switcher ul li.flag a {
  color: rgba(255,255,255,0.8);
}
.language-switcher ul.absolute li.flag a {
  padding: 5px;
}
.language-switcher ul.absolute li.flag a {
  display: block;
}
.language-switcher ul li.flag a:hover {
  box-shadow: inset -500px 0px 0px rgba(0, 0, 0, 0.3);
}
.language-switcher ul li.flag:last-child {
  margin-bottom: 0px;
}
.language-switcher ul li.flag a:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width:25px;
  height:25px;
  vertical-align: middle;
  transform: scale(1);
  border-radius: 50%;
  background-position: center;
}
.language-switcher ul li.flag.cz a:before {
  background-image:url(images/czech-republic.svg);
  background-size: 100%;
}
.language-switcher ul li.flag.en a:before {
  background-image:url(images/united-kingdom.svg);
  background-size: auto 100%;
}
.language-switcher ul li:not(:first-child) {
  transform: translateY(-100%) scale(0);
  opacity: 0;
  transition: all .3s;
  transition-delay: var(--hide-language-timeout);
}
.language-switcher:hover ul li:not(:first-child) {
  transform: translateY(0%) scale(1);
  opacity: 1;
  transition-delay: 0s;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 1em;
}
/*
@media (prefers-color-scheme: dark) {
  :root {
    --table-header-color: black;
    --table-second-header-color: rgb(30, 30, 30);
  }
  .et_pb_section {
    background: black;
    color: #ccc;
  }
  .entry-content .et_pb_text.nest-table table {
    border-color: #333;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #ccc;
  }
  #list-of-products ul li {
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
  }
  #list-of-products ul li:hover {
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
  }
}
*/
@media (max-width: 500px) {
  .et_menu_container {
    width: 100%;
  }
}
@media (min-width: 500px) and (max-height: 1200px) {
  .et_pb_bg_layout_dark.et_pb_fullwidth_menu ul ul ul ul li a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media (min-width: 500px) and (max-height: 1150px) {
  .et_pb_bg_layout_dark.et_pb_fullwidth_menu ul ul ul ul li a {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (min-width: 500px) and (max-height: 1050px) {
  .et_pb_bg_layout_dark.et_pb_fullwidth_menu ul ul ul ul li a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.et-menu li li.menu-item-has-children>a:first-child:after {
  top: 7px;
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul.sub-menu li:has(a:hover) {
  background: rgba(0, 0, 0, 0.2);
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu {
  background: var(--accent-color);
}
/*
.sub-menu .current-menu-item:after,
.sub-menu .current-menu-item:before,
.sub-menu .current-menu-ancestor:before {
  content: "\35";
  font-family: ETmodules;
  transform: rotate(0deg);
  text-align: right;
  position: absolute;
  top: 0px;
  display: block;
  width: 2ex;
  padding: 6px 0px;
  font-size: 1.3em;
  font-weight: bold;
}
.sub-menu .current-menu-item:before,
.sub-menu .current-menu-ancestor:before{
  left: 0;
}
.sub-menu .current-menu-item:after {
  content: "\34";
  text-align: left;
  right: 0;
}
*/
#left-area {
  width: auto;
}
.et_right_sidebar #main-content .container:before,
#content-area #sidebar {
  display: none;
}
.et_pb_text ul {
  list-style-type: none;
}
.et_pb_text ul li:before {
  content: "";
  background: transparent url('images/tick_icon.svg') center center no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: var(--accent-color);
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-left: -0.8em;
}
.prevnext {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;;
}
.prevnext .prevnext-item {
  text-decoration: underline;
  color: var(--main-color);
}
.prevnext .prevnext-prev:before,
.prevnext .prevnext-next:after {
  display: inline-block;
  margin-top: -3px;
  font-family: 'ETmodules';
  content: "\35";
  font-size: 2em;
  vertical-align: middle;
}

.prevnext .prevnext-prev:before {
  font-family: 'ETmodules';
  content: "\34";
}



.et-menu .menu-item-has-children>a:first-child:after {
  top: 5px;
}
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul {
  padding-top: 10px !important;
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul.nav>li>a, .et_pb_bg_layout_dark.et_pb_fullwidth_menu ul.nav>li>a {
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  border-radius: 5px;
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul.nav>li.menu-item-has-children>a, .et_pb_bg_layout_dark.et_pb_fullwidth_menu ul.nav>li.menu-item-has-children>a {
  padding-right: 20px;
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul.nav>li.current-menu-item>a,
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul.nav>li.current-menu-ancestor>a,
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul.sub-menu li.current-menu-item,
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul.sub-menu li.current-menu-ancestor {
  background-color: #1b9784;
}
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
  padding-bottom: 5px;
}
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li {
  margin-top: 5px;
  padding-bottom: 15px;
}
