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



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

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

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

.naviicon{
	font-size: 16px;
	color: #fff;
}

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

	a.btn--toplink {
		margin-left: 5px;
		/*border: 2px solid #fff;*/
	}

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

}

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

