.icon-muted-50 {color:rgba(0,0,0,0.50)}
.icon-muted-25 {color:rgba(0,0,0,0.25)}


.usp-item span {
    background: #f9f9fa none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 100px;
    color: #3d4652;
    display: inline-block;
    font-size: 35px;
    height: 120px;
    line-height: 120px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 120px;
	margin-bottom:16px;
}

.bottom-right-permanent-icon {
    text-align:center;
	
}

.bottom-right-permanent-icon a{
	position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 50;
    display: inline-block;
    border: 1px solid #118389;
    border-radius: 50%;
    margin-right: 15px;
	box-shadow: 1px 1px 3px 0 #999;
	background-color: #118389;

}


.bottom-right-permanent-icon a i {
    padding: 8px;
    font-size: 1.5em;
    color: white;
}


@media screen and (max-width: 40em) {

.bottom-right-permanent-icon a{
  right: 8px;
  bottom: 16px;
	
	}
	
}