@font-face {
    font-family:bsh_icon;
    src:url(../fonts/bsh_icon_eot.eot);
    src:url(../fonts/bsh_icon_eot.eot#iefix) format("embedded-opentype"),url(../fonts/bsh_icon_woff2.woff2) format("woff2"),url(../fonts/bsh_icon_ttf.ttf) format("truetype"),url(../fonts/bsh_icon_woff.woff) format("woff");
    font-weight:400;
    font-style:normal
}
@font-face {
    font-family:BSH-bold;
    src:url(../fonts/3200AF_2_0_eot.eot);
    src:url(../fonts/3200AF_2_0_eot.eot?#iefix) format("embedded-opentype"),url(../fonts/3200AF_2_0_woff2.woff2) format("woff2"),url( ../fonts/3200AF_2_0_woff.woff) format("woff"),url(../fonts/3200AF_2_0_ttf.ttf) format("truetype");
    font-weight:700
}

/* Main Core */

.container{
    max-width: 1366px;
    margin: auto;
}

input{
    padding: 10px;
    width: 96% !important;
    border: 2px solid #c6c6c6;
    font-family: 'Fira Sans', sans-serif;
    margin-top: 8px;
    margin-bottom: 8px;
    transition: .5s all;
    transition-timing-function: ease;
}

/* Menu */

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

.menu li{
    display: inline-block;
    padding: 14px;
}

.menu li a{
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Fira Sans', sans-serif;
    transition: .5s all;
    transition-timing-function: ease;
}

.menu li a:hover{
    color: #FF6840;
}

.menu li:nth-child(1):after , .menu li:nth-child(2):after{
    content: "";
    background-image: url(../img/przerywnik.png);
    width: auto;
    height: auto;
    padding: 5px;
    margin-left: 10px;
    margin-right: -5px;
}

/* Slide */

.slide{
    text-align: center;
}

.slided {
    position: absolute !important;
    right: 3%;
    width: 31%;
    transform: rotate(17deg);
    height: 100%;
    padding: 15% 0 15% 0;
    top: -10%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FF6840;
}

.text{
    position: absolute;
    right: 40px;
    transform: rotate(-17deg);
}

.text h2{
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 3vw;
    text-align: left;
    line-height: 3vw;
    letter-spacing: 1px;
}

.text p{
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 2vw;
    line-height: 2vw;
    text-align: left;
    margin-top: 15px;
}

#logoBSH{
    position: absolute;
    top: 50px;
    right: 60px;
    transform: rotate(-17deg);
    width: 15vw;
}

/* Main Content */

main .container{
    padding: 2rem;
    position: relative;
    text-align: center;
}

main h2{
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1rem;
    color: #000;
    text-align: left;
}

main .count{
    font-family: 'Fira Sans', sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #c6c6c6;
}

main .inputs{
    max-width: 500px;
    margin: auto;
    text-align: left;
    position: relative;
}

main .inputs .input{
    font-family: 'Fira Sans', sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #c6c6c6;
    position: relative;
}

main .inputs .input:after{
    content: " ";
    background-image: url(../img/shape.png);
    padding: 5px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
}

input[name="search"]:after{
    content: " ";
    background-image: url(../img/lupa.png);
    padding: 5px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
}

#lupa{
    position: absolute;
    top: 15px;
    right: -10px;
}

/* Table */

table{
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #a1b4aa;
    vertical-align: middle;
}

tr{
    position: relative;
    border-bottom: 1px solid #a1b4aa;
}

td{
    color: #000;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    padding: 10px;
    border-right: 1px solid #a1b4aa; 
    line-height: 20px;
}

th{
    background-color: #FF6840;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    border-right: 1px solid #a1b4aa;
}

th:nth-child(5) , td:nth-child(5){
    border-right: none;
}

tr:last-child , tr:first-child{
    border-bottom: none;
}

td:nth-child(2){
    text-align: left;
}

td a {
    color: #005ca2;
    transition: .5s all;
    transition-timing-function: ease;

}

td a:hover{
    color: #FF6840;
}

/* Footer */

footer{
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .container{
    text-align: right;
}

.menuFooter li{
    display: inline-block;
}

.menuFooter li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    font-family: 'Fira Sans', sans-serif;
    transition: .5s all;
    transition-timing-function: ease;
}

.menuFooter li a:hover{
    color: #FF6840;
}

.menuFooter li:nth-child(1):after{
    content: "|";
    width: auto;
    height: auto;
    padding: 5px;
}

/* E-RECRUITER */

.skk_container{
    max-width: 100% !important;
    margin: auto;
    text-align: center;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 14px !important;
}

.skk_filters{
    width: 100% !important;
    margin: auto;
    text-align: left;
    position: relative;
    max-width: 500px;
}

.skk_filters p{
    max-width: 500px !important;
}

input {

    padding: 10px;
    width: -moz-available !important;
    border: 2px solid #c6c6c6 !important;
    font-family: 'Fira Sans', sans-serif !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    transition: .5s all;
    transition-timing-function: ease;
    transition-timing-function: ease;
    height: auto !Important;

}

.skk_filters .skk_filters_btn_search{
    font-family: 'Fira Sans', sans-serif !important;
    border: none !important;
    width: 135px !Important;
    float: right;
    text-align: left;
}

.skk_filters_btn_search:hover{
    background-color: #51a376 !important;
}

label{
    font-family: 'Fira Sans', sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #c6c6c6;
    position: relative;
    padding: 0 !important;
}

.skk_offers table{
    margin-top: 2rem !important;
    max-width: 100% !important;
}

tr td:nth-child(2) , tr td:nth-child(3) , tr td:nth-child(4){
    text-align: center;
}

tr td:nth-child(1){
    color: black !important;
    text-transform: none !important;
}

.skk_filters p select{
    width: 100% !Important;
    height: auto !Important;
    margin-top: 10px !Important;
}

.skk_filters p select option{
    font-family: 'Fira Sans', sans-serif !important;
}

input:focus, textarea:focus, select:focus {
    box-shadow: 0 0 5px #FF6840 !Important;
    border: 1px solid #FF6840 !Important;
}

input, textarea, select{
    outline: none !Important;
}

/* Kształcenie zawodowe */

.col-6{
    width: 60%;
    display: inline-block;
}

.col-2{
    width: 30%;
    display: inline-block;
    float: right;
}

.ksztalcenie p{
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    line-height: 20px;
    text-align: justify;
    text-justify: inter-word;
}

.ksztalcenie ul{
    text-align: left;
    padding-left: 2em;
    list-style: initial;
}

.ksztalcenie ul li{
    padding-bottom: 10px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
}

.ksztalcenie ul li:last-child{
    padding-bottom: 0;
}

.ksztalcenie p:last-child{
    padding-top: 0;
}

.zalaczniki a{
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
    color: black;
    text-align: left;
    display: block;
    padding-left: 5px;
    padding-bottom: 10px;
    transition: .2s all;
    transition-timing-function: ease;
}

.zalaczniki a:hover{
    color: #FF6840;
}

.zalaczniki a:before{
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";  
    margin-right: 10px;
    padding-bottom: 10px;
    font-size: 22px;
}

.zalaczniki h2 , .ksztalcenie h2{
    margin-bottom: 20px;
    line-height: 40px;
}

.zalaczniki a:last-child{
    padding-bottom: 0;
}

.zalaczniki a span{
    padding-left: 25px;
}

.ksztalcenie h3{
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    line-height: 46px;
    color: #FF6840;
}

.ksztalcenie b{
    font-weight: 600;
}

.ksztalcenie i{
    font-style: italic;
}

.ksztalcenie a{
    color: #FF6840;
    transition: .2s all;
    transition-timing-function: ease;
    text-decoration: none;
}

.ksztalcenie a:hover{
    color: black;
}

.ksztalcenie ul{
    padding-bottom: 10px;
}

.ksztalcenie .kontakt{
    display: block;
    text-align: left;
    padding-bottom: 10px;
    font-family: 'Fira Sans', sans-serif;
}

.menu li .active{
    border-bottom: 1px solid #FF6840;
    padding: 5px;
}

/* BSH */



header{
    display: block;
}
*, ::after, ::before {
    box-sizing: border-box;
}
header-navigation-spacer {
    height: 70px;
}
.header-navigation-container.sticky, .state_mobile-navigation-open .header-navigation-container {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
}
.header-navigation-container {
    position: relative;
    height: 70px;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 1px rgba(0,0,0,.1);
    transform: translateZ(0);
}
.header-navigation-container .container-fluid {
    padding: 0;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1460px;
}
.container-fluid::after, .container-fluid::before {
    content: " ";
    display: table;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 21px;
    border: 1px solid transparent;
}
.navbar {
    border-radius: 0;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.header-navigation {
    position: relative;
    height: 100%;
    background: #fff;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.navbar::after, .navbar::before {
    content: " ";
    display: table;
}
.navbar-header {
    float: left;
}
.header-navigation .navbar-header {
    height: 100%;
    position: relative;
    z-index: 1;
}
.navbar-header::after, .navbar-header::before {
    content: " ";
    display: table;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggle {
    display: none;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.header-navigation .navbar-toggle {
    display: none;
    position: relative;
    border: 0;
    background: transparent !important;
    margin: 0;
    border-radius: 0;
    height: 70px;
    padding: 2px 15px 0 10px;
    font-family: BSH-bold,Arial,sans-serif;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.header-navigation .navbar-toggle .burger-icon {
    position: relative;
}
.navbar-brand {
    float: left;
    padding: 14.5px 5px;
    font-size: 19px;
    line-height: 21px;
    height: 50px;
}
.navbar-default .navbar-brand {
    color: #777;
}
.header-navigation .navbar-brand {
    margin-left: 15px;
    margin-right: 10px;
    display: inline-block;
    height: 70px;
    padding: 0;
    overflow: hidden;
}
.navbar-header::after {
    clear: both;
}
.header-navigation .navbar-container {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}
.header-navigation .navbar-container {
    padding-left: 65px;
}
.header-navigation .navbar-main-container {
    text-align: center;
    margin-top: 0;
    background: none;
    height: 70px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.header-navigation .navbar-main {
    display: inline-block;
    float: none;
    margin: 0;
}
.nav::after, .nav::before {
    content: " ";
    display: table;
}
.nav > li, .nav > li > a {
    position: relative;
    display: block;
}
.navbar-nav > li {
    float: left;
}
.header-navigation .dropdown.slidein {
    position: static;
}
[role="button"] {
    cursor: pointer;
}
.header-navigation .navbar-main > li > a {
    position: relative;
    display: block;
    padding: 0 12px;
    color: #000 !important;
    font-family: "Fira sans", sans-serif;
    text-transform:uppercase;
    z-index:1;
    transition: .5s all;
}
.header-navigation .navbar-main > li > a {
    line-height: 70px;
    max-height: 70px;
    background: none;
}
.slide1::after {
    position: absolute;
    z-index: -2;
    right: -1px;
    width: 1px;
    top: 50%;
    height: 30px;
    margin-top: -16px;
    background: #999;
    content: "";
    transform: rotate(20deg);
}
.navbar-right {
    float: right !important;
    margin-right: -5px;
}
.header-navigation .navbar-search {
    margin: 0;
    margin-right: 0px;
}
.header-navigation .navbar-search {
    margin-right: 8px;
}
.navbar-nav > li {
    float: left;
}
.header-navigation .dropdown.slidein {
    position: static;
}
.header-navigation .navbar-search > li > a {
    padding: 0 15px;
    color: #666;
}
.header-navigation .navbar-search > li > a, .header-navigation .navbar-search li > a i {
    max-height: 70px;
    line-height: 70px;
}
[class*=" icon-"], [class^="icon-"] {
    font-size: 32px;
}
.icon-function, i[class*=" icon-"], i[class^="icon-"], label.form-checkbox input:checked + span i, label.form-radio input:checked + span i {
    font-family: bsh_icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header-navigation .navbar-search > li > a, .header-navigation .navbar-search li > a i {
    max-height: 70px;
    line-height: 70px;
}
.navbar-header {
    float: left;
}
.header-navigation .navbar-header {
    height: 100%;
    position: relative;
    z-index: 1;
}
.navbar-header::after, .navbar-header::before {
    content: " ";
    display: table;
}
a {
    background-color: transparent;
}
a {
    color: inherit;
    text-decoration: none;
}
.navbar-brand {
    float: left;
    padding: 14.5px 5px;
    font-size: 19px;
    line-height: 21px;
    height: 50px;
}
.navbar-default .navbar-brand {
    color: #777;
}
.header-navigation .navbar-brand i {
    font-size: 46px;
    color: #000;
    line-height: 70px;
}
.icon-logo_bsh::before {
    content: "\E90B";
    
}

.header-navigation .navbar-main > li > a::before {
    position: absolute;
    z-index: -1;
    left: -1px;
    right: -1px;
    top: 0;
    bottom: 0;
    content: "";
    display: none;
}

.header-navigation .navbar-main > li > a::before {
    transform: skewX(-20deg);
}

.header-navigation .navbar-main > li > a:hover::before {

    transform: skewX(-20deg);
    display: block;
    background: #FF6840 !important;

}

.header-navigation .navbar-main > li > a:hover span{
    color: white !Important;
}

.header-navigation .navbar-toggle .burger-icon {
    position: relative;
}
.header-navigation .navbar-toggle .burger-icon i.caret {
    font-size: 9px;
    vertical-align: middle;
}
.icon-function, i[class*=" icon-"], i[class^="icon-"], label.form-checkbox input:checked + span i, label.form-radio input:checked + span i {
    font-family: !bsh_icon important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.caret {
    border: 0 !important;
    font-size: 9px;
    width: auto !important;
    height: auto !important;
    margin-left: 4px !important;
}
.icon-arrow_down::before {
    content: "\e900";
}
.header-navigation .navbar-toggle i.close-btn {
    margin-top: -4px;
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
}
.header-navigation .navbar-toggle[aria-expanded="false"] .close-btn, .header-navigation .navbar-toggle[aria-expanded="true"] .burger-icon {
    display: none;
}



/* Responsive */

@media only screen and (max-width: 1151px) {
    .col-6 {
        width: 100%;
        display: inline-block;
    }
    .col-2 {
        width: 100%;
        display: inline-block;
        float: right;
    }

}

@media only screen and (max-width: 701px){
    .slide{
        overflow: initial;
    }

    .slided{
        width: 100%;

        height: auto;

        padding: 15px;

        transform: none;

        bottom: -26%;

        left: 0;

        right: 0;

        top: auto;

        flex-direction: row;

        justify-content: baseline;
    }

    #logoBSH{
        transform: none;

        top: 10px;

        left: 0;

        right: -1px;

        position: relative;

        height: 5vw;

        width: auto;

        bottom: auto;

        display: inline-block;
    }

    .text{
        position: relative;

        transform: none;

        display: inline-block;

        left: 40px;
    }

    .text h2{
        display: inline-block;

        padding-top: 0px;
        font-size: 4vw;
        line-height: 4vw;
    }

    .text p{
        display: inline-block;

        padding-left: 50px;

        margin-top: 0; 
        font-size: 3vw;
        line-height: 3vw;
    }

    main .container {
        padding: 1rem;
        position: relative;
        text-align: center;
    }
    main h2{
        padding-bottom: 20px;
    }
    .skk_filters p input{
        width: 100%;
        max-width: 280px;
    }

}

@media only screen and (max-width: 599px){
    .header-navigation .navbar-brand i{
        font-size: 34px;
    }
    .header-navigation .navbar-main{
        float: right;
    }
}

@media only screen and (max-width: 499px){
    .header-navigation .navbar-container{
        position: relative;
    }
    .header-navigation .navbar-main > li > a{
        line-height: 55px;
    }
    .header-navigation .navbar-brand , .header-navigation-container{
        height: 40px;
    }
    .header-navigation .navbar-brand i{
        line-height: 50px;
    }
    .header-navigation .navbar-search > li > a, .header-navigation .navbar-search li > a i {
        max-height: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 399px){
    .header-navigation .navbar-container {

        padding-left: 0;
        margin: auto;
        text-align: center;

    }
}

@media only screen and (max-width: 531px){
    .menu li{
        display: inline-block;
        padding: 5px;
    }
    .menu li:nth-child(1):after , .menu li:nth-child(2):after{
        background-image: none;
    }
    .menu li a{
        font-size: .8rem;
    }
    main h2{
        font-size: 1.25rem;
    }
    #logoBSH{
        display: none;
    }

    .text{
        left: 2vw; 
    }

    .text h2{
        line-height: 4.6vw;
    }

    .text p{
        padding-left: 10vw;
        font-size: 4vw;
        line-height: 4.2vw;
    }
    .container .menu {
        text-align: center;
    }

    ul.menuFooter{
        text-align: center;
    }
    .ksztalcenie h3{
        line-height: 30px;
    }

}

@media only screen and (max-width: 355px){
    .menu li a{
        line-height: 30px;
    }
}
