* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */

body {
    line-height: 1.7em;
    color: #475669
}

body, h1, h2, h3, h4, h5, h6, p, table, td, div, input, span {
    font-family: PingFang SC, Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, label {
    color: #34495e;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

.mt_100 {
    margin-top: 100px;
}

.mlr_100 {
    margin-left: 100px;
    margin-right: 100px;
}


/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */

.l-box {
    padding: 0.5em;
    /*padding-lef*/
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.is-center {
    text-align: center;
    line-height: 40px;
}

.apple {
    background-image: url('images/apple.png');
    background-size: 35px 42px;
    width: 120px;
    height: 120px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.android {
    background-image: url('images/android.png');
    background-size: 35px 42px;
    width: 120px;
    height: 120px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.download_code {
    background-image: url('images/code.png');
    background-size: 130px 130px;
    width: 130px;
    height: 130px;
}

.download-link p {
    font-size: 18px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-18 {
    font-size: 18px !important;
}

.opacity7 {
    opacity: 0.7;
}

.about ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    float: left;
}

.about ul li {
    line-height: 26px;
    font-size: 14px;
    color: #555;
    text-align: left;
    line-height: 26px;
}

.about ul li a {
    color: #fff;
    font-size: 14px;
    opacity: 1.0;
    text-decoration: none !important;
}

.hr-line-footer-top {
    background-color: transparent;
    border-top: 1px solid #e5e4e4;
    color: transparent;
    height: 1px;
    margin: 0px 0;
    opacity: 0.5;
}

.copyright {
    color: #fff !important;
    padding-bottom: 0px;
    /*opacity: 0.7;*/
    font-size: 13px;
    text-align: left;
    margin-left: 10px;
}

.download-link .linx-box {
    background: #f2f2f2;
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.download-link .linx-box:hover {
    background: #fb923f;
}

.download-link p {
    font-size: 24px;
    color: #000;
    margin: 20px auto;
    text-align: center;
}

.featureHome h4 {
    font-size: 36px !important;
    text-align: left;
    margin-top: 150px;
}

.featureHome p {
    font-size: 16px !important;
    color: #878f92;
}

.featureHome h5 {
    font-size: 32px !important;
    text-align: left;
    /*margin-top: 150px;*/
}


/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */

.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}


/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */

.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0px 0px;
    text-align: left;
    height: 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
}

.home-menu {
    background: #fff;
}

.pure-menu-list {
    line-height: 65px;
    margin-right: 50px;
}

.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    /*color: black;*/
    /*font-weight: 400;
    font-size: 120%;*/
    /*background:url(images/logo.png) no-repeat;
    /*height:45px;*/
    /*width:450px;*/
}

.home-menu .pure-menu-selected a {
    /*color: #000 !important;*/
    font-weight: 400;
    font-size: 14px;
}

.home-menu a {
    /*color: #90a0a5;*/
    font-size: 14px;
}

.home-menu li a:hover, .home-menu li a:focus {
    background: none;
    border: none;
    color: #324057
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.about_us {
    width: 1070px !important;
}

.about_us h4 {
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 50px;
    color: #333333 !important;
    font-weight: 600;
}

.about_us span {
    color: #878f92 !important;
    font-size: 16px !important;
}

.update-box {
    padding: 0.5em;
}


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    /*background: #1f8dd6;*/
    /*background: url('images/head_bg.jpg') no-repeat;*/
    background: url('images/head_bg.jpg') center top / cover no-repeat;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute !important;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
}


/* This is the main heading that appears on the blue section */

.splash-head {
    font-size: 18px;
    font-weight: 200;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 10;
    border-radius: 5px;
    line-height: 1em;
}


/* This is the subheading that appears on the blue section */

.splash-subhead {
    margin-top: 20px;
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.9;
    font-weight: 300;
    font-size: 13px;
}

.download {
    position:absolute;
    bottom: 30px;
    width:100%;
    text-align: center;
}

.applyButton {
    border-radius: 6px;
    border: 1px solid #fff;
    color: #fff;
    padding: 13px 40px;
    text-decoration: none !important;
    font-weight: 300;
}

.applyButton:hover {
    background: #fff;
    color: #333;
}


.applyButton2 {
    border-radius: 6px;
    border: 1px solid #38a4c5;
    color: #38a4c5;
    padding: 13px 40px;
    text-decoration: none !important;
    font-weight: 300;
}

.applyButton2:hover {
    background: #fb923f;
    color: #fff !important;
    border: 1px solid #fb923f;
}


/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */

.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 100%;
    width: 100%;
    min-height: 12%;
    z-index: 10;
    background: white;
}


/* This is the class used for the main content headers (<h2>) */

.content-head {
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0.8em 0 0.8em;
    font-size: 22px !important;
    color: #333333;
}


/* This is a modifier class used when the content-head is inside a ribbon */

.content-head-ribbon {
    color: white;
}


/* This is the class used for the content sub-headers (<h3>) */

.content-subhead {
    /*color: #fff;*/
    font-weight: 300;
    opacity: 0.8;
    font-size: 18px;
}

.content-subhead i {
    margin-right: 7px;
}

.content-subhead span.large {
    margin: auto;
    /*height: 100%;*/
    /*display: inline-block;
    margin-top: -50px;*/
}

.content-des {
    /*font-weight: 200;*/
    color: #475669;
    font-size: 12px;
}

.ul_content {
    /*font-weight: 200;*/
    color: #475669;
    font-size: 14px;
    list-style: none;
    padding-left: 0px;
}

.ul_content span {
    background-color: #506071;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #fff;
    margin-right: 10px;
    color: white;
    /*font-weight: bold;*/
}

.white {
    color: white;
}

.picDiv {
    position:relative; 
    height: 120px;
    border-radius: 3px;
}

.pic1 {
    background: url('images/pic1.jpg') center top / cover no-repeat;
}

.pic2 {
    background: url('images/pic2.jpg') center top / cover no-repeat;
}

.pic3 {
    background: url('images/pic3.jpg') center top / cover no-repeat;
}

.pic4 {
    background: url('images/pic4.jpg') center top / cover no-repeat;
}


.picText {
    position: absolute!important;
    bottom: 0;

    left: 0px;
    width: 100%;
    text-align: center;
    /*top: 45%;*/
    /*margin-top: -7px;*/
    color: white;
    /*font-size: 14px;*/
    /*font-weight: 300;*/
    height: 30px;
    background-color: rgba(0,0,0,.5);
    border-radius: 0 0 3px 3px;
}

.picText p {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-weight: 300;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 16px;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}


.videoButton {
    width: 90%;
    position: relative;
    /*left: 20%;*/
    vertical-align:middle;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 65px;
}


/* This is the class used for the dark-background areas. */

.ribbon {
    background: #2d3e50;
    color: #fff;
    /*padding:50px;*/
}

.ribbon .content-head {
    color: #fff;
}

.ribbon .feature {
    color: #fff;
    font-weight: 300;
    margin-top: 10px !important;
    font-size: 16px !important;
    text-align: center;
}

.moreButton {
    margin-top: 20px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 40px;
    text-decoration: none !important;
    font-weight: 100;
    cursor: pointer;
}

.moreButton:hover {
    background: #fff;
    color: #333;
}


.footer a {
    color: #fff;
    text-decoration: none !important;
    font-size: 15px !important;
}


/*.submitApplyButton {
    margin-top: 20px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #38a4c5;
    color: #38a4c5 !important;
    padding: 8px 40px;
    text-decoration: none !important;
    font-weight: 100;
}*/

.submitApplyButton a {
    border-radius: 6px;
    border: 1px solid #38a4c5;
    color: #38a4c5;
    padding: 13px 40px;
    text-decoration: none !important;
    font-weight: 300;
    /*color: #fff;*/
}


/*
.submitApplyButton:hover {
    background: #fb923f;
    color: #fff !important;
    border: 1px solid #fb923f;
}*/

.submitApplyButton a:hover {
    background: #fb923f;
    color: #fff !important;
    border: 1px solid #fb923f;
}

#applyModal h4 {
    font-size: 16px !important;
    text-align: center;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#applyModal .img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}


/* This is the class used for the footer */

.footer {
    background: #111;
}

.jgsm {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #38a4c5;
    float: left;
    /*margin: 0 22px 25px;*/
}

.jian {
    display: none;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: url(images/jian_bg.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.jgsm_hover .jian {
    display: block;
}

.jgsm h2 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.jgsm span {
    color: #cbedf7;
    font-size: 12px;
    display: block;
    text-align: center;
    padding-top: 0px;
}

.jg_money {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 0px;
}

.jg_money strong {
    font-size: 14px;
}

.jgsm p {
    /*padding: 5px;*/
    /*height: 96px;*/
    overflow: hidden;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.pure-menu-heading img {
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.splash-container .appicon {
    width: 25%;
}

.to-animate {
  opacity: 0; 
}


@media (min-width: 21em) { 
    .splash-subhead {
        margin-top: 30px;
        font-size: 14px;
    }

    .download {
        bottom: 60px;
    }

    .jg_money strong {
        font-size: 16px;
    }

}
