.homeDiscountCont {
    border-style: solid;
    border-width: 0 0 1px 0;
}

.homeDiscountSliderCont {
    overflow: hidden;
    font-size: 0;
    position: relative;
}

.homeDiscountSlider {
    min-width: 200%;
    height: 42px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.homeDiscountRunLine {
    display: inline-block;
    min-width: 50%;
    padding: 0 10px;
    line-height: 42px;
    text-align: center;
}

.homeInfoParagraph {
    padding-top: 60px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.homeInfoParagraph.sub {
    padding-top: 35px;
}

.homeInfoParagraph.first {
    padding-top: 0;
    padding-bottom: 80px;
}

.homeInfoParagraph, .homeStepDescText, .homeStepImagedDescText, .homeInfoParagraphText {
    line-height: 20px;
}

.homeStepDescText, .homeStepImagedDescText {
    line-height: 20px;
    padding-top: 21px;
}

.homeStepsHeader {
    margin-top: 30px;
}

.homeSteps {
    margin-top: 20px;
    padding-top: 45px;
    border-width: 2px 0 0;
    border-style: solid;
}

.homeStep {
    background: url("../../images/nadgrobija/home_step_line.png") 27px 0 repeat-y;
}

.homeStepIndexTitleCont {
    min-height: 55px;
    position: relative;
}

.homeStepDescCont {
    position: relative;
    padding-bottom: 64px;
}

.homeStepIndexCont, .homeStepIndex, .homeStepIndexBg {
    width: 55px;
}

.homeStepTitleCont, .homeStepDescText {
    padding-left: 92px;
}

.homeStepImagedDescCont {
    padding: 23px 0 15px 55px;
    font-size: 0;
}

.homeStepImagedDescIconCont {
    width: 62%;
    margin-right: 2%;
    margin-bottom: -15px;
}

.homeStepImagedDescIconCont img {
    max-width: 100%;
}

.homeStepImagedDescText {
    width: 36%;
    padding: 33px 20px 25px 26px;
    word-break: break-word;
}

.homeStepIndexCont {
    position: absolute;
    top: 0;
    bottom: 0;
}

.homeStepTitleCont {
    height: 100%;
}

.homeStepIndex, .homeStepTitle {
    display: inline-block;
    vertical-align: middle;
}

.homeStepIndexBg {
    height: 50%;
    top: 0;
    position: absolute;
    display: none;
}

.homeStep.first .homeStepIndexBg.index,
.homeStep.last .homeStepIndexBg.index,
.homeStep.last .homeStepIndexBg.desc {
    display: block;
}

.homeStep.last .homeStepIndexBg {
    bottom: 0;
    top: auto;
}

.homeStep.last .homeStepIndexBg.desc {
    bottom: 0;
    height: auto;
    top: 0;
}

.homeStepIndex {
    height: 55px;
    line-height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
    border-radius: 50px;
    text-align: center;
}

.homeStepTitle {
    line-height: 24px;
}

.homeStep.first .homeStepTitle {
    max-width: 400px;
}

.homeProductList {
    padding-top: 35px;
    text-align: center;
    font-size: 0;
}

.homeProductListHeader {
    padding: 0 5.4% 40px;
    text-align: left;
}

.homeProductListItem {
    margin: 0 5.4% 60px;
    width: 22.5%;
    display: inline-block;
}

.homeProductListItem img {
    max-width: 100%;
    margin-top: 36px;
    cursor: pointer;
}

.homeProductListItem strong {
    margin: 8px 0 27px;
}

.homeProductListItem .homeProductListItemDetailsButton {
    margin-top: 13px;
    width: 100%;
    max-width: 149px;
}

.homeProductListMore {
    padding: 20px 0;
    text-align: center;
}

.homeAsk {
    margin-top: 69px;
    padding: 28px 10px 33px;
    border-width: 3px;
    border-style: solid;
    text-align: center;
}

.homeAskCall {
    margin-top: 22px;
}

.homeAsk .topHeaderPhoneIcon {
    margin-left: 17px;
}

.homeInfoParagraph ul {
    margin: 20px 0;
}

.homeInfoParagraph li {
    margin-left: 40px;
    line-height: normal;
}

.homeInfoParagraph img {
    float: left;
    margin: 1em 2% 0.4em 0;
    max-width: 98%;
}

.homeBottomOrderFormCont {
    padding: 36px 0 67px;
    font-size: 0;
}

.homeBottomOrderFormCont .homeNavOrderForm {
    padding-top: 28px;
    padding-bottom: 25px;
}

.homeBottomOrderFormCont .homeNavOrderFormElement {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    margin-top: 16px;
}

.homeBottomOrderFormCont .homeNavOrderFormElement.even {
    margin-right: 0;
}

/* --------Target - not desktops (common) --------- */

@media screen and (max-width:800px) {

    .homeFirstParagraphHeader, .homeProductListHeader {
        text-align: center;
    }

    .homeStepImagedDescText {
        padding-left: 1%;
        padding-right: 2.5%;
    }

    .homeProductList {
        padding-top: 25px;
    }

    .homeProductListHeader {
        padding-bottom: 60px;
    }

    .homeProductListItem {
        margin-left: 5%;
        margin-right: 5%;
        width: 40%;
        text-align: center;
    }

    .homeAsk {
        margin-top: 50px;
        border-width: 1px;
    }
}

/* --------Target landscape smartphones, portrait tablets, narrow desktops--------- */

@media screen and (min-width:480px) and (max-width:800px) {}

/* ------------------Target portrait smartphones--------------------------  */

@media screen and (max-width:479px) {

    .homeInfoParagraph, .homeInfoParagraphText, .homeStepDescText, .homeStepImagedDescText {
        line-height: 30px;
        font-size: 16px;
    }

    .homeStepDescText, .homeStepImagedDescText {
        padding-top: 50px;
    }

    .homeStep {
        background: 0;
    }

    .homeStepIndexCont, .homeStepIndex, .homeStepIndexBg {
        width: 30px;
    }

    .homeStepIndex {
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        border-radius: 27px;
    }

    .homeStepIndexBg {
        z-index: -1;
    }

    .homeStepTitleCont {
        padding-left: 40px;
    }

    .homeStepDescText {
        padding-left: 10px;
    }

    .homeStepImagedDescCont, .homeStepDescCont {
        padding-left: 0;
    }

    .homeStepImagedDescIconCont {
        width: 100%;
        margin: 20px 0 25px;
        text-align: center;
    }

    .homeStepImagedDescText {
        width: 100%;
        padding: 33px 20px 25px 26px;
        line-height: 24px;
    }

    .homeProductListItem {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}