@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');    

html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*    font-family: 'Muli', sans-serif;*/
}

body {
    height: 100%;
    min-height: 35rem;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    background-color: white !important;
    overflow-x: hidden;
/*    background-image: url(../img/bg.png);*/
}
.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: #066795!important;
}

.bg-light {
    background-color: #f1eeea;
}

.bg-green {
    background-color: #1ACD1A!important;
}
.bg-red {
    background-color: #a60809;
    color: white;
    font-weight: 600;
    font-size: 2rem;
}
.text-red {
    color: #e01c1c;
}
.text-blue {
    color: #0989c5;
}
.text-dark {
    color: #0a0a38!important;
}
.adres {
    font-weight: 600;
}
.adres b {
    font-weight: 800 !important;
}
.adres b:nth-of-type(1) {
    color:#0587c5;
}

.adres b:nth-of-type(2) {
    color:#8db03a
}
.adres b:nth-of-type(3) {
    color: #000000
}


@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-sm,
.btn-radius {
    padding: 0.5rem 1.5rem;
    border-radius: 1.7rem
}
    
.btn-primary {
    border-color: #0989c5!important;
    background-color:#0989c5!important;
    cursor: pointer;
    text-shadow: none !important;
    font-weight: 400 !important
}
.btn-primary:hover {
    border-color: #90b13b!important;
    background-color:#90b13b!important;
    
}

.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;
}

.ref li {
/*    border-left: 7px solid rgb(9 137 197);*/
    transition: all 0.4s ease;
    padding-left: 18px;
    padding-right: 30px !important;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 1.1rem;
    font-weight: 500
}
.ref li:after {
    display: block;
    content: '';
    clear: both;
}
.ref li a {
/*
    display: block;
    border-left: 15px solid rgb(247 246 246);
    transition: all 0.4s ease;
    padding-left: 0;
    padding-right: 30px !important;
    background-image: url(../img/stamp.png);
    background-position: left top;
    background-repeat: no-repeat;
*/
}
.ref li a img {
    height: 41px;
    width: 29px;
    border: 2px solid #e3e3e3;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all 0.4s ease;
    float: left;
    margin-top: -10px;
}
.ref li a:hover {
    text-decoration: none
/*
     border-left: 15px solid #0989c5;
    text-decoration: none;
    color: #0989c5;
    padding-left: 30px ;
     padding-right: 0 !important;
*/
}
.ref li a img:hover {
   border: 2px solid #0989c5;
}

.card,
.card-img, 
.card-img-top{
    border-radius: 0 !important
}


.big-bg {
    height: 766px;
    max-height: 60vh;
    background-image: url(../img/koparka.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover
}

/* NAWIGACJA */

.navbar-position {
    position: relative;
    z-index: 5;
    
    
}

@media (min-width: 992px)  {
    .navbar-position {
        padding: 1rem 3rem;
    }
}
        

.navbar-hgb {
    background: rgb(243,193,59);
    background: radial-gradient(circle, rgba(243,193,59,1) 0%, rgba(255,252,201,1) 100%);
    box-shadow: 0px 10px 53px -7px #000000, 5px 5px 35px 5px rgba(0,0,0,0);
    margin-left: -30px;
    margin-right: -30px;
}

.nav-item {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    padding-left: 1rem;
    padding-right: 1rem
}
@media (min-width: 1200px) {
    .navbar-hgb .nav-item {
/*        line-height: 5rem*/
        text-align: center;
    }
}
.navbar-hgb .nav-link {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: black !important;
}
.start .navbar-hgb .start .nav-link,
.historia .navbar-hgb .historia .nav-link,
.oferta .navbar-hgb .oferta .nav-link,
.wynajem .navbar-hgb .wynajem .nav-link,
.hurtownia .navbar-hgb .hurtownia .nav-link,
.referencje .navbar-hgb .referencje .nav-link,
.navbar-hgb .nav-link:hover {
    color: #0687c4 !important;
}
.hist {
/*
    background-image: url(../img/1.png);
    background-position: top center;
    background-repeat: no-repeat;
*/
    padding-top: 50px;
    font-size: 1.1rem
}
.hist:first-letter {
    font-size: 4rem;
    float: left;
    padding-right: 6px;
    margin-top: -1rem;
    line-height: 3rem;
    color: #0989c5;
    margin-bottom: -0.2rem;
}
.hist i {
    font-style: normal;
    color: #0989c5;
    font-weight: 500
}
/* 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);
}

.slide {
    display: none;
}
.start .slide {
    display: block;
}

.carousel-caption {
    position: relative;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 40;
    background-color: transparent !important;
    border: none !important;
    bottom: auto;
}
.carousel-control-next-icon, 
.carousel-control-prev-icon {
    width: 65px;
    height: 65px;
}
#carouselHGB {
    position: absolute;
    width: 100%;
    margin-top: 3rem;
}
.carousel-caption {
    left: auto;
    right: auto;
    font-weight: 600;
    text-shadow: 3px 3px 3px black;
    padding: 10px 15%;
    height: 400px
}
.carousel-caption p {
    font-size: 1.9rem
}
.carousel-caption h5 {
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 800
}
    

.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: #01a990;
    border-color: #01a990;
/*    border-bottom: 6px solid #153258 */
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: #153258;
    border-color: #153258;
    
}

hr {
    border: 0;
    box-shadow: none;
    background-color: #01a990;
    height: 1px
}
.h5, h5 {
    font-size: 1.25rem;
    line-height: 160%;
}

.klucz {
    -webkit-animation-name: klucz;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2.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: klucz;
    animation-duration: 2.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes klucz {
from {
    top: 80%;
    opacity: 0.0
    }
to {
    top: 18%;
    opacity: 1.0;
    }
}

@keyframes klucz {
from {
    top: 80%;
    opacity: 0.0
    }
to {
    top: 18%;
    opacity: 1.0;
    }
}

 /* STRONKI */

.tytul {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: left;
    color: #0989c5;
    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: #f7f6f6
    }
.fotki2 h3,
.oferta h3 {
    font-weight: 600;
    color: #01a990;
    /* padding: 0.4rem 0.2rem;
    border-bottom: 1px solid #01a990;*/
    font-size: 1.5rem;
    text-align: left;
}

.fotki2 h3:after,
.p-pb:after{
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #0989c5;
    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: 0.2rem solid #edeeef !important
   
    }
.card-text {
    background-image: url(../img/arrow.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 70px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 600
}

.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;
    }

/* STOPKA */
 footer {
    background-color: #0989c5;  
    color: white;
     padding-top: 15px;
}

footer .adres {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
    width: auto;
    display: inline-block;
    padding: 30px 50px
}
footer a {
    color: white !important
}
footer h4 {
    font-weight: 800 !important
}
    
footer img {
    max-height: 45px
}
footer small {
    opacity: 1.0;
    color: #667481;
    font-size: 1.1rem
}
footer p {
    font-size: 1.1rem!important
}
.icons {
    font-size: 0.7rem;
    float: left;
    text-align: left;
    opacity: 0.5
}

.infocity a {
    background-image: url(../img/infocity.png);
    background-repeat: no-repeat;
    background-position: left 60%;
    font-size: 0.9rem;
    padding-left: 1.0rem;
    line-height: 2rem;
    color: silver !important;
    font-weight: 600
}


/* 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;
}



/* 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 {
    border-top: 5px solid #0989c5;
    margin-bottom: -15px;
}
.grecaptcha-badge {
    z-index: 1
}
@media (max-width: 991px) {
    
.hurtownia {
 width: 100% !important;   
}
}

#cookie-law-info-bar {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    width: 350px !important;
    max-width: 80% !important;
    bottom: auto !important;
    text-align: left !important;
    padding: 15px !important;
    border: 6px solid #f4c646 !important;
    border-radius: 15px;
    font-family: inherit !important
}
#cookie-law-info-bar span {
    font-size: 0.85rem !important;
    line-height: 1.3rem !important;
    padding: 0 !important;
}
    