
.ServiceCategory {
    margin: 0 0 10px;
}
.ServiceCategory .Title {
    position:relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #1f7ed0;
    font-size: 14px;
    padding: 7px 0px 7px 40px;
    background: #fff;
    background: -moz-linear-gradient(top,white 0%,#f2f2f2 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,white 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,white 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,white 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#f2f2f2 100%);
    border-color: #d9d9d9;
    border-width: 1px 1px 0 1px;
    border-style: solid;
}
.ServiceCategory .Title:hover {
    color:#4f4f4f;
}
.ServiceCategory .Title:before {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    content: "";
    position: absolute;
    top: 55%;
    left: 10px;
    margin-top: -9px;
    display: inline-block;
    font-family: fontawesome;
    font-size: 16px;
    line-height: 15px;
    padding: 0 0 1px;
    text-align: center;
    width: 18px;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
}
.ServiceCategory .Title:hover:before {
    left: 15px;
    border:none;
    background: #4f4f4f;
    background: -moz-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4f4f4f),color-stop(100%,#404040));
    background: -webkit-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -o-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -ms-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: linear-gradient(to bottom,#4f4f4f 0%,#404040 100%);
}
.ServiceCategory ul {
    border: 1px solid #d9d9d9;
    border-radius: 0 0 3px 3px;
    list-style: outside none none;
    margin: 0;
    padding: 5px;
}
.ServiceCategory ul li {
    position:relative;
    padding: 6px 0px 6px 22px;
}
.ServiceCategory ul li:before {
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #4f4f4f;
    content: "\f101";
    position: absolute;
    top: 31%;
    left: 0px;
    display: inline-block;
    font-family: fontawesome;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 1px;
    text-align: center;
    width: 18px;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
}
.ServiceCategory ul li:hover:before {
    left: 5px;
    border:none;
    color: #1f7ed0;
}
.ServiceCategory ul li a {
    color: #444444;
    font-size: 14px;
}
.ServiceCategory ul li a:hover, .ServiceCategory ul li a.item.active {
    color: #1f7ed0;
}
.ServiceCategory span.article-icon img {
    display:none;
}