.contact {
    margin: 50px 0 50px 0;
}

.contact h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 5px solid #2c80ff;
    padding: 0 0 15px 0;
}

.contact h2 span {
    color: #2c80ff;
}

.contact span.break {
    display: block;
}

.contact span.company-name {
    font-size: 23px;
    font-weight: bold;
}

.contact span.company-open {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 0 0;
    display: block;
}

.contact fieldset {

}

.contact fieldset label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 10px;
}

.contact fieldset input:focus, textarea:focus {
    outline: none;
}

.contact fieldset input[type=text] {
    width: 80%;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 10px;
    color: #7d7d7d;
    margin: 0 0 30px 0;
}

.contact fieldset input[type=email] {
    width: 80%;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 10px;
    color: #7d7d7d;
    margin: 0 0 30px 0;
}

.contact fieldset textarea {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 10px;
    color: #7d7d7d;
    margin: 0 0 30px 0;
}

.contact fieldset input[type=submit] {
    background: #2c80ff;
    color: #FFF;
    border: 0;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: bold;
}

.contact fieldset input[type=submit]:hover {
    background: #000;
}

.contact .map {
    margin: 50px 0 0 0;
}

@media screen and (max-width: 1199px) {
    .contact fieldset {
        margin: 30px 0 0 0;
    }
}


.about {
    margin: 50px 0 150px 0;
}

.about h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 5px solid #2c80ff;
    padding: 0 0 15px 0;
}

.about h2 span {
    color: #2c80ff;
}

.about p {
    line-height: 48px;
    font-size: 25px;
    font-weight: lighter;
}

.about h3 {
    font-weight: bold;
}

.about img.about-pic {
    width: 50%;
    float: right;
    margin: 0 0 30px 30px;
}
@media screen and (max-width: 1199px) {
    .about img.about-pic {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }

    .about p {
        line-height: 40px;
        font-size: 22px;
        font-weight: lighter;
    }

}

.portfolio {
    margin: 50px 0 150px 0;
}

.portfolio h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 5px solid #2c80ff;
    padding: 0 0 15px 0;
}

.portfolio h2 span {
    color: #2c80ff;
}

.portfolio .boxes {
    margin: 30px 0 0 0;
}

.portfolio .boxes .element {
    background: #FFF;
    color: #000;
    padding: 30px;
    border-radius: 10px;
    border-bottom: 5px solid #000;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    margin: 0 0 30px 0;
    width: 100%;
}

.portfolio .boxes .ndm {
    padding: 30px 30px 30px 30px;
}

.portfolio .boxes .element img {
    width: 100%;
}

.portfolio .boxes .element span.cat {
    background: #2c80ff;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    display: block;
}

.portfolio .boxes .element a.cat {
    background: #2c80ff;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    display: block;
}

.portfolio .boxes .element a.cat:hover {
    background: #000;
}

.portfolio .sort {
    font-weight: bold;
}

.portfolio .sort span.pre {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 30px 0 0;
}

.portfolio .sort span.product {
    background: #2c80ff;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 0 0;
}

.portfolio .sort span.product:hover {
    background: #000;
}

.portfolio .sort span.active {
    background: #000;
}

@media screen and (max-width: 1199px) {
    .portfolio .sort span.product {
        margin: 0 0 10px 0;
    }
}

.services {
    margin: 50px 0 150px 0;
}

.services h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 5px solid #2c80ff;
    padding: 0 0 15px 0;
}

.services h2 span {
    color: #2c80ff;
}


.services .boxes {
    margin: 70px 0 0 0;
}

.services .boxes .element {
    background: #FFF;
    color: #000;
    padding: 30px;
    border-radius: 10px;
    border-bottom: 5px solid #000000;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.services .boxes .active {
    background: #2c80ff;
    color: #000;
    padding: 30px;
    border-radius: 10px;
    border-bottom: 5px solid #000000;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.services .boxes .element img {
    margin: auto;
    display: block;
    height: 81px;
}

.services .boxes .element span.name {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0 0 0;
    height: 70px;
}

.services .boxes .active span.name {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0 0 0;
    height: 70px;
    color: #FFF;
}

.services .boxes .element span.single {
    position: relative;
    top: 20px;
}

.services .boxes .element a.more {
    background: #2c80ff;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    border-radius: 10px;
    padding: 7px 5px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    display: block;
    text-align: center;
}

.services .boxes .active a.more {
    background: #FFF;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    border-radius: 10px;
    padding: 7px 5px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    display: block;
    text-align: center;
}

.services .boxes .element a.more span {
     background: url('../img/icon-arrow-more.png') no-repeat;
     width: 23px;
     height: 18px;
     display: inline-block;
     position: relative;
     top: 3px;
     left: 10px;
}

.services .boxes .active a.more span {
    background: url('../img/icon-arrow-more-hover.png') 0 -18px no-repeat;
    width: 23px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 10px;
}

.services .boxes .active a.more:hover span {
    background: url('../img/icon-arrow-more-hover.png') 0 0 no-repeat;
    width: 23px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 10px;
}

.services .boxes .element a.more:hover {
    background: #000;
    color: #FFF;
}

.services p {
    line-height: 48px;
    font-size: 25px;
    font-weight: lighter;
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 30px !important;
    }
}



.koszulki {
    margin: 50px 0 150px 0;
}

.koszulki h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 5px solid #2c80ff;
    padding: 0 0 15px 0;
}

.koszulki h2 span {
    color: #2c80ff;
}

.koszulki p {
    line-height: 48px;
    font-size: 25px;
    font-weight: lighter;
}

.koszulki h3 {
    font-weight: bold;
}

.koszulki img.about-pic {
    width: 50%;
    float: right;
    margin: 0 0 30px 30px;
}
@media screen and (max-width: 1199px) {
    .koszulki img.about-pic {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }

    .koszulki p {
        line-height: 40px;
        font-size: 22px;
        font-weight: lighter;
    }

}


.koszulki {
    margin: 50px 0 150px 0;
}

.koszulki h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 5px solid #2c80ff;
    padding: 0 0 15px 0;
}

.koszulki h2 span {
    color: #2c80ff;
}

.koszulki p {
    line-height: 48px;
    font-size: 25px;
    font-weight: lighter;
}

.koszulki h3 {
    font-weight: bold;
}

.koszulki img.about-pic {
    width: 50%;
    float: right;
    margin: 0 0 30px 30px;
}
@media screen and (max-width: 1199px) {
    .koszulki img.about-pic {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }

    .koszulki p {
        line-height: 40px;
        font-size: 22px;
        font-weight: lighter;
    }

}

.koszulki {
    margin: 50px 0 150px 0;
}

.koszulki h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 5px solid #2c80ff;
    padding: 0 0 15px 0;
}

.koszulki h2 span {
    color: #2c80ff;
}

.koszulki p {
    line-height: 48px;
    font-size: 25px;
    font-weight: lighter;
}

.koszulki h3 {
    font-weight: bold;
}

.koszulki img.about-pic {
    width: 50%;
    float: right;
    margin: 0 0 30px 30px;
}
@media screen and (max-width: 1199px) {
    .koszulki img.about-pic {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }

    .koszulki p {
        line-height: 40px;
        font-size: 22px;
        font-weight: lighter;
    }

}


.blog-post {
    margin: 50px 0 150px 0;
}

.blog-post h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 5px solid #2c80ff;
    padding: 0 0 15px 0;
}

.blog-post h2 span {
    color: #2c80ff;
}

.blog-post h1 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 5px solid #2c80ff;
    padding: 0 0 15px 0;
}

.blog-post h1 span {
    color: #2c80ff;
}

.blog-post p {
    line-height: 48px;
    font-size: 25px;
    font-weight: lighter;
}

.blog-post h3 {
    font-weight: bold;
}

.blog-post .date {
    font-style: italic;
    font-size: 18px;
    color: #999;
    margin: 0 0 10px 0;
}

.blog-post .pic img {
    width: 100%;
    display: block;
}

.blog-post img.about-pic {
    width: 50%;
    float: right;
    margin: 0 0 30px 30px;
}
@media screen and (max-width: 1199px) {
    .blog-post img.about-pic {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }

    .blog-post p {
        line-height: 40px;
        font-size: 22px;
        font-weight: lighter;
    }

}

.cennik {
    margin: 50px 0 150px 0;
}

.cennik h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 5px solid #2c80ff;
    padding: 0 0 15px 0;
}

.cennik h2 span {
    color: #2c80ff;
}

.cennik p {
    line-height: 48px;
    font-size: 25px;
    font-weight: lighter;
}

.cennik h3 {
    font-weight: bold;
}

.cennik img.cennik-pic {
    width: 50%;
    float: right;
    margin: 0 0 30px 30px;
}

.cennik table {
    width: 100%;
    text-transform: uppercase;
}

.cennik table thead tr {
    background: #2c80ff !important;
    color: #FFF;
    font-weight: bold;
}

.cennik table tr td {
    padding: 10px;
}

.cennik table tr td.center {
    text-align: center;
}

.cennik table tr:nth-child(even) {
    background: #e4e4e4;

}

.cennik table tr td.info {
    background: #fffccb;
    text-align: center;
    font-weight: bold;
}

.cennik table tr td:first-child {
    font-weight: bold;
}

.cennik table tr:hover {
    background: #fffccb;
}

@media screen and (max-width: 1199px) {
    .cennik table {
        font-size: 12px;
    }
}



.dtf {
    margin: 50px 0 150px 0;
}

.dtf h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 5px solid #2c80ff;
    padding: 0 0 15px 0;
}

.dtf h2 span {
    color: #2c80ff;
}

.dtf p {
    line-height: 48px;
    font-size: 25px;
    font-weight: lighter;
}

.dtf h3 {
    font-weight: bold;
}