
.CUSTOM_BTN {
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   height: 20px;
   line-height: 20px;
   color: #FFFFFF;
   font-family: Geometria;
   width: 120px;
   font-size: 14px;
   font-weight: 100;
   padding: 20px;
   background-color: #141414;
   border: solid #D92121 2px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.CUSTOM_BTN:hover {
   background: #D92121;
   border: solid #D92121 2px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   text-decoration: none;
}
