.topbtnbox{
	position:fixed;
	top: 10px;
	right: 10px;
	z-index: 100;
}



a.btn--toplink {
  color: #fff;
  background-color:rgba(117,73,150,0.8);
  text-decoration: none;
  margin-left: 10px;
  transition: .3s;
}

a.btn--toplink:hover {
  color: #fff;
  background-color:rgba(117,73,150,1.0);
  transition: .3s;
}

a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: .5rem 1rem .5rem 1rem;
  border-radius: 100vh;
}


@media (max-width:967px){
	.topbtnbox{
		top: 8px;
		right: 3px;
	}

	a.btn--toplink {
		margin-left: 5px;
	}

	a.btn-c {
	  font-size: 1rem;
	  padding: .5rem .5rem .5rem .5rem;
	}

}

@media (max-width:1100px){
	.icon{
		display: none !important;
	}
}

