.stickbutton{
	position: fixed;
	z-index: 99;
}
.stickbutton a, 
.stickbutton a:hover,
.stickbutton a .arrow-up,
.stickbutton a:hover .arrow-up,
.stickbutton.social a .fa-whatsapp,
.stickbutton.social a:hover .fa-whatsapp{
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	transition: all 1s ease;
}
.stickbutton a{
	display: block;
	background-color: #000000;
	opacity: 0.7;
}
.stickbutton.scrolltop,
.stickbutton.scrolldown{
	display: none;
	left: 50%;
	bottom: 1%;
	margin-left: -26px;
}
.home .stickbutton.scrolldown{
	display: block;	
}
.stickbutton.scrolltop a,
.stickbutton.scrolldown a{
	padding: 0;
	border:none;
	background-color: transparent;
	padding: 8px;
}
.stickbutton.scrolltop a:hover,
.stickbutton.scrolldown a:hover{
	
}
.stickbutton.social{
	right: 0;
	bottom: 5%;
}
.stickbutton.social a{
	padding: 1rem 1.25rem 1rem 1.25rem;
	display: block;
	background-color: #25d366;
	font-size: 30px;
}
.stickbutton.social a .fa-whatsapp, .stickbutton.social a:hover .fa-whatsapp{
	color: #dbdbdb;
}
/*.stickbutton.social a:hover .fa-whatsapp{
	color: #25d366;
}*/
.arrow{
	width: 36px;
	height: 36px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}
.arrow-up-jpg{
	background-image: url(../images/btn-top.png);
}
.arrow-down-jpg{
	background-image: url(../images/btn-bottom.png);
}
.arrow-up {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #FFFFFF;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #FFFFFF;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFFFFF;
}
.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right: 8px solid #FFFFFF; 
}
