.uc_mega_round_icons_buttons *{
	margin: 0;
	padding: 0;
}
.uc_mega_round_icons_buttons {
	width: 100%;
}
.uc_mega_round_icons_buttons .uc_icons_link{
	position: relative;
    min-height: 1px;

}
.uc_mega_round_icons_buttons .uc_icons_link a.uc_icon{
	margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #ffff33;
    transition: color 0.5s;
    display:inline-block;
}
.uc_mega_round_icons_buttons .uc_icons_link .uc_icon .fa{
    box-sizing: border-box;
 
}

.uc_mega_round_icons_buttons .uc_icons_link a.uc_icon 
{
  
}

.uc_mega_round_icons_buttons .uc_icons_link .uc_icon i {
	color: #fff;
   
    border: 3px solid #fff;

    border-radius: 50%;
     display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    display: inline-block;
    width: 100px;
    height:100px;
    transition: all 0.5s;
    display: flex;
  align-items: center;
  justify-content: center;
}
.uc_mega_round_icons_buttons .uc_icons_link .uc_icon i:hover {
	color: #000000;
    border-color: #ffffff;
    background: #ffffff;
}