:root {
    --red: #a60809;
    --primary: #242424;
    --secondary: #8bb44a;
    --dark: #262c33;
    --silver: #959faa;
    --light: #ededed;
    --silver-light: #d2d9e0;
    
    --vlight: #eaffc8;
    --super-light: #f4f7ee;
    
    --robotoc:  'Roboto Condensed', sans-serif;
    
    --opens: 'Open Sans', sans-serif;
    --yellow: #ffdd7f;
    --gradient-bg: linear-gradient(to bottom, var(--primary), var(--secondary)); 
    --gradient-ico: linear-gradient(to bottom, var(--secondary), var(--light));
/*    --gradient-ico: radial-gradient(circle,rgba(156, 255, 153, 1) 0%, rgba(114, 161, 39, 1) 100%);*/
    
    --box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
}


html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Poppins', sans-serif;
}

body {
    height: 100%;
/*    min-height: 35rem;*/
    position: relative;
    font-family: 'Poppins', sans-serif;
    background-color: white !important;
    overflow-x: hidden;
    font-size: 1rem
}

.error-404 {
    background-image: url(../img/404.svg);
    background-position: bottom right;
    background-size: auto 60%;
    /*  background-size: cover;*/
    background-repeat: no-repeat;
    height: 50vh;
}

.error-404 footer {
    display: none;
}

.error-404 h3 {
    font-weight: 300 !important;
    font-size: 2rem !important;
}


a {
    color: #212529;
}

a:hover,
a:focus {
    color: #667481;
}

h4,
.h4 {
    font-size: 1.25rem
}

.btn-pill {
    border-radius: 10rem !important;
    padding: 10px 30px;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

.bg-green {
    background-color: #1ACD1A!important;
}

.bg-red {
    background-color: var(--red) !important;
}
.bg-white-silver {
    background: #e0e0e0;
    background: linear-gradient(0deg,rgba(224, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.text-red {
    color: #e01c1c;
}

.text-dark {
    color: #0a0a38!important;
}

.text-sea {
    color: #4f9cb1;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px !important
    }
}

.shadow {
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
}

hr {
    border-width: 2px;
    border-color: rgb(191, 195, 204)
}

.btn {
    border-radius: 0
}

.btn-primary {
    border-color: var(--red) !important;
    background-color: var(--red) !important;
    cursor: pointer;
}

.btn-secondary {
    background-color: #cd9557;
    border-color: #cd9557
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #ba7c37!important;
    border-color: #ba7c37!important
}

.input {
    font-weight: 300!important;
}

.form-control {
    border-radius: 0;
}

.only-home {
    display: none;
}

.start .only-home {
    display: block
}

small {
    opacity: 0.5
}

.pb-top img {
    max-width: 250px;
}




/* NAWIGACJA */

.navbar {
    padding: 0 !important;
}

.nav-top {
    padding-left: 38px;
    text-transform: uppercase;
    z-index: 100000;
}

.navbar-light {
    /*    font-family: 'open sans',sans-serif;*/
    font-weight: 600 !important;
}

.navbar-nav .nav-link {
    color: white;
    font-size: clamp(0.9em, 2.0vw, 1.1em) !important;
    line-height: clamp(1.2em, 2.5vw, 2.5em) !important;
    padding-left: 1rem;
}
.navbar-nav .nav-link:hover {
    color: var(--secondary);
}
.navbar-brand {
    color: white !important;
    padding-left: 2rem;
    font-weight: 700
}

.navbar-brand b {
    color: var(--primary) !important;
}

@media (max-width: 767px) {
    .navbar-brand {
        max-width: 230px !important
    }
    .navbar-brand img {
        max-width: 100% !important
    }
}

.navbar-light .navbar-toggler {
    border: none;
    color: var(--primary);
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

@media (min-width: 768px) {
    .navbar-brand img {
        max-width: 250px !important
    }
}

@media (max-width: 320px) {
    .navbar-brand {
        max-width: 190px !important;
    }
}

.navbar-brand span {
    display: block;
    font-size: 1.3em;
    text-align: right;
    line-height: 1.3rem
}

.nav-item {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    padding-left: 1rem;
    padding-right: 1rem
}

.nav-link:hover,
body.start .nav-item.start .nav-link, 
body.firma .nav-item.firma .nav-link, 
body.przyczepy-rolnicze .nav-item.przyczepy-rolnicze .nav-link, 
body.konstrukcje-stalowe .nav-item.konstrukcje-stalowe .nav-link, 
body.kontakt .nav-item.kontakt .nav-link {
    color: var(--secondary) !important;
    
}
.mt--top {
    margin-top: -120px
}
.cola img {
    height: 150px;
}
@media (min-width: 1200px) {
    .mt--top {
        margin-top: -200px
    }
    .cola img {
        height: auto
    }
}

.nav-item:hover a,
.nav-item a:hover {}

@media (min-width: 1024px) {
    .nav-item>a {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .dropdown-menu .nav-link {}
}

.navbar-dark .navbar-nav a {
    color: white!important;
}

.navbar-dark .navbar-nav a:hover {
    -webkit-animation-name: animnav;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    animation-name: animnav;
    animation-duration: 2s;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: black;
    opacity: 1.0;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .navb-item:hover .nav-link {
    color: var(--primary) !important;
    /*
    background-color: #d40808 !important;
    border-radius: 10rem;
*/
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
}

.toggler-icon {
    width: 30px;
    height: 22px;
    position: relative;
    transition: all 0.3s;
}

.toggler-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transition: all 0.3s;
}

.toggler-icon span:nth-child(1) {
    top: 0;
}

.toggler-icon span:nth-child(2) {
    top: 9px;
}

.toggler-icon span:nth-child(3) {
    top: 18px;
}


.navbar-toggler.collapsed .toggler-icon span {
    transform: none;
}

.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    background-color: #a20001 !important;
    margin: 0;
    padding: 0;
    min-width: 17rem;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1450px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1550px;
    }
}

/* SLIDER */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 0;
/*    background-image: url(../img/overlay.png);*/
    opacity: 0.9;
    background: #000000;
background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

@media (min-width: 992px) {
    .carousel {
        /*            margin-top: 90px;*/
    }
}

.slide {
    display: none;
}

.start .slide {
    display: block;
}

.carousel-inner {
    background-color: transparent;
}

.slajd-1 {
    background-image: url(../img/slajd-1.jpg)!important;
}

.slajd-2 {
    background-image: url(../img/slajd-2.jpg)!important;
}

.slajd-3 {
    background-image: url(../img/slajd-3.jpg)!important;
}

.carousel {
    position: relative;
    -webkit-box-shadow: 0px 50px 48px -53px rgba(66, 68, 90, 1);
-moz-box-shadow: 0px 50px 48px -53px rgba(66, 68, 90, 1);
box-shadow: 0px 50px 48px -53px rgba(66, 68, 90, 1);
}

.carousel-caption {
   
    background-color: transparent;
    left: 1rem;
    right: 1rem;
    text-align: center;
}

.carousel-caption br {
    
}

.carousel-caption a {
    color: white;
    text-decoration: none;
}


.carousel-control-next,
.carousel-control-prev {
    align-items: flex-end;
    padding-bottom: 50px;
    width: 10%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

    .carousel-caption  {
         bottom: auto;
    }

    .carousel-caption h3 {
        font-size: 2rem;
        font-weight: 300 !important;
        text-shadow: 0 0 30px black
    }
    .carousel-caption b {
        font-weight: 900;
        color: #ffffff;
        font-size: 3.0rem;
        display: block
    }


@media (min-width: 992px) {
    .carousel-caption {
        top: 0;
        left: 5%;
        right: 5%;
        bottom: auto !important;
        background-color: transparent;
        padding: 2rem;
        text-align: center;
        width: auto
    }
    .carousel-caption h3 {
        font-size: 2rem;
        font-weight: 300 !important;
        text-shadow: 0 0 30px black
    }
    .carousel-caption b {
        font-weight: 900;
        color: #ffffff;
        font-size: 3.5rem;
        display: inline-block
    }
}

.carousel-indicators {
    display: none
}

@media (min-height: 772px) {
    .carousel-indicators {
/*        display: inline-flex;*/
        display: none;
        position: relative !important;
        margin-left: 0;
        margin-right: 0;
    }
}

.carousel-item {
    height: 40vh;
    min-height: 200px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 0 !important;
    margin-right: 8px;
}

.cola img {
    max-width: 100%;

}


.btn-biuro {
    background-color: #19c1ff;
    color: white !important
}

.btn-biuro:hover,
.btn-biuro:focus,
.btn-biuro:active {
    background-color: #0c81ac;
}

.btn-szkola {
    background-color: greenyellow;
    color: black !important
}

.btn-szkola:hover,
.btn-szkola:focus,
.btn-szkola:active {
    background-color: #9ce32e;
}

.btn-lg {
    padding: 0.8rem 3rem;
    font-weight: 700;
}

.btn-info {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 0.5rem;
    /*    border-bottom: 6px solid var(--secondary) */
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

hr {
    border: 0;
    box-shadow: none;
    background-color: var(--primary);
    height: 1px
}

.h5,
h5 {
    font-size: 1.25rem;
    line-height: 160%;
}

.logo {
    padding: 0.5rem 1rem;
    align-items: flex-end;
}

.hurtownia {
    font-family: var(--fira-sans-condensed);
    font-weight: 700;
    line-height: 1;
    padding-top: 1rem;
    align-items: flex-end;
    white-space: nowrap;
}
.hurtownia span {
    position: absolute;
    bottom: 0.7rem;
    font-size: 1.2rem;
}
@media (min-width: 1300px) {
   .hurtownia span {
        font-size: 1.5rem;
    } 
}

.d-address div {
    font-size: 0.9rem;
    font-family: var(--fira-sans-condensed);
    padding: 1rem;
    white-space: nowrap;
    align-items: flex-end;
    padding-bottom: 0.5rem;
}
.d-address div svg {
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 8px;
    stroke: var(--silver);
}
.d-address div b {
    font-size: 1.2rem;
    line-height: 1;
}

.haslo {
    
    text-align: center;
    font-size: clamp(1.1em, 3vw, 2em);
    line-height: normal;
}

.start-img img {
    border-radius: 0.5rem;
}
.start-img svg {
    stroke: var(--silver);
}
/*
.dash-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dash-list li {
  position: relative;
  padding-left: 1.5em; 
  text-indent: -1.5em; 
}

.dash-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: gray;
}
*/
.start-img a {
    font-size:  clamp(1.1em, 3vw, 2em);
    font-weight: 600;
    padding: 1rem 1rem 1rem 0;
    text-decoration: none !important;
    line-height: 3rem;
    white-space: nowrap;
    display: inline-block;
}
.start-img a:hover {
    color: var(--silver);
}
@media (min-width: 992px) {
    .start-img a  {
        padding-left: 1rem;
        padding-top: 2rem;
    }
}


.of-iko-1 {
    background-image: url(../img/iko-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 90px;
}
.of-iko-2 {
    background-image: url(../img/iko-2.png);
}
.of-iko-3 {
    background-image: url(../img/iko-3.png);
}
.of-iko-4 {
    background-image: url(../img/iko-4.png);
}
    
h2.of {
    font-size: clamp(1.0rem, 2vw, 1.3rem);
    font-weight: 700
}

/* STRONKI */

.tytul {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: left;
    color: var(--primary);
    padding-bottom: 1rem;
}

.podtytul {
    text-align: right;
    color: rgb(191, 195, 204);
    font-weight: 700;
    font-size: 1.2rem;
}

.firma b,
.oferta b,
.opis b {
    font-weight: 600;
}

.firma i {
    font-size: 0.9rem;
    font-style: normal;
    text-transform: uppercase;
}

.fotki2 {
    background-color: #eeeeee
}

.fotki2 h3,
.oferta h3 {
    font-weight: 600;
    color: var(--primary);
    font-size: 1.5rem;
    text-align: left;
}

.fotki2 h3:after,
.p-pb:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--secondary);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h4.tyt-sm-pb {
    margin-top: 2rem;
    font-weight: 600;
    font-size: 1.5rem
}

.fotki img {
    border: 5px solid white;
    border-radius: 50%;
}

img.hurt {
    border: 3px solid #d9d9d9;
    -webkit-box-shadow: 2px 27px 50px -5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 2px 27px 50px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 27px 50px -5px rgba(0, 0, 0, 0.8);
}

.oferta-index {
    position: absolute;
    margin-bottom: 2rem;
    width: 100%;
    color: rgba(240, 248, 255, 0.88);
    font-weight: 700;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .oferta-index {
        font-size: 1.6rem;
    }
}

.oferta-index ul {
    margin-top: 2rem;
    width: 100%;
    text-align: right
}

@media (max-width: 767px) {
    .oferta-index ul br {
        display: none;
    }
}

.oferta-index ul>li {
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block
}

.oferta-index ul>li>a {
    display: block;
    color: #fff;
    background-color: rgba(255, 193, 7, 0.9);
    border-radius: 100%;
    line-height: 4rem;
    height: 4rem;
    width: 4rem
}

@media (min-width:768px) {
    .oferta-index {
        margin: 0;
        position: absolute;
        right: 2.5rem;
        bottom: 2rem;
        width: auto
    }
    .oferta-index ul {
        margin-top: 0;
        width: auto
    }
    .oferta-index ul>li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem
    }
    .oferta-index ul>li:last-child {
        margin-bottom: 0
    }
    .oferta-index ul>li>a {
        transition: all .2s ease-in-out;
        font-size: 2rem;
        line-height: 4rem;
        height: 4rem;
        width: 4rem
    }
    .oferta-index ul>li>a:hover {
        background-color: #262f38;
    }
}


/* OFERTA */

.card {
    border: none;
    overflow: hidden;
    border-radius: 0 !important;
}




.oferta h3 {
    text-align: left;
    color: black;
}

.fot-o:hover {
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.fot-o {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    border-radius: 0.5rem
}


/* STOPKA */

footer {
    background-color: var(--gray);
    color: var(--light);
    background-image: url(../img/overlay.png);
    font-size: clamp(0.8em, 1.2vw, 1.0em);
    margin-top: -1rem;
}


footer div {
    white-space: nowrap;
}

footer a {
    color: white !important;
}




footer IMG {
    opacity: 0.7;
     transition: 0.6s ease;
}
footer IMG:hover {
    opacity: 1
}
footer svg  {
    height: 32px;
    width: 32px;
    float: left;
    margin-bottom: 100px;
    margin-right:1rem; 
}

footer b {
    
}

footer small {

}

footer p {

}

.icons {
    font-size: 0.7rem;
    float: left;
    text-align: left;
    opacity: 0.5
}

div.infocity {
    float: right;
}

a.infocity {
    background-image: url(../images/infocity.png);
    background-repeat: no-repeat;
    background-position: left 60%;
    font-size: 0.9rem;
    padding-left: 1.0rem;
    line-height: 2rem;
    z-index: 10000;
    color: #545454;
    font-weight: 300
}

.licencje {
    color: #212529;
    border-top: 1px dotted #212529;
    text-align: left;
    font-size: 0.8rem;
    opacity: 0.7;
}

.licencje a {
    color: #212529!important;
}


/* GŁÓWNA */

.ikony {
    background-color: white;
}

.ikonka {
    border-radius: 50%;
    opacity: 0.0;
}

.wys {
    height: 139px;
    width: 139px;
    vertical-align: middle;
    overflow: hidden;
    margin: auto;
    opacity: 1.0
}

.ico img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
}

.ico img:hover {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
}

.ikonka {
    -webkit-animation-name: ikon;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-name: ikon;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.ikonka.iko-2 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.ikonka.iko-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@-webkit-keyframes ikon {
    from {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

@keyframes ikon {
    from {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

.ikony h3 {
    font-size: 1.7rem;
    font-weight: 900;
    color: #c34017;
}

.ikony h3 span {
    font-weight: 300;
    font-size: 1.2rem;
}

.intro h1 {
    font-size: 1.3rem
}

.intro p {}

.intro p b {
    font-weight: 800;
}

.producenci {
    text-align: center;
}
.producenci img {
    height: 60px;
    padding: 1rem 2rem;
}


@media (min-width: 768px) {
    .producenci {
        display: flex;
        justify-content: center;
    }
    .producenci a {
        display: flex;
    }
    
}
@media (min-width: 992px) { 
.producenci img {
    height: 100px;
    padding: 1rem 2rem;
}

}


/* Scroll to top */

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    font-size: 2rem;
    color: white !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    border-radius: 0;
    z-index: 1111;
    cursor: pointer;
}

body.kontakt .scrollToTop {
    bottom: 90px;
    right: 10px
}

.scrollToTop * {
    color: white!important;
}

.scrollToTop:hover {
    background-color: #212529;
    /* opacity: 1.0 */
}

.mapa {

}

.grecaptcha-badge {
    z-index: 1
}

.col-foto {
    padding: 0.4rem;
    overflow: hidden
}



.feature-item {
  padding: 10px 5px;
  font-size: 1.1em;
    line-height: 1.1
}
.feature-item u {
    display: block;
    text-decoration: none !important
}
@media (max-width: 991px) {
    .feature-item u {
        display: inline-block
    }
}

.feature-icon {
  width: 32px;
  height: 32px;
  color: var(--silver);
  flex-shrink: 0;
}

.slick-dots li button:before {
  font-size: 10px;
}

.form-group label,
span.all {
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 12px;
}

.ikonki svg {
    stroke: var(--secondary) !important
}