.strap{
	clear: both;
	position: fixed;
	top: -60px;
	right: -200px;
	z-index: 3000;
}
.strap-icon {
	cursor: pointer;
	height: 45px;
	width: 45px;
	background-color: #1f1f1f;
	color: #fff;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	float: left;
}
.strap-details {
	height: 45px;
	width: 200px;
	background-color: #1f1f1f;
	float: left;
	line-height: 45px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: white;
}

.strap-details > a {
	text-decoration: none;
	color: #fff;
	line-height: 45px;
}

.strap-details > a > i {
	font-size: 30px;
	padding: 0 5px;
	line-height: 45px;
}

.strap:hover {
    transition: 0.7s;
    right: 0;
}
.strap:not( :hover ){ 
	transition: 0.7s;
    right: -200px;
}