﻿.backToTop_btn{
	    background: #2b95cb;
	background-image:url(../../img/btn-back-to-top.png);
	background-position:top center;
	display:block;	
	height:100%;
	min-height:50px;
	width:100%;
	max-width:60px;
	float:right;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .3s ease-out;
    display:none;
    position:fixed;
    bottom:10px;
    right:10px;
    height:60px;
    border-radius:5px;
}
.backToTop_btn:hover{
	background-position:bottom center;
}