/* --------------------------------- ogólne ----------------------------------------------  */

.clear { clear: both }
.clear-left { clear: left}
.clear-right { clear: right}

.nano {
    position : relative;
    width    : 100%;
    height   : 100%;
    overflow : hidden;
}
.nano > .nano-content {
    position      : absolute;
    overflow      : scroll;
    overflow-x    : hidden;
    top           : 0;
    right         : 0;
    bottom        : 0;
    left          : 0;
    padding-right: 17px;
}
.nano > .nano-content:focus {
    outline: thin dotted;
}
/*.nano > .nano-content::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/
/*.has-scrollbar > .nano-content::-webkit-scrollbar {*/
/*    display: block;*/
/*}*/

/* width */
.nano > .nano-content::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.nano > .nano-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.nano > .nano-content::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.nano > .nano-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.nano > .nano-pane {
    background : rgba(0,0,0,.05);
    position   : absolute;
    width      : 4px;
    right      : 0;
    top        : 0;
    bottom     : 0;
    visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity    : .01;
    -webkit-transition    : .2s;
    -moz-transition       : .2s;
    -o-transition         : .2s;
    transition            : .2s;
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    border-radius         : 4px;
    display: inherit;
}
.nano > .nano-pane > .nano-slider {
    background: rgba(0,0,0,.9);
    position              : relative;
    margin                : 0 1px;
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    border-radius         : 4px;
    display: inherit;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity    : 0.99;
    display: inherit;
}

.toplayer {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
    z-index: 9999;
}

.toplayer .back {
    width: 100%;
    padding: 20px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    margin-bottom: 4vh;
}

.toplayer .back .container {
    margin-bottom: 0;
}

.toplayer .back .button {
    display: inline-block;
    padding: 20px 30px 20px 0;
    float: left;
    cursor: hand;
    cursor: pointer;
}

.toplayer h2 {
    display: inline-block;
}

.toplayer h2 span {
    display: block;
    font-size: 22px;
    line-height: 18px;
    padding: 0;
}

.cookies-footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}

.cookies-footer .container .row div:first-child {
    padding-left: 0;
    margin-left: 0;
}
.cookies-footer .container .row div:nth-child(2) {
    padding-right: 0;
    margin-right: 0;
    text-align: right;
}

#cookies-close {
    cursor: pointer;
    cursor: hand;
}
#cookies-close:hover {
    color: #000;
}

.bottomIcons .element {
    display: inline-block;
    margin: 5px;
    text-align: center;
    font-size: 13px;
    color: #333;
    width: 18.2%;
    vertical-align: top;
}
.bottomIcons .element span {
    display: inline-table;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15) ;
}
.bottomIcons .element:nth-child(1) span {
    padding-top: 20px;
}
.bottomIcons .element:nth-child(2) span {
    padding-top: 25px;
}
.bottomIcons .element:nth-child(3) span {
    padding-top: 30px;
}
.bottomIcons .element:nth-child(4) span {
    padding-top: 25px;
}
.bottomIcons .element:nth-child(5) span {
    padding-top: 25px;
    padding-left: 8px;
}

.bottomIcons .element i {
    font-size: 12px;
    color: #9d9d9d;
    line-height: 14px;
    display: inline-flex;
}

@media (max-width: 360px) {
    .cookies-footer .container .row div:first-child {
        font-size: 4vw;
    }

    #cookies-close {
        font-size: 35px;
    }

    h1.navbar-brand_ {
        width: 55vw;
    }

    .bottomIcons .element {
        width: 100%;
        text-align: left;
    }

    .bottomIcons .element span {
        float: left;
        text-align: center;
        margin-right: 30px;
    }

    .bottomIcons .element b {
        margin-top: 20px;
        display: inline-block;
    }

    .bottomIcons .element i {
        display: inline;
    }

    .foo_info img {
        margin-top: 35px;
    }

}

@media (max-width: 768px) {
    .nano {
        position : inherit;
        overflow : visible;
        height: auto;
    }
    .nano > .nano-content {
        position      : inherit;
        overflow      : visible;
        overflow-x    : visible;
        top           : 0;
        right         : 0;
        bottom        : 0;
        left          : 0;
        padding-right: 17px;
    }

    .nano > .nano-content:focus {
        outline: none;
    }
    .nano > .nano-content::-webkit-scrollbar {
        display: none;
    }
    .has-scrollbar > .nano-content::-webkit-scrollbar {
        display: none;
    }
    .nano > .nano-pane {
        display: none;
    }
    .nano > .nano-pane > .nano-slider {
        display: none;
    }
    .nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
        display: none;
    }

    .toplayer {
        position: absolute;
        width: 100vw;
        min-height: 100vh;
        height: auto;
    }

    .toplayer .back {
        padding: 2vh;
        margin-bottom: 0;
        position: fixed;
        z-index: 99999;
        background-color: #fff;
    }

    .toplayer .container figure {
        margin-top: 0;
    }

    .toplayer .container article {
        padding-left: 0;
    }
}

@media (max-width: 768px)and (orientation: portrait) {
    .toplayer h2 {
        font-size: 6vw;
        line-height: 8vw;
        margin: 0;
    }

    .toplayer h2 span {
        font-size: 4vw;
        line-height: 6vw;
    }

    .toplayer .back .button {
        padding: 2vw 4vw 2vw 0;
    }

    .toplayer .back .button img {
        width: 9vw;
    }
}

@media (max-width: 768px)and (orientation: landscape) {
    .toplayer h2 {
        font-size: 3.5vw;
        line-height: 4vw;
        margin: 0;
        margin-top: 5px;
    }

    .toplayer h2 span {
        font-size: 2.5vw;
        line-height: 3vw;
    }

    .toplayer .back .button {
        padding: 2vw 4vw 2vw 4vw;
    }

    .toplayer .back .button img {
        width: 5vw;
    }
}

/*---------------------------------- hp -----------------------------------------------*/

#hp_biz, #hp_ind {
    cursor: hand;
    cursor: pointer;
}
#hp_biz:hover, #hp_ind:hover {
    opacity: 0.9;
}

/*--------------------------------- dlaczego my ------------------------------------------- */

.whyUsBox p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}

.whyUsBox .teamBox .caption {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
}

.thumb-pad2-2 .thumbnail .caption a {
    font-size: 24px;
    cursor: hand;
    cursor: pointer;
}

.visible-sm-block {
    display: none;
}

.thumb-pad2-2 .thumbnail .caption a.btn1 {
    font-size: 16px;
}

.whyUsBox .teamMate {
    height: 70vh;
    overflow: hidden;
}

.whyUsBox h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.whyUsBox .description {
    line-height: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: justify;
}

.whyUsBox .team {
    width: 100%;
    height: 70vh;
}
.whyUsBox .team.magda {
    background: transparent url("/img/b-zespol-magda.jpg") top center;
    background-size: cover;
}
.whyUsBox .team.olga {
    background: transparent url("/img/b-zespol-olga.jpg") top center;
    background-size: cover;
}

.whyUsBox .nano {
    height: 70vh;
    width: 480px;
}

.whyUsBox .foto {
    display: block;
}
.whyUsBox .foto-mobile {
    display: none;
}

.showTeamMate {
    cursor: pointer;
    cursor: hand;
    text-align: left;
}

@media (max-width: 992px) {

    .visible-sm-block {
        display: block;
        clear: both;
    }

    .whyUsBox .nano {
        width: 367px;
    }
}


@media (max-width: 768px) {

    .whyUsBox .foto {
        display: none;
    }
    .whyUsBox .foto-mobile {
        display: block;
    }

    .whyUsBox .team {
        background: transparent url("/img/b-zespol-magda-mobile.jpg") top center;
        background-size: cover;
        width: 100vw;
        position: relative;
        left: 0;
    }

    .whyUsBox .teamMate {
        height: auto;
        overflow: auto;
    }

    .whyUsBox .nano {
        height: auto;
        width: auto;
    }

}

@media (max-width: 768px)and (orientation: portrait) {

    .whyUsBox .team {
        top: 20vw;
        height: 100vw;
    }

    .whyUsBox .teamMate {
        margin-top: 23vw;
        margin-left: 17px;
    }
}

@media (max-width: 768px)and (orientation: landscape) {

    .whyUsBox .team {
        top: 6vw;
        height: 50vw;
    }

    .whyUsBox .teamMate {
        margin: 10vw 50px 3vw 70px;
    }
}

/*-----------------------------------  wynagrodzenie ------------------------------ */

.pricing {
    background: #f8f8f8 none repeat scroll 0;
}

.pricing .bannerBox {
    padding-top: 0;
}

.pricing .important {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 40px;
    padding-bottom: 80px;
    padding-top: 60px;
}

.pricing .banner_list {
    margin: 0 0 0;
}

.pricing .banner_list li {
    margin-bottom: 0;
}

.pricing .banner_list ul, ol {
    margin-bottom: 0;
    margin-top: 0;
}

.pricing p {
    font-size: 14px;
    line-height: 20px;
}

.pricing .important h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.pricing .important p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}

@media (max-width: 1219px) {

    #wynagrodzenie .banner_list li .title {
        font: 800 24px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

}

@media (max-width: 991px) {

    #wynagrodzenie .banner_list li .title {
        font: 800 22px/26px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .pricing .banner_list li {
        width: 240px !important;
        padding: 50px 15px 37px 14px;
    }
}

@media (max-width: 767px) {
    .pricing .banner_list li {
        width: 100% !important;
        padding: 50px 15px 37px 14px;
    }

    .pricing .banner_list li .title {
        font: 800 9vw/11vw "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
        margin-bottom: 0;
    }

    .pricing .banner_list li p {
        font: 12px/16px "Arial";
        margin-bottom: 20px;
    }

}

/*----------------------------------- usługi ---------------------------------- */

.services {
    background: #ffffff none repeat scroll 0;
}

.services .container {
    margin-bottom: 50px;
}

.services.b2b .serviceBox {
    padding: 30px;
    background-color: #a2c9c2;
    color: #fff;
    margin: 6px;
    height: 350px;
    width: 31.5%;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.services.b2b .serviceBox:hover {
    opacity:0.9;
}

.services.b2b .serviceBox h5 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}

.services.b2b .serviceBox p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    /*text-transform: uppercase;*/
    color: #fff;
}

.services.b2b .serviceBox a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 52px);
    margin-bottom: 30px;
    font-size: 14px;
}

.services.b2b .serviceBox:nth-child(7) {
    background-color: #a2c9c2;
}
.services.b2b .serviceBox:nth-child(2) {
    background-color: #65968d;
}
.services.b2b .serviceBox:nth-child(3) {
    background-color: #94c1b9;
}
.services.b2b .serviceBox:nth-child(4) {
    background-color: #70908a;
}
.services.b2b .serviceBox:nth-child(5) {
    background-color: #98b9b3;
}
.services.b2b .serviceBox:nth-child(6) {
    background-color: #496b65;
}

.services .nano {
    height: 70vh;
    overflow: hidden;
    width: 66%;
}

.services .toplayer h2 {
    margin-top: 15px;
}

.services .toplayer .nav {
    color: #eee;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    margin-top: calc(25vh);
}
.services .toplayer .nav i {
    font-size: 100px;
    font-weight: lighter;
    line-height: 100px;
}

.services .toplayer .nav span {
    font-size: 13px;
    font-weight: lighter;
    line-height: 16px;
    display: block;
    text-align: center;
}

.services .toplayer .nav:hover {
    color: #999;
}

.services .toplayer .nano-content ul li {
    padding: 10px;
    margin: 10px;
    font-size: 16px;
    font-weight: 300;
}

.services.b2c .serviceBox {
    padding: 30px;
    background-color: #7b96d4;
    color: #fff;
    margin: 6px;
    height: 430px;
    width: 24%;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.services.b2c .serviceBox:hover {
    opacity:0.9;
}

.services.b2c .serviceBox h5 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}

.services.b2c .serviceBox p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    /*text-transform: uppercase;*/
    color: #fff;
}

.services.b2c .serviceBox a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 52px);
    margin-bottom: 30px;
    font-size: 14px;
}

.services.b2c .serviceBox:nth-child(2) {
    background-color: #7b96d4;
}
.services.b2c .serviceBox:nth-child(3) {
    background-color: #89a3e0;
}
.services.b2c .serviceBox:nth-child(4) {
    background-color: #6c86c3;
}
.services.b2c .serviceBox:nth-child(5) {
    background-color: #8aa3de;
}
.services.b2c .serviceBox:nth-child(6) {
    background-color: #9eb5ec;
}
.services.b2c .serviceBox:nth-child(7) {
    background-color: #7a90c3;
}
.services.b2c .serviceBox:nth-child(8) {
    background-color: #8da2d2;
}

@media (max-width: 360px) {
    .services .banner_list {
        margin: 0;
    }

    .services.b2b .serviceBox {
        padding: 30px;
        height: auto;
        width: auto;
    }

    .services.b2b .serviceBox a {
        left: auto;
        position: relative;
    }

    .services.b2c .serviceBox {
        padding: 30px;
        height: auto;
        width: auto;
    }

    .services.b2c .serviceBox a {
        left: auto;
        position: relative;
    }

    .toplayer.b2b .container .row .nav {
        display: none;
    }

    .toplayer.b2c .container .row .nav {
        display: none;
    }

    .toplayer.b2b h2, .toplayer.b2c h2 {
        display: inline;
    }

    .services .nano {
        width: auto;
    }
    .toplayer.b2b .container .row .nano, .toplayer.b2c .container .row .nano {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .services .nano {
        height: auto !important;
        overflow: auto !important;
        width: 100%;
    }
}

/*------------------- online -----------------------------*/

.online .container .row article .points {
    margin-bottom: 50px;
}

.online .container .row article .points .bullets {
    font-size: 13px;
    padding: 50px;
    color: #ffffff;
}

.online .container .row article .points .bullets h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
}
.online .container .row article .points .bullets div:first-child {
    display: inline-block;
    float: left;
    padding: 10px 50px 20px 0;
    width: 100px;
    text-align: center;
}
.online .container .row article .points .bullets div:nth-child(2) {
    display: table;
    float: left;
    padding: 0;
    width: 330px;
}

.online h4 {
    font-weight: 300;
    font-size: 24px;
}


.online .container .row article .points .bullets.first {
    background-color: #A2C9C2;
}
.online .container .row article .points .bullets.second {
    background-color: #86AEA7;
}
.online .container .row article .points .bullets.third {
    background-color: #779b94;
}

.online .container .row article .points .bullets div.more {
    display: none;
    margin-top: 20px;
    border-left: 2px solid rgba(255,255,255,0.5);
    padding: 10px 0 10px 20px;
}
.online .container .row article .points .bullets a.more {
    display: block;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
    margin-top: 5px;
}
.online .container .row article .points .bullets a:hover {
    text-decoration: none;
}

.online input[type='text'] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cccbcc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    float: left;
    font: 13px/16px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 41px;
    margin: 0;
    outline: medium none;
    padding: 10px 15px;
    resize: none;
    width: 100%;
}

.online input[type='file'] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 solid #cccbcc;
    color: #333;
    float: right;
    font: 13px/12px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 41px;
    margin: -31px 0 0;
    outline: medium none;
    padding: 0;
    resize: none;
    text-align: right;
}

.online input[type='text']:disabled, select:disabled {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0 !important;
    border: 1px solid #cccbcc !important;
    color: #ccc !important;
}

.online select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cccbcc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    float: left;
    font: 13px/16px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 41px;
    margin: 0;
    outline: medium none;
    padding: 10px 15px;
    resize: none;
    width: 100%;
}

.online textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cccbcc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    float: left;
    font: 13px/16px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 250px;
    margin: 0;
    outline: medium none;
    padding: 10px 15px;
    resize: none;
    width: 100%;
}

.online textarea:placeholder {
    color: #9d9d9d;
}

.online textarea.error, .online select.error, .online input.error {
    border: 1px solid #DD3581;
}

.online label.error {
    color: #DD3581;
}

.online #rules-error {
    width: 200px;
    margin-top: 20px;
}

.online label {
    font: 13px/16px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
}

.online .container .row article div form .row {
    margin: 15px 0;
}

.online button {
    background-color: #A2C9C2;
    font-size: 13px;
    padding: 15px 40px;
    border: 0 solid transparent;
    float: right;
}

.online p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 12px;
}

.online form li {
    font-size: 13px;
    color: #333;
}

.online #after-send {
    display: none;
}