.so-demos-preview-wrapper {
    position: relative;
    z-index: 1190;
}
a.buy-demo {
    position: fixed;
    bottom: 80px;
    left: 40px;
    background-color: #101010;
    color: white;
    font-size: 14px;
    padding: 12px 20px 12px 16px;
    border-radius: 35px;
    line-height: 1;
    z-index: 379;
    color: white;
	font-size: 14px;
	line-height: 1;
}
a.buy-demo svg {
    display: inline-block;
    animation: rotateinfinite 15s ease-in-out infinite;
    fill: #81b441;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a.buy-demo > svg, a.buy-demo > span {
	vertical-align: middle; }
a.buy-demo:hover {
	color: white;
	background-color: #7dbd2d; }
a.buy-demo:hover svg {
  fill: white; }