@charset "utf-8";
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    background-color: #212121;
}
td {
    font-size: 12px;
}
img {
    border: 0px;
}
a:link, a:visited {
    color: #d2d29d;
}
#container {
    width: 1024px;
    margin: 0 auto;
}
/*---------hp_maninv---------*/
.hp_mainnav_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #333333;
    z-index: 100;
}
#hp_mainnav {
    height: 48px;
    margin: 0 auto;
    font-size: 12px;
}
#hp_mainnav .language {
    color: #d4d4d4;
    padding-top: 16px;
    float: left;
}
#hp_mainnav .language span {
    margin: 0 0 0 10px;
    padding: 1px 0 0 30px;
}
#hp_mainnav .language .eng {
    background: url(hp-language-icon01.gif) no-repeat left top;
}
#hp_mainnav .language .deu {
    background: url(hp-language-icon02.gif) no-repeat left top;
}
#hp_mainnav .language a {
    color: #d4d4d4;
    text-shadow: 0 -1px #3c2f04;
    text-decoration: none
}
#hp_mainnav .signin {
    float: right;
    color: #d4d4d4;
    text-shadow: 0 -1px #3c2f04;
    line-height: 76px;
}
#hp_mainnav .signin span {
    padding-right: 20px;
}
#hp_mainnav .signin img {
    float: right;
    margin-top: 10px;
}
/*------------------hp_center------------*/
#hp_center {
    height: 626px;
    width: 1024px;
    padding-top: 48px;
}
#hp_center ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#hp_center .logoaera li.membernumber span {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0;
}
#hp_center .searcharea {
    float: right;
    color: #c5c5c5;
    width: 272px;
    padding: 10px 14px;
    margin-top: 186px;
    font-size: 12px;
    font-weight: bold;
}
#hp_center .searcharea td {
    padding: 8px 0;
}
#hp_center .searcharea li {
    padding-top: 17px;
}
#hp_center .searcharea li table tr td input,
#hp_center .searcharea li table tr td label {
    cursor: pointer;
}
#hp_center .searcharea li select:focus {
    outline: none;
}
.searchitem_bg {
    width: 250px;
    height: 34px;
    background: #616161;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: hidden;
    margin-top: 5px;
    color: #c5c5c5;
    padding: 8px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance: none;
    -ms-appearance: none;
}
#hp_center .searcharea li.search_btn {
    margin: 0;
    text-align: center;
}
/*-------------------hp_success---------*/
#hp_success {
    height: 200px;
}
#hp_success ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#hp_success ul.auccesstititle {
    margin: 25px 0;
}
#hp_success ul.successitem {
    float: left;
    width: 482px;
}
#hp_success ul.successitem li.suc_photo {
    float: left;
    padding-right: 10px;
}
#hp_success ul.successitem li.suc_words {
    float: left;
    line-height: 22px;
    color: #e5e5b9;
    font-size: 14px;
    width: 311px;
}
#hp_success ul.successitem li.suc_words h1 {
    font-weight: bold;
    color: #d2d29d;
    font-size: 16px;
    margin: 0;
    padding: 0 0 10px 0;
}
#hp_success ul.successitem li.suc_words span .comma_img {
    display: block;
    width: 18px;
    height: 19px;
    background: url(index_icons.png) -93px -38px no-repeat;
    background-size: 193px auto;
    margin: 0 10px 120px 0;
    float: left;
}
/*-----hp_partner------*/
#hp_partner {
    margin: 30px 0;
}
#hp_partner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#hp_partner ul.partnertitle {
    margin-bottom: 20px;
}
#hp_partner ul.partnerarea {
    padding: 25px 10px;
    background: #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #3f351a;
}
/*-------hp_words---------*/
#hp_words {
    color: #d0ccb5;
    font-size: 14px;
}
#hp_words h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#hp_words a {
    color: #d4c156;
}
/*-------hp_footer-------*/
.hp_footnav {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    font-size: 12px;
}
.hp_footnav a {
    font-size: 12px;
    color: #abab96;
    font-weight: bold;
    text-decoration: none;
}
.hp_iphone a {
    background: url(apple.png) no-repeat;
    margin: 5px 0 0 9px;
    padding: 5px 0 10px 27px;
}
.hp_android a {
    background: url(andrio.png) no-repeat;
    margin-left: 10px;
    margin-top: 5px;
    padding: 5px 0 10px 25px;
}
.hp_mobile a {
    margin-left: 10px;
    margin-top: 5px;
    padding: 5px 0 10px 25px;
}
.hp_mobile a img {
    position: relative;
    top: 7px;
}
.hp_iphone a, .hp_android a, .hp_mobile a {
    font-weight: bold;
    color: #b7a05b;
    text-decoration: none;
}
.footer_followus a {
    display: inline-block;
    height: 24px;
    overflow: hidden;
    text-indent: -999px;
    width: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: -9px;
}
.footer_followus .facebook_icon {
    background-position: 0 0;
}
.footer_followus .twitter_icon {
    background-position: -20px 0;
}
.footer_followus .pinterest_icon {
    background-position: -40px 0;
}
.footer_followus .google_icon {
    background-position: -60px 0;
}
.footer_followus .youtube_icon {
    background-position: -80px 0;
}
.footer_followus .instagram_icon {
    background-position: -100px 0;
}
.hp_copyright {
    padding: 10px 0;
    width: 1024px;
    margin: 0 auto;
    font-size: 11px;
}
#foot_banner_list {
    padding: 5px 0;
}
#foot_banner_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#foot_banner_list ul li {
    display: inline;
    float: none;
    margin: 0 0.2em;
}
.hp-banner-text li {
    height: 71px;
    padding: 10px 0;
    position: relative;
}
#hp_footer p {
    margin: 0;
    padding: 0;
}
.hp_copyright a {
    font-size: 11px;
    color: #abab96;
    text-decoration: none;
}
.footer_mobile_area {
    padding-left: 290px !important;
    text-align: left;
}
#quickexit {
    position: fixed;
    float: right;
    width: 31px;
    height: 108px;
    top: 35%;
    right: 0px;
    text-align: right;
    border: 0 none;
    z-index: 999;
    left: expression( (johndoe2 = document.documentElement.scrollRight ? document.documentElement.scrollRight : document.body.scrollRight ) + 'px' );
    top: expression( (johndoe1 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
}
#quickexit img {
    border: 0px;
}
#hp_center .logoaera li {
    text-align: left;
}
#hp_center .logoaera li.words {
    margin-left: 20px;
    font-size: 24px;
    width: 340px;
    text-align: center;
    line-height: 36px;
    color: #e0d0a1;
    font-family: "Times New Roman", Times, serif;
}
@font-face {
    font-family: 'Trebuchet';
    src:url('../webfonts/Trebuchet MS Bold.ttf');
}
#hp_center .logoaera li.membernumber {
    padding: 0 0 30px 0;
    font-family: 'Trebuchet';
    color: #b1943f;
    font-size: 14px;
    width: 340px;
    letter-spacing: 2px;
}
#hp_center .logoaera li.adwords{
    color:#b1943f;
    font-size:16px;
    padding:10px 0 15px 0;
    line-height: 24px;
    letter-spacing: 1px;
}
#hp_center .logoaera li.adwords b{
    font-size:18px;
}
#hp_partner ul.partnerarea li {
    text-align: center;
}
#hp_partner ul.partnertitle li {
    text-align: left;
}
#hp_center .logoaera {
    width: 470px;
    float: left;
    margin-top: 90px;
}
.vip-join {
    position: absolute;
    left: 170px;
    padding: 10px 10px 0 0;
    text-align: right;
    width: 622px;
    color: #D4D4D4;
}
.vip-join span {
    float: right;
    width: 500px;
    padding-right: 20px;
}
#hp_mainnav {
    height: 76px;
    font-size: 12px;
    width: 1024px;
    position: relative;
}
.logo_box {
    float: left;
    margin-top: 7px;
}
.dropdownContainer {
    background-color: #333;
    display: block;
    right: 0;
    position: absolute;
    top: 76px;
    width: 260px;
    z-index: 1;
    box-shadow: 0px 8px 12px #000;
    -moz-box-shadow: 0px 8px 12px #000;
    -webkit-box-shadow: 0px 8px 12px #000;
}
.dropdownContainer .row input {
    width: 100%;
    box-sizing: border-box;
}
fieldset {
    display: block;
    padding: 15px 10px 10px 10px;
    border: 0;
}
.row {
    margin-bottom: 0.5em;
    padding-bottom: 0;
    padding-left: 0;
    line-height: normal!important;
}
.dropdownContainer .row label {
    color: #fff;
    font-size: 12px;
}
.dropdownContainer .row>label {
    margin: 5px 0;
    overflow: hidden;
    display: block;
}
.n-Button {
    border: 1px solid transparent;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    cursor: pointer;
    display: inline-block;
    font-family: "helvetica neue", arial, sans-serif;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 0.11em 2.825em 0.21em !important;
    height: 34px;
    float: left;
    margin-left: 5px;
    text-align: center;
    -moz-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
}
#hp_center .logoaera li.logo {
    margin: 30px 0 10px 0;
}
#wrapper {
}
#hp_footer {
    background: #2a2a2a;
    padding: 20px 0 10px 0;
    text-align: center;
    color: #abab96;
    margin-top: 50px;
    overflow: hidden;
    float: left;
    width: 100%;
}
#hp_center .logoaera li.words {
    margin-left: 20px;
    font-size: 24px;
    width: 340px;
    text-align: center;
    line-height: 28px;
    color: #e0d0a1;
    font-family: "Times New Roman", Times, serif;
}
.hp_richsingle {
    color: #d0ccb5;
    font-size: 15px;
    padding-bottom: 30px;
    line-height: 24px;
}
@font-face {
    font-family: 'Avenir';
    src:url('../webfonts/Avenir-Roman.ttf');
}
.hp_richsingle p {
    font-family: 'Avenir';
    opacity: 0.9;
}
.hp_richsingle img {
    width: 100%;
    max-width: 225px!important;
}
.logoaera .no-daddy{
    margin-top: 12px;
    color:#888;
}
body {
    background: url(new/hp_bg.gif) repeat-x left top #212121;
}
#wrapper {
    background: url(./bg-hp-search_v2.jpg) no-repeat center 48px;
    background-size: 1920px auto;
}
.vip-join {
    left: 0;
    text-align: left;
    width: 422px;
}
.vip-join span {
    float: left;
    width: 330px;
}
.tab_singin {
    border-collapse: collapse;
}
.tab_singin td {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}
.tab_singin td img {
    margin: 0!important;
}
.btn_signin_f:visited, .btn_signin_f:link {
    position: relative;
    display: block;
    width: 202px;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    padding: 0 5px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    text-indent: 34px;
    text-shadow: none;
    box-shadow: none;
    background: #2160b5;
    text-transform: capitalize;
}
.btn_signin_f span {
    position: absolute;
    left: 3px;
    top: 3px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(index_icons.png) no-repeat -71px -38px;
    background-size: 193px auto;
}
#hp_mainnav .header_nav {
    float: right;
    font-size: 15px;
    color: #d8d4d5;
    height: 24px;
    margin-top: 25px;
    line-height: 24px;
    padding-right: 10px;
}
#hp_mainnav .header_nav a {
    padding: 0 17px;
    text-decoration: none;
    color: #d8d4d5;
}
#hp_mainnav .header_nav a:hover {
    color: #d4c156;  
}
#hp_center .logoaera li.logo {
    margin-bottom: 0px;
    display: none;
}
#hp_center .logoaera li.center a {
    margin: 0px 7px;
}
#hp_center .logoaera li.center {
    margin-bottom: 10px;
    padding-right: 40px;
    text-align: center;
}
#hp_footer p.footer_mobile_area {
    text-align: center;
    margin: 10px 0;
}
.footer_mobile_area {
    padding-left: 0px !important
}
.share_icon {
    text-align: center;
    position: relative;
    right: auto;
    height: 30px;
    text-align: center;
    overflow: hidden;
}
.share_icon .over {
    width: 120px;
    margin: 0 auto;
}
.hp_mobile a, .hp_iphone a, .hp_android a {
    margin-left: 3px;
    margin-right: 7px;
}
.hp_footnav .hp_page_width dl {
    width: 25%;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}
.hp_footnav .hp_page_width dl:first-child {
    padding-left: 0;
}
.hp_footnav .hp_page_width dl dt {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 15px 0;
}
.hp_footnav .hp_page_width dl dd {
    margin-left: 0;
    width: 100%;
    line-height: 23px;
    float: left;
}
.hp_footnav .hp_page_width dl dd a {
    font-size: 12px;
    float: left;
    text-decoration: none;
    text-transform: capitalize;
}
.hp_footnav .hp_page_width dl.hp_footnav_last dd a {
    width: 22px;
    float: none;
}
.hp_footnav .hp_page_width dl dd a:hover {
    color: #d4c156;
}
.hp_footnav dl.hp_footnav_last {
    padding-left: 50px;
}
#hp_footer dl.hp_footnav_last .hp_footer_app {
    margin-bottom: 15px;
    margin-right: 30px;
}
#hp_footer dl.hp_footnav_last .hp_footer_app > p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
#hp_footer dl.hp_footnav_last .hp_footer_app a.footer_app_store{
    width: 60px;
    height: 40px;
    border-radius: 5px;
    margin-right: 7px;
    display: inline-block;
    background: url("../../common-pc/img/apps_apple.png")no-repeat center center/contain;
}
#hp_footer dl.hp_footnav_last .hp_footer_app a.footer_google_play{
    width: 60px;
    height: 40px;
    border-radius: 5px;
    margin-right: 7px;
    display: inline-block;
    background: url("../../common-pc/img/apps_googleplay.png")no-repeat center center/contain;
}
.hp_copyright {
    text-align: center;
    width: 100%;
    float: left;
    padding: 25px 0 0 0;
    font-size: 12px;
}
.n-Button.Button-white {
    background-color: #f0eded;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfafb), to(#f0eded), color-stop(.5, #f9f7f7), color-stop(.5, #f6f3f4));
    background-image: -moz-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
    background-image: -o-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
    background-image: -webkit-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
    border-color: #bbb;
    color: #524d4d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfafb', endColorstr='#f0eded');
    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
}
.n-Button.Button-brown {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccae14), color-stop(100%, #ad9208));
    background: -webkit-linear-gradient(top, #ccae14, #ad9208);
    background: -moz-linear-gradient(top, #ccae14, #ad9208);
    background: -o-linear-gradient(top, #ccae14, #ad9208);
    background: linear-gradient(top, #ccae14, #ad9208);
    background-color: #ad9208;
    border-color: #ad9208;
    color: white!important;
}
.login-input {
    border: 0;
    padding: 6px;
    margin-top: 2px;
    background: #fff;
    color: #000;
    border-radius: 0;
}
.dropdownContainer .row a {
    font-weight: normal;
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    padding: 3px 0 13px 0;
    text-align: right;
    float: left;
    position: relative;
    z-index: 2;
}
.dropdownContainer .row a:hover {
    color: #fff;
}
.dropdownContainer .row.rememberme {
    float: left;
    margin: 0;
    width: 100%;
}
.dropdownContainer .row.rememberme label {
    color: #ccc;
}
.dropdownContainer .row.rememberme > div {
    float: left;
    padding-top: 3px;
    width: 100%;
}
.dropdownContainer .row.rememberme > div input {
    float: left;
    width: 20px;
    margin-left: 0px;
}
.dropdownContainer .row.rememberme > div span {
    float: left;
}
.dropdownContainer .row.rememberme > div:last-child {
    width: 100%;
    float: left;
    padding: 5px 0 5px 0;
    text-align: center;
}
.dropdownContainer .row.rememberme > div:last-child input {
    height: 28px;
    width: 100%;
    padding: 0px!important;
    float: none;
    background: none;
    transition: all .3s;
    border-radius: 0;
    color: #b1943f!important;
    border-color: #b1943f;
}
.dropdownContainer .row.rememberme > div:last-child input:focus {
    outline: 1px solid #b1943f;
    border: none !important;
}
.hp_votedbyforbes {
    width: 100%;
    overflow: hidden;
    font-size: 23px;
    color: #a18c4b;
    text-align: center;
    padding: 52px 0;
    line-height: 35px;
    font-family: "020CAI978", Arial, Helvetica, sans-serif;
}
.tab_singin td {
    position: relative;
    font-size: 15px;
}
#hp_footer p.footer_mobile_area {
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.membernumber a {
    text-decoration: none;
    color: #b1943f;
}
#hp_footer .hp_footnav .hp_page_width {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media (min-width:1025px) {
    #hp_mainnav .header_nav {
        display: block!important;
    }
}
@media (min-width:601px) and (max-width:1024px) {
    .dropdownContainer {
        background-color: #585755;
        border: 3px solid #585755;
        color: #D4D4D4;
        display: block;
        padding: 0px 1px 1px 1px;
        position: absolute;
        top: 60px;
        width: 260px;
        z-index: 1;
        box-shadow: 0 5px 4px #000;
        -moz-box-shadow: 0 5px 4px #000;
        -webkit-box-shadow: 0 5px 4px #000;
        -moz-border-radius: 0px 0 5px 5px;
        -webkit-border-radius: 0px 0 5px 5px;
        border-radius: 0px 0 5px 5px;
    }
    #hp_words, #hp_success ul.auccesstititle, #hp_center .logoaera, #hp_mainnav .signin {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width:1024px) {
    #hp_center .searcharea {
        border: 0;
        background: #353535;
        width: auto;
        max-width: 100%;
        float: none;
        overflow: hidden;
        padding: 15px 12px;
        margin: 0 auto 19px auto;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    body {
        background-image:none;
    }
    #hp_center .logoaera li.logo {
        display: block;
    }
    #hp_center .logoaera {
        margin-top: 20px;
    }
    #hp_mainnav {
        display: block;
        height: auto;
    }
    #wrapper {
        background: none;
    }
    #hp_center .logoaera li.words {
        line-height: 22px;
    }
    #hp_center, #hp_success {
        height: auto;
    }
    #wrapper, #hp_footer, .hp_footnav {
        width: auto;
        max-width: auto!important;
        min-width: auto!important;
        padding: 0 15px;
        overflow: hidden;
    }
    #hp_success {
        margin: 35px 0!important;
        background: #323232;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 0 15px;
    }
    #hp_partner ul.partnerarea {
        overflow: hidden;
    }
    #hp_center .logoaera li.membernumber {
        width: auto;
        padding: 25px 15px;
    }
    .vip-join {
        position: inherit;
        left: 0px;
        top: 0px;
    }
    .vip-join span {
        width: auto;
    }
    #hp_center .logoaera li.logo img {
        width: 100%;
        max-width: 420px;
    }
    #hp_center .logoaera li {
        text-align: center;
    }
    #hp_center .logoaera li.words {
        width: 100%;
        margin: 0px!important;
        padding: 0px!important;
    }
    #hp_center .logoaera li img {
        width: 95%;
        max-width: 369px;
        margin: 0 auto;
    }
    #hp_center .logoaera li:last-child {
        padding-bottom: 35px;
        margin-top: -5px;
    }
    #hp_center .searcharea form {
        width: 100%;
        margin: 0 auto;
    }
    #hp_success ul.auccesstititle li {
        text-align: center;
    }
    #hp_success ul.auccesstititle li img {
        width: 85%;
        max-width: 356px;
    }
    #hp_center .logoaera li.logo {
        margin-top: 20px;
    }
    .share_icon {
        width: 155px;
        margin: 0 auto;
        padding: 15px 0;
        position: inherit;
        left: 0px;
        top: 0px;
    }
    .footer_mobile_area {
        text-align: center;
    }
    .searchitem_bg {
        width: 100%;
    }
    #hp_success ul.successitem {
        padding: 15px 0;
        margin: 0 15px!important;
        float: left;
        width: auto!important;
        overflow: hidden;
    }
    #hp_success ul.auccesstititle {
        margin-bottom: 5px!important;
    }
    #hp_success ul.successitem li.suc_words {
        float: none;
        margin: 0 15px 0 180px;
    }
    #hp_success ul.successitem li.suc_words {
        width: auto;
    }
    #hp_center .logoaera li.center {
        display: none;
    }
    .share_icon {
        padding-bottom: 0px;
    }
    #hp_center .logoaera li.logo {
        margin-bottom: 10px;
    }
    .dropdownContainer {
        background-color: #585755;
        border: 3px solid #585755;
        color: #D4D4D4;
        display: block;
        padding: 0px 1px 1px 1px;
        position: absolute;
        top: 60px;
        width: 250px;
        z-index: 1;
        box-shadow: 0 5px 4px #000;
        -moz-box-shadow: 0 5px 4px #000;
        -webkit-box-shadow: 0 5px 4px #000;
        -moz-border-radius: 0px 0 5px 5px;
        -webkit-border-radius: 0px 0 5px 5px;
        border-radius: 0px 0 5px 5px;
    }
    #container, #hp_center, #hp_success, #hp_success, #hp_words, .vip-join, #hp_center .logoaera, .footer_mobile_area, #hp_partner ul.partnerarea li img, .hp_footnav {
        width: 100%!important;
        float: left;
        padding: 0px!important;
    }
    #hp_center {
        padding-top: 48px!important;
        float: none;
    }
    #hp_mainnav {
        width: 100%;
    }
    a.bt_sign_in, a.bt_sign_in:visited, a.bt_sign_in:link {
        margin: 15px 0;
    }
    .menu_mobile {
        display: block;
        float: left;
        width: 25px;
        margin: 26px 0 0 6px;
    }
    .logo_box {
        display: none;
    }
    #hp_mainnav .header_nav {
        width: 100%;
        border: none;
        padding: 20px 0;
        margin: 0px;
        position: absolute;
        left: 0px;
        top: 57px;
        display: none;
        border-top:1px solid #454545;
        float:left;
        background:#212121;
    }
    #hp_mainnav .header_nav a {
        width: 100%;
        background: #212121;
        float: left;
        padding: 20px 15px;
        margin: 0 0 0 -15px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
    }
    #hp_mainnav .header_nav a:last-child {
        padding-bottom:50px;
    }
    .menu_mobile span {
        width: 100%;
        height: 3px;
        float: left;
        margin: 2px 0;
    }
}
@media (min-width:600px) and (max-width:601px) {
    .tab_singin {
        margin: 0 0 0 140px;
    }
    .dropdownContainer {
        background-color: #585755;
        border: 3px solid #585755;
        color: #D4D4D4;
        display: block;
        padding: 0px 1px 1px 1px;
        position: absolute;
        top: 60px;
        width: 250px;
        z-index: 1;
        box-shadow: 0 5px 4px #000;
        -moz-box-shadow: 0 5px 4px #000;
        -webkit-box-shadow: 0 5px 4px #000;
        -moz-border-radius: 0px 0 5px 5px;
        -webkit-border-radius: 0px 0 5px 5px;
        border-radius: 0px 0 5px 5px;
    }
}
@media (min-width:375px) and (max-width:500px) {
    #hp_mainnav .signin {
        padding-right: 3px;
        line-height: 48px;
    }
    .tab_singin {
        margin: 0 0 0 40px;
    }
    .dropdownContainer {
        background-color: #585755;
        border: 3px solid #585755;
        color: #D4D4D4;
        display: block;
        padding: 0px 1px 1px 1px;
        position: absolute;
        top: 60px;
        width: 250px;
        z-index: 1;
        box-shadow: 0 5px 4px #000;
        -moz-box-shadow: 0 5px 4px #000;
        -webkit-box-shadow: 0 5px 4px #000;
        -moz-border-radius: 0px 0 5px 5px;
        -webkit-border-radius: 0px 0 5px 5px;
        border-radius: 0px 0 5px 5px;
    }
}
@media screen and (max-width:430px) {
    #hp_footer dl.hp_footnav_last .hp_footer_app {
        margin-right: 0;
    }
    #hp_mainnav .signin {
        padding-right: 6px;
    }
    .tab_singin td {
        padding-left: 5px;
    }
    .suc_photo {
        text-align: center;
        width: 100%;
    }
    #hp_success ul.successitem li.suc_words h1 {
        text-align: center;
    }
    #hp_success ul.successitem li.suc_words {
        width: auto;
        margin: 0px 15px;
        padding-top: 15px;
        float: none;
    }
    .partnertitle li {
        text-align: center!important;
        float: left;
        width: 100%;
        padding-bottom: 15px;
    }
    #hp_words {
        text-align: center;
    }
    .hp_votedbyforbes {
        float: left!important;
    }
    .searchitem_bg {
        color: #333;
    }
    .hp_footnav .hp_page_width dl {
        width: 50%;
    }
    #wrapper, #hp_footer, .hp_footnav {
        padding-top: 25px;
    }
    #wrapper {
        padding-top: 0px;
    }
}
@media screen and (max-width:414px) {
    .suc_photo {
        text-align: center;
        width: 100%;
    }
    #hp_success ul.successitem li.suc_words h1 {
        text-align: center;
    }
    #hp_success ul.successitem li.suc_words {
        width: auto;
        margin: 0px 15px;
        padding-top: 15px;
        float: none;
    }
    .partnertitle li {
        text-align: center!important;
        float: left;
        width: 100%;
        padding-bottom: 15px;
    }
    #hp_words {
        text-align: center;
    }
    .hp_votedbyforbes {
        float: left!important;
    }
}
@media screen and (max-width:330px) {
    .hp_footnav .hp_page_width dl {
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }
    #wrapper, #hp_footer, .hp_footnav, .hp_copyright {
        padding: 0 8px;
    }
}
.searchitem_bg {
    padding-right: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .searchitem_bg {
        padding-right: 6px;
    }
    #r_country_span::after, #match_r_state_id_span::after, #search_millionare_span::after, .search_select_span::after {
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        content: "";
        display: block;
        right: 28px;
        background: #616161;
        pointer-events: none;
    }
}
.hp_footnav .hp_page_width dl.hp_footnav_last dd.footer_followus a {
    width: 19px;
    height: 19px;
    display: block;
    float: left;
    margin: 0 6px 0 0;
    background-repeat: no-repeat;
    background-image: url(index_f_icons.png);
    background-size: 194px auto;
}
@font-face {
    font-family: 'Cochin';
    src:url('../webfonts/Cochin.ttf');
}
#hp_center .searcharea li.search_btn input[type=submit] {
    width: 250px;
    height: 42px;
    display: block;
    color: #fff;
    border: 0;
    font-family: Arial;
    background: #ac8d2d;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 6px;
    outline: none;
}
.join_now_b:hover,.bt_sign_in:hover,.dropdownContainer .row.rememberme > div:last-child input:hover {
    background: #444!important;
    border: 1px solid #444!important;
    transition: all .3s;
}
.join_now_b {
    display: block;
    width: 180px;
    height: 39px;
    line-height: 39px;
    transition: all .3s;
    overflow: hidden;
    color: #b1943f!important;
    text-decoration: none;
    border: 1px solid #b1943f;
    text-align: center;
    font-size: 18px;
}
#hp_mainnav .signin .btn_signin_f span {
    padding: 0;
    left: 11px;
    top: 50%;
    margin-top: -10px;
}
#r_country_span,
#match_r_state_id_span,
#search_millionare_span,
.search_select_span {
    position: relative;
    display: block;
    box-sizing: border-box;
}
#r_country_span:before,
#match_r_state_id_span:before,
#search_millionare_span:before,
.search_select_span:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #c5c5c5;
    right: 28px;
    top: 50%;
    z-index: 1;
    margin-top: -1.5px;
    pointer-events: none;
}
#hp_footer .switch_to_mobile{
    padding: 12px 0;
    font-weight: bold;
}
#hp_footer .switch_to_mobile_link{
    color: #fff;
}
#hp_footer .switch_to_mobile_link:hover{
    color: #d4c156;
}
@media screen and (max-width: 1023px) {
    #r_country_span:before,
    #match_r_state_id_span:before,
    #search_millionare_span:before {
        right: 8px;
    }
}
#hp_center .searcharea li {
    font-size: 14px;
    font-family: Arial;
    color: #d0ccb5;
    font-weight: normal;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
#hp_center .searcharea li.w1 {
    width: calc((100% - 24px) / 2);
    float: left;
}
#hp_center .searcharea li.fr {
    float: right;
}
#hp_center .searcharea li.w1 .searchitem_bg {
    width: 101px;
    box-sizing: border-box;
}
.m-show {
    display: none;
}
.m-no-daddy {
    display: none;
}
.m-no-daddy img {
    max-width: 100%;
}
a.bt_sign_in,
a.bt_sign_in:visited,
a.bt_sign_in:link {
    overflow: hidden;
    text-align: center;
    display: block;
    color: #b1943f;
    text-decoration: none;
    width: 84px;
    transition: all .3s;
    height: 33px;
    border: 1px solid #b1943f;
    font-size: 13px;
    line-height: 33px;
    margin: 19px 12px 0 0;
    text-indent: 0;
    background-image: none;
    text-transform: capitalize;
}
.signbtn_mobile {
    display:none;
}

.hp_activemmbers{
    width:100%;
    float:left;
    color:#d2c397;
    font-size:14px;
    padding: 52px 0;
}
@font-face {
    font-family: 'Marion-Regular';
    src: url('fonts/Marion-Regular.eot');
    src:
            url('fonts/Marion-Regular.eot') format('embedded-opentype'),
            url('fonts/Marion-Regular.woff') format('woff'),
            url('fonts/Marion-Regular.ttf') format('truetype'),
            url('fonts/Marion-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.m_tit_style {
    font-family: 'Marion-Regular';
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}
.m_b_maincont {
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
}
.m_a_maincont {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.m_b_maincont .hp_activemmbers {
    padding: 35px 0 65px;
}
.m_b_maincont .hp_votedbyforbes {
    padding: 67px 0 50px;
}
.m_a_maincont .hp_activemmbers {
    padding: 67px 0 50px;
}
.m_a_maincont .hp_votedbyforbes {
    padding: 35px 0 65px;
}
.hp_activemmbers ul{
    list-style:none;
    padding:0px;
    margin:0px;
}
.hp_activemmbers ul li{
    width:28%;
    float:left;
}
.hp_activemmbers ul li:first-child{
    width:25%;
}
.hp_activemmbers ul li:last-child{
    width:19%;
}
.hp_activemmbers ul li label{
    float:left;
    width:63px;
    height:40px;
    background:url(icon_hp.png) no-repeat left top;
    margin-top:6px;
}
.hp_activemmbers ul li label.icon02{
    background-position: 6px -67px;
}
.hp_activemmbers ul li label.icon03{
    background-position: 2px -142px;
}
.hp_activemmbers ul li label.icon04{
    background-position: 3px -209px;
}
.hp_activemmbers ul li > div{
    margin:0 0 0 70px;
}
.hp_activemmbers ul li > div p{
    padding:5px 0px;
    margin:0px;
}
.hp_activemmbers ul li > div p b{
    font-size:16px;
}
@media screen and (max-width: 1024px) {
    .m_a_maincont .hp_activemmbers {
        padding: 0 0 30px;
    }
    .m_a_maincont .hp_votedbyforbes {
        padding: 30px 0;
    }
    .m_b_maincont .hp_activemmbers {
        padding: 30px 0;
    }
    .m_b_maincont .hp_votedbyforbes {
        padding: 0 0 30px;
    }
    #r_country_span::after, #match_r_state_id_span::after, #search_millionare_span::after, .search_select_span::after {
        height: 33px;
        top: 1px;
        margin-top: 0;
        right: 25px;
        background: #fff;
    }
    .no-daddy,
    .m-hide {
        display: none;
    }
    .m-no-daddy {
        display: block;
        text-align: center;
        color:#888;
    }
    .m-show {
        display: block;
    }
    .hp_mainnav_wrap {
        background-color: #212121;
    }
    #hp_center .logoaera li.membernumber {
        padding: 5px 0 50px 0;
        color: #b1943f;
        font-size: 16px;
        font-family:'PTF55F';
    }
    #hp_center .logoaera li.membernumber span {
        font-size: 30px;
        color: #b1943f;
    }
    .searchitem_bg {
        border: 0;
        color: #000000;
        font-size: 14px;
        padding: 0 25px 0 0;
        height: 34px;
        background-color: #fff;
        border-radius: 4px;
        text-indent: 10px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        box-sizing: border-box;
        font-weight: normal;
        margin: 0;
    }
    @-moz-document url-prefix()    /*Firefox*/
    {
        searchitem_bg {
            text-indent: 4px;
        }
    }
    #r_country_span, 
    #match_r_state_id_span, 
    #search_millionare_span, 
    .search_select_span {
        margin-top: 5px;
    }
    #r_country_span:before, 
    #match_r_state_id_span:before, 
    #search_millionare_span:before, 
    .search_select_span:before {
        border-width: 7px;
        border-style: solid;
        border-color: #9b9b9b transparent transparent transparent;
        right: 10px;
        top: 50%;
        margin-top: -3.5px;
    }
    #hp_center .searcharea li.w1 .searchitem_bg {
        width: 100%;
    }
    #hp_center .searcharea li {
        padding-top: 12px;
    }
    .btn_jion {
        background: #ac8d2d;
        color: #fff !important;
        text-indent: 0;
        height: 44px;
        line-height: 44px;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        border-radius: 4px;
        width: 100%;
        display: block;
        text-align: center;
        margin: 15px auto 15px auto;
    }
    .hp_footnav .hp_page_width dl:nth-child(4n) {
        padding-left: 15px;
        padding-right: 0;
    }
    .hp_copyright {
        line-height: 18px;
        padding-top: 10px;
    }
    #wrapper{
        background:url(bg-hp-search_v2_mobile.png) no-repeat center top;
        background-size:100% auto;
    }
    .signbtn_mobile{
        display:block;
        float:left;
    }
    #hp_center .searcharea,
    .m-no-daddy{
        display:none;
    }
    #hp_center .logoaera li.adwords b{
        color:#fff;
        font-size:28px;
    }
    .tab_singin{
        display:none;
    }
    .signbtn_mobile{
        width:100%;
        max-width:400px;
        margin:0px auto 50px auto;
        overflow:hidden;
        float:none;
    }
    #hp_center .logoaera_new{
        width:100%;
        max-width:400px;
        padding:30px 0 35px 0!important;
        text-align:left;
        float:none;
        margin:0 auto;
    }
    #hp_center .logoaera_new li{
        text-align:left;
    }
    .signbtn_mobile a{
        width:100%;
        text-align:center;
        float:left;
        box-sizing:border-box;
        text-decoration:none;
        font-size:18px;
            padding:15px 35px;
            margin:5px 0;
            text-transform:uppercase;
    }
    .signbtn_mobile a.join{
        background:#ac964d;
        color:#fff;
        border-radius:5px;

    }
    @font-face {
        font-family: 'PTF55F';
        src: url('fonts/PTF55F.eot');
        src: url('fonts/PTF55F.eot') format('embedded-opentype'),
             url('fonts/PTF55F.woff2') format('woff2'),
             url('fonts/PTF55F.woff') format('woff'),
             url('fonts/PTF55F.ttf') format('truetype'),
             url('fonts/PTF55F.svg#PTF55F') format('svg');
    }
    #hp_center .logoaera li.adwords{
        font-size:25px;
        line-height:42px;
        font-family:'PTF55F';
    }
    .menu_mobile{
        float:right;
        margin:17px 20px 0 0;
        background:url(icon_nav_close.png) no-repeat left -30px;
        background-size:24px auto;
        width:24px;
        height:25px;
    }
    .menu_mobile.close{
        background-position:left top;
    }
    #hp_center .logoaera li.logo img {
        display:none;
    }
    .logo_box{
        display:block;
    }
    .logo_box img{
        width:250px;
        height:auto;
        margin-left:15px;
    }
    #hp_center .logoaera li.membernumber span{
        font-size:35px;
        letter-spacing: 5px;
    }
    #hp_center{
        padding-left:25px!important;
        padding-right:25px!important;
        box-sizing:border-box;
    }
    .hp_activemmbers ul li {
        width: 100% !important;
        padding: 30px 0;
    }
    .hp_activemmbers ul li label{
        float:left;
        width:100%;
        background-position:center top;
    }
    .hp_activemmbers ul li label.icon02{
        background-position:center -67px;
    }
    .hp_activemmbers ul li label.icon03{
        background-position:center -142px;
    }
    .hp_activemmbers ul li label.icon04{
        background-position:center -209px;
    }
    .hp_activemmbers ul li > div{
        width:100%;
        margin:0px;
        float:left;
        text-align:center;
    }
}
@media screen and (max-width: 750px) {
    .hp_footnav .hp_page_width dl {
        width: 33%;
    }
    .menu_mobile {
        display: none;
    }
    #hp_center .logoaera li.logo {
        margin-bottom: 0;
    }
    #hp_mainnav .signin {
        padding: 0;
    }
    .tab_singin td {
        padding: 0 5px;
    }
    .tab_singin tr td:nth-child(2) {
        font-size: 15px;
        padding: 0 10px;
    }
    #hp_mainnav {
        height: 63px;
    }
}
@media screen and (max-width: 500px) {
    .hp_footnav .hp_page_width dl {
        width: 50%;
        margin-bottom: 25px;
    }
    .hp_footnav .hp_page_width dl:nth-child(3n) {
        padding: 0;
    }
    .hp_footnav .hp_page_width dl:nth-child(4n) {
        padding-left: 10px;
    }
}
@media screen and (max-width: 415px) {
    .menu_mobile {
        display: inline-block;
    }
    #hp_center .logoaera_new {
        padding-top:80px!important;
    }
    .signbtn_mobile {
        margin-bottom:85px;
    }
}
@media screen and (max-width: 375px) {
    .btn_signin_f:visited, 
    .btn_signin_f:link {
        width: inherit;
        font-size: 12px;
    }
    a.bt_sign_in:visited,
    a.bt_sign_in:link {
        font-size: 12px;
    }
    .tab_singin tr td:nth-child(2) {
        padding: 0 5px;
    }
    #hp_center .logoaera_new {
        padding-top:50px!important;
    }
    .signbtn_mobile {
        margin-bottom:35px;
    }
}
@media screen and (max-width: 360px) {
    #hp_center .logoaera_new {
        padding-top:10px!important;
    }
}
@media screen and (max-width: 475px) {
    #a_popup_wrapper.a_popup_wrapper.verify_account_wrap #resend {
        margin-top: 10px;
        margin-left: 0;
    }
}
