.job-intro-text h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 300;
    text-align: center;
    margin-top: 80px;
}

.jobalert-img {
    background: url(/image/jobalert/jobalert.jpg) no-repeat right top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 350px;
}

.job-bar {
    background: #0071BC;
}

.job-title {
    margin-top: 50px;
    color: #333;
}

.job-border {
    border-bottom: 4px solid #0071BC;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.btn-job {
    background: #0071BC;
    color: #fff;
    text-transform: uppercase;
}

.btn-job:hover,
.btn-job:active {
    color: #fafafa !important;
    background: #004e81;
}


/*
.box-job {
    padding: 20px 10px 30px 10px;
    color: #333;
    border-radius: 4px;
}
*/

.box-job h3 {
    color: #333;
}

.box-job {
    border: 1px solid #ccc;
    padding: 30px 0 40px 0;
    margin: 20px 0 20px 0;
    color: #333;
    border-radius: 4px;
    background: #fafafa;
}

.box-num {
    border: 1px solid #ccc;
    padding: 35px 0 20px 0;
    margin: 20px 0 20px 0;
    color: #fff;
    border-radius: 4px;
    background: rgba(0, 113, 188, 0.2);
    text-shadow: 2px 2px rgba(51, 51, 51, 0.5);
}

.box-num .job-num {
    font-size: 6rem;
    font-weight: 700;
}

#termini-jobalert p {
    font-weight: 300;
    text-align: justify;
}


/*COME FUNZIONA---------------------------*/

.hr-xsmall {
    margin-top: 0;
    margin-bottom: 0;
}

#come-funziona {
/*    background: rgba(250, 250, 250, 0.8);*/
    /*    border-top: 1px solid #ccc;*/
    /*    border-bottom: 1px solid #ccc;*/
}

#come-funziona h2 {
    color: #848484;
/*    margin-top: 50px;*/
}

.come-funziona-box {
    border: 1px solid #ccc;
    background: rgba(250, 250, 250, 0.3);
    padding: 5px 15px;
    border-radius: 4px;
    margin-top: 50px;
}

.wizard {
    margin: 20px auto;
    /*    background: #fff;*/
}

/*
.wizard-num {
    color: #666;
    left: 14px;
    position: relative;
    bottom: -5px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
*/

.wizard-num {
    color: #0071BC;
    /* left: 14px; */
    position: relative;
    /* bottom: -5px; */
/*    font-size: 6rem;*/
    font-weight: 700;
    text-align: center;
}

.wizard .fa {
    font-size: 6rem;
    color: #0071BC;
}

active.wizard-num {
    color: #fefefe;
}

section .wizard {
    margin-bottom: -100px;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 50px;
    /*        border-bottom-color: #e0e0e0;*/
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 3px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 3px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 4rem;
    top: 0px;
    box-shadow: 0px 0px 20px 1px rgba(51, 51, 51, 0.20);
}


/*
span.round-tab i{
    color:#0071BC;
}
*/

span.round-tab .wizard-num {
    color: #0071BC;
    font-size: 4rem !important;
}

.wizard li.active span.round-tab .wizard-num {
    color: #fff;
}

.wizard li.active span.round-tab {
    background: #0071BC;
    border: 2px solid #0071BC;
    box-shadow: 0px 0px 15px 3px rgba(0, 113, 188, 0.3);
}


/*
.wizard li.active span.round-tab i{
    color: #fff;
}
*/

span.round-tab:hover {
    color: #333;
    border: 3px solid #0071BC;
}

.wizard .nav-tabs>li {
    width: 19.3%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #0071BC;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 38%;
    opacity: 1;
    margin: -3px auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #0071BC;
}

.wizard .nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
    color: #0071BC;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: transparent;
}

@media( max-width: 585px) {
    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 50px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .wizard .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 48%;
        bottom: -20px;
    }
    .wizard-num {
        color: #666;
        position: relative;
        bottom: -20px;
        font-size: 5.4rem;
        font-weight: 700;
        text-align: center;
        top: 0;
    }
}


@media (max-width: 478px) {
    .job-intro-text h1 {
        font-size: 2.3rem;
    }
}
