.applink{
	float:left;
	margin-left: 86px;
    margin-top: 18px;
    overflow: auto;
    transition: all ease 0.5s;
}

.applink-toggle{
	height:48px;
	width:48px;
	display:none;
	float:right;
	margin-top: 28px;
	margin-right:12px;
	cursor:pointer;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: all ease 0.5s;
}

.applink-toggle:hover{
	background-color:gray;
}

.applink-toggle .dot{
	display: block;
	height:6px;
	width:6px;
	border-radius: 3px;
	background-color: white;
	margin:4px auto;
}

.applink .applink-item{
	height:64px;
	width: 64px;
	display: block;
	background-size: 64px;
	background-repeat: no-repeat;
	margin:8px;
}

@media (max-width: 767px) {
	.applink {
		margin-left: 15px;
	}

	.applink-toggle{
		display:block;
	}
	
	.toolbar{
		max-height:0;
		overflow: hidden;
		margin-top: 0px !important;
	}
	
	.toolbar.toggled{
		max-height:200px;
	}
	
	.applink .applink-item{
		height:48px;
		width:48px;
		background-size: 48px;
	}
}



.applink > div{
	float:left;
}




.applink-item.HMP{
	background-image: url('../../image/HMP-BW.png');
}

.applink-item.DMP{
	background-image: url('../../image/DMP-BW.png');
}

.applink-item.CMP{
	background-image: url('../../image/CMP-BW.png');
}

.applink-item.TMP{
	background-image: url('../../image/TMP-BW.png');
}

.applink-item.PMP{
	background-image: url('../../image/PMP-BW.png');
}

.applink-item.MMP{
	background-image: url('../../image/MMP-BW.png');
}

.applink-item.AMP{
	background-image: url('../../image/AMP-BW.png');
}

.applink-item.HMP:hover{
	background-image: url('../../image/HMP.png');
}

.applink-item.DMP:hover{
	background-image: url('../../image/DMP.png');
}

.applink-item.CMP:hover{
	background-image: url('../../image/CMP.png');
}

.applink-item.TMP:hover{
	background-image: url('../../image/TMP.png');
}

.applink-item.PMP:hover{
	background-image: url('../../image/PMP.png');
}

.applink-item.MMP:hover{
	background-image: url('../../image/MMP.png');
}

.applink-item.AMP:hover{
	background-image: url('../../image/AMP.png');
}
