#r_container {
    width: 988px;
    display: block;
    margin: auto;
    margin-top: 6px;
    text-align: left;
}
#r_header {
    display: block;
    position: relative;
    background-color: #fff;
    
}
#r_content {
    display: table;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}
.r_rail {
    display: table-cell;
    width: 187px;
    vertical-align: top;
}
.r_middle {
    display: table-cell;
    width: 612px;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}
.r_contentmiddle {
    display: inline-block;
    width: 100%;
    background-color: #fff;
}
.r_mcontent {
    width: 801px;
    padding: 15px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #d9d9d9;
    vertical-align: top;
}
#ped_carousel {
    width: auto;
}
.bcbar {
    clear: both;
}
.r_rail {
    background-color: #f2f2f2;
}
.mobile-show {
    display: none;
}
.rangefilter {
    box-sizing: border-box;
    height: 35px;
    padding: 4px 2px;
    width: 27%;
    font-size: 14px;
}
.rangefilter::-webkit-input-placeholder {
    font-style: italic;
}
.rangefilter:-moz-placeholder {
    font-style: italic;
}
.rangefilter::-moz-placeholder {
    font-style: italic;
}
.rangefilter:-ms-input-placeholder {
    font-style: italic;
}

.headingColor {
    color: #de7c3b;
}
.headingColor:hover {
    text-decoration: underline;
}
.BackColor {
    background-color: #de7c3b;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="submit"] {
    -webkit-appearance: none;
}
@media only screen and (max-width: 1012px) {
    .tc {
        width: auto;
    }
    .r_middle {
        border: none;
        width: 78%;
    }
    .r_mcontent {
        width: 673px;
    }
}
@media only screen and (max-width: 880px) {
    .tc {
        font-size: 11px;
    }
    .r_mcontent {
        width: 581px;
        padding: 15px 6px;
    }
}
@media only screen and (max-width: 736px) {
    .r_mcontent {
        width: 100%;
        display: block;
        border: none;
    }
    .r_middle {
        width: 100%;
    }
    .r_rail {
        display: none;
    }
    #footer_specials {
        display: none;
    }
    .mobile-remove {
        display: none;
    }
    .mobile-show {
        display: block;
    }
}
@media only screen and (max-width: 568px) {}
@media only screen and (max-width: 480px) {}