
#about .headline{
	margin-top: 20px;
}
/*End of Header*/

.row.one{background:#9eae54;}

.row.one .container{
    height:150px;	
    background-size: 180%;
    position:relative;
}

.row.two{background:#dddddd;}

.sub_headers {
    position:absolute;
    top:126px;
    left:27%;
    font-size:40px;
    color:#18a2e3;
}

.sub_headers.main{
    position:absolute;
    top:35px;
    left:15px;
    font-size:28px;
    color:#18a2e3;
    padding:10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
}

.sub_headers.link {
    position:absolute;
    top:120px;
    left:35%;
    font-size:40px;
    color:#18a2e3;
}

p{line-height: 25px;}
#about{padding-bottom:30px;}
#aboutbo{
    background:#f3f3f3;
    padding-bottom:60px;
    border-top:1px dotted #ccc;
}

/*used in Signup_success verification page*/
.row.verify{background:#c7c7c9;}
.row.verify .container{
    background:url(../images/verify_main.png) center no-repeat;
    height:300px;	
}


/* CNY PROMO PG STYLE */
#about.promopg {background: #dddddd; color:#333333;}
#promo-img {
    display:block;
    float:none;
    padding:5px;
    background:#ffffff;
    margin:0px auto 20px auto;
    max-width:100%;
}

.promoheadline {text-align: center;}
.promoheadline h2{color:#8d1b1c;}

#promotnc {line-height: 1.8em;}

.footer_copyright{
    padding-top: 15px;
    color:#646464;
}

.footer_bottom {
    font-family: inherit !important;
    font-size: 12px !important;
    line-height: 14px !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    border-top: 1px solid #DDDDDD !important;
    padding: 8px 0 !important;
    margin-top: 20px;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    -webkit-align-items: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
}

@media screen and (min-width: 481px) {
    .row.one .container{
        background:url(../images/about_main.png) center no-repeat;
        height:200px;	
        background-size: 170%;
    }

    .sub_headers.main{
        position:absolute;
        top:70px;
        left:40px;
        font-size:30px;
        color:#18a2e3;
    }

}

@media screen and (min-width: 768px) {
    .row.one .container{
        background:url(../images/about_main.png) top no-repeat;
        height:220px;	
        background-size: 120%;
    }

    .sub_headers.main{
        position:absolute;
        top:50px;
        left:40px;
        font-size:40px;
        color:#ffffff;
        padding:0;
        background-color: transparent;
        text-shadow:2px 2px 5px #333333;
    }
}

@media screen and (min-width: 992px) {
    .row.one .container{
        background:url(../images/about_main.png) top no-repeat;
        height:225px;	
        background-size: 100%;
    }

    .sub_headers.main{
        position:absolute;
        top:90px;
        left:35px;
        font-size:40px;
        color:#ffffff;
    }
}

/*DESKTOPS LARGE SCREEN*/
@media screen and (min-width: 1200px) {
    .row.one .container{-height:250px;}
}

@media screen and (min-width: 1460px) {
    .row.one .container{height:260px;}
}


/*@media screen and (max-width: 1200px) {
        .container{
                width:99%;
        }
        
}*/

