/********************************************** BTS HELP *******************************/  
#menu{
	width: 36px;
	height: auto;
	position: fixed;
	z-index:1000;
	right:-80px;
	background-color: rgba(255, 255, 255, 1);
	padding:3px;
	/*border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;*/
	
	transition: right 0.4s ease;
	transition-delay: 3000ms;
}
#m1{
	width: 30px;
	height: 30px;
	background-color:#017da4;
	margin-bottom:6px;
	padding:0px;
}
#m2{
	width: 30px;
	height: 30px;
	background-color: #ff3333;
	margin-bottom:6px;
	padding:1px 0 0 1px;
}
#m3{
	width: 30px;
	height: 30px;
	background-color: #b9b995;
	margin-bottom:6px;
	padding:3px 8px;
}
#m4{
	width: 30px;
	height: 30px;
	background-color: #5f6575;
	padding: 2px 3px;
}
#m5{
	width: 30px;
	height: 30px;
	background-color: #3b5998;
	margin-bottom:6px;
	padding: 7px 12px;
}
#m6{
	width: 30px;
	height: 30px;
	background-color: #0274b3;
	margin-bottom:6px;
	padding: 3px 5px;
}
.fa{
  	color: #fff;
}
