@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 1920px;
  color: #000;
  margin: 0 auto;
}
html img {
  max-width: 100%;
}
html .container.xxl {
  max-width: 1480px;
}
html a {
  text-decoration: none;
  color: #2751A1;
}
html .section-title {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 35px;
  color: #2751A1;
}
@media screen and (max-width: 768px) {
  html .section-title {
    font-size: 30px;
    line-height: 40px;
  }
}
html .btn {
  padding: 8px 20px;
}
html .btn.btn-primary {
  background-color: #2751A1;
  border-color: #2751A1;
  border-radius: 20px;
}
html .btn.btn-outline-primary {
  color: #2751A1;
  border-color: #2751A1;
  border-radius: 20px;
}
html .btn.btn-outline-primary:hover {
  background-color: #2751A1;
  color: #fff;
}
html .text-underline {
  text-decoration: underline;
}
html #snippet--main_content {
  min-height: 75vh;
}
html form .form-group.has-error input, html form .form-group.has-error textarea, html form .form-group.has-error select {
  border-color: red;
}
html form .form-group.has-error .help-block {
  color: red;
}
html form .form-control {
  padding: 16px 10px;
  margin-bottom: 29px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #707070;
  border-radius: 0;
}
html form .form-control:focus, html form .form-control:focus-visible {
  box-shadow: none;
  outline: none;
}
html form .control-label {
  margin-bottom: 10px;
  font-size: 16px;
}
html form textarea.form-control {
  height: 200px;
}
html form .btn {
  text-transform: uppercase;
  font-size: 17px;
}
html form input[type=checkbox] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
html iframe {
  width: 100% !important;
}
html body.no-scroll {
  overflow: hidden;
}
html body.homepage header .responsive-menu-button {
  background-color: rgba(255, 255, 255, 0.7);
}
html header {
  position: relative;
  width: 100%;
  width: 100%;
  z-index: 50;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  html header {
    margin: 15px 0;
  }
}
html header .logo img {
  max-height: 50px;
}
html header nav {
  border-radius: 12px;
  padding: 27px 31px;
}
html header nav ul li {
  list-style: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  html header nav ul li {
    margin-bottom: 10px;
  }
  html header nav ul li:last-child {
    margin-bottom: 0;
  }
  html header nav ul li .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none !important;
    background-color: transparent !important;
  }
  html header nav ul li .sub-menu li {
    margin-top: 10px !important;
  }
}
html header nav ul li:hover .sub-menu {
  display: block;
}
html header nav ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 15px 20px;
  border-radius: 6px;
  display: none;
  z-index: 100;
}
html header nav ul li .sub-menu:hover {
  display: block;
}
html header nav ul li .sub-menu li {
  margin-top: 10px;
}
html header nav ul li .sub-menu li:first-child {
  margin-top: 0;
}
html header nav ul li .sub-menu li a {
  color: #000 !important;
  font-size: 20px !important;
  white-space: nowrap;
}
html header nav ul li .sub-menu li a:hover {
  color: #2751A1 !important;
}
@media screen and (max-width: 768px) {
  html header nav ul li .sub-menu li a {
    font-size: 15px !important;
  }
}
html header nav ul li a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
html header nav ul li a:hover {
  color: #2751A1;
}
@media screen and (max-width: 768px) {
  html header nav ul li a {
    font-size: 15px;
  }
}
html header nav ul li.active a {
  color: #2751A1;
}
@media screen and (max-width: 768px) {
  html header nav.responsive-menu-nav {
    display: none !important;
  }
  html header nav.responsive-menu-nav.active {
    background-color: #fff;
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    margin-top: 10px;
    max-height: 400px;
    width: 100%;
    margin-left: 0 !important;
    border-radius: 0;
    z-index: 999;
  }
  html header nav.responsive-menu-nav.active .sub-menu {
    display: block;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    box-shadow: unset !important;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
html header .responsive-menu {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
}
html footer {
  margin-top: 35px;
  background-color: #2751A1;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  html footer {
    width: 100%;
    margin: 0;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  html footer nav li {
    width: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  html footer nav li:last-child {
    margin-right: 0;
  }
}
html footer nav .sub-menu {
  display: none !important;
}
html footer nav a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  html footer nav a {
    font-size: 15px;
  }
}
html main .herobanner {
  width: 100%;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  html main .herobanner {
    margin-bottom: 50px;
  }
}
html main .herobanner .owl-stage {
  width: 100% !important;
}
html main .herobanner .owl-stage .owl-item {
  width: 100% !important;
  min-height: 950px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html main .herobanner .owl-stage .owl-item {
    min-height: 650px;
  }
}
html main .herobanner .owl-stage .owl-item .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 99%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  html main .herobanner .owl-stage .owl-item .item {
    border-radius: 0;
    box-shadow: unset !important;
  }
}
html main .herobanner .owl-stage .owl-item .item .container {
  height: 100%;
  position: relative;
}
html main .herobanner .owl-stage .owl-item .item .banner-content {
  background-color: #fff;
  border-radius: 50px;
  font-size: 50px;
  line-height: 60px;
  position: absolute;
  bottom: 0px;
  padding: 43px;
  transform: translate(0%, -80%);
  font-weight: 600;
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  html main .herobanner .owl-stage .owl-item .item .banner-content {
    font-size: 35px;
    line-height: 40px;
    bottom: 2%;
    transform: unset;
    left: 0;
    width: 100%;
    max-width: 96%;
    left: 2%;
  }
}
html .layout-homepage .col-lg-4 {
  padding: 15px 30px;
  position: relative;
  font-weight: 500;
}
html .layout-homepage .col-lg-4 p {
  font-weight: 300;
}
html .layout-homepage .col-lg-4 img {
  height: 71px;
}
html .layout-homepage .col-lg-4:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  background-color: #2751A1;
  opacity: 0.2;
  width: 2px;
  max-height: 248px;
}
@media screen and (max-width: 768px) {
  html .layout-homepage .col-lg-4:after {
    display: none;
  }
}
html .layout-homepage .col-lg-4:last-child:after {
  display: none;
}
html .layout-homepage .text-content h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: #2751A1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  html .layout-homepage .text-content h3 {
    text-align: center;
  }
}
html .layout-homepage .text-content img {
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  html .layout-homepage .text-content img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
html .layout-homepage .map-content h2 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  html .layout-homepage .map-content h2 {
    font-size: 30px;
  }
}
html .layout-homepage .advokatni-informace-content {
  margin-bottom: 50px;
}
html .layout-homepage .advokatni-informace-content h2 {
  color: #2751A1;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  html .layout-homepage .advokatni-informace-content h2 {
    font-size: 30px;
  }
}
html .layout-homepage #news .news-item {
  color: #000;
  border: 1px solid #707070;
  border-radius: 60px;
  padding: 30px 40px;
  height: 100%;
}
html .layout-homepage #news .news-item h3 {
  color: #2751A1;
}
@media screen and (max-width: 768px) {
  html .layout-homepage #news .news-item {
    margin-bottom: 15px;
    border-radius: 20px;
    height: auto;
  }
}
html .layout-homepage #news .news-item a {
  margin-top: 20px;
}
html .layout-homepage #contact-form .prefix-text {
  font-size: 25px;
  line-height: 30px;
}
html .layout-homepage .advisory-filter-box label, html .layout-homepage .advisory-filter-box h4 {
  color: #2751A1;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
html .layout-homepage .advisory-filter-box .form-control {
  border-radius: 60px;
  padding: 15px 20px;
}
html .layout-homepage .advisory-filter-box .advisory-detail {
  border: 1px solid #dee2e6;
  border-radius: 40px;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  html .layout-homepage .advisory-filter-box {
    margin-top: 15px;
  }
}
html .cpt-detail a {
  color: #2751A1;
}
html .cpt-detail a:hover {
  text-decoration: underline;
}
html .cpt-detail img {
  margin-right: 10px;
}
html .post-detail .poradny-carousel a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 81, 161, 0.5);
}
html .post-detail #poradna-map {
  height: 500px;
}
html .post-detail .bg-box {
  background-color: rgba(39, 81, 161, 0.1);
}
html .pagination a {
  color: #2751A1;
  border-color: #2751A1;
}
html .pagination a:focus {
  box-shadow: none;
}
html .pagination li.active .page-link {
  background-color: #2751A1;
}
html .pagination li .page-link {
  border-color: #2751A1;
}
html .pagination li .page-link:hover {
  background-color: #2751A1;
  color: #fff;
  border-color: #2751A1;
}
html .pagination li.disabled .page-link {
  opacity: 0.5;
  background-color: #fff;
  color: #2751A1;
}
html .pagination li i {
  position: relative;
  top: 2px;
}
html .masonry-cols {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  html .masonry-cols {
    -moz-column-count: 2;
         column-count: 2;
  }
}
html .masonry-group {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 1rem;
}
html .masonry-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display: block;
  margin-bottom: 0.5rem;
}/*# sourceMappingURL=style.css.map */