
/*
section 5-STEPS
*/
#five-steps {
    background-image: url("../img/5-steps-bg.png");
    padding-bottom: 40px;
}

.steps-tabs {
    border-bottom: none;
}

.steps-tabs {
    border-right: 1px solid #ddd;
}

.steps-tabs > li {
    float: none;
    margin-right: -11px;
    margin-top: -1px;
    font-size: 20px;
}

.steps-tabs > li.active > a,
.steps-tabs > li.active > a:hover,
.steps-tabs > li.active > a:focus {
    color: #2669a3;
    border-bottom-color: #ddd;
    border-right-color: transparent;
    font-weight: bold;
}

.steps-tabs > li > a:hover {
    background-color: transparent;
    border-color: transparent;
}

.steps-tabs > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    padding: 15px 15px;
}

#five-steps .tab-content {
    height: 100%;
    background-color: #fff;
}

.steps-boxes {
    padding: 0;
}

.steps-boxes ul {
    background-color: #ebebeb;
    margin: 0 10px 0 0;
}

#register,#buy,#declared,#invoiced,#tracking {
    padding: 40px;
}


#five-steps .visible-xs-block{
    margin: 20px;
}


@media only screen and (max-width: 479px) {
    #five-steps {
        background-image: url("../img/5-steps-bg.png");
        padding-bottom: 0;
    }

}

@media only screen and (min-width: 480px) and  (max-width: 767px) {
    #five-steps {
        background-image: url("../img/5-steps-bg.png");
    }

}






/*
section 5-STEPS
*/
