/*=========SEAREMPLOYE=============*/
#carrer .navbar{
    background: #323946b3!important;
}
#searchEmploye {
    padding: 100px 0 0 0;
    min-height: 516px;
    background: url("Images/teamBg.jpg") no-repeat center top;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px #6b6b6bb5;
}
#searchEmploye h2{
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    padding: 0 0 30px 0;
}
#searchEmploye p{
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.gotoEmployeButton{
    padding-top: 50px;
}
.gotoEmployeButton a {
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
    background: #44bef1;
    text-transform: uppercase;
}
.gotoEmployeButton a:hover{
    color: white;
    background: #4bbae7;
    text-decoration: none;
}

.jobOfferBody{
    width: 720px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#jobOffer {
    margin-top: 150px;
}
.jobOfferHeader{
    text-align: center;
}
.jobOfferHeader h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
}
.jobOfferHeader p {
    width: 720px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.jobOfferHeader ul{
    display: flex;
    justify-content: center;
}
.jobOfferHeader ul li {
    padding-left: calc(6px + .5rem);
    position: relative;
    list-style: none;
    position: relative;
}
.offerJobInfo{
    margin-bottom: 40px;
}
.jobOfferBody h2 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: normal;
    color: #323946;
}
.jobOfferBody p{
    margin-bottom: 25px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
}
.jobOfferBody ul li {
    margin-bottom: 5px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin-left: 25px;
}
.jobOfferBody ul li::marker {
    color: #44bef1;
    font-size: 20px;
}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    position: absolute;
    left: 100%;
    padding: 4px 4px 4px 4px;
    color: #222;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background: #aa53d8;
    color: white;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    font-weight: 600;
}
[data-title] {
    position: relative;
}
.searchEmployee [data-title]:after{
    left: -130px;
}
.benefit [data-title]:after{
    white-space: pre-wrap;
    width: 250px;
}

.jobOfferBody dt{
    color: #657086;
    font-size: .875rem;
    font-weight: inherit;
}
.jobOfferBody dd{
    margin-bottom: 25px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
}
.jobOfferBody i {
    color: #f3f8fb;
    background: #61bb46;
    width: 35px;
    display: inline-flex;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-wrap: wrap;
    padding: 8px;
}
#scrollBottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottomContact {
    position: relative;
    top: auto;
    bottom: 0;
    width: 100%;
    background: #f3f8fb;
    padding: 20px;
    border-top: 1px solid #c3c3c363;
    border-bottom: 1px solid #c3c3c363;
}
.bottomContact a{
    color: #44bef1;
    font-weight: 600;
}
.bottomContact a:hover{
    color: #44bef1cc;
    text-decoration: none;
}
.bottomContactButton{
    padding: 0px 50px 0px 50px;
}
.bottomContactButton a {
    display: block;
    background: #44bef1;
    width: 290px;
    color: white;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 25px;
    text-align: center;
}
.bottomContactButton a:hover{
    color: white;
    text-decoration: none;
    background: #44bef1cc;
}
#nextJobOffer {
    padding: 80px;
    margin-bottom: 160px;
}
#nextJobOffer h1{
    font-size: 1.6rem;
    color: #494b4d;
    text-align: center;
    margin-bottom: 15px;
}
.nextJobBox .row{
    align-items: center;
}
.nextJobBox{
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid #e1e4e6;
    padding: 15px;
    margin-bottom: 50px;
}
.nextJobBox h3{
    color: #494b4d;
}
.imgBox img{
    max-width: 100%;
    height: auto;
}
#nextJobOffer a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 1199px){
    .nextJobBox {
        text-align: center;
    }
}
@media  only screen and (max-width: 1024px) {
    .searchEmployee a {
        top: 25px;
        right: 5px;
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .nextJobBox {
        text-align: center;
    }
}
@media only screen and (max-width: 961px){
    #h-nabidkaPrace{
        display: block;
        color: #aa53d8!important;
        font-weight: 600;
    }
    .searchEmployee{
        display: none;
    }
    #scrollBottom {
        display: block;
        justify-content: center;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        position: static!important;
    }
    .bottomContactButton a {
        width: 270px;
        text-align: center;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    [data-title]:after {
        position: absolute;
        left: 0;
        white-space: pre-wrap;
    }
    .benefit [data-title]:after {
        left: -150px;
        width: 250px;
    }
    .jobOfferBody {
        width: 100%;
    }
    #jobOffer{
        padding: 10px;
    }
    .jobOfferHeader p {
        width: 100%;
    }
}


#karieraMain {
    padding: 50px;
    padding-bottom: 120px;
}
#karieraMain p{
    line-height: 24px;
    color: #666;
    font-size: 14px;
}
.carrerContact h1 {
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    color: #333333;
    font-size: 29px;
}
.carrerContact h2 {
    color: #44bef1;
    line-height: 20px;
    font-size: 22px;
    font-weight: bolder;
    padding-top: 15px;
}
.carrerContact a{
    color: #44bef1;
    text-decoration: none;
}
.carrerContact a:hover{
    color: #44bef1cc;
    text-decoration: none;
}
.carrerContact input {
    padding: 4px;
    border: 1px solid #d4d4d4;
    width: 100%;
    margin-top: 20px;
}
.carrerContact input:nth-of-type(3){
    width: 100%;
    margin-top: 25px;
}
.carrerContact textarea {
    width: 100%;
    height: 130px;
    margin-top: 25px;
    border: 1px solid #d4d4d4;
}
.carrerFormButton{
    margin-top: 25px;
}
.carrerFormButton a{
    color: #64c431;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #44bef1;
    padding: 10px 25px;
    border-radius: 5px;
}
.carrerFormButton button{
    border: none;
    background: #44bef1;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    color: white;
}
#flash2 h1{
    padding: 15px;
    border-radius: 5px;
}
/*=========SEAREMPLOYE=============*/
