body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #444444;
    overflow-x: hidden;
}
@media (min-width: 2000px) {
    .container {
        width: auto;
        max-width: 1500px;
    }
}

a,
a:focus {
    -moz-outline-style: none;
    outline: none;
}

a,
a:visited {}

a:hover {
    color: #e77918;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
}

h1 {
    font-size: 20px;
}

.form-control {
    background: #eeeeee;
    color: #666666;
    border: solid 1px #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.form-control:focus {
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(199, 199, 199, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(199, 199, 199, 0.6);
}
.f-form textarea {
    height: 100px;
}

.margin10 {
    height: 10px;
    line-height: 0px;
    font-size: 0px;
}

.margin20 {
    height: 20px;
    line-height: 0px;
    font-size: 0px;
}

.margin30 {
    height: 30px;
    line-height: 0px;
    font-size: 0px;
}

.margin40 {
    height: 40px;
    line-height: 0px;
    font-size: 0px;
}

.margin50 {
    height: 50px;
    line-height: 0px;
    font-size: 0px;
}

.margin60 {
    height: 60px;
    line-height: 0px;
    font-size: 0px;
}

.margin70 {
    height: 70px;
    line-height: 0px;
    font-size: 0px;
}

.margin80 {
    height: 80px;
    line-height: 0px;
    font-size: 0px;
}

.margin110 {
    height: 110px;
    line-height: 0px;
    font-size: 0px;
}

.img-thumb {
    border: 0px;
    padding: 0px 0px;
    margin: 0;
    max-width: 100% !important;
}

.img-right {
    float: right;
    margin: 0 0 5px 15px;
}

.img-left {
    float: left;
    margin: 0 15px 5px 0;
}

.img-border {
    border: 1px solid #cccccc;
    padding: 3px;
    margin-bottom: 8px;
    background-color: #ffffff;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-center-padding {
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0 0 10px 0;
}

.padding-top {
    padding-top: 30px;
}

.padding-bottom-none {
    padding-bottom: 0px;
}

.selected {
    font-weight: 700;
}

.text-strong {
    font-weight: 500;
    margin-bottom: 30px;
}

.no-border {
    border: 0px;
    padding: 10px 0 10px 0;
}

.clear {
    width: inherit;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
}

.nopadding {
    padding: 0;
    margin: 0;
}

.article {
    padding: 0 0 20px 0;
}

.article h1 {
}

.article h2 {
}

.article h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 400;
}

.article h4 {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
}

.article h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.article h6 {
}

.article p {
    font-size: 18px;
}

.article a,
.article a:visited {
    text-decoration: underline;
}

.article a:hover {
    text-decoration: none;
}

.article b,
.article strong {
    font-weight: 700;
}
.article span {
    font-size: 22px;
    color: black
}

.article ul {
    padding: 10px 0 10px 50px;
}

.article ul li {
    list-style: disc;
    font-size: 18px;
    margin-left: -15px;
}

.article .list-color {
    padding: 10px 0 10px 0px;
}

.article .list-color li {
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-left: 15px;
}

.article .list-color li::before {
    font-family: 'FontAwesome';
    content: "\f046";
    font-size: 16px;
    position: absolute;
    color: #e77918;
    z-index: 1;
    left: 0px;
    top: 3px;
    width: 15px;
    height: 16px;
    line-height: 16px;
}

.btn.btn-white,
.btn.btn-white:visited {
    color: #e77918;
    background: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.btn.btn-white:hover {
    background: #e77918;
    color: #ffffff;
    text-decoration: none;
}

.article img {
    max-width: 100% !important;
}

.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5,
.orange h6 {
    color: #e67918;
    font-weight: 400;
}

.orange h2 {
    font-size: 60px;
}

#popup {
    display: none;
    background: #fff;
    position: fixed;
    z-index: 999999;
}

#popup p {
    text-align: left;
    margin: 0 0 0 0;
    font-size: 10px;
    color: #000000;
}

.popup-btn {
    float: right;
    padding-bottom: 4px;
    padding-left: 4px;
}

#go-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 90;
}

#go-top a,
#go-top a:visited {
    width: 30px;
    height: 50px;
    display: block;
    background: #e77918;
    color: #fff;
    text-align: center;
    border: 0px;
    font-size: 18px;
    line-height: 46px;
    font-family: FontAwesome;
    text-decoration: none;
}

#go-top a:before {
    content: "\f106";
}

#go-top a:hover {
    background: #c56714;
    text-decoration: none;
}

.img-zoom {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* koniec nasz zespół */
.welcome {
    opacity: 0;
    height: calc(100vH - 80px);
    position: relative;
}

.welcome-logo {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: calc(100% - 30px);
}

.welcome-logo img,
.welcome-logo img:visited {
    opacity: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.welcome-logo img:hover {
    opacity: .8;
}

.welcome-logo p {
    font-size: 40px;
    color: #666666;
}

.welcome-arrow {
    position: absolute;
    z-index: 1;
    bottom: 86px;
    left: 50%;
    margin-left: -30px;
}

.welcome-arrow i {
    color: #e77918;
    font-size: 60px;
}

.grey-line {
    background: #444444;
    padding: 15px 0;
}

.grey-logo,
.grey-logo:visited {
    float: left;
    display: inline-block;
    opacity: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.grey-logo:hover {
    opacity: .8;
}

.grey-line nav {
    float: right;
}

.top-nav {
    list-style-type: none;
    text-align: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 0px;
}

.top-nav li {
    display: inline-block;
    font-size: 0px;
}

.top-nav li a,
.top-nav li a:visited {
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 52px;
    margin-right: 23px;
}

.top-nav li a:hover {
    color: #e67918;
}

.top-nav li:last-child a {
    margin-right: 0px;
}

.main {
}

.gradient-bg {
    background: url('../layout/main-bg.png') bottom repeat-x;
}

.gray-gradient {
    padding: 30px 0 40px 0;
    background: #dddddd;
    background: -webkit-linear-gradient(#f8f8f8, #dddddd);
    background: -o-linear-gradient(#f8f8f8, #dddddd);
    background: -moz-linear-gradient(#f8f8f8, #dddddd);
    background: linear-gradient(#f8f8f8, #dddddd);
}

.white {
    padding: 30px 0 60px 0;
}

.sentence {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 40px;
    color: gray;
    margin-bottom: 25px;
}
.sentence span {
    font-size: 34px;
    line-height: 15px;
    color: black;
    margin: 5px 10px;
}

/* realizacje */
.realizations {
    padding: 60px 0;
}

.realizations h1,
.realizations h2,
.realizations h3,
.realizations h4,
.realizations h5,
.realizations h6 {
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #e77918;
}

#owl-realizations.owl-carousel {
}

#owl-realizations.owl-carousel .owl-item {
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

#owl-realizations.owl-carousel .owl-item img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#owl-realizations.owl-carousel .owl-nav {
}

#owl-realizations.owl-carousel .owl-nav [class*='owl-'] {
    background: #D6D6D6;
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    border-radius: 3px;
}

#owl-realizations.owl-carousel .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
}

/* ./realizacje */

/* referencje */
.reference {
    background: #dddddd;
    padding: 50px 0 35px 0;
}

.reference h1,
.reference h2,
.reference h3,
.reference h4,
.reference h5,
.reference h6 {
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
}

.reference-item {
}

.reference-item a,
.reference-item a {
    display: block;
    text-align: center;
}

.reference-item a:visited {
}

.reference-item img {
    opacity: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.reference-item a:hover img {
    opacity: .6;
}

.reference-item p {
    padding-top: 15px;
    font-size: 16px;
    color: #555555;
}

/* ./referencje */
.gallery {
}

.gallery a {
    display: block;
    margin-bottom: 20px;
}

.gallery img,
.gallery img:visited {
    opacity: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    backface-visibility: hidden;
}

.gallery img:hover {
    opacity: .8;
}

/* stopka */
footer {
    background-color: #ffffff;
    background-repeat: repeat;
    background-position: left;
    background-attachment: fixed;
    background-clip: padding-box;
    background-size: cover;
    background-origin: padding-box;    /*background-image: none;*/
}

.footer-ins {
    background: #f6f6f6;
}

.f-adress {
    padding: 65px 0 80px 0;
    text-align: center;
}

.f-adress h4 {
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 60px;
}

.f-adress p {
    color: #555555;
    font-size: 22px;
    line-height: 26px;
}

.f-adress i {
    color: #e77918;
    font-size: 30px;
    padding-bottom: 16px;
}

.f-adress a,
.f-adress a:visited {
    color: #555555;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.f-adress a:hover {
    color: #1b1b1b;
}

.f-form {
    margin-bottom: 90px;
}

.f-form .form-control {
    margin-bottom: 20px;
}

.f-copyright {
    padding-bottom: 36px
}

.f-line {
    border-top: solid 1px #eeeeee;
    padding-top: 16px;
}

.f-line p {
    font-size: 14px;
    color: #868686;
    margin: 0 0 10px;
    text-align: right;
}

.rodo {
    color:  #555555;
    font-weight: 200;
    font-size: 12px;
    text-align: right;
    margin: 25px 15px 15px 0;
}

/* ============== responsywność ============== */

/* XS Portrait */
@media (max-width:480px) {
}

@media (max-width:767px) {
    .welcome-logo {

        /* width: calc(100% - 30px); */
    }

    .welcome-logo p {
        font-size: 20px;
    }

    .grey-line {
        padding: 5px 0;
    }

    .grey-logo {
        float: none;
        display: block;
    }

    .grey-logo {
        text-align: center;
    }

    .top-nav {
        text-align: center;
    }

    .grey-line nav {
        float: none;
    }

    .top-nav li a {
        display: block;
        font-size: 14px;
        line-height: 30px;
        margin: 0 7px 0 7px;
    }

    .orange h2 {
        font-size: 40px;
    }

    #popup {
        border: solid 1px #e7e7e7;
        padding: 5px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        z-index: 999999;
        -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
    }

    #popup p {
        padding: 0 10px;
    }

    #go-top {
        bottom: 5px;
        right: 0px;
    }

    #go-top a {
        width: 32px;
        height: 32px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background: rgba(214, 0, 0, .8);
        font-size: 18px;
        line-height: 28px;
    }

    .slide_button {
        background: url(../layout/fb-button-mob.jpg);
        display: block;
        height: 34px;
        text-indent: -9999px;
        width: 32px;
        position: absolute;
        left: -32px;
        top: 0px;
    }

}

/* sm */
@media (min-width:768px) and (max-width:991px) {
    .top-nav li a {
        font-size: 16px;
    }

    #popup {
        border: solid 1px #e7e7e7;
        padding: 5px;
        bottom: 20px;
        right: 20px;
        width: 600px;
        z-index: 999999;
        -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
    }

    #popup p {
        padding: 0 10px;
    }

}

/* md */
@media (min-width:992px) and (max-width:1199px) {
    #popup {
        border: solid 1px #e7e7e7;
        padding: 5px;
        bottom: 20px;
        right: 20px;
        width: 600px;
        z-index: 999999;
        -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
    }

    #popup p {
        padding: 0 10px;
    }

}

@media (min-width:1200px) {
    #popup {
        border: solid 1px #e7e7e7;
        padding: 5px;
        bottom: 20px;
        right: 20px;
        width: 600px;
        z-index: 999999;
        -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
    }

    #popup p {
        padding: 0 10px;
    }

}

@media (min-width:1460px) {}

@media (min-width:1600px) {}
