@charset "utf-8";
/* CSS Document */
body {
    font-family: AvenirNext-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: rgba(26, 26, 26, 0.7);
}
h1 {
    font-size: 24px;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
* {
    padding: 0px;
    margin: 0px;
}
ul {
    list-style: none;
}
li {
    float: left;
}
img {
    border: 0px;
}
.page_width {
    width: 100%;
    max-width: 930px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 100px auto;
}
.header {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 800px;
}
.banner_container {
    width: 100%;
    height: 800px;
    float: left;
    overflow: hidden;
}
.banner_container a {
    background-size: cover;
    width: 100%;
    height: 800px;
    float: left;
    background-position: center top;
}
.top {
    width: 100%;
    max-width: 1300px;
    padding: 11px 25px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}
.top .logo {
    float: left;
}
.top .logo a {
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 56px;
    text-transform: uppercase;
    float: left;
}
.inner_header {
    border-bottom: 1px solid #ddd;
    height: 86px;
}
.socials {
    float: right;
    padding: 7px 0 0 25px;
}
.socials a {
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin: 0 3px;
    text-indent: -99px;
    overflow: hidden;
    border: 2px solid #888;
}
.socials a:hover {
    background-color: #888;
}
.socials a.icon_fb {
    background-position: 17px 12px;
}
.socials a.icon_tw {
    background-position: 14px -31px;
}
.socials a.icon_pt {
    background-position: 15px -78px;
}
.socials a.icon_gl {
    background-position: 14px -120px;
}
.socials a.icon_ins {
    background-position: 14px -163px;
}
.header .banner {
    box-sizing: border-box;
    color: #fff;
    float: left;
    margin: 290px 0 0;
    padding: 30px 15px;
    text-align: center;
    width: 100%;
}
.header .banner h1 {
    font-family: AvenirNext-Regular,Arial,Helvetica,sans-serif;
    font-size: 46px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    margin-top: 90px;
}
.header .banner h2 {
    font-weight: normal;
}
.header .banner .btn {
    margin: 0 auto;
    padding: 21px 0 0;
    width: 100%;
    max-width: 400px;
}
.header .banner .btn a {
    padding: 5px;
    display: inline-block;
}
.header .socials a {
}
.header .socials a:hover {
    background-color: #888;
}
.appbtn {
    padding: 15px 0;
}
.appbtn a {
    width: 200px;
    padding: 5px;
    display: inline-block;
}
.maintext {
    margin-top: 100px;
    width: 100%;
    overflow: hidden;
    color: #898787;
}
.maintext h1 {
    text-align: center;
    padding: 10px 0 25px 0;
    text-transform: uppercase;
}
.maintext h2 {
    font-size: 18px;
    padding: 10px 0;
    margin: 0px;
}
.maintext p {
    float: left;
    font-weight: normal;
    line-height: 25px;
    padding: 10px 0;
    width: 100%;
}
.maintext ul li{
    width:100%;
}
.maintext ol{
    width:100%;
    float:left;
    line-height:43px;
    padding:0 0 10px 13px;
}
.footer {
    width: 100%;
    background: #333;
    text-align: center;
    color: rgba(255,255,255,0.5);
}
.footer p.footernav a {
    color: rgba(255,255,255,0.5);
    padding: 5px 10px;
    display: inline-block;
}
.footer p.footernav a:hover {
    text-decoration: none;
    color: #22aedd;
}
.socials_box {
    float: left;
    width: 100%;
    margin: 30px 0 40px 0;
    border-top: 1px solid #666;
    position: relative;
}
.socials_box .socials {
    position: absolute;
    left: 50%;
    top: -28px;
    margin: 0 0 0 -75px;
}
.footer p {
    padding: 10px 0;
}
.inner_article ul {
    list-style: outside;
    padding: 10px 30px;
    overflow: hidden;
}
.inner_article ul li {
    padding: 5px 0 5px 10px;
}
.inner_article h2 {
    font-size: 18px;
    padding: 5px 0;
}
.innerheader {
    width: 100%;
    background: #333;
}
.contactus {
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0;
}
.contactus li {
    width: 100%;
    padding: 10px 0;
}
.contactus li label {
    padding-bottom: 5px;
    font-weight: bold;
    float: left;
    width: 90px;
    padding: 7px 0 0 0;
    text-align: right;
}
.contactus li > div {
    margin: 0 0 0 100px;
}
.contactus li > div p {
    float: left;
    padding: 0px 0 0 10px;
    margin: 0px;
    width: 50%;
    box-sizing: border-box;
}
.contactus li > div p img {
    width: 100%;
    max-width: 140px;
    height: auto;
}
.contactus li input, .contactus li textarea {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ccc;
    float: left;
}
.contactus li textarea {
    height: 180px;
}
.contactus li .btn {
    width: 136px;
    margin: 15px auto;
}
.privacy ul, .terms ul {
    list-style: outside;
    overflow: hidden;
    padding: 10px 30px;
}
.privacy ul li, .terms ul li {
    padding: 5px 0 5px 5px;
}

.btn {
    border-radius: 3px;
    background: #f3374e;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 25px;
    border: 0px;
    cursor: hand;
    cursor: pointer;
    color: #fff;
}
.btn:hover {
    background: #f8495e;
}
.login{
    width:100%;
    max-width:400px;
    margin:0 auto;
}
.login li{
    width:100%;
    padding:5px 0;
}
.login li label{
    width:100%;
    padding:0 0 3px 0;
    float:left;
}
.login li input{
    font-family:Arial, Helvetica, sans-serif;
    width:100%;
    padding:8px 5px;
    box-sizing:border-box;
    border:1px solid #ccc;
}
.a_popup_wrapper{
    width:268px!important;
    border-radius:10px;
    margin-left:-210px!important;
    margin-top:-150px!important;
}
.qrcodes{
    width:100%;
    text-align:center;
}
.qrcodes p{
    padding:10px 0;
    color: #000;
}
@media screen and (max-width:500px) {
    .contactus li label {
        width: 100%;
        text-align: left;
    }
    .contactus li > div {
        margin: 0px;
        width: 100%;
    }
    .top .logo {
        width: 280px;
        margin: 0 auto;
        float: none;
    }
    .top .socials {
        width: 247px;
        margin: 90px auto 0 auto;
        float: none;
        overflow: hidden;
    }
    .innerheader .top .socials {
        margin-top: 50px;
    }
    .top .logo a {
        width: 100%;
        text-align: center;
    }
    .header .banner {
        margin-top: 35px;
    }
    .inner_header .top{
        padding:15px;
        width:100%;
        float:left;
        box-sizing:border-box;
    }
    .inner_header .logo{
        float:left;
        width:100%;
        text-align:center;
    }
    .inner_header .logo a{
        width:100%!important;
        background-position:center center!important;
    }
    .inner_header .top .socials{
        margin:0 auto;
        width:120px;
    }
}

.modalDialog  p {
    float: none;
}
/* CSS Document */
.header {
    position: relative;
    background: url(banner1.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 800px;
}
.header .logo img {
    width: 80px;
    border-radius: 10px;
}
.other_logo {
    width: 65px;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: 130px;
}
@media screen and (max-width:500px) {
    .header {
        background: url(banner2.png) no-repeat center top;
        background-size: cover;
    }
    .header .banner h1 {
        margin-top: 310px;
        font-size: 24px;
    }
    .header .logo img {
        margin-top: 380px;
        margin-left: -40px;
        position: absolute;
    }
    .other_logo {
        margin-left: 20px;
    }
    .maintext{
        margin-top:0px
    }
}

