body.widget-snippet{
background-color: #000;
}
ul.head-text{
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		ul.head-text li{
    list-style-type: none;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    color: #D4D4D4;
    margin: 0;
    background: none;
    line-height: 23px;
    font-size: 13px;
		}
		.head-text li:after {
			content: "";
			width: 5px;
			height: 5px;
			background-color: #f5a019;
			position: absolute;
			right: -5px;
			top: 14px;
			border-radius: 50%;
		}
		.head-text li:last-child:after {
			display: none;
		}
