/* Global Style Setting */

h3.welcome
{
    font-size:36px;
    text-transform: uppercase;
    font-weight: 400;
    color: #1b1b1b;
    margin:40px 0;
    font-family: 'Cinzel', serif;
    padding:0 20px;
}

#error404 {
    margin: 50px 0;
} 
.paragraph404 {
    font-size: 170px;
    text-align: center;
    color:#c5c5c5;
}
#error404 p {
    text-align: center;
}
/*Banner konfigurator*/
.left{
    float:left;
    margin-right: 60px;
}
.leftK {
    float:left;
}
.margin-left {
    margin-left:20px;
}
.margin-left p {
    margin-bottom:0;
    line-height:1.5;
    text-transform: uppercase;
}
.margin-left p span {
    font-weight: 600;
}
.headerSection {
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
}
.center-head {
    position: relative;
    left:50%;
    transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}
.punkty ul {
    margin:0;
}
.punkty li {
    display:inline-block;
    padding: 0 31px;
}
.container-lista {
    margin:15px 0 25px 0;
    padding:30px 10px;
    border:1px dashed #bcbcbc;
}
/*end banner konfigurator*/

.textAboutUs h4,.productsAboutUs h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color:#111;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
}

.textAboutUs {
    padding:50px;
    background: #fff;
    height:390px;
}
.productsAboutUs {
    width: 100%;
    padding: 50px;
}
h3.welcome::first-letter 
{
    font-family: 'Cinzel Decorative', cursive;
    font-weight: 400;
}

#back-to-top {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: rgba(34,34,34,0.6);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size:16px;
}
#back-to-top:hover {
    background: #222222;
}
#back-to-top.show {
    opacity: 1;
}

.headerAboutUs {
    text-align: center; 
    padding: 80px; 
    margin-bottom:0;
}

.headerAboutUs p {
    color: #5e5e5e; 
}
@media (min-width:992px) and (max-width:1200px) {  
    .textAboutUs h4 {
        font-size:16px;
    }
    .textAboutUs p {
        font-size:14px;
    }
    .textAboutUs {
        padding:35px;
    }
    /*banner konfigurator*/
    .punkty li {
        padding:0 25px;
    }
    .leftK img {
        width:30px;
    }
    .margin-left p {
        line-height:1;
        font-size:14px;
    }
    /*endbanner konfigurator*/
}  
@media (min-width:768px) and (max-width:992px) {  
    .textAboutUs h4 {
        font-size:16px;
    }
    .textAboutUs p {
        font-size:13px;
    }
    .textAboutUs {
        padding:25px;
    }
        /*banner konfigurator*/
        .punkty li {
            padding:0 10px;
        }
        .leftK img {
            width:30px;
        }
        .margin-left p {
            line-height:1;
            font-size:12px;
        }
        .margin-left {
            margin-left:10px;
        }
        .container-lista {
            padding:10px; 
        }
        /*endbanner konfigurator*/
}
@media (max-width:768px) {  
    .textAboutUs {
        margin-bottom:30px;
        height: initial;
    }
    h3.welcome {
        text-align: center;
        font-size: 26px;
    }
    .orderBtn {
        width: initial;
    }
    .headerBackground .container {
        padding:0 15px !important;
    }
    /*banner konfigurator*/
    .punkty li {
        display: block;
        padding: 0 25px;
        margin-bottom:20px;
    }
    .container-lista {
        padding: 30px 10px 0 10px;
        margin-left:30px;
        margin-right:30px;
    }
    .leftK img {
        width:30px;
    }
    .margin-left p {
        line-height:1;
        font-size:12px;
    }
    /*endbanner konfigurator*/
}

@media (max-width:480px) {
    .paragraph404 {
        font-size: 100px;
    }

    #error404 .btn_blue {
        padding: 12px 15px;
        font-size: 11px;
    }
    /*banner konfigurator*/
    .container-lista {
        padding:0;
        padding-top:25px;
    }
    .punkty li {
        padding:0 20px;
    }
    /*endbanner konfigurator*/
}