
.right-abs {
	position: fixed;
	z-index: 100;
	top: 60%;
	right: 0;
	margin-top: -120px;
}

.right-abs a {
	display: block;
	width: 64px;
	height: 64px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	margin-bottom: 4px;
	position: relative;
}

.abs2-txt {
	background: #fff;
	right: 68px;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	min-width: 200px;
	position: absolute;
	height: 64px;
	line-height: 14px;
	display: none;
    color: black;
}
.abs1-txt {
	background: #fff;
	right: 68px;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	min-width: 200px;
	position: absolute;
	height: 64px;
	line-height: 16px;
	display: none;
    color: black;
}
.abs3-txt {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	position: absolute;
	right: 68px;
	top: 0;
	width: 200px;
	height: 140px;
	display: none;
}

.abs3-txt img {
	width: 120px;
	height: 120px;
	display: block;
}

.abs2-txt .p1 {
	font-size: 16px;
    color: black;
}

.abs2-txt .p2 {
	font-size: 16px;
    color: black;
}
.abs1-txt .p1 {
	font-size: 16px;
    color: black;
}

.abs1-txt .p2 {
	font-size: 16px;
    color: black;
}


.right-abs .abs1 {
	background: #fff url(../images/070_email.png) no-repeat;
    background-size: 80%;
    background-position: center center;
}

.right-abs .abs1:hover {
	background: #fff url(../images/070_email.png) no-repeat;
    background-size: 80%;
    background-position: center center;
}

.right-abs .abs2 {
	background: #fff url(../images/070_mobile.png) no-repeat;
    background-size: cover;
}

.right-abs .abs2:hover {
	background: #fff url(../images/070_mobile.png) no-repeat;
    background-size: cover;
}

.right-abs .abs2:hover .abs2-txt {
	display: block;
}

.right-abs .abs1:hover .abs1-txt {
	display: block;
}

.right-abs .abs3 {
	background: #fff url(../images/whatsapp.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.right-abs .abs3:hover {
	background: #fff url(../images/whatsapp.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.right-abs .abs3:hover .abs3-txt {
	display: block;
}
