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

#page-footer {
	padding: 20px 20px 5px 20px;
	background: #fff;
	text-align: center;
	font-size: 16px;
}
#sharpen-credits {
	position: fixed;
	z-index: 99;
	left: -40px;
	bottom: 55px;
	-webkit-transform: rotateZ(-90deg);
	        transform: rotateZ(-90deg);
}


@media (min-width : 1200px) {
	#page-footer {
		padding: 0;
	}
	
	#sharpen-credits {
		left: -30px;
		bottom: 75px;
	}
	
}
@media (min-width : 1600px) {
}

.btn_accessibility {
	z-index: 99 !important;
}



/* Back-to-top button */
#up-btn {
	display: block;
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 20px;
	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 {
	position: absolute;
	bottom: 25vh;
	left: -35px;
	-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
}
@media ( min-width : 1200px ) {
	#sharpen-link {
		bottom: 200px;
		left: -45px;
	}
}
/***/



/* Footer buttons */
#footer-btns {
    position: fixed;
    z-index: 99;
    bottom: 5px;
    left: 5px;
    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;
    }
}
/***/

