@charset "utf-8";



.iconRScontact {
	height: 37px;
	width: 37px;
	position: relative;
	float:left;
	border-width: 3px;
	border-style: solid;
	border-color: #6f59a5;
	border-radius: 30px;
	margin-right:10px;
	/*opacity:0.8;*/
}

.iconRScontact:hover {

	border-color:#f7a600;
	opacity:1;

  transition:
  /*opacity .2s,*/
    border-color .2s;
}
