/*html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}*/
body {    
    font-family: Raleway;
    background-image: url('/assets/bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}
span.bold {
    font-weight: 600;
}
.top-header {

}
.upper-line-container {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 150px;
}
#navbarNav {
    background-color: #71c837;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    right: -15px;
    padding-left: 20px;
}
.navbar {
    justify-content: space-between;
}
#navbarNav ul.navbar-nav li.nav-item {
    text-align: center;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: #00292b;
    text-transform: lowercase;
}
.navbar-light .navbar-nav .nav-link:hover {
    position: relative;
    top: -4px;
}
ul#language-switcher {
    list-style-type: none;
    margin: 0;
    padding: 0;  
}
ul#language-switcher li{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    float: left; 
}
ul#language-switcher li a,
.upper-line-container a {
    position: relative;
    z-index: 9999;
}
section.section-offer .single-offer-image {
    width: 224px;
    border-radius: 126px;
    padding-top: 56px;
    padding-bottom: 56px;
    margin: 0px auto 0;
}
section.section-offer .single-offer-image.light-blue {
    background-color: #008ec9;
}
section.section-offer .single-offer-image.dark-blue {
    background-color: #005e85;
}
section.section-offer h2 {
    margin-bottom: 70px;
}
section.section-offer h3 {
    color: #393939;
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 100px;
}
section.section-offer p {
    font-size: 19px;
    color: #4f4f4f;
    text-align: left;
}
section.section-offer p.capitalized {    
    text-align: center;
    color: #71c837;
    font-weight: 600;
    text-transform: uppercase;
}
section.section-advantages {
    background-image: url('/assets/bg-middle.jpg');
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.single-adv-container .adv-image-container {
    text-align: center;
    height: 100px;
}
.single-adv-container h3 {
    text-align: center;
    font-size: 24px;
    color: #393939;
    font-weight: 600;
    margin-top: 38px;
    padding-top: 0px;
    margin-bottom: 30px;
}
.single-adv-container p.adv-p-class {
    text-align: center;
    color: #4f4f4f;
    font-size: 19px;
}
.section-about {
    text-align: center;
}
.section-customers,
.section-realization,
.section-offer {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}
.section-realization h2,
.section-customers h2,
.section-about h2,
.section-offer h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
section.section-about p {
    font-size: 19px;
    color: #4f4f4f;
    text-align: left;
}
.customers h2 span.partial-underline,
.section-about h2 span.partial-underline,
.section-realization h2 span.partial-underline,
.section-offer h2 span.partial-underline{
    display: block;
    margin: 0px auto 0;
    border-bottom: 3px solid #005e85;
    width: 80px;
    margin-top: 15px;
}
.combination-gallery-block {
    margin-bottom: 100px;
}
.block-contact {
    color: white;
    background-image: url('/assets/bg-contact.jpg');
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 130px;
}
.block-contact h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 65px;
}
.block-contact h3 span.partial-underline{
    display: block;
    border-bottom: 3px solid #58ceff;
    width: 80px;
    margin-top: 15px;
}
.block-contact p span.contact-company-details-big {
    font-size: 30px;
    font-weight: 600;
}
.block-contact p span.contact-company-details-small {
    font-size: 19px;
}
.block-contact p span.contact-phone-number {
    font-size: 30px;
    font-weight: 600;
}
.block-contact p span.contact-company-details {
    font-size: 19px;
}
.block-contact p span.contact-link {
    color: #7ed9ff;
    text-decoration: underline;
    font-size: 19px;
    font-weight: 600;
}
.block-map {
    padding-left: 0px;
    padding-right: 0px;
}
section.section-client {
    padding-bottom: 50px;
}
section.section-client .single-gallery-block {
    padding-left: 100px;
    padding-right: 100px;
}
section.section-client .single-photo {
    display: inline-block;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.contact-call-me-form input[type=text] {
    padding-left: 20px;
}
.logo-image-container img {
    width: 100%;
}
/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .masonry {
    column-count: 4;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .masonry {
    column-count: 2;
  }
}

@media (max-width: 575px) { 
    .contact-modal h2 {
        font-size: 1rem;
    }
    .upper-line-container {
        position: static;
        padding-top: 5px;
        margin: 0 auto 0;
        width: 150px;
    }
    section.section-client .single-gallery-block {
        padding: 0px;
    }
    .block-contact {
        padding-left: 40px;
    }
    section.section-advantages {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .single-adv-container {
        margin-bottom: 40px;
    }
}
@media (min-width: 576px) {
}


/* ----------------- */

.numerowane .gallery_numerek {
    display: inline-block;
    position: relative;
    top: 35px;
    right: -10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 1px 1px #000000
    
}


