/* plus */
#sticky-button {
  border-radius: 10%;
  border-color: #42A5F5;
  background: #42A5F5;
  position: fixed;
  bottom: 10px;
  right: 30px;
}

/* #bn {
  width:100%;
  height: 60px;
}

.scrolltop {
  visibility: hidden;
	margin:0 auto;
	position: fixed;
	bottom:20px;
	right: 20px;	
} */
 #bn {
    color: rgb(255, 255, 255);
    border-color: rgb(172, 39, 21);
    background-color: rgb(172, 39, 21);
    font-family: "Muli", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    margin-bottom: 10px;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px inset;
    cursor: pointer;
}

.scrolltop {
/*   visibility: hidden; */
  	display: none;
	margin:0 auto;
	position: fixed;
	bottom: 22%;
	right: 0;
    
    width: 380px;
    height: 300px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgb(172, 39, 21);
    
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    border-style: solid;
    border-radius: 5px;
    border-width: 2px;
    
}
  
.scrolltop-title {
    color: rgb(46, 54, 57);
    font-family: "Muli", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    text-align: center;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 0px;
    line-height: 1.5;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px inset;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    padding: 10px 10px 20px 10px;
    margin: 0px;
}

#bn:hover {
	background-color: #801d0f;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}

/* @media (min-width: 768px) {
  .scrolltop {
    visibility: hidden;
  }
} */