.info {
    padding: 24px;
    font-weight: lighter;
    font-size: 13px;
    color: #666;
    padding-bottom: 10px;
}

.info a {
    text-decoration: none;
    color: #337ab7;
}

button.st2.chrome-s.bn_param,
.ff-btn.firefox-s.bn_param {
    padding: 20px 100px;
    border: none;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    background: #43ba19;
    border-radius: 10px;
    cursor: pointer;
}

/*hide*/
.footer-container {
    display: none;
}

hr {
    display: none;
}

.wrap h1 {
    font-weight: normal !important;
    font-size: 40px !important;
    color: #333 !important;
    margin: 0 !important;
    padding: 20px;
}

.wrap h2 {
    font-weight: 500;
    font-size: 16px !important;
    color: #666;
    line-height: 1px;
}

button {
    padding: 20px 100px;
    border: none;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    background: #43ba19;
    border-radius: 10px;
    cursor: pointer;
}

button:hover {
    transform: scale(1.2);
}

ul.step {
    list-style: none;
    width: 520px;
    margin: 20px auto;
    padding-left: 100px !important;
    padding-top: 20px;
}
ul.step li {
    text-align: left;
    font-weight: normal;
    font-size: 16px !important;
    color: #666;
    padding-bottom: 10px;
}

.warp {
    display: block;
    width: 100%;
    height: 100%;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 250px;
    padding-top: 30px;
}

.card {
    display: block;
    top: 375px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 800px;
    height: 500px;
    border-radius: 10px;
    position: absolute;
    text-align: center;
}

.mainheader,
footer {
    display: none;
}
body {
    background: url(../images/shopbq.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Roboto", sans-serif;
}

/*search*/
.i-search {
    position: absolute;
    display: block;
    width: 320px;
    box-sizing: border-box;
    border: 0px solid #cdcdcd;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
}

.i-search img {
    width: 300px;
    /*  position: absolute;*/
    bottom: 0px;
}
.i-search p {
    /*padding-left: 210px;*/
    font-size: 12px;
    margin: 0px;
}

/*********Disclaimer********/
.br {
    display: block;
    position: absolute;
    color: #555;
    font-size: 12px;
    text-align: right;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
}

.br img {
    width: 120px;
}

.br a {
    color: #555;
    text-decoration: none;
}
