body {
  color: #4a4a4a;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  border: none;
}
body a.link {
  color: #4A90E2;
}
body a.uncolored {
  color: #4a4a4a;
}
body .breadcrumb {
  background: transparent;
}
body infocard {
  margin-bottom: 6rem;
}

.selected {
  background-color: #f8a802;
  color: #ffffff;
  padding: 0 3px;
}

.custom-link:hover {
  color: inherit;
  text-decoration: none;
}

.logo {
  background-image: url(img/centire_logo.png);
  background-size: contain;
  width: 134px;
  height: 48px;
  margin: auto;
  content: none;
  background-repeat: no-repeat;
}

.region_logo {
  background-color: #d1232a;
  padding: 0.5em 1em 1.5em 1em;
  margin-right: 10px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
}
.region_logo span {
  font-size: 12px;
}

.card {
  border-radius: 8px;
}

header {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
header .navbar {
  color: #4a4a4a;
  align-items: center;
  background-color: #ffffff;
  padding: 0;
}
header .navbar .navbar-nav {
  justify-content: space-between;
  width: 100%;
}
header .navbar .navbar-nav .nav-item {
  font-size: 22px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #4a4a4a;
  padding: 8px 2.2vw;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  border-bottom: 3px solid #d1232a;
}

header .nav-item.active {
  border-bottom: 3px solid #d1232a;
}

header .navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link.active {
  padding: 8px 2.2vw;
}
header .navbar .navbar-brand {
  display: flex;
  padding: 0;
}
header .navbar .navbar-brand a {
  align-self: center;
}

.main_header {
  font-size: 29px;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  margin-top: 2rem;
}

.main_header5 {
  /*font-size: 1.25rem; */
  font-size: 1.25rem;	
  font-family: "Libre Baskerville", serif;
  display: flex;
}


.big-banner {
  margin: 2em 0;
}

.card.card-banner {
  margin: 1rem 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card.card-banner:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card.card-banner .card-img {
  border-radius: 8px;
  height: 300px;
}
.card.card-banner .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.card.card-banner .card-body .card-title {
  font-size: 24px;
  line-height: 30px;
  padding: 0.5em 0;
  font-family: "Libre Baskerville", serif;
}
.card.card-banner .card-body .card-subtitle {
  font-size: 16px;
}
.card.card-banner .card-body .card-text {
  font-size: 16px;
}

.blog_row {
  background-color: #f0f0f0;
  padding: 3em 0;
}
.blog_row .card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: transparent;
  min-height: 425px;
  margin-bottom: 24px;
}
.blog_row .card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.blog_row .card .card-img-top {
  background-size: 100%;
  border-radius: 4px;
  min-height: 216px;
}
.blog_row .card .card-body {
  border-radius: 8px;
  background: #ffffff;
  padding: 0.75rem;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.blog_row .card .card-body .card-title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Libre Baskerville", serif;
  padding: 0.75rem;
}
.blog_row .card .card-body .card-subtitle {
  font-size: 12px;
  padding: 0rem 0.75rem;
}
.blog_row .card .card-link-more {
  background-color: #f0f0f0;
  text-align: center;
  padding: 0.5rem;
  border-radius: 10px;
}
.blog_row .card .card-link-more a {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 20px;
}

.gradient_row {
  background: #c93035;
  background: -webkit-linear-gradient(left, #c93035 0%, #d82457 35%, #dd2477 67%, #dd2477 100%);
  padding: 14px 0;
  color: #ffffff;
}
.gradient_row .row > * {
  align-self: center;
}
.gradient_row .row > * img {
  border-radius: 8px;
}
.gradient_row .row > * .banner-text p {
  line-height: 24px;
  align-self: center;
  font-size: 18px;
}
.gradient_row .row > * .banner-button {
  text-align: center;
}
.gradient_row .row > * .banner-button .btn {
  padding: 2rem 2.4rem;
  border-radius: 8px;
  background-color: #ffffff;
  line-height: 24px;
  font-size: 18px;
}
@media (max-width: 575px) {
  .gradient_row .row > * img {
    max-height: initial;
  }
  .gradient_row .row > * .banner-text p {
    line-height: 1.2;
    align-self: center;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 14px;
  }
  .gradient_row .row > * .banner-button .btn {
    font-size: 1.2em;
    padding: 1rem 1.4rem;
  }
}
@media (min-width: 576px) {
  .gradient_row .row > * img {
    max-height: initial;
  }
  .gradient_row .row > * .banner-text p {
    line-height: 1.2;
    align-self: center;
    font-size: 1.2rem;
  }
  .gradient_row .row > * .banner-button .btn {
    font-size: 1.2em;
    padding: 1rem 1.4rem;
  }
}
@media (min-width: 768px) {
  .gradient_row .row > * img {
    margin-left: 1em;
    max-height: 134px;
  }
  .gradient_row .row > * .banner-text p {
    line-height: 1.2;
    align-self: center;
    font-size: 1.2rem;
  }
  .gradient_row .row > * .banner-button .btn {
    font-size: 1.2em;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .gradient_row .row > * img {
    margin-left: 1em;
    margin-right: 1rem;
  }
  .gradient_row .row > * .banner-text p {
    line-height: 1.2;
    align-self: center;
    font-size: 22px;
  }
  .gradient_row .row > * .banner-button .btn {
    font-size: 18px;
    padding: 1.75rem 3.5rem;
  }
}

footer {
  margin-top: 4em;
  padding-bottom: 0px;
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
footer .copy .uncolored {
  color: #4a4a4a;
}
footer .footer_col {
  align-self: baseline;
}
footer .footer_col .footer_menu {
  font-size: 18px;
}
footer .footer_col .footer_menu a {
  color: #4a4a4a;
  font-size: 18px;
}
footer .footer_col .uncolored {
  color: #4a4a4a;
  font-size: 14px;
}
footer .footer_col .footer_info {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
footer .footer_col ul {
  padding: 0;
  line-height: 2;
}
footer .footer_col ul li {
  list-style: none;
}
footer .footer_col ul li a {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1;
}
footer .footer_col2 {
  align-self: center;
}
footer ul {
  padding: 0;
  line-height: 2;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
footer .footer_logo {
  display: flex;
  margin-bottom: 1.25rem;
}
footer .footer_logo a {
  align-self: flex-end;
}
footer .footer_logo .region_logo {
  padding: 1.8rem 0.7em 0.6em 1.1em;
  line-height: 1;
  font-size: 18px;
}
footer .footer_logo .region_logo span {
  font-size: 12px;
}
footer .copy {
  font-size: 14px;
}
@media (min-width: 768px) {
  footer .copy {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .copy {
    text-align: left;
  }
}

@media (min-width: 991px) {
  .card.card-banner {
    flex-direction: row;
  }
  .card.card-banner .card-img {
    width: 57%;
    height: 355px;
    margin: 20px;
  }

  .copy {
    text-align: center;
  }

  .more-service li {
    max-width: 78%;
  }
}
@media (max-width: 990px) {
  .more-service li {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 380px !important;
  }
}
.modal-content {
  border-radius: 10px;
  background-color: #f0eff0;
  padding: 1em 3em;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0 4px 4px -4px #524f52;
  position: absolute;
}
.modal-content .close {
  cursor: pointer;
  position: relative;
  top: 0px;
  left: 100%;
}
.modal-content .modal_form label {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
}
.modal-content .modal_form h6 {
  margin-top: 2rem;
}
.modal-content .modal_form .submit_btn {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.modal-content .modal_form .submit_btn button {
  background: #ffffff;
  padding: 0.5rem 1.2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal-content .modal_form .submit_btn button:hover {
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
}
.modal-content .modal_form .submit_btn button:active {
  background: #ffffff;
}
.modal-content .modal_form small {
  font-size: 100%;
}

.modal-backdrop {
  background-color: #ffffff;
}
.modal-backdrop.show {
  opacity: 0.9;
}

.breadcrumb li a {
  font-size: 12px;
}

.article {
  padding-bottom: 2rem;
}

.article-info p {
  margin-bottom: 2rem;
}

.article-img {
  background-size: 100%;
  background-repeat: no-repeat;
}

.article-img-smartTrencin {
  background-image: url(../img/trencin.jpeg);
}

.article-img-smart {
  background-image: url(../img/smartCity.jpeg);
}

.article-img-kezmarok {
  background-image: url(../img/kezmarok.jpeg);
}

.article-img-kompetencie {
  background-image: url(../img/kompetencie.jpg);
}

.article-img-tlmace {
  background-image: url(../img/tlmace-act.jpeg);
}

@media (min-width: 992px) {
  .article-img {
    height: 391px;
    background-position: 50% 50%;
  }
}
@media (max-width: 991px) {
  .article-img {
    height: 210px;
  }
}
.article-text {
  font-size: 18px;
  line-height: 24px;
}
.article-text .article-text ul li {
  font-size: 18px;
}

.article-title {
  font-size: 24px;
  line-height: 36px;
  margin-top: 1rem;
  font-family: "Libre Baskerville", serif;
}

.article-subtitle {
  font-size: 14px;
  line-height: 20px;
}

.interest {
  font-size: 24px;
  padding: 2rem 12px;
  line-height: 48px;
  margin: 0;
  font-family: "Libre Baskerville", serif;
}

.item {
  background: url(../img/trencin.jpeg) no-repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.icon-img-block {
  text-align: center;
  padding: 42px;
  border-radius: 8px;
  background-color: #EAEAEA;
}

.service-section {
  margin-bottom: 2rem;
}

img.mask {
  box-sizing: content-box;
  max-width: 730px;
  width: 100%;
  margin-top: -63px;
}

@media (min-width: 992px) {
  img.mask {
    margin-top: -63px;
  }

  .mask {
    -webkit-mask-box-image: url(../img/maska.svg);
    mask-image: url(../img/maska.svg);
  }

  .mobile-row {
    display: none;
  }

  .desktop-row {
    align-self: center;
  }
}
@media (max-width: 991px) {
  img.mask {
    margin-top: 10px;
    display: none;
  }

  .desktop-row {
    display: none;
  }

  .mobile-row .image-kom {
    background: url(../img/komunalne.jpeg) no-repeat;
  }
  .mobile-row .image-man {
    background: url(../img/maskup1.jpeg) no-repeat;
  }
  .mobile-row .image-city {
    background: url(../img/smartCity.jpeg) no-repeat;
  }
  .mobile-row .image-dotacie {
    background: url(../img/GrantExpert.png) no-repeat;
  }
  .mobile-row .image-phsr {
    background: url(../img/phsr.jpeg) no-repeat;
  }
  .mobile-row .image-fin {
    background: url(../img/fin_riadenie.jpeg) no-repeat;
  }
  .mobile-row .image-vz {
    background: url(../img/vzdelavanie.jpeg) no-repeat;
  }
  .mobile-row .image {
    background-position: 13% center;
    height: 250px;
    width: 100%;
    background-size: 100%;
  }
}
.about-service {
  margin-top: 20px;
  font-size: 18px;
}
.about-service h5 {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  line-height: 36px;
  margin: 2rem 0;
  display: flex;
  align-items: center;
}

.details-title {
  font-size: 24px;
  line-height: 34px;
  font-family: "Libre Baskerville", serif;
  margin: 2em 2em 0;
}

.service-list {
  margin-left: 10px;
  padding-left: 0;
}
.service-list li {
  list-style: none;
  position: relative;
  padding-left: 54px;
  line-height: 1.5;
  margin: 24px 18px;
  display: flex;
  font-size: 18px;
}
.service-list li:before {
  content: "";
  border-radius: 8px;
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #eaeaea;
  background-size: cover;
  left: -14px;
  align-self: center;
}

.icon-kom {
  background: #eaeaea;
  padding: 12px 12px 12px 12px;
  border-radius: 8px;
  text-align: center;
  margin-right: 34px;
  display: flex;
  align-self: center;
  width: 60px;
  height: 60px;
}

.more-service {
  padding: 0;
}
.more-service li {
  font-family: "Libre Baskerville", serif;
  list-style: none;
  position: relative;
  padding-left: 16px;
  margin: 32px 18px;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 30px;
}
.more-service li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.more-service span.ico {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #eaeaea;
  padding: 11px 9px;
  border-radius: 8px;
  margin-right: 32px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px 0 rgba(0, 0, 0, 0.2);
}
.more-service li:hover span.ico {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn-granty {
  margin-top: 2em;
  background-color: #2A9BD7;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  width: 301px;
  height: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-granty:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #2A9BD7;
}

/*# sourceMappingURL=custom.css.map */
