.sitepath {
    clear: both;
    margin: 0 auto;
    width: 1000px;
    color: #363636;
}

    .sitepath h4 {
        /*float: left;*/
        margin: 0;
        padding: 0;
        white-space: normal;
        font-weight: normal;
    }

        .sitepath h4 a {
            color: #363636;
            /*float: left;*/
            display: inline-block;
            padding: 5px 0;
        }

            .sitepath h4 a.first {
            }

            .sitepath h4 a.sub {
                /*color: #FFF;*/
            }

        .sitepath h4 span {
            display: inline-block;
            /*float: left;*/
            padding: 5px 0;
        }

            .sitepath h4 span.sep {
                width: 20px;
                /*height: 16px;*/
                background: url(images/sitepath-arrow.png) no-repeat center center;
            }

            .sitepath h4 span.active {
                color: #ed1c24;
                font-weight: normal;
            }

.sitepath-i {
    clear: both;
    padding: 10px 0;
}

@media (min-width:320px) {
    .sitepath {
        width: auto;
    }

    .sitepath-i {
        padding: 10px 10px;
    }

    .sitepath h4 a.first {
        /*display: none;*/
        /*width: 20px;
        height: 16px;
        background: url(images/sitepath-home.png) no-repeat center center;*/
    }
}

@media (min-width:981px) {
    .sitepath {
        width: 1000px;
    }

    .sitepath-i {
        padding: 10px 0;
    }

    .sitepath h4 a.first {
        /*display: inline-block;*/
        /*display: block;*/
        /*width: auto;
        height: auto;
        background: none;*/
    }
}
