#cms-footer{
	&.cms-footer-fixed{
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	&:after{
		content: '';
		display: block;
		height: 8px;
		position: absolute;
		left: 60px;
		right: 60px;
		bottom: 0;
		background-color: $accent-color;
		@media (max-width: $screen-md-max){
			left: 20px;
			right: 20px;
		}
	}
}
// Footer 
#cms-footer{
	.cms-footer-bottom{
		padding: 40px 0;
	}
}
@import "scrolltop";