.main-color-text {
  color: #262E38;
}

.main-color-bg {
  background: #262E38;
}

/*------------------------------------- font ---------------------------*/
.fa-2x {
  font-size: 1.4rem;
}

.fa-3x {
  font-size: 1.7rem;
}

.fa-4x {
  font-size: 2rem;
}

.fa-5x {
  font-size: 2.4rem;
}

.fa-6x {
  font-size: 3.1rem;
}

@media (min-width: 1400px) {
  .resoultion-content {
    padding: 0 105px !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .resoultion-content {
    padding: 0 45px !important;
  }
}
.simply-link {
  color: #33475E;
  text-decoration: none;
}
.simply-link i {
  color: #33475E;
}
.simply-link:hover {
  color: #8398B6;
  text-decoration: none;
}
.simply-link:hover i {
  color: #8398B6;
}

header a {
  height: 40px;
}
header a.nav-link {
  font-size: 1rem;
  color: #F2F2F2;
}
header a.nav-link i {
  background: #F2F2F2;
  border-radius: 50%;
  color: #262E38;
  padding: 10px;
  height: 39px;
  display: inline-block;
  width: 40px;
  position: relative;
  right: 2px;
}
header a.nav-link:hover {
  background-color: #F2F2F2;
  color: #262E38;
}

.social li a {
  color: #F2F2F2;
}

.brand {
  color: #33475E;
  text-decoration: none;
}

#main-menu .nav li a {
  display: grid;
  text-decoration: none;
  text-align: center;
  color: #33475E;
}
#main-menu .nav li a span {
  text-align: center;
  font-size: 1.5rem;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: auto;
  border: 1px solid #33475E;
  border-radius: 50%;
}
#main-menu .nav li a span:before {
  transform: translateY(-50%);
  top: 25%;
  position: relative;
}
#main-menu .nav li a:hover span {
  background-color: #33475E;
  color: #F2F2F2;
}

.box-c {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.box-c .product {
  position: relative;
}
.box-c .product:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px !important;
  width: 40%;
  left: 20px;
  transition: 0.4s ease-out all 0.1s;
}
.box-c .product:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: 5px !important;
  width: 100%;
  left: 0;
}
.box-c:hover .product:after {
  width: 100%;
  left: 0%;
  transition: 0.5s ease all;
}

#main-content a {
  text-decoration: none;
  color: #33475E;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #d9d9d9 !important;
  border-radius: 10px 10px 0 0;
}
#main-content a:hover {
  text-decoration: none;
  background-color: #fff;
}
#main-content a.product {
  transition: box-shadow 0.55s;
}
#main-content a.product:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#main-content a.podatki {
  border-color: #b3c44a;
}
#main-content a.podatki:after {
  background-color: #b3c44a;
}
#main-content a.podatki:hover h3, #main-content a.podatki:hover i {
  color: #b3c44a;
}
#main-content a.oplaty {
  border-color: #7eb950;
}
#main-content a.oplaty:after {
  background-color: #7eb950;
}
#main-content a.oplaty:hover h3, #main-content a.oplaty:hover i {
  color: #7eb950;
}
#main-content a.eratusz {
  border-color: #417dc1;
}
#main-content a.eratusz:after {
  background-color: #417dc1;
}
#main-content a.eratusz:hover h3, #main-content a.eratusz:hover i {
  color: #417dc1;
}
#main-content a.sys_ewi {
  border-color: #ef5350;
}
#main-content a.sys_ewi:after {
  background-color: #ef5350;
}
#main-content a.sys_ewi:hover h3, #main-content a.sys_ewi:hover i {
  color: #ef5350;
}
#main-content a.ks_bud {
  border-color: #8d1f62;
}
#main-content a.ks_bud:after {
  background-color: #8d1f62;
}
#main-content a.ks_bud:hover h3, #main-content a.ks_bud:hover i {
  color: #8d1f62;
}
#main-content a.hr {
  border-color: #ed9737;
}
#main-content a.hr:after {
  background-color: #ed9737;
}
#main-content a.hr:hover h3, #main-content a.hr:hover i {
  color: #ed9737;
}

.NaviButtonContainer button, .NaviButtonContainer a {
  border: 1px solid #F2F2F2;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #fff;
  color: #33475E;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  letter-spacing: 0.7px;
  text-decoration: none;
}
.NaviButtonContainer button.active, .NaviButtonContainer button:hover, .NaviButtonContainer a.active, .NaviButtonContainer a:hover {
  background-color: #33475E;
  color: #fff;
}

.carouselrekord-item a {
  color: #33475E;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
}
.carouselrekord-item a p {
  font-size: 1.2rem;
}
.carouselrekord-item a span img {
  padding-top: 10px;
}
.carouselrekord-item a:hover {
  background-color: #262E38;
  color: #fff;
}
.carouselrekord-item a:hover span {
  background-color: #fff;
}

#socialwall button {
  border: 2px solid #33475E;
  background-color: transparent;
}
#socialwall button i {
  color: #33475E;
}

.blog a.title {
  color: #262E38;
  text-decoration: none;
}
.blog a:hover {
  color: #8398B6;
}
.blog .moreBlog:hover {
  background-color: #262E38;
  color: #fff;
}
.blog .moreBlog:hover i {
  color: #fff;
}
.blog .moreBlog i {
  bottom: 40px;
  left: 27%;
  color: #262E38;
}

#Contact ul li:hover span {
  background-color: #262E38;
  color: #fff;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 300;
}
footer ul li a:hover {
  color: #8398B6;
}
footer .footer-button {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
footer .footer-button:hover {
  background-color: #fff;
  color: #262E38;
}

ul.pagination li a.page-link {
  color: #262E38;
}
ul.pagination li.active a.page-link {
  background-color: #262E38;
  border-color: #262E38;
  color: #fff;
}

.formContainer button.btn.btn-primary {
  border: 1px solid #F2F2F2;
  padding: 5px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #fff;
  color: #33475E;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  letter-spacing: 0.7px;
  text-decoration: none;
}
.formContainer button.btn.btn-primary.active, .formContainer button.btn.btn-primary:hover {
  background-color: #33475E;
  color: #fff;
}

body {
  font-family: "Segoe UI", Roboto !important;
  font-size: 1.3rem !important;
  color: #33475E !important;
}

.resoultion-content {
  padding: 0 25px;
}

header {
  background-color: #262E38;
}

#main-menu .container-fluid {
  /*
  background-image: url("../images/strips.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  */
}

#banner .container-fluid {
  background-color: #F2F2F2;
}

#socialwall {
  background-image: url("../images/promo-background-image1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #F2F2F2;
}
#socialwall button {
  border: 2px solid #33475E;
  background-color: transparent;
}
#socialwall button i {
  color: #33475E;
}
#socialwall button:hover {
  background-color: #262E38;
}
#socialwall button:hover i {
  color: #fff;
}

#numbers {
  background-image: url("../images/polska-mapa.png");
  background-repeat: no-repeat;
  background-position: 90% top;
  background-color: #F2F2F2;
}
#numbers button {
  border-left-width: 5px !important;
  border-left-color: #8398B6 !important;
  color: #33475E;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.4s ease-out all 0.1s;
}
#numbers button:last-child {
  margin-bottom: 0px !important;
}
#numbers button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.4s ease-out all 0.1s;
}

#clients .item {
  text-align: center;
  padding: 15px;
}
#clients .item:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.blog .moreIco {
  bottom: 7px;
  right: 20px;
  color: #fff;
}
.blog .moreIco.hover {
  color: #8398B6;
}

#main-content {
  background-image: url("../images/kafle-background5.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.breadcrumbs {
  background-color: #F2F2F2;
}
.breadcrumbs ol li a i {
  color: #8398B6;
}
.breadcrumbs ol li a:hover {
  background-color: #262E38;
  border-radius: 3px;
}
.breadcrumbs ol li a:hover i {
  color: #fff;
}

#integracja {
  background-image: url("../images/background-right-ratusz.png");
  background-position: right center;
  background-repeat: no-repeat;
}

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