/* begin button */
a.button1 {
    text-decoration: none;
    font-family: "Oxygen", Arial;
    letter-spacing: .25px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    padding: 0 16px;
    font-size: 18px;
    line-height: 40px;
    background: #4097db;
    border: 1px solid #4097db;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.25);
    border-radius: 3px;
    height: 40px;
    -webkit-transition: all .15s;
    margin-top: 40px;
}
a.button1.thin{
    height: inherit;
    line-height: inherit;
    padding: 0 16px;
    margin-top: 0px;
}
a.button1:hover, a.button1:focus,  a.button1:active{
    text-decoration: none;
    color: white;
}
a.button1:active{
    box-shadow: none;
    -webkit-box-shadow: none;
}
/* end button */
