@charset "UTF-8";
/** písmo */
/** barvy */
/** mezery */
/** kulaté rohy */
/** velikosti */
/* FlashMessages šířka a barvy */
/* šířka */
/* orámování */
/* stín bloku */
/* pozadí */
/* křížek na zrušení */
/* zelená */
/* zelená */
/* oranžová */
/* červená */
/** container */
.width-wider-container {
  max-width: 1920px;
  width: 100%;
  padding: 0px 20px;
}
/** obecné - společné */
.inner-va-center {
  display: flex;
  align-items: center;
}
.common-efect {
  transition: all 0.25s ease 0s;
}
/** barvy pozadí */
.bg-blue-light {
  background-color: #f1f6f7;
}
.bg-blue-dark {
  background-color: #152a5f;
}
.bg-color-green {
  background-color: #73ccb8;
}
.bg-color-dark {
  background-color: #e2e8eb;
}
.bg-white {
  background-color: #ffffff;
}
/** odsazení */
.space-block {
  padding-top: 35px;
  padding-bottom: 35px;
}
.space-block-bottom {
  padding-bottom: 35px;
}
.space-block-bottom-2x {
  padding-bottom: 70px;
}
.space-block-top {
  padding-top: 35px;
}
.space-block-top-2x {
  padding-top: 70px;
}
.space-block-2x {
  padding-top: 70px;
  padding-bottom: 70px;
}
.space-block-half {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}
.fake-div-margin {
  margin-bottom: 150px;
}
.centered {
  text-align: center;
}
.cb,
.cleaner {
  clear: both;
}
/** styly */
/** prvky */
a,
a:visited,
a:focus {
  color: #007bbf;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  transition: all 0.25s ease 0s;
  color: #1b2d60;
}
/** nadpisy */
.header-main {
  color: #3156a3;
  font-weight: 400;
  text-decoration: none;
}
.h1,
h1 {
  color: #3156a3;
  font-weight: 400;
  text-decoration: none;
  font-size: 36px;
  margin: 25px 0 20px;
}
.h2,
h2 {
  color: #3156a3;
  font-weight: 400;
  text-decoration: none;
  font-size: 27px;
  margin: 20px 0 10px;
}
.h3,
h3 {
  color: #3156a3;
  font-weight: 400;
  text-decoration: none;
  font-size: 23.76px;
  margin: 15px 0 15px;
}
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: #3156a3;
  font-weight: 400;
  text-decoration: none;
  font-size: 19.8px;
  margin: 15px 0 5px;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
}
.inner-content h1 a,
.inner-content .h1 a,
.inner-content h2 a,
.inner-content .h2 a,
.inner-content h3 a,
.inner-content .h3 a,
.inner-content h4 a,
.inner-content .h4 a,
.inner-content h5 a,
.inner-content .h5 a,
.inner-content h6 a,
.inner-content .h6 a {
  text-decoration: underline;
}
.bg-bohunice {
  background-color: #3156a3 !important;
  color: #ffffff !important;
}
.bg-detska {
  background-color: #007bbf !important;
  color: #ffffff !important;
}
.bg-porodnice {
  background-color: #009be0 !important;
  color: #ffffff !important;
}
/** linky */
.border-bold-gray {
  border-bottom: 4px #e2e8eb solid;
}
/** odstavec */
p {
  margin-bottom: 10px;
}
b,
strong {
  font-weight: 500;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong,
th,
label,
.label {
  font-weight: 500;
}
/** vice informací */
/** tlačítka */
a.button {
  display: inline-block;
  border-radius: 3px;
  background-color: #1b2d60;
  color: #ffffff;
  text-decoration: none;
  padding: 13px 12px;
  text-transform: uppercase;
}
/** Hamburger */
#filter_icon {
  width: 38px;
  height: 36px;
  padding-top: 5px;
  color: #ffffff;
  position: absolute;
  text-align: center;
  top: 0px;
  right: 45px;
  z-index: 10;
  cursor: pointer;
  display: none;
}
#hamburger_icon {
  width: 38px;
  height: 36px;
  padding-top: 5px;
  color: #ffffff;
  position: absolute;
  text-align: center;
  top: 0;
  right: 3px;
  z-index: 10;
  cursor: pointer;
  display: none;
}
#hamburger {
  display: none;
  position: fixed;
  left: -100%;
  background-color: #1b2d60;
  height: 100%;
  z-index: 101;
  color: #ffffff;
  overflow: auto;
  font-size: 0.85em;
}
#hamburger strong {
  color: #009be0;
}
#hamInner {
  padding: 0px 3% 5% 3%;
}
#hamburger .menu {
  list-style-type: none;
  margin: 0px 0px 30px 0;
  padding: 10px 0px;
}
#hamburger .menu li {
  position: relative;
}
#hamburger .menu li a {
  padding: 5px 5px 5px 10px;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
#hamburger .menu li a:hover {
  background-color: #ffe33b;
  color: #000000;
}
#hamburger .menu li i.fa {
  position: absolute;
  width: 25px;
  text-align: center;
  padding: 7px 0px;
  margin-right: 10px;
}
#hamburger .menu li i.fa.forOpen {
  cursor: pointer;
}
#hamburger .menu li i.fa.forOpen:hover {
  color: #ffe33b;
}
#hamburger .menu .submenu {
  margin-left: 10px;
  padding-left: 20px;
}
#hamburger .menu .submenu li {
  list-style-type: square;
  list-style-position: outside;
}
#hamburger .menu .selectedTitle,
#hamburger .menu a.active {
  font-weight: 500;
}
#hamburger .separator {
  width: 100%;
  height: 1px;
  background-color: #007bbf;
  position: absolute;
  left: 0px;
}
#hamburger strong {
  font-weight: 500;
}
#hamburger strong i {
  margin-right: 10px;
}
#hamburger .login {
  margin: 25px 0px;
}
#hamburger form {
  margin: 0px;
  padding: 5px 20px;
}
#hamburger input {
  border: none;
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 100%;
  height: auto;
}
#hamburger input[type=submit] {
  border: solid 1px #ffffff;
  width: auto;
  float: left;
}
#hamburger .login .text-right {
  float: right;
  font-size: 0.8em;
  line-height: 1.6em;
}
#hamburger .login i {
  width: 20px;
  text-align: center;
  margin: 0px 10px 0px 20px;
}
#hamburger .login .links {
  margin: 15px 0px 0px 50px;
  font-size: 0.8em;
  line-height: 1.5em;
}
@media (max-width: 992px) {
  #hamburger {
    display: block;
    width: 50%;
  }
  #hamburger_icon,
  #filter_icon {
    display: block;
  }
  .langSelect {
    display: block;
    margin-right: 46px;
    font-weight: 500;
    font-size: 1.4em;
  }
}
#hamburger .inner {
  display: flex;
  flex-direction: column;
}
#hamburger .inner a.item {
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
}
#hamburger .inner a.item:last-child {
  padding-right: 0;
}
#hamburger .inner a.item:hover,
#hamburger .inner a.item.active {
  color: #e12d2d;
}
@media (max-width: 479px) {
  #hamburger {
    width: 70%;
  }
}
/** presun nahoru */
.go-to-page-top a.top-icon {
  color: #ffffff;
  background-color: #009be0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 40px;
  display: block;
  float: right;
  position: fixed;
  bottom: 50px;
  right: 25px;
  opacity: 0;
  transition: 0.5s;
  text-align: center;
}
.go-to-page-top a.top-icon.show {
  opacity: 0.5;
  transition: 0.5s;
}
.go-to-page-top a.top-icon.show:hover {
  opacity: 1.0;
  transition: 0.5s;
}
.go-to-page-top a.button {
  color: #ffffff;
  background-color: #e12d2d;
  border: 2px solid #ffffff;
  border-radius: 6px;
  display: block;
  float: right;
  position: fixed;
  bottom: 5px;
  left: 5px;
  padding: 5px;
  font-size: 14px;
  outline: none;
  text-decoration: none;
}
/** barvy */
.color-o-blue-light h1,
.color-o-blue-light h1 a,
.color-o-blue-light h2,
.color-o-blue-light h2 a,
.color-o-blue-light ul li a:hover,
.color-o-blue-light a:hover {
  color: #009be0 !important;
}
.color-o-blue-dark h1,
.color-o-blue-dark h1 a,
.color-o-blue-dark h2,
.color-o-blue-dark h2 a,
.color-o-blue-dark ul li a:hover,
.color-o-blue-dark a:hover {
  color: #007bbf !important;
}
.color-o-red h1,
.color-o-red h1 a,
.color-o-red h2,
.color-o-red h2 a,
.color-o-red ul li a:hover,
.color-o-red a:hover {
  color: #e12d2d !important;
}
/** nadpis boxů s ikonou */
.info-title {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.info-title a,
.info-title .title,
.info-title .ico {
  color: #1b2d60;
}
.info-title .ico {
  background-color: #e2e8eb;
  font-size: 21px;
  font-weight: 400;
  display: inline-block;
  padding: 11px;
  border-right: 1px #ffffff solid;
  width: 50px;
  height: 50px;
  text-align: center;
}
.info-title .ico .fnlogo {
  background: transparent url('/img/redesign/logo.svg') 0 0 no-repeat;
  background-size: 100px;
  width: 18px;
  height: 30px;
}
.info-title a,
.info-title .title {
  background-color: #f0f5f7;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 20px;
  display: block;
  height: 50px;
  line-height: 24px;
}
.info-title .title {
  padding: 0px;
  margin: 0;
}
/** změna containeru */
.container {
  max-width: 1225px;
  width: auto;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #666666;
}
/** modrý pruh */
@media only screen and (max-width: 992px) {
  .container-fluid.top .lang-select {
    display: none;
  }
}
@media only screen and (max-width: 864px) {
  .container-fluid.top .contact-info .phone {
    margin: 10px 0 10px 10px;
  }
  .container-fluid.top .contact-info .phone .fa-phone {
    display: none;
  }
  .contact-info .email {
    margin: 10px !important;
  }
  .contact-info .email .fa-envelope {
    display: none;
  }
}
.container-fluid.top {
  background-color: #1b2d60;
  color: #ffffff;
  font-size: 14px;
}
.container-fluid.top .container {
  max-width: 1920px;
  width: 100%;
  padding: 0px 20px;
}
.container-fluid.top a {
  color: #ffffff;
  text-decoration: none;
}
.container-fluid.top .inner {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
}
.container-fluid.top a.go-home {
  font-size: 24px;
}
.container-fluid.top .email,
.container-fluid.top .phone {
  margin-left: 40px;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
}
.container-fluid.top .email i.fa,
.container-fluid.top .phone i.fa {
  font-size: 18px;
  margin-right: 10px;
}
.container-fluid.top .lang-select .inner {
  justify-content: flex-end;
}
.container-fluid.top .lang-select a.item {
  font-size: 14px;
  padding: 0 15px;
}
.container-fluid.top .lang-select a.item:last-child {
  padding-right: 0;
}
.container-fluid.top .lang-select a.item:hover {
  color: #009be0;
}
.container-fluid.top .lang-select a.item.active {
  /* color: @color-blue-light; */
}
/** pruh s menu a logem */
@media only screen and (max-width: 794px) {
  .container-fluid.top a.go-home i {
    display: none;
  }
  .container-fluid.top a.go-home {
    background: transparent url('/img/redesign/logo-fn-white.svg') 0 0 no-repeat;
    background-size: contain;
    width: 110px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 916px) {
  .search {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .container-fluid.header-menu {
    display: none;
  }
}
.container-fluid.blue-separator {
  height: 40px;
  background-color: #007bbf;
}
.container-fluid.header-menu .container {
  max-width: 1920px;
  width: 100%;
  padding: 0px 20px;
  padding-right: 10px;
}
.container-fluid.header-menu .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.container-fluid.header-menu a.logo-main {
  display: inline-block;
  width: 171px;
  height: 46px;
  line-height: 200px;
  font-size: 12px;
  overflow: hidden;
  background: transparent url('/img/redesign/logo.svg') 0 0 no-repeat;
  background-size: 100%;
}
.container-fluid.header-menu .menu-top-right {
  height: 100%;
  display: flex;
  align-items: center;
}
.container-fluid.header-menu .menu-top {
  height: 100%;
  display: inline-flex;
}
.container-fluid.header-menu .menu-top .menu {
  align-items: center;
  height: 100%;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  font-size: 15px;
  color: #1b2d60;
}
.container-fluid.header-menu .menu-top .menu a {
  color: #1b2d60;
  padding: 0 17px;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-align: left;
}
.container-fluid.header-menu .menu-top .menu li.active a,
.container-fluid.header-menu .menu-top .menu a.active,
.container-fluid.header-menu .menu-top .menu a:hover {
  background-color: #009be0;
  color: #ffffff;
  text-decoration: none;
}
.container-fluid.header-menu .menu-top .menu li {
  height: 100%;
  display: flex;
  list-style: none;
  position: relative;
}
.container-fluid.header-menu .menu-top .menu .submenu-box {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  border-top: 3px #009be0 solid;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f0f5f7;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  z-index: 999;
  width: 550px;
}
.container-fluid.header-menu .menu-top .menu .submenu-box .submenu {
  margin: 0 30px 10px 30px;
  padding: 0px;
}
.container-fluid.header-menu .menu-top .menu .submenu-box .submenu li {
  display: inline-block;
  /*float: left;*/
  width: 100%;
}
.container-fluid.header-menu .menu-top .menu .submenu-box .submenu li a,
.container-fluid.header-menu .menu-top .menu .submenu-box .submenu li span {
  background-color: transparent;
  display: block;
  padding: 10px 0;
}
.container-fluid.header-menu .menu-top .menu .submenu-box .submenu li a {
  color: #666666;
}
.container-fluid.header-menu .menu-top .menu .submenu-box .submenu li a:hover,
.container-fluid.header-menu .menu-top .menu .submenu-box .submenu li a.active {
  color: #007bbf;
}
.container-fluid.header-menu .menu-top .menu .submenu-box .submenu li:last-child {
  border-bottom: none;
}
.container-fluid.header-menu .menu-top .menu .submenu-box .submenu-box {
  border: none;
}
.container-fluid.header-menu .menu-top .menu > li > .submenu-box > .submenu {
  margin: 15px 30px;
}
.container-fluid.header-menu .menu-top .menu > li > .submenu-box > .submenu.twice {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
.container-fluid.header-menu .menu-top .menu > li > .submenu-box > .submenu.twice:after {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #f0f5f7;
  bottom: 15px;
  left: 0;
}
.container-fluid.header-menu .menu-top .menu > li > .submenu-box > .submenu > li {
  border-bottom: 1px #666666 solid;
}
.container-fluid.header-menu .menu-top .menu > li > .submenu-box > .submenu ul a {
  padding: 5px 0;
}
.container-fluid.header-menu .menu-top .menu:after {
  clear: both;
}
.container-fluid.header-menu .search {
  position: relative;
}
.container-fluid.header-menu .search input[type="text"] {
  background-color: #f0f5f7;
  color: #666666;
  font-size: 14px;
  padding: 10px 5px 10px 20px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 0px;
  max-width: 160px;
  position: relative;
  display: inline-flex;
  margin-right: 38px;
}
.container-fluid.header-menu .search input[type="submit"] {
  background-color: #e12d2d;
  height: 40px;
  width: 40px;
  border: 0px;
  position: absolute;
  display: inline-block;
  right: -1px;
  top: 0;
}
.container-fluid.header-menu .search i.fa {
  color: #ffffff;
  font-size: 14px;
  pointer-events: none;
  position: absolute;
  top: 16px;
  right: 16px;
}
/** oddělení */
@media screen and (max-width: 1156px) {
  .content-block .image {
    display: none;
  }
  #cernopolni .content {
    width: 100%;
  }
  #bohunice .content {
    width: 100%;
  }
  #porodnice .content {
    width: 100%;
  }
}
.container-fluid.departments {
  padding: 0;
  /** změny barvy */
}
.container-fluid.departments .container {
  max-width: 1920px;
  width: 100%;
  padding: 0px 20px;
  padding: 0px;
}
.container-fluid.departments .item {
  padding: 0px;
}
.container-fluid.departments .title-block {
  height: 70px;
  position: relative;
}
.container-fluid.departments .title-block .h2,
.container-fluid.departments .title-block .h2 a {
  color: #ffffff;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0px 30px;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}
.container-fluid.departments .title-block .h2 {
  /* text-transform: uppercase; */
  letter-spacing: .5px;
  padding: 0;
}
.container-fluid.departments .title-block i.fa {
  pointer-events: none;
  position: relative;
  right: 30px;
  font-size: 18px;
}
.container-fluid.departments .title-block.active i.fa.fa-arrow-circle-down::before {
  content: '\f0aa';
}
.container-fluid.departments .image-block {
  background: transparent url('/img/redesign/ho-bohunice.v6.jpg') 0 0 no-repeat;
  height: 285px;
  width: 100%;
  background-position: center;
  background-size: cover;
  /*border-bottom:5px solid #dddee3;*/
}
.container-fluid.departments .content-block.show {
  /*display: block;*/
}
.container-fluid.departments .content-block {
  z-index: 99;
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 70px;
}
.container-fluid.departments .content-block .inner {
  padding: 15px 55px 15px 25px;
}
.container-fluid.departments .content-block .address {
  color: #009be0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.container-fluid.departments .content-block .address .content {
  background-color: #1b2d60;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  width: 285px;
  height: 85px;
  padding: 10px 26px;
  float: left;
  color: #ffffff;
}
.container-fluid.departments .content-block .address .image {
  background: transparent url('/img/redesign/il-obilni.jpg') 0 0 no-repeat;
  border-radius: 6px;
  width: 85px;
  height: 85px;
  float: left;
}
.container-fluid.departments .content-block .address p {
  margin-bottom: 0px;
}
.container-fluid.departments .content-block .address a {
  color: #ffffff;
}
.container-fluid.departments .content-block .address a:hover {
  text-decoration: underline;
  color: #009be0;
}
.container-fluid.departments .content-block ul {
  margin: 0px;
  padding: 0px;
}
.container-fluid.departments .content-block ul li {
  width: 100%;
  list-style: none;
  border-bottom: 1px #ffffff solid;
}
.container-fluid.departments .content-block ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  line-height: 40px;
}
.container-fluid.departments .content-block ul li a.active,
.container-fluid.departments .content-block ul li a:hover {
  color: #009be0;
}
.container-fluid.departments .content-block ul li:last-child {
  border-bottom-width: 0;
}
.container-fluid.departments .ho-nb .content-block,
.container-fluid.departments .ho-nb .title-block {
  background-color: #3156a3;
}
.container-fluid.departments .ho-nb .image-block {
  background-image: url('/img/redesign/ho-bohunice.v6.jpg');
}
.container-fluid.departments .ho-dn .content-block,
.container-fluid.departments .ho-dn .title-block {
  background-color: #007bbf;
}
.container-fluid.departments .ho-dn .image-block {
  background-image: url('/img/redesign/ho-detska.v4.jpg');
}
.container-fluid.departments .ho-dn .content-block ul li a.active,
.container-fluid.departments .ho-dn .content-block ul li a:hover {
  color: #1b2d60;
}
.container-fluid.departments #porodnice.content-block .address .content {
  padding: 10px 25px;
  font-size: 14px;
  width: 100% /*auto*/;
  border-radius: 6px;
  height: auto;
}
.container-fluid.departments #porodnice.content-block .address .image {
  display: none;
}
.container-fluid.departments #porodnice.content-block .inner {
  padding: 15px 40px 35px 40px;
}
.container-fluid.departments #porodnice.content-block .inner ul li {
  padding: 8px 0;
}
.container-fluid.departments #porodnice.content-block .inner ul li a {
  line-height: 20px;
}
.container-fluid.departments .ho-po .content-block,
.container-fluid.departments .ho-po .title-block {
  background-color: #009be0;
}
.container-fluid.departments .ho-po .image-block {
  background-image: url('/img/redesign/ho-porodnice.v2.jpg');
}
.container-fluid.departments .ho-po .content-block ul li a {
  /* color: @color-blue-dark; */
}
.container-fluid.departments .ho-po .content-block ul li a.active,
.container-fluid.departments .ho-po .content-block ul li a:hover {
  color: #ffffff;
}
/** aktuální zprávy */
.messages-info {
  padding: 0;
}
.messages-info .container {
  max-width: 1920px;
  width: 100%;
  padding: 0px 20px;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #e12d2d;
  /*padding: 0px;*/
}
.messages-info .items .item:first-child {
  /*display: block;*/
}
.messages-info .items .item {
  /*display: none;*/
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
}
.messages-info .items .item a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
.messages-info .items .item a:hover {
  color: #ffffff;
  border-bottom: 0;
}
.messages-info .items .item i.fa {
  padding-right: 12px;
  font-size: 20px;
}
.messages-info .items .item p {
  margin: 0;
}
.messages-info .slick-slider {
  height: 100%;
  margin-bottom: 0px;
}
/** boxy na hp lide/prevence/darcostvi */
@media screen and (max-width: 935px) {
  a.button.pos-bottom {
    left: 45px !important;
  }
  .main-boxes .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.main-boxes {
  margin-top: 50px;
  margin-bottom: 0px;
  /*
	.item {
		min-height: 200px;
		display: flex;
		align-items: stretch;
		.inner {
			padding-right: 15px;
			position: absolute;
			width: 100%;
			height: 100%;
			background: @color-bg-white url('/img/redesign/ico/people.png') bottom right no-repeat;
		}
	}
	.item:last-child {
		.inner {
			margin-left: 0px;
		}
	}
	.people .inner {
		background-image: url('/img/redesign/ico/people.png');
	}
	*/
}
.main-boxes .item {
  min-height: 200px;
  margin-bottom: 35px;
}
.main-boxes .item .inner-plain {
  background-color: #ffffff;
}
.main-boxes .item .inner {
  background: #ffffff url('/img/redesign/ico/people.png') 95% 90% no-repeat;
  width: auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 40px;
  padding-top: 20px;
  font-size: 16px;
}
.main-boxes .item .inner a.button.pos-bottom {
  position: absolute;
  bottom: 40px;
  left: 55px;
}
.main-boxes .item .inner .b-info {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 0;
}
.main-boxes .item .inner .b-phone {
  margin: 0;
}
.main-boxes .item .inner .b-phone a {
  color: #e12d2d;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 400;
}
.main-boxes .item .inner p.b-online a {
  font-size: 18px;
}
.main-boxes .item .inner .b-online a {
  color: #007bbf;
  line-height: 30px;
  text-decoration: none;
  font-weight: 400;
}
.main-boxes .item .inner h2 {
  display: block;
  border-bottom: 1px #666666 solid;
  text-decoration: none;
  margin: 0 0 10px 0;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 500;
}
.main-boxes .item .inner ul {
  padding: 0;
}
.main-boxes .item .inner ul li:before {
  content: '>';
  padding-right: 5px;
}
.main-boxes .item .inner ul li {
  list-style: none;
}
.main-boxes .item .inner ul li a {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-decoration: none;
}
.main-boxes .item .inner ul li a:hover {
  text-decoration: underline;
}
.main-boxes .item.people .inner {
  background-image: url('/img/redesign/ico/hand.png');
}
.main-boxes .item.hand .inner {
  background-image: url('/img/redesign/ico/people.png');
}
.main-boxes .item.drop .inner {
  background-image: url('/img/redesign/ico/drop.png');
}
.main-boxes .border-top {
  border-top-width: 5px;
  border-top-style: solid;
}
.main-boxes .border-top-blue-light .inner {
  border-top-width: 5px;
  border-top-style: solid;
  border-color: #009be0;
}
.main-boxes .border-top-blue-dark .inner {
  border-top-width: 5px;
  border-top-style: solid;
  border-color: #007bbf;
}
.main-boxes .border-top-blue-red .inner {
  border-top-width: 5px;
  border-top-style: solid;
  border-color: #e12d2d;
}
/** patička */
.container-fluid.footer {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  /* margin-top: @space-between-block; */
}
.container-fluid.footer p {
  margin-bottom: 20px;
}
.container-fluid.footer a {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}
.container-fluid.footer a.active,
.container-fluid.footer a:hover {
  color: #e12d2d;
}
.container-fluid.footer .logo {
  margin-bottom: 20px;
}
.container-fluid.footer .logo-footer {
  background: transparent url('/img/redesign/logo-fn-white.png') 0 0 no-repeat;
  width: 134px;
  height: 36px;
  display: inline-block;
  margin: 14px 0;
}
.container-fluid.footer .menu > ul,
.container-fluid.footer .menu #footer-lists-wrapper > ul {
  width: 75%;
  padding: 5px;
}
.container-fluid.footer .menu > ul li,
.container-fluid.footer .menu #footer-lists-wrapper > ul li {
  list-style: none;
  display: block;
  border-bottom: 1px #60646d solid;
}
.container-fluid.footer .menu > ul a,
.container-fluid.footer .menu #footer-lists-wrapper > ul a {
  display: block;
  padding: 12px 0px;
}
.container-fluid.footer .menu > ul ul,
.container-fluid.footer .menu #footer-lists-wrapper > ul ul {
  margin: 0;
  padding: 0;
}
.container-fluid.footer .menu ul.menu-department {
  padding: 0;
  display: none;
  position: absolute;
}
.container-fluid.footer .menu ul.menu-department a.active,
.container-fluid.footer .menu ul.menu-department a:hover {
  color: #009be0;
}
.container-fluid.footer .menu ul.menu-department.active {
  display: block;
}
.container-fluid.footer #footer-lists-wrapper {
  height: 450px !important;
  position: relative;
}
.container-fluid.footer .switch-menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #009be0 solid;
}
.container-fluid.footer .switch-menu a {
  font-size: 17px;
  display: block;
  /*width: 33.33%;*/
  text-transform: uppercase;
  padding: 13px 0;
  border-bottom: 3px #152a5f solid;
}
.container-fluid.footer .switch-menu a.active,
.container-fluid.footer .switch-menu a:hover {
  color: #ffffff;
  border-bottom: 3px #009be0 solid;
}
.container-fluid.footer .address {
  color: #ffffff;
  margin-top: 25px;
  position: relative;
}
.container-fluid.footer .address p {
  font-size: 18px;
  position: relative;
  padding-left: 70px;
}
.container-fluid.footer .address a {
  color: #ffffff;
  font-size: 18px;
}
.container-fluid.footer .address a:hover {
  color: #e12d2d;
}
.container-fluid.footer .address i.fa {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 62px;
}
.container-fluid.footer .copy {
  border-top: 1px #666666 solid;
  padding-top: 25px;
  margin-top: 55px;
  font-size: 14px;
  color: #ffffff;
}
.container-fluid.footer .copy a {
  font-size: 14px;
  color: #ffffff;
}
.news-video {
  /* border-bottom: 1px solid @color-border;
	margin-bottom: @space-between-block; */
}
.news-video .video h2,
.news-video .video h3 {
  margin-top: 0px;
}
.news-video .video h2 a,
.news-video .video h3 a {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  color: #007bbf;
}
.news-video .video h2 a:hover,
.news-video .video h3 a:hover {
  text-decoration: underline;
}
.news-video .link-row {
  color: #009be0;
  text-align: right;
}
.news-video .socnet .info-title {
  margin-bottom: 30px;
  margin-top: 30px;
}
.news-video .socnet .info-title:first-child {
  margin-top: 0;
}
.news-video .socnet .info-title:last-child {
  margin-bottom: 40px;
}
.news-video .socnet .info-title .title {
  /*width: 100%;*/
}
.news-video .socnet .socnet-box {
  /*padding: 10px;*/
  text-align: center;
  /*min-height: 530px;*/
  /*background:#FFF url('/img/redesign/socnet-bg.gif') repeat 0 0;*/
}
/* Aktuality i na HP */
.news .info-title,
.search-list .info-title {
  padding-bottom: 10px;
}
.news .new,
.search-list .new {
  margin-bottom: 35px;
}
.news .new .date,
.search-list .new .date {
  background-color: #f0f5f7;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: #1b2d60;
  text-align: center;
  font-weight: 500;
  padding: 3px 0px;
  position: relative;
}
.news .new .date .span-arrow,
.search-list .new .date .span-arrow {
  position: absolute;
  left: 0px;
  top: 26px;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #ffffff 50%, #f0f5f7 50%) repeat scroll 0 0;
}
.news .new img,
.search-list .new img {
  width: 100%;
}
.news .new .right,
.search-list .new .right {
  padding-left: 0px;
}
.news .new .right h3,
.search-list .new .right h3 {
  margin: 0px;
  padding-bottom: 15px;
}
.news .new .right h3 a,
.search-list .new .right h3 a {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  color: #007bbf;
}
.news .new .right h3 a:hover,
.search-list .new .right h3 a:hover {
  text-decoration: underline;
}
.news .new .right p,
.search-list .new .right p {
  padding-right: 35px;
}
.news .new .right p a,
.search-list .new .right p a {
  text-decoration: none;
  color: #666666;
}
.news .new .right p a:hover,
.search-list .new .right p a:hover {
  text-decoration: none;
  color: #666666;
}
.news .link-row a,
.search-list .link-row a {
  padding-right: 20px;
}
.celebrities-fb .celebrities > .row {
  padding-right: 20px;
}
.celebrities-fb .celebrities .title {
  position: relative;
  /*top: 20px;
			left: -20px ;*/
}
.celebrities-fb .celebrities h1 {
  margin-top: 0px;
}
.celebrities-fb .celebrities .text p {
  margin-bottom: 0px;
}
.celebrities-fb .celebrities .person {
  cursor: pointer;
  background-color: #f0f5f7;
  display: block;
  text-decoration: none;
  border-radius: 0 0 6px 6px;
}
.celebrities-fb .celebrities .person .image {
  display: block;
  width: 100%;
  height: 230px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.celebrities-fb .celebrities .person .title {
  color: #1b2d60;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 35px 0px;
  margin: 0px 15px;
  display: block;
  position: relative;
  left: 0px;
  /*border-bottom: 1px solid @color-blue-dark;*/
}
.celebrities-fb .celebrities .person .text {
  display: block;
}
.celebrities-fb .celebrities .person .text p {
  text-align: center;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 30px;
}
.celebrities-fb .celebrities .person:hover {
  box-shadow: 0 0 5px 2px #e0e0e0;
}
.celebrities-fb .celebrities .link-row {
  color: #009be0;
  text-align: right;
  margin-top: 32px;
}
.numbers {
  background-color: #f0f5f7;
}
.numbers .number {
  text-align: center;
  margin-bottom: 35px;
}
.numbers .number .pie-wrap {
  position: relative;
  text-align: left;
  margin: 0 auto;
  width: 200px;
}
.numbers .number .slice-wrap:before {
  content: " ";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  box-sizing: border-box;
  clip: rect(0, 100px, 200px, 0);
}
.numbers .number .slice-wrap {
  background-color: #e2e8eb;
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  clip: rect(0, 200px, 200px, 100px);
}
.numbers .number .slice2.slice-wrap {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.numbers .number .pie-wrap2:after {
  display: none;
}
.numbers .number .slice2:before {
  -webkit-transform: rotate(1.0E-5deg);
  /* webkit seems buggy with zero*/
  -moz-transform: rotate(1.0E-5deg);
  -o-transform: rotate(1.0E-5deg);
  -ms-transform: rotate(1.0E-5deg);
  transform: rotate(1.0E-5deg);
}
.numbers .number.animated .slice-wrap:before {
  -webkit-transform: rotate(1.0E-5deg);
  -moz-transform: rotate(1.0E-5deg);
  -o-transform: rotate(1.0E-5deg);
  -ms-transform: rotate(1.0E-5deg);
  transform: rotate(1.0E-5deg);
}
.numbers .number.animated .slice1:before {
  -webkit-animation: .5s spin linear forwards;
  -moz-animation: .5s spin linear forwards;
  -o-animation: .5s spin linear forwards;
  -ms-animation: .5s spin linear forwards;
  animation: .5s spin linear forwards;
}
.numbers .number.animated .slice2:before {
  -webkit-animation: .5s spin2 linear .5s forwards;
  -moz-animation: .5s spin2 linear .5s forwards;
  -ms-animation: .5s spin2 linear .5s forwards;
  -o-animation: .5s spin2 linear .5s forwards;
  animation: .5s spin2 linear .5s forwards;
}
.numbers .number .number-box {
  width: 200px;
  height: 200px;
  display: inline-block;
  border-radius: 100%;
  padding: 70px 15px;
  position: relative;
  color: #ffffff;
  font-size: 57px;
  font-weight: 300;
  line-height: 66px;
}
.numbers .number .title {
  color: #007bbf;
  font-size: 30px;
  font-weight: 300;
  line-height: 66px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 7px;
  padding: 15px 0;
}
.numbers .number .text {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.numbers .number .link a {
  color: #007bbf;
  text-decoration: underline;
}
.numbers .number:nth-child(1) .slice-wrap:before {
  background-color: #009be0;
}
.numbers .number:nth-child(2) .slice-wrap:before {
  background-color: #007bbf;
}
.numbers .number:nth-child(3) .slice-wrap:before {
  background-color: #3156a3;
}
.numbers .number:nth-child(4) .slice-wrap:before {
  background-color: #1b2d60;
}
.fn-media .h2,
.fn-media h2 {
  color: #009be0;
  font-size: 52.9px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
}
.fn-media .h3,
.fn-media h3 {
  color: #3156a3;
  font-size: 26.02px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-top: 35px;
}
.fn-media .text {
  margin-top: 35px;
}
.fn-media .text p {
  color: #1b2d60;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}
.fn-media .button {
  margin-top: 20px;
  border-radius: 6px;
  background-color: #009be0;
  width: 200px;
  height: 60px;
  text-align: center;
  transition: all 0.4s ease-in 0s;
  display: inline-block;
}
.fn-media .button a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  line-height: 60px;
}
.fn-media .button:hover {
  background-color: #3156a3;
}
.certificates .certificate {
  text-align: center;
  background-image: url('/img/redesign/certificates.jpg?v=6');
  background-repeat: no-repeat;
  display: block;
  height: 128px;
}
.certificates .certificate.mmr {
  background-image: url('/img/redesign/certificatesEU.jpg');
  background-position: center -182px;
}
.certificates .certificate.eu {
  background-image: url('/img/redesign/certificatesEU.jpg');
  background-position: center top;
}
.certificates .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.certificates .flex .certificate {
  display: inline-flex;
  width: 170px;
  margin: 0 30px;
}
.certificates .flex .certificate.dnv {
  background-position: -17px 0;
  width: 117px;
}
.certificates .flex .certificate.interreg {
  background-position: 0 38px;
  width: 220px;
}
.certificates .flex .certificate.dnv-env {
  background-position: -17px -850px;
  width: 119px;
}
.certificates .flex .certificate.healthcare {
  background-position: -28px -150px;
  width: 89px;
}
.certificates .flex .certificate.ethnic {
  background-position: -4px -280px;
  width: 147px;
}
.certificates .flex .certificate.iop {
  background-position: -22px -395px;
  width: 110px;
}
.certificates .flex .certificate.pancare {
  background-position: 0 -690px;
  width: 172px;
}
.certificates .flex .certificate.csaz {
  background-position: left 30px;
  background-image: url('/img/redesign/certificates-csaz.jpg');
  background-size: 100%;
  width: 102px;
}
.certificates .flex .certificate.hci {
  background-position: 0 20px;
  background-image: url('/img/redesign/certificates2019.jpg');
  width: 117px;
  height: 168px;
}
.certificates .flex .certificate.hciamb {
  background-position: -174px 20px;
  background-image: url('/img/redesign/certificates2019.jpg');
  width: 107px;
  height: 168px;
}
.certificates .flex .certificate.hcionline {
  background-position: -339px 20px;
  background-image: url('/img/redesign/certificates2019.jpg');
  width: 107px;
  height: 168px;
}
.certificates .flex .certificate.top {
  background-position: -509px 20px;
  background-image: url('/img/redesign/certificates2019.jpg');
  width: 127px;
  height: 168px;
}
.certificates .flex .certificate.hciemp2019 {
  background-position: -701px 20px;
  background-image: url('/img/redesign/certificates2019.jpg');
  width: 107px;
  height: 168px;
}
.certificates .flex .certificate.hcionline2019 {
  background-position: -869px 20px;
  background-image: url('/img/redesign/certificates2019.jpg');
  width: 107px;
  height: 168px;
}
.certificates .flex .certificate.k2410 {
  background-position: 0px 35px;
  background-image: url('/img/redesign/k2410.jpg');
  width: 107px;
  height: 168px;
}
/* Klinika */
/* Levé menu */
#left-menu .box-shadow .menuHeader {
  font-family: 'Roboto', sans-serif;
  color: #1b2d60;
  font-size: 1.4em;
  line-height: 1.6em;
  padding-left: 8px;
}
#left-menu .box-shadow img {
  display: none;
}
#left-menu .menu-left .menu {
  padding: 50px 0 45px 30px;
}
#left-menu .menu-left .menu.regular ul,
#left-menu .menu-left .menu.clinic > ul > li ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#left-menu .menu-left .menu.regular ul a.active,
#left-menu .menu-left .menu.clinic > ul > li ul a.active,
#left-menu .menu-left .menu.regular ul a:hover,
#left-menu .menu-left .menu.clinic > ul > li ul a:hover {
  color: #007bbf;
}
#left-menu .menu-left .menu.regular ul a,
#left-menu .menu-left .menu.clinic > ul > li ul a {
  color: #1b2d60;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6em;
  font-size: 18px;
  display: block;
  width: 100%;
}
#left-menu .menu-left .menu.regular ul ul,
#left-menu .menu-left .menu.clinic > ul > li ul ul {
  padding: 10px 0;
}
#left-menu .menu-left .menu.regular ul li,
#left-menu .menu-left .menu.clinic > ul > li ul li {
  padding: 10px 10px 10px 0;
}
#left-menu .menu-left .menu.regular > ul > li > a,
#left-menu .menu-left .menu.clinic > ul > li > ul > li > a {
  font-weight: 500;
  font-size: 22px;
}
#left-menu .menu-left .menu.regular > ul > li > ul > li,
#left-menu .menu-left .menu.clinic > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #1b2d60;
}
#left-menu .menu-left .menu.regular > ul > li > ul > li > a,
#left-menu .menu-left .menu.clinic > ul > li > ul > li > ul > li > a {
  font-weight: normal;
  font-size: 18px;
}
#left-menu .menu-left .menu.regular > ul > li > ul > li > ul > li,
#left-menu .menu-left .menu.clinic > ul > li > ul > li > ul > li > ul > li {
  padding: 0;
  border-bottom: none;
}
#left-menu .menu-left .menu.regular > ul > li > ul > li > ul > li a,
#left-menu .menu-left .menu.clinic > ul > li > ul > li > ul > li > ul > li a {
  font-size: 15px;
  font-weight: normal;
  display: block;
  width: 100%;
  padding-bottom: 0;
}
#left-menu .menu-left .menu.regular > ul > li > ul > li > ul > li a:before,
#left-menu .menu-left .menu.clinic > ul > li > ul > li > ul > li > ul > li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 4px;
  padding-right: 15px;
}
#left-menu .menu-left .menu.regular > ul > li > ul > li > ul > li ul,
#left-menu .menu-left .menu.clinic > ul > li > ul > li > ul > li > ul > li ul {
  padding: 0;
}
#left-menu .menu-left .menu.regular > ul > li > ul > li > ul > li ul li,
#left-menu .menu-left .menu.clinic > ul > li > ul > li > ul > li > ul > li ul li {
  padding: 5px 0 5px 15px;
}
#left-menu .menu-left .menu.clinic > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#left-menu .menu-left .menu.clinic > ul > li > a {
  color: #1b2d60;
  text-decoration: none;
  display: block;
}
#left-menu .menu-left .menu.clinic > ul > li > ul > li > a {
  border-bottom: 3px solid #1b2d60;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
}
#left-menu .menu-left .menu.collapsed {
  display: none;
}
#left-menu .menu-left .poll .box-container {
  margin: 30px 0;
  padding: 0 15px 15px 15px;
}
#left-menu .menu-left .poll .box-container a {
  text-decoration: none;
}
#left-menu .guide {
  background-color: #e12d2d;
  padding: 30px;
  margin: 30px 0;
  color: #ffffff;
}
#left-menu .guide a {
  color: #ffffff;
}
#left-menu .address-block {
  background-color: #007bbf;
  padding: 1px 0 1px 30px;
  margin: 30px 0;
}
#left-menu .address-block .fa {
  margin-right: 8px;
  color: #f0f5f7;
}
#left-menu .address-block .clinic {
  padding-top: 30px;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 3px solid #ffffff;
  font-weight: 500;
  padding-bottom: 15px;
}
#left-menu .address-block .clinic a {
  text-decoration: none;
}
#left-menu .address-block .item {
  margin: 15px 20px 15px 0;
}
#left-menu .address-block .title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 5px;
  padding-top: 20px;
}
#left-menu .address-block p {
  color: #ffffff;
  font-weight: 400;
  font-size: 1em;
}
#left-menu .address-block p#tel {
  font-size: 1.125em;
  font-weight: 500;
}
#left-menu .address-block a {
  color: #ffffff;
}
.breadcrumbs {
  margin: 30px 0 10px 15px;
  font-size: 16px;
  color: #666666;
}
.breadcrumbs a {
  font-size: 16px;
  color: #666666;
}
.breadcrumbs a:hover {
  color: #007bbf;
}
.breadcrumbs a:last-child {
  color: #007bbf;
  text-decoration: none;
}
.article-list .breadcrumbs {
  margin-top: 0;
  margin-left: 0;
}
/* stylovani obsahu clanku */
.text-content ul li {
  padding-bottom: 10px;
}
.container-menu {
  margin-top: 30px;
}
/* Popis pracoviště */
.inner-content h1 {
  font-size: 2.2em;
  text-align: left;
  margin-bottom: 50px;
}
.inner-content h1.sm {
  margin-bottom: 10px;
}
.inner-content h2 {
  margin-bottom: 50px;
}
.inner-content * :not(.user-defined-form-wrapper) form {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 10px solid #f0f5f7;
  padding: 20px;
  margin-bottom: 17.5px;
}
.inner-content * :not(.user-defined-form-wrapper) form .control-input input,
.inner-content * :not(.user-defined-form-wrapper) form .control-input select,
.inner-content * :not(.user-defined-form-wrapper) form .control-input textarea {
  width: 100%;
}
.inner-content * :not(.user-defined-form-wrapper) form label {
  display: block;
}
.inner-content .user-defined-form-wrapper input,
.inner-content .user-defined-form-wrapper textarea,
.inner-content .user-defined-form-wrapper select {
  max-width: 100%;
}
.inner-content .information p {
  color: #007bbf;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.inner-content .video {
  background-color: #f0f5f7;
  padding-bottom: 56.25%;
  position: relative;
}
.inner-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-content table,
.inner-content table.text {
  background-color: #f0f5f7;
  border-color: #ffffff;
  border: 0;
}
.inner-content table a:link,
.inner-content table.text a:link {
  color: #1b2d60;
}
.inner-content table th,
.inner-content table.text th {
  background-color: #009be0;
  color: #ffffff;
  font-weight: 500;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.inner-content table td,
.inner-content table.text td {
  background-color: #f0f5f7;
  border-color: #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  color: #1b2d60;
}
.inner-content table td,
.inner-content table.text td,
.inner-content table th,
.inner-content table.text th {
  vertical-align: top;
  padding: 0.5em 0.7em;
}
.inner-content table td:first-child,
.inner-content table.text td:first-child,
.inner-content table th:first-child,
.inner-content table.text th:first-child {
  /*border-left:0;*/
}
.inner-content table:after,
.inner-content table.text:after {
  clear: both;
}
.inner-content .article-image-wrapper {
  position: relative;
}
.inner-content .article-image-wrapper.wide {
  padding-bottom: 20px;
}
.inner-content .article-image-wrapper img {
  width: 100%;
  height: 100%;
}
.inner-content .article-date {
  color: #666666;
  float: right;
}
.inner-content .text h2 {
  color: #1b2d60;
  font-size: 1.8em;
  font-weight: 300;
  text-align: left !important;
}
.inner-content .text h3 {
  color: #1b2d60;
  font-size: 1.4em;
  font-weight: 500;
  text-align: left !important;
}
.inner-content .text p {
  color: #1b2d60;
  font-size: 1.063em;
  font-weight: 400;
  line-height: 1.529;
}
.inner-content .text a:link {
  color: #007bbf;
}
.inner-content .text a:visited {
  color: #e12d2d;
}
.inner-content .block {
  background-color: #f0f5f7;
  border-radius: 15px;
  padding: 30px 50px;
  margin: 30px 0;
}
.inner-content .block p {
  color: #e12d2d;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}
.inner-content .block button {
  font-size: 0.875em;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  background-color: #3156a3;
  width: 190px;
  height: 41px;
}
.inner-content .block button:hover {
  font-size: 0.875em;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  background-color: #009be0;
  width: 190px;
  height: 41px;
}
.inner-content .block ul {
  margin: 0;
}
.inner-content .box {
  /*width: 45%;*/
  padding: 0px;
  margin-bottom: 20px;
}
.inner-content .box .box-inner {
  position: relative;
  margin-top: 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #f0f5f7;
  padding: 35px;
}
.inner-content .box h3,
.inner-content .box .box-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #1b2d60;
  margin-bottom: 20px;
}
.inner-content .box li {
  color: #666666;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 10px;
  text-align: left;
}
.inner-content .text-content .box li {
  line-height: 1.5;
}
.inner-content .box.universal.photogallery a {
  margin-right: 6px;
}
.inner-content .box.universal .box-inner {
  border-top: 10px solid #007bbf;
  /*left: 0px;*/
}
.inner-content .box.universal h3,
.inner-content .box.universal .box-title {
  color: #007bbf;
}
.inner-content .box.alternative .box-inner {
  border-top: 10px solid #e12d2d;
  /*right: -75px;*/
}
.inner-content .box.alternative h3,
.inner-content .box.alternative .box-title {
  color: #e12d2d;
}
/*=POLL - ankety */
.poll.box .polloption,
.poll.box .polloption .text {
  display: inline-block;
}
.poll.box a.button {
  font-size: 0.875em;
  font-weight: 500;
  padding: 6px 12px;
}
.poll.box a.button:hover {
  color: #ffffff;
  background-color: #009be0;
}
ul.row {
  padding: 0;
  list-style-type: none;
}
/*=SMALLBOX - malý box */
/* (3 na řádek; služby, parkování, návštěvní hodiny aj.) */
.smallbox {
  width: 100%;
  height: 210px;
  margin: 20px 0 0 0;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background-color: #f0f5f7;
}
.smallbox.noicon {
  height: auto;
  padding: 20px 0;
  margin-bottom: 20px;
}
.smallbox .icon {
  border-radius: 50%;
  font-size: 40px;
  font-weight: 400;
  line-height: 20px;
  background-color: #009be0;
  margin: 20px;
  width: 80px;
  height: 80px;
  color: #ffffff;
  display: inline-block;
}
.smallbox .icon i {
  padding: 20px 18px;
}
.smallbox .title {
  margin-top: 0px;
  padding: 15px 5px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  background-color: #009be0;
  color: #ffffff;
  min-height: 50px;
  display: inline-block;
  width: 85%;
}
.smallbox:hover {
  text-decoration: none;
  background-color: #009be0;
  color: #009be0;
}
.smallbox:hover .icon,
.smallbox:hover .title {
  background-color: #ffffff;
  color: #009be0;
}
/* Tmavě modrá varianta smallboxu */
.smallbox.darkblue .icon,
.smallbox.darkblue .title {
  background-color: #3156a3;
}
.smallbox.darkblue:hover {
  background-color: #3156a3;
  color: #3156a3;
}
.smallbox.darkblue:hover .icon,
.smallbox.darkblue:hover .title {
  background-color: #ffffff;
  color: #3156a3;
}
/* Červená varianta smallboxu */
.smallbox.red .icon,
.smallbox.red .title {
  background-color: #e12d2d;
}
.smallbox.red:hover {
  background-color: #e12d2d;
  color: #e12d2d;
}
.smallbox.red:hover .icon,
.smallbox.red:hover .title {
  background-color: #ffffff;
  color: #e12d2d;
}
/* Zelená varianta smallboxu */
.smallbox.green .icon,
.smallbox.green .title {
  background-color: #2bb373;
}
.smallbox.green:hover {
  background-color: #2bb373;
  color: #2bb373;
}
.smallbox.green:hover .icon,
.smallbox.green:hover .title {
  background-color: #ffffff;
  color: #2bb373;
}
/*=PAGINATOR */
/* Stránkování - list článků, vyhledávání */
.paginator {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #f0f5f7;
  padding: 35px;
  border-top: 10px solid #007bbf;
  text-align: center;
}
.paginator span,
.paginator a {
  padding: 5px;
  white-space: nowrap;
}
.paginator span.current,
.paginator a.current {
  background-color: #ffffff;
  font-weight: 500;
}
.paginator a {
  color: #007bbf;
  text-decoration: none;
}
.paginator a:hover {
  text-decoration: underline;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  color: #007bbf;
}
/*=GALLERY Slick gallerie */
#promo {
  position: relative;
}
#promo #promo-images {
  text-align: center;
}
#promo #promo-images img {
  text-align: center;
  width: 100%;
}
#promo #promo-images.slick-slider:hover .slick-prev:before,
#promo #promo-images.slick-slider:hover .slick-next:before {
  opacity: 1;
  color: #009be0;
}
#promo #promo-images.slick-slider .slick-prev:before,
#promo #promo-images.slick-slider .slick-next:before {
  opacity: 0;
}
/*=FORM */
/* Formulářové prvky */
input,
select,
textarea {
  border-radius: 3px;
  border: none;
  outline: none;
  padding: 10px 20px 10px 20px;
  margin: 5px;
  color: #666666;
  background-color: #f0f5f7;
  padding: 10px 5px 10px 20px;
  max-width: 100%;
}
input[type=submit] {
  background-color: #e12d2d;
  color: #ffffff;
  padding: 10px 20px;
}
/*
label{
	margin-right: 20px;
}
*/
label,
.label {
  color: #666666;
}
.form-horizontal .control-label.align-left {
  text-align: left;
}
.form-horizontal .col-sm-12 > label {
  display: block;
  font-weight: normal;
}
.form-horizontal .control-label label {
  display: inline;
}
.form-horizontal .control-input label {
  display: inline;
  margin-left: 4px;
  font-weight: normal;
}
.form-horizontal .control-label span.required {
  color: #e12d2d;
  margin-left: 4px;
}
.form-horizontal .live {
  color: #e12d2d;
}
.form-horizontal .invalidInput label {
  color: #e12d2d;
}
.user-defined-form-wrapper .form-horizontal .control-label {
  padding-top: 0;
}
/*=PHONE_LIST_ITEMS */
/* Vyhledávání v telefoních kontaktů */
.phone-list-items {
  margin-bottom: 35px;
}
.phone-list-items .item {
  margin-top: 35px;
}
.phone-list-items .item h3 {
  color: #007bbf;
}
.phone-list-items .item th {
  padding-right: 35px;
}
/*=FLASH_MESSAGES */
/* zprávy v popup okně */
#flash {
  position: fixed;
  z-index: 9999;
  top: 45%;
  left: calc(50% - 200px);
  /* Box */
}
#flash .flash-box {
  border: 10px solid #009be0;
  text-align: center;
  background-color: #ffffff;
  width: 400px;
  padding: 25px;
  position: relative;
  box-shadow: 7px 7px 12px #1b2d60;
  border-radius: 6px;
}
#flash .flash-box .items {
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  /* Barva pro zůzné typy messages */
  /* Tlačítko na zavření */
}
#flash .flash-box .items .info,
#flash .flash-box .items .info a {
  color: #1b2d60;
}
#flash .flash-box .items .note,
#flash .flash-box .items .note a {
  color: #1b2d60;
}
#flash .flash-box .items .warning,
#flash .flash-box .items .warning a {
  color: #e12d2d;
}
#flash .flash-box .items .error,
#flash .flash-box .items .error a {
  color: #e12d2d;
}
#flash .flash-box .items .close {
  position: absolute;
  top: -15px;
  right: -10px;
  color: #000000;
  text-decoration: none;
  opacity: 1;
}
#flash .flash-box .items .button {
  margin-top: 20px;
}
#oldBrowser {
  color: #FFF;
  background-color: red;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  font-size: 15px;
}
#discussion .item {
  background-color: #f0f5f7;
  margin: 0 0 20px 0;
  padding: 0 !important;
  color: #1b2d60;
}
#discussion .item.own {
  margin-left: 30px;
}
#discussion .item.own .head {
  background-color: #2bb373;
}
#discussion .item .head {
  padding: 20px;
  background-color: #007bbf;
  color: #ffffff;
}
#discussion .item .head .name {
  font-weight: 500;
}
#discussion .item .head .date {
  float: right;
}
#discussion .item .body {
  padding: 20px;
}
#lspp-promo {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  background-color: #007bbf;
  padding: 8px 20px;
  z-index: 20;
}
#lspp-promo a {
  text-decoration: none;
  color: #ffffff;
}
/* Responze ! */
/*=MEDIA */
@media (max-width: 500px) {
  /* Mobil FIRST */
  /* MAIN CSS */
  .container-fluid.top .container {
    padding: 0;
  }
  .contact-info .phone {
    margin: 20px;
  }
  .space-block-2x {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  /*
	.news .new .right p
	.news .new .left{
		width:0;
		visibility:hidden;
	}
*/
  .search-list .new .right p {
    padding-right: 0;
  }
  .inner-content .text p {
    text-align: left !important;
  }
  .container-fluid.departments .title-block .h2,
  .container-fluid.departments .title-block .h2 a {
    font-size: 20px;
  }
  .container-fluid.footer .switch-menu a {
    font-size: 14px;
    padding-right: 13px;
  }
  .container-fluid.footer .switch-menu a:last-child {
    padding-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .space-block-2x {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/* SM */
@media (min-width: 769px) {
  .fn-media {
    background-image: url('/img/redesign/bg-fn-media.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .fn-media h2,
  .fn-media .h2 {
    text-align: left;
  }
  .fn-media h3,
  .fn-media .h3 {
    text-align: left;
  }
  .fn-media .text p {
    text-align: left;
  }
  .fn-media .button {
    display: block;
  }
  /* Popis pracoviště */
  /* odsazení zprava a zleva */
  .inner-content {
    margin-top: 0px;
  }
  .inner-content .box:nth-child(2n) .box-inner {
    margin-right: 20px;
  }
  .inner-content .box:nth-child(2n + 1) .box-inner {
    margin-left: 20px;
  }
  .inner-content .box.col-lg-12 .box-inner {
    margin-right: 0;
  }
  .inner-content .box.col-lg-12 .box-inner {
    margin-left: 0;
  }
  .celebrities-fb .celebrities .person .image {
    background-size: cover;
  }
  .celebrities-fb .celebrities .person .title {
    min-height: 140px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .fn-media {
    height: 600px;
  }
  .fn-media .h2,
  .fn-media h2 {
    margin-top: 0px;
  }
  .fn-media .h3,
  .fn-media h3 {
    margin-top: 15px;
  }
  .space-block-2x {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/* MD */
@media (min-width: 992px) {
  .container-menu {
    float: left;
    margin-top: 0;
  }
  .container-content {
    float: right;
  }
  .main-boxes .item {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1225px) {
  .fn-media {
    height: 650px;
  }
}
/* LG */
@media (min-width: 1225px) {
  .fn-media {
    height: 750px;
  }
  .col-border-left {
    border-left: 1px solid #e2e8eb;
    padding-left: 50px;
  }
  .numbers .number {
    margin-bottom: 0px;
  }
}
@media (min-width: 1600px) {
  .container-fluid.departments .image-block {
    height: 360px;
  }
  .container-fluid.departments #porodnice.content-block .address .image {
    display: block;
  }
}
/* FB a G+ ikony */
#like_buttons {
  text-align: right;
  padding: 20px 0;
}
#like_buttons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-left: 5px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
#like_buttons a.fa-facebook {
  background-color: #1b2d60;
}
#like_buttons a.fa-twitter {
  background-color: #009be0;
}
#like_buttons a.fa-google {
  background-color: #e12d2d;
}
#like_buttons a:hover {
  background-color: #000000;
}
.video #like_buttons {
  position: absolute;
  right: 10px;
  top: -10px;
}
#promo #like_buttons {
  position: absolute;
  right: 10px;
  bottom: -10px;
}
.article-image-wrapper #like_buttons {
  position: absolute;
  right: 25px;
  bottom: 10px;
}
.article-image-wrapper.narrow #like_buttons {
  bottom: -10px;
}
/* Search form v listu */
form#main-menu .searchMobile {
  margin: 0 0 5px 0;
  text-align: center;
}
form#main-menu .searchMobile input.text {
  width: calc(100% - 150px);
}
form#main-menu .searchMobile input.submit {
  width: 50px;
  position: relative;
  top: 0;
  right: 0;
}
form#main-menu .searchMobile i {
  position: absolute;
  z-index: 40;
  color: #ffffff;
  font-size: 20px;
  margin: 16px 21px;
}
@media (max-height: 700px) {
  .container-fluid.departments #porodnice.content-block .address .content {
    padding: 10px 15px;
  }
  .container-fluid.departments #porodnice.content-block .inner:first-child {
    padding: 5px 15px 35px 25px;
  }
  .container-fluid.departments #porodnice.content-block .inner:last-child {
    padding: 5px 25px 35px 15px;
  }
}
@media print {
  #cc--main,
  iframe,
  .noprint {
    display: none !important;
  }
  .space-block {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
  }
  .space-block-bottom {
    padding-bottom: 17.5px;
  }
  .space-block-bottom-2x {
    padding-bottom: 35px;
  }
  .space-block-top {
    padding-top: 17.5px;
  }
  .space-block-top-2x {
    padding-top: 35px;
  }
  .space-block-2x {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .container-menu {
    float: none;
    margin-top: 0;
  }
  .container-content {
    float: none;
  }
  #left-menu .address-block,
  .box.universal,
  .box.alternative {
    page-break-inside: avoid;
  }
  .inner-content img {
    max-width: none !important;
  }
}
@keyframes spin {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.fncalendar {
  /*#calendar-year span{margin:0 0 0 70px}
	#calendar-year .next{margin:0 70px 0 0}*/
}
.fncalendar table {
  margin: 0 auto;
}
.fncalendar .box-shadow {
  padding: 16px 9px 23px 40px;
  _padding-left: 30px;
}
.fncalendar table {
  border-collapse: collapse;
  width: 246px;
}
.fncalendar th {
  text-align: center;
  font-size: 90%;
  color: #AAA;
  padding-bottom: 2px;
  padding-top: 3px;
}
.fncalendar td {
  font-size: 130%;
  height: 31px;
  padding: 0;
  vertical-align: middle;
  color: #393939;
}
.fncalendar td.first,
.fncalendar td.last {
  width: 10px;
}
.fncalendar td.current,
.fncalendar td.current a {
  color: #f84544;
}
.fncalendar td.active {
  background-color: #b3eae2;
}
.fncalendar td.active {
  background-color: #57BE1F;
}
.fncalendar td.active a {
  color: #FFF;
}
.fncalendar table {
  text-align: center;
}
.fncalendar .fncalendar table a {
  color: #393939;
}
.fncalendar .fncalendar strong {
  font-size: 110%;
  display: block;
  margin-bottom: 3px;
}
.fncalendar .calendar-navi {
  clear: both;
  height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 110%;
  /*color:#f84544*/
}
.fncalendar .calendar-navi {
  margin: 0 160px;
}
.fncalendar .calendar-navi a {
  width: 15px;
  height: 15px;
  display: block;
  color: #e12d2d;
  float: left;
  margin: 0 0 0 60px;
  cursor: pointer;
  _margin-left: 30px;
  text-decoration: none;
}
.fncalendar .calendar-navi a:hover {
  color: #007bbf;
}
.fncalendar .calendar-navi .next {
  float: right;
  background-position: -15px -1170px;
  margin: 0 60px 0 0;
  _margin-right: 30px;
}
.fncalendar #term-calendar-year,
.fncalendar #calendar-year {
  height: 20px;
  margin-top: 10px;
}
.fncalendar .fncalendar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fncalendar .fncalendar li {
  padding: 3px 0;
}
.fncalendar #calendar-text {
  padding: 0 10px;
}
select optgroup {
  background-color: #1b2d60;
  color: #FFF;
}
select optgroup option {
  background-color: #FFF;
  color: #000;
}
#alertBar {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 35px 40px;
  text-align: left;
  background-color: #e12d2d;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  color: #FFF;
  z-index: 21;
}
#alertBar h3 {
  color: #FFF;
}
#alertBar a.fa {
  color: #FFF;
  position: absolute;
  top: 25px;
  right: 35px;
  text-decoration: none;
}
#alertBar a {
  color: #FFF;
}
.container.info .box-inner {
  background-color: #FFF;
}
.container.info .inner-content .box .box-inner {
  margin-left: 0;
  margin-right: 0;
}
.container.info .inner-content .box.col-md-4 {
  margin-left: 0;
  margin-bottom: 0;
}
.container.info .inner-content .box h1 {
  font-size: 30px;
}
.container.info .inner-content .box li {
  line-height: 1.6;
  padding-bottom: 16px;
}
.container.info .inner-content h1,
.container.info .inner-content h2 {
  margin: 10px 0 20px 0;
}
@media (min-width: 992px) {
  .container.info .inner-content .box.col-md-4 {
    padding-left: 40px;
  }
}
body .google_translate_element {
  margin-right: -5px;
}
body .google_translate_element a {
  font-weight: normal !important;
  white-space: normal;
  width: 60px;
  display: inline-block;
  color: #999 !important;
  line-height: 1;
}
body .google_translate_element .goog-te-gadget {
  color: #FFF;
  font-size: 0;
  display: flex;
  align-items: center;
  position: relative;
}
body .google_translate_element .goog-te-gadget > div {
  order: 2;
}
body .google_translate_element .goog-te-gadget > span {
  order: 1;
}
body .google_translate_element select {
  background: #1b2d60 url('data:image/svg+xml,<svg fill="%23FFFFFF" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800px" height="800px" viewBox="0 0 96.154 96.154" xml:space="preserve"><g><path d="M0.561,20.971l45.951,57.605c0.76,0.951,2.367,0.951,3.127,0l45.956-57.609c0.547-0.689,0.709-1.716,0.414-2.61 c-0.061-0.187-0.129-0.33-0.186-0.437c-0.351-0.65-1.025-1.056-1.765-1.056H2.093c-0.736,0-1.414,0.405-1.762,1.056 c-0.059,0.109-0.127,0.253-0.184,0.426C-0.15,19.251,0.011,20.28,0.561,20.971z"/></g></svg>') no-repeat right center;
  border: 0;
  color: #FFF;
  padding: 5px 15px 5px 0;
  margin-left: 12px !important;
  cursor: pointer;
  width: 100px;
  appearance: none;
  background-size: 6px;
}
#translate-hamburger {
  padding-left: 15px;
}
.hp-flex-squares {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 35px 0 0 0;
}
.hp-flex-squares p {
  height: auto !important;
  margin: 0;
  padding: 0 15px 35px 15px;
  border-radius: 6px;
}
.hp-flex-squares p img {
  width: 100%;
}
.hp-flex-squares p {
  width: calc(100% - 7.5px) !important;
}
@media (min-width: 576px) {
  .hp-flex-squares p {
    width: calc(50% - 7.5px) !important;
  }
}
@media (min-width: 768px) {
  .hp-flex-squares p {
    width: calc(33.33% - 7.5px) !important;
  }
}
@media (min-width: 1200px) {
  .hp-flex-squares p {
    width: calc(25% - 7.5px) !important;
  }
}
@media (min-width: 1600px) {
  .hp-flex-squares p {
    width: calc(16.66% - 7.5px) !important;
  }
}
.inner-content .table-responsive-bg {
  background-color: #f0f5f7;
}
.inner-content .table-responsive-bg .table-responsive {
  overflow: auto;
  background: linear-gradient(90deg, #f0f5f7 20%, rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), #f0f5f7 80%) 100% 0, radial-gradient(farthest-side at 0 0%, #dddddd, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 0%, #dddddd, rgba(0, 0, 0, 0)) 100% 0;
  background-repeat: no-repeat;
  background-size: 20% 200%, 20% 200%, 8% 400%, 8% 400%;
  background-attachment: local, local, scroll, scroll;
}
.inner-content .table-responsive-bg .table-responsive table,
.inner-content .table-responsive-bg .table-responsive table.text {
  background-color: transparent;
}
.inner-content .table-responsive-bg .table-responsive table td,
.inner-content .table-responsive-bg .table-responsive table.text td {
  background-color: transparent;
}
.text-decoration-none {
  text-decoration: none !important;
}
.job-item {
  padding: 15px 0;
  border-top: 1px solid #EEE;
}
.job-item.first {
  border-top: 0;
}
.job-item a {
  text-decoration: none !important;
}
.job-filter-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.job-filter-tag {
  padding: 6px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.job-filter-tag:hover {
  background-color: #e0e0e0;
  border-color: #aaa;
  text-decoration: none;
}
.job-filter-tag.active {
  background-color: #009be0;
  color: white;
  border-color: #009be0;
}
.job-filter-tag.all:hover {
  background-color: #e04b2d;
}
/* ajax loader (spinner) */
#spinner,
#spinner-search {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  width: 80px;
  height: 80px;
  background: transparent url('/img/front/loader.background.png') no-repeat scroll 0 0;
}
#spinner span,
#spinner-search span {
  display: block;
  background: transparent url('/img/front/loader.gif') no-repeat scroll 0 0;
  width: 80px;
  height: 80px;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  scroll-padding-top: 30px;
}
/* .inner-content .table-responsive-bg .table-responsive table, .inner-content .table-responsive-bg .table-responsive table.text{table-layout:fixed} */
