
/*************************************************************************/
/* Sticker */


.cta-side-button {
	position: fixed;
    top: 15%;
    right: 0;
    z-index: 89;
	transform-origin: 100% 100%;
    transform: rotate(-90deg);
} 

.cta-side-button a:hover {
	opacity: 0.8;
}

.cta-side-btn {
    border-radius: 3px 3px 0 0;
    background: #333;  
	color: #fff;
}

.side-buttonTxt {
	height: 40px;
    width: 170px; 
}

.side-buttonTxt p{
	font-size: 65%;
	line-height: 105%;
	margin-bottom: 0;
	display: inline;
}

@media only screen and (max-width: 970px) {
	.cta-side-button {
		display: none; 
	}
}





