@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap&subset=latin-ext'); 
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap');


.block-box {
  width: 100%;
  margin: 0;
      padding:0px;
  display: block;
  overflow: hidden;
      z-index: 100;
}

.dzial {
      padding:6px;
  color: rgba(0, 0, 0, 1) !important;
      background: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: .8em;
  float: left
}

.kwadrat {
  width: 10px;
  height: 10px;
  background-color: #325893;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}

.data {
  color: rgba(0, 0, 0, .7) !important;
  text-transform: uppercase;
  float: left;
  font-size: .8em;
}


.mt-6 {
  margin-top: 4.5rem !important;
}

.schron {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
   position: absolute;
  width: 1px;
}

.tyt_uzywane {
  font-size: 2rem;
}

.frame{  
  /*        width: 250px; */
          /* height: 150px;  */
          vertical-align: middle;
          text-align: center;
          display: table-cell;
      } 

.btn-primary{
background-color: #325893;
border-color: #325893;
}

.carousel-caption {
  position: relative;
  left: 0;
  top: 0;
}
/* 
.carousel-caption h5{
  margin-bottom: 0.1rem;
} */
.carousel-indicators {
  bottom: 5px;
}

.error{
  color: #ff2a2a
}
.text-secondary{
  color: #a8bbcc!important
}
.card-img-top {
  width: 100%;
  height: 18vw;
  object-fit: cover;
}
.card-img-top2 {
  width: 100%;
  height: 14vh;
  object-fit: cover;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

a, a:link, a:hover {
  text-decoration: none;
  /* color: #325893; */
}

.zjg-nieb {
  color: #0872BA;
}
.nav-produkt{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
.nav-produkt a {
  /* color: rgba(0, 0, 0, 0.5); */
  color: #0872BA;
}

body 
{
font-family: 'Lato', sans-serif;
font-weight: 400;
padding-top: 5rem;
}

.card h5 {
  font-weight: 700;
  font-size: 1.1em;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.navbar {
  border-bottom: 2px solid rgba(250, 100, 25, 1);
  }

.navbar-nav {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    text-transform: uppercase;
}
.bg-light-zjg {
    background: #aaa;
    background: #fff;
}
.zjg-produkty-bg {
    background: #b8c2cc;
}

.zjg-uslugi-bg {
  background: rgba(15, 35, 80, 0.2);
}
.zjg-uzywane-bg {
  background: rgba(48, 55, 70, 0.342);
}
.zjg-firma-bg {
  background: rgba(53, 106, 141, 0.637);
}
.zjg-partnerzy-bg {
  background: #fff;
}
.zjg-kontakt-bg {
  background: #0872BA;
  color: #fff;
}

.zjg-stopka-bg{ 
  background: #404040;
  color: #fff;
}

header {
  position: relative;
  background-color: black;
  height: 40vh;
  min-height: 15rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#slideshow > div {
position: absolute;
top: 50%;
transform: translateY(-50%);
margin: 0 auto;
width: 100%;
text-align: center;
}

#slideshow > div > h1 {
color: white;
font-weight: 700;
font-size: 5rem;
text-align: center;
text-shadow: 0 0 30px rgba(0, 0, 0, 1);
}

.site-section-cover h1 {
  font-size: 3rem;
  color: #fff;
  line-height: 1; 
    font-family: 'Poppins', sans-serif;
font-weight: 600;
  }
  .site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
  height: auto;
  min-height: auto;
  padding: 1.5em 0; }
  
.bg-image {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed; }
.bg-image.overlay {
  position: relative; }
  .bg-image.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(0, 68, 136, 0.85); }
.bg-image > .container {
  position: relative;
  z-index: 1; }

/* NEWSY */

.post {
  /* width: 350px; */
  height: 300px;
  display: flex;
  flex-direction: column;
  position: relative;
}
 .post:hover .header_post {
  margin-top: 0px;
}
 .post:hover .body_post {
  height: 100%;
  background: rgba(51, 102, 153, 0.8);
}
 .post .header_post {
  width: 100%;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;

}
.btn-primary-out{
  border: 2px solid #fff;
  color:  #fff;
  background-color: #325893;
}
.btn-primary-out:hover{
  color:  #fff;
  background-color: #0069d9;
}
 .post .body_post {
  width: 100%;
  height: 30%;
  /* background: #fff; */
  /* background: rgba(51, 102, 153, 0.6); */
  background: rgba(51, 102, 153, 0.8);
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: cubic-bezier(0.68, 0, 0.27, 1) 320ms;
  -moz-transition: cubic-bezier(0.68, 0, 0.27, 1) 320ms;
  -ms-transition: cubic-bezier(0.68, 0, 0.27, 1) 320ms;
  -o-transition: cubic-bezier(0.68, 0, 0.27, 1) 320ms;
  transition: cubic-bezier(0.68, 0, 0.27, 1) 320ms;
  /* cursor: pointer; */
}
 .post .body_post .post_content {
  width: 90%;
  height: 83%;
  /* background: #fff; */
  position: relative;
  overflow: hidden;
}
 .post .body_post .post_content h1 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
 .post .body_post .post_content p {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
 .post .body_post .post_content .container_infos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 25px;
}
 .post .body_post .post_content .container_infos .postedBy {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
 .post .body_post .post_content .container_infos .postedBy span {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 1px;
  font-weight: bold;
}
 .post .body_post .post_content .container_infos .container_tags {
  display: flex;
  flex-direction: column;
}
 .post .body_post .post_content .container_infos .container_tags span {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 1px;
  font-weight: bold;
}
 .post .body_post .post_content .container_infos .container_tags .tags ul {
  display: flex;
}
 .post .body_post .post_content .container_infos .container_tags .tags ul li {
  font-size: 12px;
  letter-spacing: 2px;
  list-style: none;
  margin-left: 8px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
/* NEWSY - END */

rcbox,
.rcbox * {
	box-sizing: border-box;
}
.rcbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-height: 250px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 15px;
}
.rcbox img {
    position: relative;
	max-width: 100%;
}

.rcbox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: rgba(21, 81, 147, 1);
  padding: 2% 5% 0 5%;
  	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.rcbox .rcbox-layer_bottom {
	display: block;   
}

.rcbox .rcbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(44,63,80, 0.7);
	color: #fff;
	padding: 5px;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.rcbox:hover .rcbox-layer_top,
.rcbox.active .rcbox-layer_top {
	opacity: 1;
}

.rcbox-blue:hover .rcbox-layer_top,
.rcbox.active .rcbox-layer_top {
	opacity: 1;
}


.rcbox .rcbox-text {
	line-height: 1.3;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.rcbox .rcbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.rcbox.active .rcbox-text_mobile {
	display: block;
}

.rcbox .rcbox-layer_slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.rcbox:hover .rcbox-layer_slideup,
.rcbox.active .rcbox-layer_slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.rcbox:hover .rcbox-title {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.rcbox-orange {
background-color: #ee680e;
}

.rcbox-blue {
background-color: #0e77ee;
} 

.nav-link .active, .active a {
color: rgba(250, 100, 25, 1) !important;
}

.nav-link .active2, .active2 a {
  color: rgba(255, 255, 255, 1) !important;
  }

.page-item.active2 .page-link {
    background-color: #0e77ee;
    border-color: #0e77ee;
    }


.nav-link.js-scroll-trigger.active {
color: rgba(250, 100, 25, 1) !important;
}

.menu-prawe a {
font-size: 15px;
display: block;
margin-bottom: 1px;
color: rgba(0, 0, 0, 0.5) !important;
text-decoration: none;
transition: 0.25s ease;
}

.menu-prawe a:hover {
background-color: rgba(21, 81, 147, 0.16);
color: rgba(0, 0, 0, 0.7) !important;
}

.produkty-grupa {
padding: 10px;
background-color: rgba(21, 81, 147, 0.12);
}
.produkty-podgrupa {
padding: 10px 10px 10px 25px;
background-color: rgba(21, 81, 147, 0.06);
}
.produkty-podgrupa2 {
  padding: 6px 6px 6px 25px;
  background-color: rgba(21, 81, 147, 0.06);
  font-size: 13px !important;
  }
.produkty-podgrupa_kolor {
  background-color: rgba(21, 81, 147, 0.06);
  }
  
.tab-card {
  border:1px solid #eee;
}

.tab-card-header {
  /* background:none; */
}
/* Default mode */
.tab-card-header > .nav-tabs {
  border: none;
  margin: 0px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 2px;
}
.tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom:2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 15px;
}

.tab-card-header > .nav-tabs > li > a.show {
    border-bottom:2px solid #007bff;
    color: #007bff;
}
.tab-card-header > .nav-tabs > li > a:hover {
    color: #007bff;
}

.tab-card-header > .tab-content {
  padding-bottom: 0;
}

/* section:before {
  height: 54px;
  content: "";
  display:block;
} */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('/images/uploads/foto/o_firmie.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}
@media (max-width: 576px) {  
#slideshow > div > h1 {
  font-size: 3rem;
  }
}
@media (max-width: 992px) {  
  .navbar-nav{
    font-size: 1em
  }
}