#cont-icons{
    position: fixed;
    top:60px;
    right: 0;
    z-index:10005;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    color:white;
}
#cont-icons .social{
	width: auto;
	height: 36px;
	overflow: hidden;
}
#cont-icons .social .s-icon{
	width: 36px;
	height: 36px;
	font-size: 24px;
	float: right;
	text-align: center;
	position: relative;
	background-color: black;
}
#cont-icons .social:hover .s-icon{
	width: auto;
	transition-timing-function: linear;
}
#cont-icons .social .s-icon i{
	width: 36px;
	height: 36px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
#cont-icons .social .s-icon h3{
    color: white !important;
    display: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align:center;
    padding: 2px;
}
#cont-icons .social .s-icon h3 i{
	font-size: 16px;
    display: none;
}
#cont-icons .social .s-icon h3:hover i{
	display: inline;	
}
#cont-icons .social .s-icon:hover h3{
	display: table-cell;
}

.socicon-viber{
color: #7B519D !important;
width: 36px;
height: 36px;
}
.volume-off .s-icon{
    color:white !important;
    background-color: red !important;
}
.volume-on .s-icon{
    color:white !important;
    background-color: green !important;
}
.socicon-telegram{
	color: #38AEEB;
	width: 36px;
	height: 100%;
}
.facebook:hover .s-icon{
    color: white;
    background-color: #3E5B98 !important;
}
.gplus:hover .s-icon{
    color: white;
    background-color: #D93E2D !important;
}
.twitter:hover .s-icon{
    color: white;
    background-color: #1DA1F2 !important;
}
.youtube:hover .s-icon{
    color: white;
    background-color: #D93E2D !important;
}