/********************************************************************************/
/* FOOTER 
/********************************************************************************/

#page-footer { 
	position: relative;
	text-align: center;
}



/* Back-to-top button */
#up-btn {
	display: block;
	position: fixed;
	z-index: 99;
	bottom: 10px;
	right: 10px;
	width: 44px;
	height: 44px;
	margin: 5px;
	border: 2px solid;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	color: #f4f1ec;
	text-align: center;
	line-height: 40px;
	/*opacity: 0.8;*/
	will-change: transform, opacity;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.4s ease;
			transition: 		transform 0.5s ease 0s, opacity 0.4s ease;
}
#up-btn.on {
	-webkit-transform: none;
			transform: none;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1s, opacity 0.4s ease;
			transition: 		transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1s, opacity 0.4s ease;
}
@media (min-width : 1200px) {
	#up-btn {
		bottom: 20px;
		right: 30px;
	}
}
/***/



/* Sharpen link */
#sharpen-link {
}
@media ( min-width : 1200px ) {
	#sharpen-link {
		position: absolute;
		z-index: 9;
		bottom: 200px;
		left: -45px;
		-webkit-transform: rotate(-90deg);
				transform: rotate(-90deg);
	}
}
/***/



/* */
#footer-btns {
    position: fixed;
    z-index: 99;
    bottom: 8px;
    left: 8px;
    font-size: 20px;
    text-shadow: 0 0 4px rgba(0,0,0,0.25);
}
#footer-btns a {
    display: block;
    width: 44px;
    height: 44px;
    margin: 8px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease;
			transition: opacity 0.2s ease;
}
#footer-btns a:hover {
    opacity: 1;
}
#footer-btns .footer-phone-link {
    background-image: url(../img/phone-btn.png);
}
#footer-btns .footer-wa-link {
    background-image: url(../img/wa-btn.png);
}


@media ( min-width : 1200px ) {
    #footer-btns {
        left: 25px;
        bottom: 25px;
    }
}
/***/

/********************************************************************************/

