.service-portal .service-ctas .image {
    background-image: url(../Images/service-ctas.png);
    margin: 3px;
    display: block;
    height:  120px;
    border-radius: 4px;
}

.service-portal .service-ctas .more {
    line-height: 25px;
    font-size: 11px;
    padding: 0 10px;
    text-align: right;
    float: right;
    background: #333;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    margin: 3px;
    text-transform: uppercase;
}

.service-portal .service-ctas .more:before {
    content: "» ";
    color: #bbb;
    font-size: 16px;
}

.service-portal .tech .image {
    background-position: 0 -120px;
}

.service-portal .parts .image {
    background-position: 0 -240px;
}

.service-portal .services .image {
    background-position: 0 -360px;
}


.service-portal .column {
    background: #eee;
    height: 474px;
    border-radius: 5px;
    color: #333;
    width: 100%;
    position:relative;
    overflow: hidden;
    display:block
;
    border: 1px solid #ddd;
}

.service-portal .service-ctas .column {
    height: auto;
}

.service-portal .middle {
    background: url("../images/service-image.jpg") center 0 no-repeat;
}

.service-portal .column > .heading {
    color: #FFFFFF;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font: 16px/40px Verdana, Geneva, sans-serif;
    border-radius: 3px;
    box-shadow: 0 1px 1px white, inset 0 3px 20px rgba(0, 0, 0, .3);
    margin: 2px;
    background-color: #b20000; /*color3*/
}

.service-portal a:hover > .heading {
    background-color: #333;
    /*color4*/
}

.service-portal td:first-child {
    padding-right: 5px;
    font-size: 10px;
    text-transform: uppercase;
    text-align:right;
}

.service-portal .list {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ddd;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.service-portal .list a {
    padding: 0 0 0 10px;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    text-decoration: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    display: block;
}

.service-portal .list a:hover {
    background-color: #fafafa;
}

.service-portal .list a:before {
    content: "» ";
    color: #999;
    position: relative;
    top: -1px;
}

.service-portal .column .info {
    padding: 0 10px;
}
