ul.star-rating {
    list-style: none;
    padding: 0;
    font-size: 18px;
	display: table;
    margin: auto;
}

ul.star-rating li i {
    cursor: pointer;
}

ul.star-rating li {
	list-style: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-star-o:before {
    content: "\f006";
	color: gold;
}

.fa-star-o.before:before {
    content: "\f005";
}


.servicearea-list::-webkit-scrollbar{
width: 13px;
height: 13px;
}
.servicearea-list::-webkit-scrollbar-thumb{
background: #3E88D1;
border-radius: 0px;
}
.servicearea-list::-webkit-scrollbar-thumb:hover{
background: #B3AFB3;
}
.servicearea-list::-webkit-scrollbar-track{
background: #001b36;
border-radius: 0px;
box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

.servicearea-list {width: 100%; padding: 0px!important;}

.servicearea-list li {
    margin-bottom: 4px;
    margin-right: 4px;
    list-style: none;
    padding: 7px;
    padding-left: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602zm0 11c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z' fill='%2341aa54'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center left;
	border-bottom: 1px solid #65d641;
	font-size: 17px;
}

.servicearea-list li a {
	color: rgba(126,177,36,1)!important;
}

.servicearea-list li a:hover {
	color: #000;
}

.cloud li {float: left;
    margin-bottom: 4px;
    margin-right: 4px;
    list-style: none;
    background-color: #eee;
    padding: 7px;
    padding-right: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602zm0 11c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z' fill='%2341aa54'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right;
}

.cloud li a:after {
    right: 10px;
    top: 50%;
    color: #ed2225;
    content: "\f041";
    position: absolute;
    margin-top: -9px;
    font: normal normal normal 18px/1 FontAwesome;
}

.column25 {width: 25%; float: left;}
.column33 {width: 33%; float: left;}
.column50 {width: 50%; float: left;}

@media only screen and (max-device-width: 700px) {
	.columnReviews {width: 100%; height: 200px; float: none;}
	.column25 {width: 100%; float: none;}
	.column33 {width: 100%; float: none;}
	.column50 {width: 100%; float: none;}	
}