.cms-anchor{
	font-weight: 700;
}
// Layout 1
.cms-scrolltop-layout-1{
	.cms-anchor{
		width: 100px;
		height: 100px;
		text-align: center;
		display: inline-block;
		padding: 20px 5px;
		&:hover{
			color: $white;
			background-color: $accent-color;
		}
	}
	.cms-anchor-icon{
		font-size: 20px;
		padding-bottom: 5px;
		position: relative;
		@include animation(vibrate 2s linear 0s infinite);
	}
}
// Layout 2
.cms-scrolltop-layout-2{

}