/* ---------- STICKY SIDE-NAV ---------- */
.sticky-cta {
	float: right;
    position: fixed;
    right: -3px;
    top: 300px;
    width: 202px;
    z-index: 99999;
}
.sticky-cta ul li {
	float: left;
    margin-top: 5px;
    width: 202px;
}
.sticky-cta ul li a {
	float: right;
    height: 67px;
    text-indent: -9999px;
    transition: all 0.25s ease-out 0s;
}

/* --- Online Demos --- */
.sticky-cta ul li a.demo {
	background: url("/en/images/side-nav-demo-big.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 79px;
}

/* --- Contact Sales --- */
.sticky-cta ul li a.sales {
	background: url("/en/images/side-nav-sales-big.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 79px;
}

/* --- Chat Now --- */
.sticky-cta ul li a.chat {
	background: url("/en/images/side-nav-chat-big.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 79px;
}

.sticky-cta ul li a:hover {width: 300px;}