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


.cta-sticker {
    position: fixed;
    bottom: 3%;
    right: 2%;
    z-index: 99988;
	transition: all .2s ease-in-out;
}
.cta-sticker:hover {
	transform: scale(0.95);
	transition: all .2s ease-in-out;
}
.cta-circle {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    background: #b05911;
    color: #fff;
    transition: all .2s ease-in-out;
}
.cta-sticker:hover {
    transform: scale(0.95);
    transition: all .2s ease-in-out;
	opacity: .8;
}

.cta-circleTxt {
    margin: 0;
    line-height: 110%;
    font-size: 105%;
    padding-bottom: 5px;
	text-transform: uppercase;
}
.cta-circleTxt strong {
	display: block;
}
.cta-circleTxt i {
    font-size: 190%;
    margin-bottom: 10px;
    display: block;
}

.cta-circleTxt p{
	font-size: 90%;
	line-height: 105%;
	margin: 0;
}
.cta-circleTxt h4{
	font-size: 90%;
	font-weight: 300;
	line-height: 120%;
	margin: 0;
}

@media only screen and (max-width: 970px) {
	.cta-circle { width: 80px; height: 80px; }
.cta-sticker {
    right: 2%;
    bottom: 1%;
}
.cta-circleTxt i {
    font-size: 140%;
    margin-bottom: 5px;
}
	.cta-circleTxt {
    margin: 0;
    line-height: 110%;
    font-size: 85%;
    padding-bottom: 5px;
}
	.cta-circleTxt p {font-size: 80%;}
		.cta-circleTxt h4 {font-size: 75%;}
	
}