.fixed_right {
  position: fixed;
  right: -10px;
  top: 20%;
  z-index: 999999;
}


.fixed_left ul,
.fixed_left li, 
.fixed_right ul,
.fixed_right li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.button-contact li {
  background-color: #0cf8fb;
  line-height: 46px;
  width: 200px;
  height: 46px;
  margin: 5px 0;
    margin-right: 0px;
  padding: 0 5px 0 55px;
  cursor: pointer;
  margin-right: -140px;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

.button-contact li,
.button-contact li a {
	color:#006268;
	font-size:16px;
}

.button-contact li:hover {
	margin-right:0;
}

.line, .ws, .te, .fb {background-color: rgba(0, 0, 0, 0);}
		
.line {background: url(../img/line.png) no-repeat 10px center;}
.ws {background: url(../img/whatsapp.png) no-repeat 10px center;}
.te {background: url(../img/telegram.png) no-repeat 10px center;}
.fb {background: url(../img/fb.png) no-repeat 10px center;}