.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: "Proxima Nova", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    background: url(../images/body-bg.jpg) repeat;
}
.main-wrap{
    width: 480px;
    margin: 0 auto;
    background: #fff;
}
.main-wrap h1, .main-wrap h2, .main-wrap h3, .main-wrap h4, .main-wrap h5, .main-wrap h6{font-weight: 400;}
.main-wrap b, .main-wrap strong{font-weight: 700;}
section{
    padding: 40px 20px;
}
.main-wrap .lvl-title{
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-wrap .lvl-title:after{
    content: '. . .';
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 10px;
    color: #e6b3be;
}
.button-m{
    position: relative;
    display: block;
    width: 380px;
    height: 84px;
    margin: 0 auto;
    border: 0;
    text-decoration: none;
    cursor: pointer; 
    line-height: 84px;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #ffa900;
    background-image: -webkit-linear-gradient(top, #ffba00, #ff8a00);
    background-image: -moz-linear-gradient(top, #ffba00, #ff8a00);
    background-image: -o-linear-gradient(top, #ffba00, #ff8a00);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffba00), to(#ff8a00));
    background-image: linear-gradient(to bottom, #ffba00, #ff8a00);
    border-bottom: 4px solid #d97400;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
}
.m1-form>div{
    margin: 0 auto 15px;
}
.m1-form>div:last-child{
    margin-bottom: 0;
}
.m1-form input{
    position: relative;
    display: block;
    outline: 0;
    border: 0;
    width: 380px;
    height: 74px;
    line-height: 74px;
    margin: 0 auto;
    background: #fff;
    text-indent: 25px;
    font-size: 18px;
    font-family: "Proxima Nova", Helvetica, sans-serif;
    font-weight: 400;  
    -webkit-border-radius: 37px;  
    -moz-border-radius: 37px;  
    border-radius: 37px;
    -webkit-box-shadow: inset 0 2px 0px 0 rgba(0,0,0,.18);
    -moz-box-shadow: inset 0 2px 0px 0 rgba(0,0,0,.18);
    box-shadow: inset 0 2px 0px 0 rgba(0,0,0,.18);
}