/*
Theme Name: PajakTrans
Author: Agencja Interaktywna Manley.pl Mariusz Mańkowski
Author URI: http://manley.pl
Description: Szablon PajakTrans
Version: 1.0
Text Domain: pajaktrans

*/

@CHARSET "ISO-8859-1";







/* Reset CSS
* --------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:link {
    text-decoration: none!important;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    fieldset,
    img {
        border: 0;
    }
    address,
    caption,
    cite,
    code,
    dfn,
    em,
    strong,
    th,
    var {
        font-weight: normal;
        font-style: normal;
    }
    strong {
        font-weight: bold;
    }
    ol,
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    caption,
    th {
        text-align: left;
    }

    q:before,
    q:after {
        content: '';
    }
    abbr,
    acronym {
        border: 0;
    }




    .intro p {
        width: 50%;
        margin: 0 auto;
        font-size: 1.5em;
    }
    .section {
        text-align: center;
    }
}

#download {
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #5bc0de), to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#download a {
    text-decoration: none;
    color: #fff;
}

#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #2F96B4;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

#infoMenu ul {
    padding: 0 40px;
}

#infoMenu li a {
    display: block;
    margin: 0 22px 0 0;
    color: #333;
}

#infoMenu li a:hover {
    text-decoration: underline;
}

#infoMenu li {
    display: inline-block;
    position: relative;
}

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 638px;
    text-align: left;
}

#examplesList ul {
    padding: 0;
}

#examplesList ul li {
    display: block;
    margin: 5px 0;
}

#examplesList ul li a {
    color: #BDBDBD;
    margin: 0;
}

#examplesList ul li a:hover {
    color: #f2f2f2;
}

#examplesList .column {
    float: left;
    margin: 0 20px 0 0;
}

#examplesList h3 {
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}

body {

    font-family: 'Poppins', sans-serif!important;
}

.lang-item {

    display: inline-block;
}


.language_nav_list {
    margin: 0;
    padding-right: 10px;
}

.language_nav_list li {
    margin: 0;
}

.language_nav_list a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
}

@media (min-width: 992px) {

    .language_nav_list {
        position: absolute;
        right: 10px;
        top: 10px;
    }
}

.language_nav_list a:hover {
    text-decoration: none;
    color: white;
    background-color: #f7c01e;
}


.current-lang a {

    color: white;
    background-color: #f7c01e;
}

.navbar-brand {
    max-width: 110px;
}

.navbar {
    z-index: 9999;

    padding: 0;
}


.menu-item {
    padding: 0 45px;
}

.navbar-nav .nav-link {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    height: 95px;
    width: 135px;
    transition: ease-in-out .2s;
}

.navbar-nav .nav-link:hover {

    color: white;
    background-color: #f7c01e;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler {
    position: relative;
}

.navbar-toggler span {
    display: block;
    background-color: #444;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
    width: 40px;
    height: 4px;

    border-radius: 4px;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.mybtn {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    border: 2px solid #f7c01e !important;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    background-color: #f7c01e;
    text-align: center;
}

@media (min-width: 400px) {
    .mybtn {}
    .mybtn:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (min-width: 600px) {
    .mybtn:nth-of-type(even) {
        margin-right: 2.5em;
    }
    .mybtn:nth-of-type(5) {
        margin-right: 0;
    }
}

.mybtn:hover {
    text-decoration: none;
    color: white!important
}

.btn-4 {

    overflow: hidden;
    position: relative;
}

.btn-4 span {
    z-index: 20;
}

.btn-4:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 10;
}

.btn-4:hover:after {
    left: 120%;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-submit {
    float: right;
    line-height: 35px!important;
    transition: ease-in-out .2s;
}

.btn-submit:hover {
    background-color: black;
}

#nag_warpper {
    background-image: url(images/nagfoto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



#nag_warpper .nag_warpper_mask .nag_warppe_content {

    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 100%;
    text-align: right;
}

#nag_warpper .nag_warpper_mask .nag_warppe_content .nag_warppe_box {

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 65px;
}


.bcg {

    background-image: url(images/mapa_duza.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

#info_contact {}

#info_contact .info_contact_content {}

#info_contact .info_contact_content .info_contact_box {
    background-color: #434242;
    padding: 20px 0px;
    color: white;
    text-align: center;
    transition: ease-in-out .3s;
}

#info_contact .info_contact_content .info_contact_box:hover {
    transform: translateY(-10px);
}

#info_contact .info_contact_content .info_contact_box p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

#info_contact .info_contact_content .info_contact_box h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
}

#info_contact .info_contact_content .info_contact_box p>a {
    padding-left: 5px;
    text-decoration: none;
    color: white;
    font-weight: 300;
}

#info_contact .info_contact_content .info_contact_box a:hover {

    color: #f7c01e;
}

@media (max-width: 768px) {



    #baner_wrapper .baner_wrapper_info_content .baner_wrapper_info_contact_txt h2 {
        font-size: 24px;
    }
    #nag_warpper .nag_warpper_mask .nag_warppe_content .nag_warppe_box h1 {
        font-size: 28px;
    }
    .right_footer_content {
        text-align: center!important;
        padding-top: 30px;
    }

    .info_contact_box {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
        margin-bottom: 13px!important;
    }
    .left_about_box {
        order: 2;
    }
    .left_download_link {
        order: 2;
    }
}



@media (min-width: 992px) {

    .navbar {
        z-index: 9999;
        height: 95px;
        padding: 0;
    }
    .navbar-collapse {
        justify-content: center;
        height: 95px;
    }
}





@media (min-width: 768px) {

    #nag_warpper .nag_warpper_mask {
        height: 70vh;
        /* background-color: rgba(0, 0, 0, 0.34);*/
        background-attachment: fixed;
        background-image: url(images/04.png);
    }


    .info_contact_box {


        margin: 0 5px;
    }
}

#o_nas {
    padding-top: 70px;
    padding-bottom: 35px;
}

.left_about_box {
    text-align: right;
    padding-top: 55px;
}

.left_about_box p {
    padding-top: 15px;
}

.progress {

    background-color: #434242!important;
}

.about_box p{
        padding-top: 25px;
        text-align: center;
}
.just
    text-align: justify;
}
.right_about_box h2 {
    padding-bottom: 25px;
    font-weight: bold;
    font-size: 22px;
}

#atributes_wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
}

.assets h2{
        padding-bottom: 25px;
    font-weight: bold;
    font-size: 22px;
    text-align:     center;
}

.atributes {
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.left_txt_where {
    display: flex;
    justify-content: center;

    flex-direction: column;
    text-align: right;
}

.left_txt_where h2 {

    padding-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}

.left_txt_where p {

    text-align: justify;
}

.right_img_where {}

#where_wrapper {
    padding-bottom: 100px;
}

.where_box {

    font-weight: bold;
}

#offer_wraper {
    margin-top: -90px;
}

.offer_header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer_header h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.text_weight {
    font-weight: lighter!important;
}

.offer_box_bcg1 {
    background-image: url(images/zagraniczny.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.offer_box_bcg2 {
    background-image: url(images/krajowy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.offer_box_bcg3 {
    background-image: url(images/spedycja.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.offer_box {
    padding: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    margin-bottom: 4px;
}

@media (min-width:768px) {
    .offer_box .lef_box_ikon {
        padding: 0 60px 0 15px;
    }
}

.offer_box .lef_box_ikon img {
    max-height: 80px;

    margin-left: auto;
    margin-right: auto;
    width: 80px;
}

.offer_box.right_box {
    border-bottom: 1px solid white;
    padding: 0;
}

.offer_box .right_box h2 {
    font-size: 21px;
    font-weight: bold;
}

@media (max-width:768px) {

    #nag_warpper .nag_warpper_mask {
        height: 70vh;
        background-color: rgba(0, 0, 0, 0.34);
    }


    .offer_box .right_box h2 {
        text-align: center;
        padding-top: 15px;
    }
}

.offer_box .right_box p {
    font-size: 16px;
    font-weight: 300;
}

@media (max-width:768px) {
    .offer_box .right_box p {
        text-align: justify;
    }

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

@media (min-width: 992px) and (max-width:1074px) {
   .menu-item {
    padding: 0 25px;
}
.lang-item {
    display: block!important;
}

.language_nav_list {
    position: absolute;
    right: 10px;
    top: 2px!important;
}


}


#download_wrapper {
    padding: 70px 0;
}


.left_download_link {
    padding-left: 0!important;
    padding-top: 65px;
}

.left_download_link .link {

    background-color: #ffc107!important;
    margin-bottom: 4px;
    line-height: 30px;
}

.left_download_link .link:hover {

    background-color: #434242!important;
    margin-bottom: 4px;
    color: white!important;
}

.right_download_link h2 {
    padding-bottom: 25px;
    font-weight: bold;
    font-size: 22px;
}

.right_download_link p {
    text-align: justify;
}

.link {
    position: relative;
}

.link_content {
    color: black!important;
    text-align: left;
}

.link_content:hover {
    color: white!important;
    text-decoration: none;
}

.link_content:hover:before {
    color: white;
    content: 'pobierz';
    position: absolute;
    right: 15px;
}

#baner_wrapper {
    background-image: url(images/zadzwondonas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {

    .bcg {
        background-attachment: fixed;
    }
}

#baner_wrapper .baner_wrapper_info_content {}

#baner_wrapper .baner_wrapper_info_content .baner_wrapper_info_contact_txt {
    padding: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#baner_wrapper .baner_wrapper_info_content .baner_wrapper_info_contact_txt h2 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

#baner_wrapper .baner_wrapper_info_content .baner_wrapper_info_contact_txt p {
    color: white;
    padding-top: 10px;
    font-weight: bold;
}

@media (max-width: 10px) {
    #baner_wrapper .baner_wrapper_info_content .baner_wrapper_info_contact_txt h2 {
        font-size: 20px;
        text-align: center;
    }
}

footer {
    display: flex!important;

    flex-direction: column;
}

#map {
    width: 100%;
    height: 400px;
}

.map-wrap {
    left: 0;
    width: 100%;
    position: sticky;
    bottom: 0;
}

.copyrights {
    width: 100%;
    padding: 10px 0 60px;
    background-color: #434242;
    text-align: center;
    position: relative;
    color: white;
}

@media (min-width: 768px) {
    .copyrights {
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    .copyrights {
        padding-bottom: 10px;
    }
}

.copyrights p,
.copyrights a {
    color: white;
}

.copyrights a:hover {
    color: #ffc107!important;
}

@media (min-width: 768px) {
    .copyrights .col-lg-6:first-child {
        text-align: right;
    }
    .copyrights .col-lg-6:last-child {
        text-align: left;
    }
}

.copyrights p {
    position: relative;
}

.copyrights p:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    height: 2px;
    width: 160px;
    background-color: white;
}

@media (min-width: 768px) {
    .copyrights p {
        margin-bottom: 0;
        padding: 6px 33px 6px 0;
        text-align: right;
    }
    .copyrights p:after {
        left: auto;
        margin: 0;
        top: 5px;
        bottom: 5px;
        width: 2px;
        height: calc(100% - 10px);
        background-color: white;
    }
}

.copyrights a.created-by {
    display: inline-block;
    padding: 6px 0;
    width: auto;
}

@media (min-width: 768px) {
    .copyrights a.created-by {
        text-align: left;
    }
}

.copyrights .back-top {
    position: absolute;
    width: 40px;
    height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    text-align: center;
}

.copyrights .back-top:hover {
    cursor: pointer;
    text-decoration: none;
}

@media (min-width: 1024px) {
    .copyrights .back-top {
        left: auto;
        right: 10px;
        top: 10px;
        bottom: auto;
    }
}

@media (min-width: 1200px) {
    .copyrights .back-top {
        right: 25px;
    }
}

.copyrights .back-top i {
    font-size: 35px;
    color: white;
}

.footer_contact_content {
    padding-bottom: 35px;
}

.footer_kontakt {}

.header_footer {

    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.look {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: #ffc107!important;
}

.look p {
    margin: 0;
}


.look svg path.first-path {
    animation: scrollanim 1s ease-in-out infinite;
    animation-delay: 0.8s;
    fill: #ffc107!important;
}

.look svg path.second-path {
    animation: scrollanim2 1s ease-in-out infinite;
    fill: #ffc107!important;
}

@-webkit-keyframes scrollanim {
    0% {
        -webkit-transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(0, 0);
        opacity: 0.8;
    }
}

@-moz-keyframes scrollanim {
    0% {
        -moz-transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -moz-transform: translate(0, 0);
        opacity: 0.8;
    }
}

@keyframes scrollanim {
    0% {
        -webkit-transform: translate(0, -40px);
        -moz-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        -o-transform: translate(0, -40px);
        transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0.8;
    }
}

@-webkit-keyframes scrollanim2 {
    0% {
        -webkit-transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(0, 0px);
        opacity: 0.6;
    }
}

@-moz-keyframes scrollanim2 {
    0% {
        -moz-transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -moz-transform: translate(0, 0px);
        opacity: 0.6;
    }
}

@keyframes scrollanim2 {
    0% {
        -webkit-transform: translate(0, -40px);
        -moz-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        -o-transform: translate(0, -40px);
        transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(0, 0px);
        -moz-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        transform: translate(0, 0px);
        opacity: 0.6;
    }
}

.unique {

    position: inherit;
}

.right_footer_content {
    text-align: left;
    color: white;
}

.right_footer_content a {
    color: white;
}

.right_footer_content a:hover {
    text-decoration: none;
    color: #ffc107!important;
}

.bcg_footer_contact {

    z-index: 9999;

    padding-bottom: 20px;
    background-color: black;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-validation-errors {
    color: red!important;
}

.screen-reader-response ul {
    list-style: none;
}

.form-control {

    background-color: black!important;
    border: 2px solid #ffc107!important;
    color: white!important;

    padding: 5px!important;
    width: 100%!important;
    border-radius: 0!important;
}

.form-control:focus {

    box-shadow: none!important;
    border-color: #ffc107!important;
}

.wpcf7-textarea {
    height: 125px;
}

input[type="text"],
input[type="email"] {}

​ input[type="text"]:focus,
input[type="email"]:focus {}

::placeholder {
    color: white;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: white !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white!important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: white !important;
}

:focus::placeholder {
    color: rgba(255, 255, 255, 0.26) !important;
}

:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.26) !important;
}

:focus:-moz-placeholder {
    color: rgba(255, 255, 255, 0.26) !important;
}

:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.26) !important;
}

:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.26) !important;
}

@media (max-width: 992px) {


    .navbar-nav {
        padding: 30px 0;
    }

    .language_nav_list {
        text-align: center;
        padding-bottom: 10px;
    }
    .navbar-nav .nav-link {

        height: 50px!important;
        width: 100%!important;
    }
}


.progress-bar {
    height: 100%;
    width: 0;
        background-color: #ffc107!important;
      transition: width 5s ease!important;
}

#atributes_wrapper h2{
    text-align: center;
    margin-bottom: 32px;
}