.selector-for-some-widget {
  box-sizing: content-box;
}

.marginalizing{
    display: block;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #D81428;
}

@media all and (max-width: 992px){
    .hidden-md{
        display: none;
    }
}



/* HEADER STRONY */

body{
    padding: 0;
    background: none;
    background-size: cover;
}

#header{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 900px;
    background: url(../img/tlo-wewnetrzne-1.png) no-repeat;
    z-index: 2;
}
@media all and (max-width: 1200px){
    #header{
        height: 850px;   
    }
}
@media all and (max-width: 992px){
    #header{
        height: 890px;   
    }
}
#header .container-fluid{
    padding: 0;
}
#header img{
    position: absolute;
    z-index: 1;
}
#header img.wewnetrzne-1{
    opacity: 0.7;
}
.phoneSocialmedia{
    position: relative;
    z-index: 2;
    color: white;
    display: flex;
}
@media all and (max-width: 992px){
   .phoneSocialmedia{
        display: block;  
    }
}
.logo{
    position: relative;
    z-index: 2;
    color: white;
    font-size: 7em;
    line-height: 0em;
}
.tekst{
    position: relative;
    top: -30px;
    display: inline-block;
    font-size: 30px;
}
.tekst span{
    color: #D81428;
    font-weight: bold;
}
#header .container-fluid h1{
    position: relative;
    top: 120px;
    color: white;
    z-index: 2;
    font-size: 2em;
    font-family: 'Saira Stencil One', cursive;
    letter-spacing: 0.2em;
}
#header .container-fluid h1 > span{
    font-weight: bold;
}
#header .container-fluid .repairs-slogan{
    display: flex;
    position: relative;
    height: 600px;
}
#header .container-fluid .repairs-slogan p{
    position: relative;
    top: 100px;
    color: white;
    z-index: 2;
    font-size: 1em;
    font-family: 'Saira Stencil One', cursive;
    letter-spacing: 0.2em;
}
#header .container-fluid .repairs-slogan button{
    position: relative;
    top: 100px;
    color: white;
    z-index: 2;
    font-size: 1em;
    font-family: 'Saira Stencil One', cursive;
    letter-spacing: 0.2em;
    border: 2px solid #D81428;
    background: #D81428;
}
#header .phoneSocialmedia .phone > i{
    color: #D81428;
}
#header .phoneSocialmedia .adres > i{
    color: #D81428;
}


#customers{
    position: relative;
    padding: 50px 30px 75px 30px;
    top: 0px;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    background: white;
    opacity: 1;
    z-index: 3;
}
@media all and (max-width: 768px){
    #customers{  
    }
}
#customers i{
    margin-top: 20px;
    font-size: 2em;
    border: 1px solid silver;
    padding: 25px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background: #D81428;
    text-shadow: 0px 0px 10px black;
}
#customers p{
    margin-top: 25px;
}

#customers .boxes{
    display: flex;
}
#customers .boxes img{
    position: relative;
    border: 3px solid #D81428;
    padding: 5px;
}
@media all and (max-width: 992px){
    #customers .boxes img{
        margin-top: 15px;  
        left: 50%;
        transform: translateX(-50%);
        margin-left: 14px;
    }
}

/* NASZE PRACE */
#workers{
    display: block;
    height: auto;
    position: relative;
    background: none;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 130px 30px 75px 30px;
}
#workers p{
    z-index: 2;
    color: white;
}

#workers i{
    margin-top: 20px;
    font-size: 2em;
    border: 1px solid silver;
    padding: 25px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background: #D81428;
    text-shadow: 0px 0px 10px black;
    margin: 0 auto;
}
#workers h2{
    margin-bottom: 35px;
}
#workers ul{
    width: 100%;
}
#workers ul li{
    padding-top: 10px; 
    display: inline-block;
    list-style: none;
    width: 15%;
    border-top: 5px solid #D81428;
    margin: 0px 15px;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.2em;
    font-family: 'Saira Stencil One', cursive;
    transition: 0.5s;
    margin-bottom: 35px;
    height: 60px;
}
#workers ul li.active{
    height: 60px;
    display: inline-block;
    background: #D81428;
}
#workers ul li:hover{
    cursor: pointer;
    transition: 0.5s;
    height: 60px;
    background: #D81428;
}
#workers .workers-box{
    display: flex;
}
@media all and (max-width: 992px){
    #workers .workers-box{
        display: block;   
    }
}
#workers .workers-box .left{
    padding: 60px 60px 0px 105px; 
}
@media all and (max-width: 992px){
   #workers .workers-box .left{
        padding: 0;  
    }
}
#workers .workers-box .left > h3{
    font-family: 'Saira Stencil One', cursive;
    color: white;
    text-shadow: 0px 0px 10px blue;
}
#workers .workers-box .left > p{
    text-align: left;
    margin-left: 35px;
}
#workers .workers-box .right{
    position: relative;
    width: 100%;
    padding: 60px 0px 0px 0px;
}
#workers .workers-box .right img{
    position: relative;
    margin: 0 auto;
}
@media all and (max-width: 992px){
    #workers .workers-box .right{
        position: relative;
    }
    #workers .workers-box .right img{
        position: relative;
        margin: 0 auto;
    }
}
/* KONTAKT W SPRAWIE ZAPISÓW */
#kontakt{
    background: white;
    position: relative;
    height: auto;
    width: 100%;
    z-index: 2;
    background: #D81428;
}
#kontakt{
    display: flex;
}
#kontakt .left{
    height: auto;
    padding: 45px 35px 45px 35px;
}
#kontakt .left > h3{
    position: relative;
    color: white;
    font-size: 1.8em;
    font-family: 'Saira Stencil One', cursive;
    letter-spacing: 2px;
    text-shadow: 0px 0px 5px black;
}
@media all and (max-width: 992px){
    #kontakt .right{
        position:  relative;
        padding-bottom: 45px;
    }  
}

#kontakt .right > button{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #312B25;
    height: 65px;
    width: 210px;
    border: 1px solid black;
    font-family: 'Saira Stencil One', cursive;
    color: white;
    box-shadow: 0px 0px 120px white;
    border-radius: 0px;
    transition: 1s;
}
@media all and (max-width: 992px){
    #kontakt .right > button{
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
    }
}
#kontakt .right > button:hover{
    transition: 1s;
    color: yellow;
    text-shadow: none;
}

/* NOWINKI TECHNICZNE I TECHNOLOGIE */
#technologic{
    position: relative;
    padding: 50px 30px 75px 30px;
    display: block;
    height: auto;
    width: 100%;
    z-index: 2;
    background: white;
    text-align: center;
}
#technologic .header > h2{
    margin-bottom: 35px;
}
#technologic .content{
    display: flex;
}
@media all and (max-width: 992px){
    #technologic .content{
        display: block;
    }
    #technologic .content .iteam{
        margin-bottom: 35px;
    }
}
#technologic i{
    margin-top: 20px;
    font-size: 2em;
    border: 1px solid silver;
    padding: 25px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background: #D81428;
    text-shadow: 0px 0px 10px black;
    margin: 0 auto;
}

#technologic .content h4{
    margin-top: 15px;
    font-family: 'Saira Stencil One', cursive;
}
#technologic .content .iteam > i{
    border: none;
    background: none;
    color: black;
    font-size: 1.5em;
    text-align: left !important;
    margin-left: 0px;
    padding: 0px;
}

/* NASZA OFERTA */
#main-offer{
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    background: none;
    z-index: 2;
    padding: 130px 30px 75px 30px;
    text-align: center;
    color: white;
}
#main-offer i{
    margin-top: 20px;
    font-size: 2em;
    border: 1px solid silver;
    padding: 25px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background: #D81428;
    text-shadow: 0px 0px 10px black;
    margin: 0 auto;
}
#main-offer .header > h2{
    margin-bottom: 35px;
}

#main-offer .content{
    display: flex;
}
@media all and (max-width: 992px){
    #main-offer .content{
        display: block;   
    }
}

@media all and (max-width: 992px){
    #main-offer .content .iteam{
        margin-top: 10px;
    }
}
#main-offer .content .iteam > .box{
    display: block;
    position: relative;
    left: 50%;
    z-index: 2;
    background: none;
    height: 450px;
    width: 310px;
    text-align: center;
    padding: 75px 15px;
    z-index: 1;
    transition: 0.5s;
    transform: translateX(-50%);
    
}
#main-offer .content .iteam > .box:hover{
    background: rgba(0,0,0,0.8);
    opacity: 1;
    transition: 0.5s;
    cursor: pointer;
}
#main-offer .content .iteam > .box > .filtering{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
    opacity: 0.1;
    transition: 0.5s;
    
}
#main-offer .content .iteam > .box > .outline{
    position: relative;
    display: block;
    height: 136px;
    width: 136px;
    border: 5px solid #D81428;
    z-index: 1;
    padding: 8px;
    transform: rotate(45deg);
    margin: 0 auto;
}
#main-offer .content .iteam .box i{
    position: relative;
    top: 0px;
    padding: 30px;
    border-radius: 0px;
    text-align: center;
    opacity: 1;
    background: #D81428;
    z-index: 2;
    font-size: 3em;
}
#main-offer .content .iteam .box .fa-tachometer-alt{
    transform: rotate(-45deg);
}
#main-offer .content .iteam .box > h3{
    margin-top: 35px;
    font-family: 'Saira Stencil One', cursive;
    letter-spacing: 2px;
}

/* TWOJ ABONAMENT */
#your-abonaments{
    position: relative;
    background: white;
    z-index: 2;
    text-align: center;
    padding: 50px 30px 75px 30px;
    display: block;
}
#your-abonaments i{
    margin-top: 20px;
    font-size: 2em;
    border: 1px solid silver;
    padding: 25px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background: #D81428;
    text-shadow: 0px 0px 10px black;
    margin: 0 auto;
}
#your-abonaments .header > h2{
    margin-bottom: 35px;
}
#your-abonaments .content{
    background: #323232;
}
#your-abonaments .content table{
    background: #D81428;
}
#your-abonaments .content table tr > td{
    width: 25%;
    padding: 25px 10px;
}
#your-abonaments .content table tr > td:first-child{
    width: 50%;
    text-align: left;
    background: #323232;
    color: white;
}
#your-abonaments .content table tr > td:first-child > h3{
    font-family: 'Saira Stencil One', cursive; 
}
#your-abonaments .content table tr > td:nth-child(2){
    background: #1B1B1B;
    color: white;
    padding: 0;
    width: 30%;
}

#your-abonaments .content table tr > td > ul > li{
    list-style: none;
    text-align: left;
}

#your-abonaments .content table tr > td > ul > li > i{
    font-size: 1em;
    padding: 0px;
}
#your-abonaments .content table tr > td > ul > li > .active{
    color: greenyellow;
}
#your-abonaments .content table tr > td:nth-child(3){
    background: #D81428;
}
#your-abonaments .content table tr > td:nth-child(3) > span{
    color: yellow;
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 1px;
}
#your-abonaments .content table tr > td:nth-child(3) > button{
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 0px;
    padding: 10px 25px;
    margin-top: 15px;
    background: #323232;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: none;
}
@media all and (max-width: 992px){
    #your-abonaments .content table tr .two-column{
        display: none;
    }
}

/* NASI PARTNERZY */
#partners{
    position: relative;
    display: block;
    height: 260px;
    width: 100%;
    z-index: 2;
    background: #D81428;
    overflow: hidden;
}
#partners .owl-carousel{
    padding: 0;
    height: 260px;
    position: relative;
    z-index: 1;
    text-align: center;
}
#partners .item{
    display: block;
    width: 100%;
    height: 260px;
}
#partners .item i{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6em;
    color: white;
    z-index: 2;
    width: 100%;
}

#partners .owl-carousel .owl-nav{
    display: block;
    z-index: 1;
    text-align: center;
    margin-top: 35px;
    background: transparent;
}

#partners .owl-carousel .owl-nav .owl-prev i{
    position: absolute;
    top: 50%;
    left: -100px;
    font-size: 2em;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 2px 15px;
    border-radius: 5px;
    color: white;
    transform: translateY(-50%);
    z-index: 1;
    background: #1B1B1B;
}
#partners .owl-carousel .owl-nav .owl-next i{
    position: absolute;
    top: 50%;
    right: -100px;
    font-size: 2em;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 2px 15px;
    border-radius: 5px;
    color: white;
    transform: translateY(-50%);
    background: #1B1B1B;
}
#partners .owl-carousel .owl-nav .owl-prev:focus,
#partners .owl-carousel .owl-nav .owl-next:focus{
    border: 0px;
    outline: 0px;
}

/* RECOMENDATION */
#recomendation{
    position: relative;
    z-index: 2;
    background: black url("../img/recomendation.png") no-repeat;
    background-size: 100% 128%;
    background-position: 0px 0px;
    height: auto;
    display: block;
    color: white;
    padding: 125px 175px;
}
@media all and (max-width: 992px){
    #recomendation{
        padding: 125px 50px;   
    }
}
#carouselExampleIndicators{
    width: 60%;
}
@media all and (max-width: 992px){
    #carouselExampleIndicators{
        width: 100%;   
    }
}
#carouselExampleIndicators .carousel-inner .header{
    color: #D81428;
    font-weight: bold;
}
#carouselExampleIndicators .carousel-inner h4{
    line-height: 4em;
    font-family: 'Saira Stencil One', cursive;
    letter-spacing: 2px;
}
#carouselExampleIndicators .carousel-inner h6{
    color: #D81428;
    font-weight: bold;
}
#carouselExampleIndicators .carousel-indicators{
    position: relative;
}
#carouselExampleIndicators .carousel-indicators > li{
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
    margin-left: 15px;
}
#carouselExampleIndicators .carousel-indicators .active{
    position: relative;
    top: 10px;
    background: #D81428;
    height: 26px;
    width: 26px;
    border: 1px solid transparent;

}

/* NASZE ATUTY */
#advantages{
    position: relative;
    height: auto;
    background: white;
    z-index: 2;
}
#advantages .container-fluid{
    display: flex;
    padding: 0;
}
@media all and (max-width: 1200px){
   #advantages .container-fluid{
        display: block;
        width: 100%;
    } 
}
#advantages .left{
    padding: 35px 0px 35px 80px;
}
#advantages .left > img{
    margin-top: 55px;
}
@media all and (max-width: 1200px){
    #advantages .left{
        display: none;
    }   
}
#advantages .right{
    padding: 100px 0px;
}
@media all and (max-width: 1200px){
    #advantages .right{
        position: relative;
        display: block;
        width: 100%;
    }    

}
#advantages .right{
    position: relative;
}
#advantages hgroup{
    margin-left: 120px;
    margin-bottom: 40px;
}
#advantages hgroup > span{
    color: #D81428;
    font-weight: bold;
}
#advantages .right #accordion{
    position: relative;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
}
#advantages .right #accordion h3{
    background: #D81428;
    font-family: 'Saira Stencil One', cursive;
    letter-spacing: 2px;
    color: white;
    border-radius: 0px;
    height: 55px;
    line-height: 2.4em;
    outline: none;
    text-shadow: none;
    width: 100%;
    border: none;
    background: #D81428;
}
#advantages .right #accordion h3 > i{
    position: relative;
    float: right;
    top: 50%;
    transform: translateY(-50%);
}
#advantages .right #accordion h3.active{
    background: #1B1B1B;
    width: 100%;
    border: none;
}
#advantages .right #accordion h3:focus{
    border: none;
    outline: none;
}
#accordion .boxes{
    border-radius: none;
}

/* NEWSLETTER */
#newsletter{
    position: relative;
    background: #D81428;
    z-index: 2;
    text-align: center;
    padding: 50px 30px 75px 30px;
    display: block;
    min-height: 550px;
}
#newsletter i{
    margin-top: 20px;
    font-size: 2em;
    border: 1px solid silver;
    padding: 25px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background: white;
    text-shadow: 0px 0px 10px black;
    margin: 0 auto;
    color: #D81428;
}
#newsletter .header{
    color: white;
}
#newsletter .header > h2{
    margin-bottom: 35px;
}
#newsletter form input{
    border: 3px solid #201A1A;
    background: none;
    width: 40%;
    height: 65px;
    color: white;
    padding-left: 15px;
}
@media all and (max-width: 992px){
    #newsletter form input{
        width: 70%;
    }
}
#newsletter form input::placeholder{
    color: white;
    font-family: 'Saira Stencil One', cursive;
    letter-spacing: 1px;
}
#newsletter form input::-ms-input-placeholder{
    color: white;
}
#newsletter form input::-ms-input-placeholder{
    color: white;
}
#newsletter form button{
    margin-top: 20px;
    border: 1px solid #201A1A;
    color: white;
    background: #201A1A;
    border-radius: 0px;
    font-weight: bold;
    padding: 15px 30px;
    transition: 1s;
}
#newsletter form button:hover{
    transition: 1s;
    color: yellow;
    text-shadow: none;
}

/* FOOTER */
#footer{
    position: relative;
    background: #201A1A;
    z-index: 2;
    text-align: center;
    padding: 75px 30px 75px 30px;
    display: block;
    min-height: 280px;
    color: white;
}

#footer .tekst-footer{
    position: relative;
    top: -28px;
    display: inline-block;
    font-size: 30px;
    margin-left: 0px;
}
@media all and (max-width: 420px){
    #footer .tekst-footer{
        top: 5px;   
    }
}
#footer .tekst-footer span{
    color: #D81428;
    font-weight: bold;
}
#footer h3{
    font-family: 'Saira Stencil One', cursive;
    color: white;
    font-size: 1em;
    letter-spacing: 1px;
}
#footer .center > h3{
    position: relative;
    text-align: left;
}
#footer .center{
    text-align: left;
    padding-left: 80px;
}
@media all and (max-width: 992px){
    #footer .center{
        padding-left: 0;
        padding-top: 35px;
        text-align: center;
    }
    #footer .center h3{
        text-align: center;
    }
}
#footer .center > div{
    color: white;
    margin-top: 5px;
}
#footer .center > .phone{
    margin-top: 15px;
}
#footer .right{
    text-align: left;
}
#footer .right > h3{
    text-align: left;
    margin-left: 30px;
}
@media all and (max-width: 992px){
    #footer .right{
        padding-top: 35px;
    }
    #footer .right > h3{
        text-align: center;
        margin-left: 0;
    }
}
#footer .right > p{
    margin-left: 30px;
}
@media all and (max-width: 992px){
     #footer .right > p{
        text-align: center;
         margin-left: 0;
    }
}
#footer .right .socialmedia{
    margin-left: 30px;
}
@media all and (max-width: 992px){
    #footer .right .socialmedia{
        position: absolute;
        bottom: -55px;
        right: 0;
    }
}
#footer .right .socialmedia > i:nth-child(2),
#footer .right .socialmedia > i:nth-child(3),
#footer .right .socialmedia > i:nth-child(4){
    margin-left: 5px;
}
