#main.top #top_msg p.top_btn {
  margin-top: 20px;
  text-align: center; }
  #main.top #top_msg p.top_btn a {
    color: #fff;
    margin: 0 13px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    padding: 7px 40px;
    white-space: nowrap;
    background: #ef5526; }
    #main.top #top_msg p.top_btn a:hover {
      background: #f2b78d; }
    @media screen and (max-width: 1160px) {
      #main.top #top_msg p.top_btn a {
        margin: 0 auto;
        font-size: 14px; } }
