/* top, and all */ 


.footerbox {
	/*padding-top:165px;*/
	margin-top:165px;
}

#c_btn {
	float:right;
	margin-bottom:30px;
	margin-right:30px;
	margin-top:}

#c_btn a,#c_btn a:visited,#c_btn a:active{
  width: 178px;
  padding:15px;
  color:#000;
  font-weight:bold;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  background: #ccc999;
  border: 1px solid #ccc999;
  -webkit-box-shadow:0px 0px 0px 1px #000 inset;
  -moz-box-shadow:0px 0px 0px 1px #000 inset;
  box-shadow:0px 0px 0px 1px #000 inset;
  display: block;
  position:relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#c_btn a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  margin:0 15px 1px 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position:relative;
  display:inline-block;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#c_btn a:hover{
  color:#000;
  background: #A8A686;
}
#c_btn a:hover::before{
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}}
