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


.cta-sticker {
    position: fixed;
    bottom: 2.75%;
    right: 1.75%;
    z-index: 88;
	transition: all .2s ease-in-out;
	display: inline;
} 
.cta-sticker:hover {
	transform: scale(0.95);
	transition: all .2s ease-in-out;
}
.cta-sticker a:hover {
	opacity: 1 !important; 
	background: #5692CE; 
}
.cta-circle {
    border-radius: 50%;
    width: 155px;
    height: 155px;
    background: #5692CE;
    color: #fff;
    transition: all .2s ease-in-out;
}

.cta-circleTxt {
    margin: 10% 10% 0 15%;
}
.cta-circleTxt i {
    font-size: 110%;
    margin-bottom: 8px;
    margin-top: 0;
}
.cta-circleTxt h4{
    font-size: 75%;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 0;
}
.cta-circleTxt p{
	font-size: 80%;
	line-height: 105%;
}
@media only screen and (max-width: 1180px) {
.cta-circle {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    background: #5692CE;
    color: #fff;
    transition: all .2s ease-in-out;
}}

@media only screen and (max-width: 970px) {
	.cta-circle { width: 80px; height: 80px; }
	.cta-sticker { right: 7%; bottom: 5%;}
	.cta-circleTxt i {font-size: 110%;margin-bottom: 5px;}
	.cta-circleTxt h4 {font-size: 70%;margin-bottom: 0;}
	.cta-circleTxt p {font-size: 70%;}
	
}