.maf1-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf1-botton:hover {
	opacity:0.9;
}

.maf2-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf2-botton:hover {
	opacity:0.9;
}

.maf3-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf3-botton:hover {
	opacity:0.9;
}

.maf4-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf4-botton:hover {
	opacity:0.9;
}

.maf5-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf5-botton:hover {
	opacity:0.9;
}

.maf6-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf6-botton:hover {
	opacity:0.9;
}

.maf7-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf7-botton:hover {
	opacity:0.9;
}

.maf8-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf8-botton:hover {
	opacity:0.9;
}

.maf9-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf9-botton:hover {
	opacity:0.9;
}

.maf10-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf10-botton:hover {
	opacity:0.9;
}

.maf11-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf11-botton:hover {
	opacity:0.9;
}

.maf12-botton {
	cursor: pointer;
    opacity:0.3;
    transition: opacity 0.5s;
}
.maf12-botton:hover {
	opacity:0.9;
}


@keyframes ActBtn {
	from {
		opacity:0.3;
	}
	to {
		opacity:0.9;
	}
}