/*               Menu                 */
#header-menu-big {
    list-style: none;
    float: right;
    width: 100%;
    text-align: right;
}

#header-menu-big li {
    display: inline-block;
    margin: 10px;
    padding-top: 1%;
}

#header-menu-big li a, #header-menu-big li a:focus {
    font-size: 16px;
    text-align: right;
    color: #ffffff;

    background-color: transparent;
}

#header-menu-big .active a {

    background-color: #ff7148 !important;
    border: none;
    color: white;
    padding: 6px 15px;
    border-radius: 5px;
}

#header-menu-big li a:hover {
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    background-color: #ff7148;
    padding: 6px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header-menu-big li a.button {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;

    color: white;

    padding: 6px 12px;

    border-radius: 5px;
}

#header-menu-big li a.button:hover {
    color: #ffffff;
    background-color: #ff7148;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*          obrazek w headerze          */
.phone {
    top: 100px !important;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 900px;
    max-width: 100%;
}
/*          newsletter          */
.newsletter input {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    padding: 12px 15px;
    /*border: 0;*/
    background-color: rgba(58, 42, 81, 0.6);
    display: block;
}

.newsletter *::-webkit-input-placeholder {
    color: #ffffff;
}

.newsletter *::-moz-placeholder {
    color: #ffffff;
}

.newsletter *:-ms-input-placeholder {
    color: #ffffff;
}

.newsletter *:-moz-placeholder {
    color: #ffffff;
}

.newsletter button {
    position: absolute;
    top: 25px;
    right: 14px;
    width: 40%;
    height: 48px;
    border-radius: 0 6px 6px 0;
}
/*          Zespół          */
.team img {
    width: 100%;
    border-radius: 5px;
}

.team {
    position: relative;
    float: left;
    color: #262524;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 0 0 #ff7148;
    box-shadow: 0 0 0 0 #ff7148;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.team:hover, .team:hover div {
    -webkit-box-shadow: 0 0 0 10px transparent !important;
    box-shadow: 0 0 0 10px transparent !important;
    background-color: #ff7148 !important;
    border-radius: 5px;
}

.team div {
    border-radius: 5px;
    position: absolute;

    background-color: rgba(58, 42, 81, 1);;
    width: 100%;
    bottom: 0;
    z-index: 1;
    color: #fff;
    padding: 5px 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.team h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin: 5px 0;
}

.team p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 5px;
}
/*          Kontakt         */
.contact-form-message {
    height: 200px;
    color: #000000;
}

.contact-data p {
    font-size: 18px;
    text-align: left;
    line-height: 18px;
}

.contact-data i {
    font-size: 17px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #ff7148;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 37px;
}

.contact-data-city {
    margin-left: 50px;
    margin-bottom: 7px;

}

.contact-data-street {
    margin-bottom: -5px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    /*border-radius: 5px;*/
    padding: 10px 15px;
    /*border: 0;*/
    background-color: rgba(255, 255, 255, 0.4);
    display: block;

}

.contact-form input[type=text],
.contact-form input[type=email] {
    height: 40px;
}

.contact-form *::-webkit-input-placeholder {
    color: #DEDEDE;
}

.contact-form *::-moz-placeholder {
    color: #DEDEDE;
}

.contact-form *:-ms-input-placeholder {
    color: #DEDEDE;
}

.contact-form *:-moz-placeholder {
    color: #DEDEDE;
}

.contact-form button {
    width: 100%;
    background-color: #ff7148;
    border: none;
    padding: 10px 0;
    /*border-radius: 5px;*/
    font-size: 18px;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 0 0 #ff7148;
    box-shadow: 0 0 0 0 #ff7148;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}
.contact-form button:focus, .contact-form button:hover {
    background-color: #ff7148 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 10px transparent !important;
    box-shadow: 0 0 0 10px transparent !important;
    color: #fff !important;
    background-color: #ff7148 !important;
}
/*      Socialmedia Bar         */
.footer-border {
    border-top: 1px solid #ff7148;
    padding-top: 20px;
    background-color: rgba(58, 42, 81, 1);
}
.footer-border img{
    position: relative;top: -30px;margin-bottom: 45px;
}

.social-media-bar i {
    color: #ffffff;
    font-size: 28px;
    background-color: rgba(58, 42, 81, 1);
    border: 1px solid #ff7148;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 58px;
    -webkit-box-shadow: 0 0 0 0 #ff7148;
    box-shadow: 0 0 0 0 #ff7148;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;

    margin-bottom: 8px;


}

.social-media-bar i:hover {
    background-color: #ff7148 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 10px transparent !important;
    box-shadow: 0 0 0 10px transparent !important;
    color: #fff !important;
    background-color: #ff7148 !important;
}
.social-media-bar {
    padding: 0;
    position: relative;
    top: -51px;
    z-index: 50;
}

.social-media-bar li {
    list-style: none;
    display: inline;
    margin-left: 4px;
}
/*          Opinie          */
.img-rounded {
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 100%;
    max-width: 143px;
}
.testimalia-star {
    list-style: none;
    padding: 0;
    color: #ff7148;
}

.testimalia .avatar {

    background-position: center center;

    background-size: cover;

    border: 2px solid #ffffff;
    border-radius: 50%;

    width: 140px;
    height: 140px;
}

.testimalia p {
    font-size: 40px;
}

.testimalia span {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.testimalia-star li {
    display: inline;
}
/*          Oferty          */
.ofert-tab {
    padding: 40px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 1px #f1f2f6;
    box-shadow: 0 4px 20px 1px #f1f2f6;
    border: 1px solid #f1f2f6;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.ofert-tab:hover {
    -webkit-box-shadow: 0 10px 20px 1px #dedede;
    box-shadow: 0 10px 20px 1px #dedede;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.ofert-tab.premium {
    padding-bottom: 60px
}

.ofert-tab.premium:before {
    content: "";
    display: block;
    background-color: #fff;
    height: 20px;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 100%;
    border-top: 1px solid #f1f2f6;
    border-right: 1px solid #f1f2f6;
    border-left: 1px solid #f1f2f6
}

.ofert-tab .ofert-tab-head .price {
    font-size: 32px;
    font-weight: 700
}

.ofert-tab-content {
    padding: 20px 0;
    list-style: none;
}

.ofert-tab-content li i {
    margin-right: 5px;
    color: #ff7148;
    width: 15px;
}

.ofert-tab-content li {
    margin-bottom: 12px;
}

.ofert-tab .ofert-tab-i {
    position: absolute;
    right: 0;
    top: 24px;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 150px;
    color: #f1f2f6;
    z-index: -1
}

.ofert-tab.premium:before {
    content: "";
    display: block;
    background-color: #fff;
    height: 20px;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 100%;
    border-top: 1px solid #f1f2f6;
    border-right: 1px solid #f1f2f6;
    border-left: 1px solid #f1f2f6;
}
/*          Style Tekstów         */
.line-text span {
    font-size: 25px;
    color: #ffffff;
}

.line-text h1 {
    color: #ffffff;
}





.title {
    color: #ffffff;

}

.title h2 {
    font-size: 40px;
    font-weight: 300;
}

.title p {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
}

.title-white {
    color: #000000;

    text-align: center;
    font-weight: 300;
}

.title-white h2 {
    font-size: 40px;
    margin-bottom: 18px;
    font-weight: 300;
}

.title-white p {
    font-size: 20px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
}

.title-small {
    color: #ffffff;
}

.title-small h2 {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 500;
}

.title-small p {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.title-small-white {
    color: #000000;
    text-align: center;
}

.title-small-white h2 {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 500;

}

.title-small-white i {
    font-size: 55px;
    margin-bottom: 16px;

    width: 100%;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.title-small-white:hover i {
    color: #ff7148;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.title-small-white p {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.7);
}
/*              Funkcje / cechy          */
.features h3 {
    margin-top: 40px;
    font-size: 35px;
    font-weight: 100;
    text-align: left;
}

.features p {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}

.features-img img {
    float: right;
    width: 100%;
    margin-top: 50px;
}
/*          Menu / affix-top            */
.affix {
    top: 0;
    width: 100%;
    z-index: 101;
    /*left:0;*/
    /*right: 0;*/
    /*padding-right: 20px;*/
    background-color: rgba(58, 42, 81, 1);

    /*-webkit-transition: all 1.2s ease-in-out;*/
    /*-moz-transition: all 1.2s ease-in-out;*/
    /*-o-transition: all 1.2s ease-in-out;*/
    /*-ms-transition: all 1.2s ease-in-out;*/
    /*transition: all 1.2s ease-in-out;*/
}

.affix-top {
    background-color: rgba(58, 42, 81, 1);
    /*background: transparent;*/

    margin-bottom: -80px;
    position: relative;

    z-index: 110;
}

.menu-content {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;

    margin: 0 auto;
}

.affix .menu-content {
    width: 100%;

    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.affix-top .menu-content {
    width: 1170px;
    max-width: 100%;

}

.affix + .container-fluid {
    padding-top: 70px;
}

.navbar-inverse {
    background-color: rgba(255, 255, 255, 0);
    border: none;
}



.navbar {
    margin-bottom: 0;
}

.menu-logo {
    position: relative;
    z-index: 106;
    margin: 15px 0;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    .menu-logo {
        position: absolute;
        z-index: 106;
        margin: 8px;
    }

    .menu-logo img {
        width: 60%;
    }
}

@media screen and (min-width: 992px) {
    .affix-top {

        background: transparent;

        margin-bottom: -80px;
        position: relative;

        z-index: 101;
    }
}
/*          Obrazki         */
.fluid-img-col {
    position: relative;

}

.fluid-img-col img {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {

    .fluid-img-col img {
        position: inherit;
        max-width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .fluid-img-col {
        text-align: center;
    }

    .fluid-img-col img {

        position: inherit;
        max-width: 100%;
        top: initial;
        right: initial;
    }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {

    .fluid-img-col img {
        top: -45px;
    }
}
/*          Produkt / Lista ikon            */
.icon-list-1 {
    list-style: none;
    padding-left: 10px;
    margin: 0;
}

.icon-list-1 li {
    margin: 10px 5px 10px 5px;

    position: relative;

    padding-left: 28px;
    color: rgba(255, 255, 255, 0.85);
}

.icon-list-1 li:before {

    content: "\e039";

    display: inline-block;
    font: normal normal normal 14px/1 'et-line';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff7148;
    position: absolute;
    left: 0;
    top: 2px;

}


.cookie-alert {
    position: fixed;
    bottom: 0px;

    width: 100%;
    background: #222;
    z-index: 100;
    border-top: 10px solid #222;

    /*filter:alpha(opacity=95);*/
    /*-moz-opacity:0.95;*/
    /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95); */
    /*-khtml-opacity: 0.95; */
    /*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);  */
    /*opacity: 0.95;*/
}

.cookie-alert .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 5px 0px;
    font-size: 11px;
}

.cookie-alert .btn {
    margin: -15px 0px 10px 10px;
}

.cookie-alert .btn:last-of-type {
    /*margin: -15px 0px 5px;*/
}

.cookie-alert .moreAbout {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}