/**
 * @category Marketing
 * @package shared
 * @version $Id$
 * @author Vahan Mkrtchyan <vahan.mkrtchyan@aofl.com>
 * 
 * A template for use in the COM outside-the-paywall sites
 * */
@charset "utf-8";

@font-face {
    font-family: 'AofLCenturyGothicBold';
    src:  url('../../../fonts/aofl_century_gothic_bold_webfont.eot');
    src:  url('../../../fonts/aofl_century_gothic_bold_webfont.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/aofl_century_gothic_bold_webfont.woff') format('woff'),
        url('../../../fonts/aofl_century_gothic_bold_webfont.ttf') format('truetype'),
        url('../../../fonts/aofl_century_gothic_bold_webfont.svg#AofLCenturyGothicBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AofLCenturyGothic';
    src:  url("../../../fonts/aofl_century_gothic_regular_webfont.eot");
    src:  url("../../../fonts/aofl_century_gothic_regular_webfont.eot?#iefix") format('embedded-opentype'),
        url("../../../fonts/aofl_century_gothic_regular_webfont.woff") format('woff'),
        url("../../../fonts/aofl_century_gothic_regular_webfont.ttf") format('truetype'),
        url("../../../fonts/aofl_century_gothic_regular_webfont.svg#AofLCenturyGothic") format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --- global font size --- */


::-moz-selection {
    background-color: transparent;
}
::selection {
    background-color: transparent;
}
/* --- font style --- */
.bold {
    font-weight: bold;
}
.red {
    color: #f31b00;
}
.gray {
    color: #231f20;
}
.lightgray {
    color: #545454;
}
.red {
    color: #ea4701;
}
.green {
    color: #03931e;
}
.orange {
    color: #ff8400;
}
.blue {
    color: #0015c5
}
.white {
    color: #ffffff;
}
.yellow {
    color: #e49c02;
}

.yellow_title {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFEA47),
	color-stop(1, #FFAB02)
    );
    background-image: -o-linear-gradient(bottom, #FFEA47 0%, #FFAB02 100%);
    background-image: -moz-linear-gradient(bottom, #FFEA47 0%, #FFAB02 100%);
    background-image: -webkit-linear-gradient(bottom, #FFEA47 0%, #FFAB02 100%);
    background-image: -ms-linear-gradient(bottom, #FFEA47 0%, #FFAB02 100%);
    background-image: linear-gradient(to bottom, #FFEA47 0%, #FFAB02 100%);
    text-shadow: 1px 2px 0px #c58d0c;
}
.blue_title {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #8FC3E4),
	color-stop(1, #168EFE)
    );
    background-image: -o-linear-gradient(bottom, #8FC3E4 0%, #168EFE 100%);
    background-image: -moz-linear-gradient(bottom, #8FC3E4 0%, #168EFE 100%);
    background-image: -webkit-linear-gradient(bottom, #8FC3E4 0%, #168EFE 100%);
    background-image: -ms-linear-gradient(bottom, #8FC3E4 0%, #168EFE 100%);
    background-image: linear-gradient(to bottom, #8FC3E4 0%, #168EFE 100%);
}

/* --- globales --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
    outline: none;
}
body, html {
    height: 100%;
    width: 100%;
    background: url("../../../../../artwork/cn/template/bg.jpg") repeat;
    font-family: Arial, 'Microsoft YaHei', 'SimHei', 'STHeiti', 'Heiti SC', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Disable selection/copy in UIWebView */
}
.bold {
    font-weight: bold;
}
.clear {
    clear: both;
}

/* --- Main Start --- */
#touchUp {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: transparent;
    height: 10px;
    width: 100%;
}
.main_wrapper {
    width: 1024px;
    height: auto;
    margin: 10px auto;
}

/* --- Header Start --- */
.header_wrapper {
    width: 100%;
    height: 170px;
    padding: 0px 40px;
    position: relative;
    font-size: 14px;
    background-color: #fef667;
    border-bottom: 4px solid #ffd200;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
.header_wrapper .ruler {
    width: 100%;
    height: 170px;
    position: relative;
}
.header_wrapper .inner_wrapper {
    width: 100%;
    height: 60px;
    background-color: #fffef1;
    border-top: 7px solid #ffd200;
    border-left: 7px solid #ffd200;
    border-right: 7px solid #ffd200;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-topright: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    position: absolute;
    bottom: -1px;
}
.header_wrapper .logo_wrapper {
    margin: 0px auto;
    width: 435px;
}
.header_wrapper .logo_wrapper .cn_abc_top_logo_img {
    margin-top: 8px;
    width: 560px;
}
.header_wrapper .title_wrapper {
    width: auto;
    height: 60px;
    margin: -20px auto 0px auto;
    border: 4px solid #00246a;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px -27px 1px 0px #033eaa;
    -moz-box-shadow: inset 0px -27px 1px 0px #033eaa;
    box-shadow: inset 0px -27px 1px 0px #033eaa;
    background-color: #2a63bf;
    font-size: 36px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: table;
    font-family: 'AofLCenturyGothicBold';
}
.header_wrapper .title_wrapper span {
    text-align: center;
    color: #ffffff;
    font-size: 100%;
    width: 100%;
    display: block;
    padding: 0px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    line-height: 50px;
}
.header_wrapper .title_wrapper_home {
    width: auto;
    margin: -20px auto 0px auto;
    padding: 10px 20px;
    border: 4px solid #ffba00;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    text-align: center;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #FFE16B),
        color-stop(1, #FFDD56)
        );
    background-image: -o-linear-gradient(bottom, #FFE16B 0%, #FFDD56 100%);
    background-image: -moz-linear-gradient(bottom, #FFE16B 0%, #FFDD56 100%);
    background-image: -webkit-linear-gradient(bottom, #FFE16B 0%, #FFDD56 100%);
    background-image: -ms-linear-gradient(bottom, #FFE16B 0%, #FFDD56 100%);
    background-image: linear-gradient(to bottom, #FFE16B 0%, #FFDD56 100%);
    display: table;
}
.header_wrapper .title_wrapper_home span {
    color: #f01d02;
    text-shadow: 1px 1px 0px #999999;
    width: 100%;
    line-height: 32px;
    text-align: center;
    display: block;
    font-size: 270%;
}
.header_wrapper .cn_child_safe_logo_img {
    width: 129px;
    height: 129px;
    position: absolute;
    top: -70px;
    left: 46px;
    z-index: 5;
}
.header_wrapper .btn_wrapper {
    position: absolute;
    width: 190px;
    top: 14px;
    right: -14px;
    text-align: right;
}
.header_wrapper .btn_wrapper .subscribe_btn {
    display: list-item;
    margin-left: 25px;
    font-size: 14px;
    color: #1415c7;
    font-weight: bold;
    float: right;
    cursor: pointer;
    height: 18px;
    text-decoration: underline;
}
.header_wrapper .btn_wrapper .login_btn  {
    float: right;
    font-size: 14px;
    color: #1415c7;
    width: 100px;
    font-weight: bold;
    text-align: right;
    height: 20px;
    cursor: pointer;
    text-decoration: underline;
}
.header_wrapper .btn_wrapper .forgotpass_btn {
    float: right;
    font-size: 14px;
    margin-top: 5px;
    color: #1415c7;
    font-weight: bold;
}
.header_wrapper .btn_wrapper .code_btn {
    width: 190px;
    height: 40px;
    border: 3px solid #1bb0ff;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #006ca6;
    color: #ffffff;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    margin-top: 7px;
}
.header_wrapper .shortcut {
    position: absolute;
    top: 10px;
    left: -30px;
    width: auto;
    height: 21px;
    display: none;
}
.home .shortcut  {
    display: block;
}
.header_wrapper .shortcut .shortcutIcon {
    background: url('../../../../artwork/cn/template/shortcut_icon.png') no-repeat;
    width: 34px;
    height: 21px;
    float: left;
}
.header_wrapper .shortcut .shortcutLink {
    height: 21px;
    float: left;
    text-decoration: underline;
    color: #0000FF;
    cursor: pointer;
    font-weight: bold;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-left: 5px;
}

.header_wrapper .mobile_btn_wrapper .mobile_btn {
    width: 100px;
    height: 25px;
    position: absolute;
    background-color: #ffd634;
    border: 1px solid #fea901;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px -10px 0px 0px #ffcc00;
    -moz-box-shadow: inset 0px -10px 0px 0px #ffcc00;
    box-shadow: inset 0px -10px 0px 0px #ffcc00;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    color: #2b5b86;
    font-size: 16px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.header_wrapper .mobile_btn_wrapper .login_btn {
    top: 0px;
    right: 0px;
}
.header_wrapper .mobile_btn_wrapper .subscribe_btn {
    display: block;
    top: 38px;
    right: 0px;
}
.header_wrapper .mobile_btn_wrapper .code_btn {
    width: 190px;
    height: 40px;
    border: 3px solid #1bb0ff;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #006ca6;
    color: #ffffff;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 170%;
    margin-top: 80px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 5;
    right: 0px;
}

/* --- Body Start --- */
.body_wrapper {
    width: 100%;
    min-height: 300px;
    background-color: #fffcd2;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 0px 40px;
    margin: 0px;
}
.body_wrapper .inner_wrapper {
    width: 100%;
    min-height: 300px;
    background-color: #fffef1;
    border-left: 7px solid #ffd200;
    border-right: 7px solid #ffd200;
    margin: 0px auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
.body_wrapper_wide {
    width: 100%;
    min-height: 300px;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
}
.body_wrapper_wide .inner_wrapper_wide {
    background-color: #ffffff;
    padding-bottom: 30px;
}

/* --- Footer Start --- */
.footer_wrapper {
    width: 100%;
    height: 170px;
    padding: 0px 40px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    position: relative;
    border-top: 3px solid #ffd200;
    background-color: #fef667;
    
}
.footer_wrapper .inner_wrapper {
    width: 100%;
    height: 38px;
    background-color: #fffef1;
    border-bottom: 7px solid #ffd200;
    border-left: 7px solid #ffd200;
    border-right: 7px solid #ffd200;
    margin-top: -8px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    -moz-border-radius-bottomleft: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
.footer_wrapper_wide {
    width: 100%;
    min-height: 60px;
    padding: 5px 40px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    position: relative;
    border-top: 3px solid #ffd520;
    border-bottom: 3px solid #ffd520;
    background-color: #fdf499;
}

.footer_wrapper #footer_inner_sitelinks {
    font-size: 13px;
    text-align: center;
    line-height: 20px;
}
.footer_wrapper .inner_wrapper_wide div.block_1 {
    padding: 0px;
    line-height: 25px;
}
.footer_wrapper .inner_wrapper_wide span {
  text-decoration: underline;
  cursor: pointer;
  color: #0015c5;
}


.footer_wrapper #footer_inner_sitelinks div.block_1 {
    padding: 82px 0 0 0;
  line-height: 25px;
}




.popupcover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 10;
    background: url('../../../../artwork/com/template/overlay_bg.png') repeat;
}
/* --- Popup Start --- */
#mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: url('../../../../artwork/com/template/overlay_bg.png') repeat;
    padding: 0px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    display: none;
}
#overlay {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    display: none;
    padding: 0px 20px;
}
#overlay .popup_wrapper {
    max-width: 550px;
    height: auto;
    margin: 0px auto;
    box-shadow: 0px 0px 10px #000000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    display: none;
    z-index: 1000;
}
#overlay .popup_wrapper .header {
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #0064DF),
        color-stop(1, #034CA6)
        );
    background-image: -o-linear-gradient(bottom, #0064DF 0%, #034CA6 100%);
    background-image: -moz-linear-gradient(bottom, #0064DF 0%, #034CA6 100%);
    background-image: -webkit-linear-gradient(bottom, #0064DF 0%, #034CA6 100%);
    background-image: -ms-linear-gradient(bottom, #0064DF 0%, #034CA6 100%);
    background-image: linear-gradient(to bottom, #0064DF 0%, #034CA6 100%);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    -webkit-border-top-left-radius: 14px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-topright: 14px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    text-align: left;
    color: #ffffff;
    padding: 0px 20px;
    font-size: 30px;
    line-height: 48px;
}
#overlay .popup_wrapper .content_wrapper {
    padding: 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    background-color: #fffef2;
    -webkit-border-bottom-left-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-bottomleft: 14px;
    -moz-border-radius-bottomright: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    overflow-y: auto;
    
}
#overlay .popup_wrapper .content {
    width: 100%;
    margin: 0px;
    overflow-y: auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 0px;    
}
#overlay .popup_wrapper .close_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 40px;
}
#overlay .popup_wrapper .content .wrap {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    overflow: auto;
}
#overlay .popup_wrapper .content .success {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
#overlay .popup_wrapper .content .wrap .row {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}
#overlay .popup_wrapper .content .wrap .row label {
    color: #0269E0;
    width: 30%;
    font-size: 18px;
    float: left;
    text-align: right;
    margin-right: 2%;
}
#overlay .popup_wrapper .content .wrap .row input {
    border-color: #5a5a5a;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    -moz-box-shadow: inset 2px 2px 6px #c3c3c3;
    -webkit-box-shadow: inset 2px 2px 6px #c3c3c3;
    box-shadow: inset 2px 2px 6px #c3c3c3;
    font-size: 18px;
    outline-width: 0;
    padding: 8px 6px;
    float: left;
    color: #333333;
    width: 68%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
#overlay .popup_wrapper .content .wrap .row textarea {
    border-color: #5a5a5a;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    -moz-box-shadow: inset 2px 2px 6px #c3c3c3;
    -webkit-box-shadow: inset 2px 2px 6px #c3c3c3;
    box-shadow: inset 2px 2px 6px #c3c3c3;
    font-size: 18px;
    outline-width: 0;
    padding: 8px 6px;
    float: left;
    color: #333333;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    width: 100%;
    height: 160px;
}
#overlay .popup_wrapper .content .wrap .button {
    margin-bottom: 0px;
    text-align: center;
}

#overlay .popup_wrapper .content .wrap .row .shiny_button {
    background-color: #0369E0;
    background-image: none;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    padding: 0 6%;
    width: 30%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    margin: 0px auto;
    float: none;
}
#overlay .popup_wrapper .content .wrap .checkbox label {
    text-align: left;
    padding: 8px 5px;
}
#overlay .popup_wrapper .content .wrap .row .feedback_checkbox {
    background: url('../../../../artwork/cn/template/checkbox_unchecked.png') no-repeat;
    float: left;
    width: 30px;
    height: 35px;
    background-size: 30px 35px;
}
#overlay .popup_wrapper .content .wrap .row .checked {
    background: url('../../../../artwork/cn/template/checkbox.png') no-repeat;
    float: left;
    width: 30px;
    height: 35px;
    background-size: 30px 35px;
}
#overlay .popup_wrapper .content .wrap .error {
    display: none;
}
#overlay .popup_wrapper .content .wrap .error div {
    text-align: center;
    color: #ff0000;
    font-size: 18px;
}

/* --- footer --- */
.footer_wrapper_wide .inner_wrapper_wide {
    padding: 10px 0px;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
}
.footer_wrapper_wide .inner_wrapper_wide div.block_1 {
    padding: 0px;
    line-height: 25px;
}
.footer_wrapper_wide .inner_wrapper_wide span {
  text-decoration: underline;
  cursor: pointer;
  color: #0015c5;
}