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, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    height: 100%;
    font-size: 100%
}

body {
    position: relative;
    height: inherit;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background: #848484
}

body.is-overlay {
    overflow: hidden
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

th {
    text-align: left
}

.none {
    display: none
}

.if-lt-IE9 {
    margin: 0 0 20px;
    padding: 4px 12px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3;
    background: #eee;
    border-left: solid red 4px
}

#wrap {
    max-width: 1000px;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4)*/
}

#wrap.is-before-login {
    max-width: none;
    background: none
}

@media screen and (max-width: 768px) {
    #wrap.is-mobile-nav-open #content {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #wrap.is-mobile-nav-open .header {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        min-width: 320px
    }

    #wrap.is-mobile-nav-open .header-client-info, #wrap.is-mobile-nav-open .header-sub-nav, #wrap.is-mobile-nav-open .header-global-nav {
        display: block
    }

    #wrap .header-client-info, #wrap .header-sub-nav, #wrap .header-global-nav {
        display: none
    }
}

.header {
    background: #222;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #aaa
}

.is-before-login .header {
    padding: 15px 0;
    text-align: center;
    border-style: none
}

@media screen and (min-width: 769px) {
    .header .is-mobile-view {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .header .is-pc-view {
        display: none
    }
}

@media screen and (min-width: 769px) {
    .header-info {
        *zoom: 1;
        padding: 16px 20px
    }

    .header-info:after {
        content: "";
        display: table;
        clear: both
    }
}

.header-info .is-mobile-header {
    display: table;
    float: left
}

@media screen and (max-width: 768px) {
    .header-info .is-mobile-header {
        float: none;
        width: 100%
    }
}

.header-info .is-mobile-header .header-logo {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 0 0
}

@media screen and (max-width: 768px) {
    .header-info .is-mobile-header .header-logo {
        width: 100px;
        padding: 10px 10px 10px 20px
    }
}

.header-info .is-mobile-header .header-sub-logo {
    display: table-cell;
    padding: 0 0 0 20px;
    vertical-align: middle
}

@media screen and (max-width: 768px) {
    .header-info .is-mobile-header .header-sub-logo {
        padding: 10px
    }

    .header-info .is-mobile-header .header-sub-logo img {
        width: 70px
    }
}

.header-info .is-mobile-header .header-trigger {
    display: none;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #4b4b4b
}

@media screen and (max-width: 768px) {
    .header-info .is-mobile-header .header-trigger {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        width: 25%;
        padding: 10px;
        cursor: pointer
    }
}

.header-info .is-mobile-header .header-trigger .fa {
    font-size: 1.8em
}

.header-info .is-mobile-header .header-trigger .name {
    margin: 4px 0 0;
    font-size: 1.5em
}

.header-client-info {
    float: left;
    margin: 0 0 0 40px
}

@media screen and (max-width: 1000px) {
    .header-client-info {
        clear: both;
        margin-left: 0;
        padding-top: 10px
    }
}

@media screen and (max-width: 768px) {
    .header-client-info {
        float: none;
        padding-top: 20px;
        padding-left: 20px;
        background: #4b4b4b
    }
}

.header-client-info.is-resendemail {
    clear: none;
    float: left;
    margin: 0 0 0 40px;
    padding-top: 0
}

.header-client-info .client-name {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold
}

.header-client-info .client-name .hello {
    color: #e66c00
}

.header-client-info .client-name .name {
    display: inline-block;
    max-width: 340px;
    vertical-align: top;
    word-wrap: break-word
}

@media screen and (max-width: 768px) {
    .header-client-info .client-name .name {
        max-width: auto
    }
}

.header-client-info .supporter-grade {
    margin: 6px 0 0;
    color: #fff;
    font-size: 1.2em
}

.header-client-info .supporter-grade .gold {
    color: #d1b313
}

.header-client-info .supporter-grade .silver {
    color: #a7a9ac
}

.header-client-info .client-lastlogin {
    margin: 6px 0 0;
    color: #bbb;
    font-size: 1.1em
}

.header-client-info .bf-point-wrap-header {
    margin-top: 5px;
    margin-left: -1px
}

.header-client-info .bf-point-wrap-header img {
    vertical-align: top;
    height: 14px;
    width: 14px;
    margin-right: 5px
}

.header-client-info .bf-point-wrap-header .bf-point-header {
    vertical-align: middle;
    color: #fff;
    font-size: 12px
}

.header-client-info .bf-point-wrap-header .bf-point-header .bfpoint-header-history-link {
    color: #fff
}

.header-client-info .bf-point-wrap-header .bf-point-header .bfpoint-header-history-link:hover {
    text-decoration: underline
}

.header-client-info .bf-point-wrap-header .bf-point-header .current-point-view-header {
    font-size: 14px;
    font-weight: bold
}

@media screen and (min-width: 769px) {
    .header-sub-nav {
        float: right;
        margin: 6px 0 0
    }
}

@media screen and (max-width: 768px) {
    .header-sub-nav {
        padding-top: 20px;
        background: #4b4b4b
    }
}

.header-sub-nav ul {
    *zoom: 1
}

.header-sub-nav ul:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 769px) {
    .header-sub-nav li {
        float: left;
        margin: 0 0 0 10px
    }
}

.header-sub-nav li a {
    display: block;
    padding: 8px 6px;
    color: #fff;
    font-size: 1.2em;
    border-radius: 4px
}

@media screen and (min-width: 769px) {
    .header-sub-nav li a.to-beforward {
        background: #555
    }

    .header-sub-nav li a.to-beforward:hover {
        background: #4f4f4f
    }

    .header-sub-nav li a.to-logout {
        background: #64ab30
    }

    .header-sub-nav li a.to-logout:hover {
        background: #5d9c2e
    }
}

@media screen and (max-width: 768px) {
    .header-sub-nav li a {
        padding: 14px 20px;
        font-size: 1.3em
    }
}

.header-sub-nav li a .fa {
    margin: 0 4px
}

@media screen and (max-width: 768px) {
    .header-sub-nav li a .fa {
        margin-left: 0
    }
}

@media screen and (min-width: 769px) {
    .header-global-nav {
        padding: 0 10px;
        background: #4e4e4e
    }
}

@media screen and (max-width: 768px) {
    .header-global-nav {
        background: #4b4b4b
    }
}

.header-global-nav ul {
    *zoom: 1
}

.header-global-nav ul:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 769px) {
    .header-global-nav .item {
        position: relative;
        float: left
    }

    .header-global-nav .item.is-pc-nav-open .item-name {
        color: #333;
        background: #fff
    }

    .header-global-nav .item.is-pc-nav-open .is-drop-menu + .in-items {
        display: block
    }

    .header-global-nav .item.is-pc-nav-open.browse-stock .in-items {
        display: table;
        left: auto;
        right: -2px;
        white-space: normal
    }
}

@media screen and (min-width: 769px) and (max-width: 680px) {
    .header-global-nav .item.is-pc-nav-open.browse-stock .in-items {
        width: 560px
    }
}

@media screen and (min-width: 769px) {
    .header-global-nav .item.is-pc-nav-open.browse-stock .in-items > li {
        display: table-cell;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 150px;
        border-right-style: dotted;
        border-right-width: 1px;
        border-right-color: #ddd
    }

    .header-global-nav .item.is-pc-nav-open.browse-stock .in-items > li:last-child {
        border: none
    }

    .header-global-nav .item.is-pc-nav-open.browse-stock .in-items > li a {
        vertical-align: middle;
        text-indent: 0.25em;
        line-height: 24px
    }

    .header-global-nav .item.is-pc-nav-open.browse-stock .in-items > li a.usedcar-link {
        padding: 0 0 0 6px
    }

    .header-global-nav .item.is-pc-nav-open.browse-stock .in-items > li a.autoparts-link, .header-global-nav .item.is-pc-nav-open.browse-stock .in-items > li a.store-link {
        padding: 0 0 0 3px
    }

    .header-global-nav .item.is-pc-nav-open.browse-stock .in-items .category-name {
        margin: 12px 0 0;
        padding: 6px 10px;
        color: #555;
        font-size: 1.2em;
        font-weight: bold
    }

    .header-global-nav .item.is-pc-nav-open.browse-stock .in-items .category-name:first-child {
        margin: 0
    }
}

@media screen and (max-width: 768px) {
    .header-global-nav .item .is-right-arrow > li {
        position: relative
    }

    .header-global-nav .item .is-right-arrow > li:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        width: 0;
        height: 0;
        margin: -5px 0 0;
        border-style: solid;
        border-color: transparent;
        border-width: 5px;
        border-left-color: #fff;
        border-right-width: 0
    }

    .header-global-nav .item .category-name {
        position: relative;
        padding: 14px 20px;
        color: #fff;
        font-size: 1.6em;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #343434;
        cursor: pointer
    }

    .header-global-nav .item .category-name + ul {
        display: none;
        background: #2d2d2d;
        padding-left: 20px
    }

    .header-global-nav .item .category-name + ul li {
        border-color: #242424
    }

    .header-global-nav .item .category-name:before, .header-global-nav .item .category-name:after {
        content: "";
        position: absolute;
        right: 18px;
        top: 50%;
        z-index: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 6px;
        border-top-color: #fff;
        border-bottom-width: 0
    }

    .header-global-nav .item .category-name:before {
        margin: -2px 0 0
    }

    .header-global-nav .item .category-name:after {
        margin: -4px 0 0;
        border-top-color: #414141
    }

    .header-global-nav .item .category-name.is-category-nav-open:before, .header-global-nav .item .category-name.is-category-nav-open:after {
        border-style: solid;
        border-color: transparent;
        border-width: 6px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

    .header-global-nav .item .category-name.is-category-nav-open:before {
        margin: -4px 0 0
    }

    .header-global-nav .item .category-name.is-category-nav-open:after {
        margin: -2px 0 0;
        border-bottom-color: #414141
    }

    .header-global-nav .item .category-name.is-category-nav-open + ul {
        display: block
    }
}

@media screen and (min-width: 769px) {
    .header-global-nav .item.browse-stock {
        float: right
    }
}

@media screen and (min-width: 1001px) {
    .header-global-nav .item.browse-stock {
        margin: 0 13px 0 0
    }
}

.header-global-nav .item.browse-stock .usedcar-link {
    padding: 14px 20px 14px 23px
}

.header-global-nav .item.browse-stock .fa.fa-car {
    width: 17px;
    margin-right: 6px;
    font-size: 15px;
    color: #F1892B
}

.header-global-nav .item.browse-stock .fa.fa-car:before {
    margin-left: -3px
}

.header-global-nav .item.browse-stock .fa.fa-external-link {
    font-size: 14px;
    color: #fff
}

.header-global-nav .item.browse-stock .img-wrap {
    display: inline-block;
    width: 17px;
    height: auto;
    margin-right: 10px
}

.header-global-nav .item.browse-stock .img-wrap img {
    width: 17px;
    vertical-align: 0
}

.header-global-nav .item.browse-stock .store-link .img-wrap img {
    vertical-align: -2px
}

.header-global-nav .item.other ul {
    margin: 44px 0 0
}

.header-global-nav .item.other a {
    display: block;
    padding: 14px 20px;
    color: #fff;
    font-size: 1.6em;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #444
}

.header-global-nav .item .item-name {
    display: block
}

@media screen and (min-width: 769px) {
    .header-global-nav .item .item-name {
        padding: 12px 10px;
        color: #fff;
        font-size: 1.3em
    }

    .header-global-nav .item .item-name a {
        color: #fff
    }
}

@media screen and (max-width: 768px) {
    .header-global-nav .item .item-name {
        padding: 14px 20px 8px;
        color: #bbb;
        font-size: 1.2em;
        font-weight: bold;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #f1892b
    }
}

@media screen and (min-width: 769px) {
    .header-global-nav .item .item-name .fa {
        margin: 0 0 0 2px
    }
}

@media screen and (max-width: 768px) {
    .header-global-nav .item .item-name .fa {
        margin: 0 4px 0 0;
        color: #f1892b
    }
}

@media screen and (min-width: 769px) {
    .header-global-nav .item .in-items {
        display: none;
        position: absolute;
        top: 36px;
        left: -2px;
        z-index: 100;
        min-width: inherit;
        padding: 8px 0px;
        white-space: nowrap;
        background: #fff;
        border-style: solid;
        border-width: 2px;
        border-color: #333;
        border-radius: 0 0 4px 4px;
        border-top-style: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4)
    }
}

@media screen and (max-width: 768px) {
    .header-global-nav .item .in-items {
        width: 100%;
        background: #414141
    }

    .header-global-nav .item .in-items .fa {
        color: #f1892b
    }
}

@media screen and (min-width: 769px) {
    .header-global-nav .item .in-items > li a, .header-global-nav .item .in-items > li.not-link {
        display: inline-block;
        padding: 6px 10px;
        color: #36c;
        font-size: 1.3em
    }

    .header-global-nav .item .in-items > li a:focus, .header-global-nav .item .in-items > li a:hover, .header-global-nav .item .in-items > li.not-link:focus, .header-global-nav .item .in-items > li.not-link:hover {
        color: #23527c;
        text-decoration: underline
    }
}

@media screen and (max-width: 768px) {
    .header-global-nav .item .in-items > li a, .header-global-nav .item .in-items > li.not-link {
        display: block;
        padding: 14px 20px;
        color: #fff;
        font-size: 1.6em;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #343434
    }
}

.header-global-nav .item .in-items > li.not-link {
    color: #555
}

.header-global-nav .item .in-items > li.not-link:after {
    display: none
}

.header-global-nav .item .in-items > li.not-link:hover {
    color: #555;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .header-global-nav .item .in-items > li.not-link {
        color: #fff
    }

    .header-global-nav .item .in-items > li.not-link:hover {
        color: #fff
    }
}

.footer {
    color: #fff;
    background: #222;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
}

.footer .in-footer-wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
    padding: 24px 20px
}

.footer-contact-info {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 28%;
    padding: 0 80px 0 0;
    vertical-align: top
}

@media screen and (max-width: 768px) {
    .footer-contact-info {
        width: 100%;
        padding-right: 0
    }
}

.footer-contact-info.is-resendemail {
    padding-right: 0;
    text-align: center
}

@media screen and (max-width: 768px) {
    .footer-contact-info .footer-logo {
        text-align: center
    }
}

.footer-contact-info .contact-info {
    *zoom: 1;
    margin: 24px 0 0
}

.footer-contact-info .contact-info:after {
    content: "";
    display: table;
    clear: both
}

.footer-contact-info .contact-info li {
    margin: 10px 0 0;
    color: #ddd;
    font-size: 1.2em;
    line-height: 1.5
}

@media screen and (max-width: 768px) {
    .footer-contact-info .contact-info li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding-left: 10px
    }
}

.footer-contact-info .contact-info li:first-child {
    margin-top: 0
}

@media screen and (max-width: 768px) {
    .footer-contact-info .contact-info li:first-child {
        margin-top: 10px
    }
}

.footer-contact-info .contact-info li a {
    color: #ddd
}

@media screen and (min-width: 769px) {
    .footer-contact-info .contact-info li a:focus, .footer-contact-info .contact-info li a:hover {
        color: #ccc;
        text-decoration: underline
    }
}

.footer-contact-info .contact-info li .headline {
    display: none
}

@media screen and (max-width: 768px) {
    .footer-contact-info .contact-info li .headline {
        display: block;
        color: #f1892b
    }
}

.footer-nav {
    display: table-cell;
    width: 72%;
    vertical-align: top
}

@media screen and (max-width: 768px) {
    .footer-nav {
        display: none
    }
}

.footer-nav .nav-group {
    display: table;
    width: 100%
}

.footer-nav .nav-group .headline {
    margin: 28px 0 0;
    color: #f1892b;
    font-size: 1.2em;
    font-weight: bold
}

.footer-nav .nav-group .headline.other {
    color: #999
}

.footer-nav .nav-group .headline:first-child {
    margin-top: 0
}

.footer-nav .nav-group .group-nav {
    display: table-cell;
    width: 25%;
    margin: 0 0 0 20px
}

.footer-nav .nav-group .group-nav > ul:first-child {
    margin-top: 0
}

.footer-nav .nav-group .group-nav > ul li {
    margin: 12px 0 0
}

.footer-nav .nav-group .group-nav > ul li a {
    color: #ddd;
    font-size: 1.2em
}

@media screen and (min-width: 769px) {
    .footer-nav .nav-group .group-nav > ul li a:focus, .footer-nav .nav-group .group-nav > ul li a:hover {
        color: #ccc;
        text-decoration: underline
    }
}

.footer-sub-nav {
    padding: 12px 0;
    text-align: center;
    background: #111
}

.footer-sub-nav li {
    display: inline-block;
    margin: 0 12px
}

.footer-sub-nav li a {
    color: #ccc;
    font-size: 1.2em;
    line-height: 1.5
}

@media screen and (min-width: 769px) {
    .footer-sub-nav li a:focus, .footer-sub-nav li a:hover {
        color: #bbb;
        text-decoration: underline
    }
}

.copyright {
    padding: 12px 0;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background: #E56B07;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjOTA0MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1NmIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ec9040), color-stop(100%, #e56b00));
    background: -moz-linear-gradient(#ec9040 0%, #e56b00 100%);
    background: -webkit-linear-gradient(#ec9040 0%, #e56b00 100%);
    background: linear-gradient(#ec9040 0%, #e56b00 100%);
    background: #E56B07 \9
}

.bf-btn {
    display: inline-block;
    margin: 6px 0;
    padding: 0 26px;
    height: 40px;
    line-height: 40px;
    color: #555;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    background: #e0e0e0;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    overflow: hidden
}

.bf-btn:hover, .bf-btn:focus {
    opacity: 0.85
}

.bf-btn:active {
    opacity: 0.75
}

.bf-btn:active:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .bf-btn:hover, .bf-btn:focus {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12), -1px 0px 2px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2)
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .bf-btn:active:hover {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12), -1px 0px 2px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
    }
}

.bf-btn-small {
    font-size: 13px;
    height: 30px;
    padding: 0 16px;
    line-height: 31px
}

.bf-btn-large {
    font-size: 16px;
    height: 50px;
    line-height: 51px;
    padding: 0 26px;
    letter-spacing: 0.01em
}

.bf-btn-fluid {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.01em;
    height: auto;
    line-height: 1;
    padding: 17px 0
}

.bf-btn-fluid i {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    line-height: 1
}

.bf-btn[disabled="disabled"] {
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.60
}

.bf-btn[disabled="disabled"]:active:hover {
    box-shadow: none
}

.bf-btn + .bf-btn {
    margin-left: 8px
}

.bf-btn + .bf-btn-fluid, .bf-btn-fluid + .bf-btn-fluid {
    margin-top: 24px;
    margin-left: 0
}

.bf-btn-primary, .bf-btn-primary:hover, .bf-btn-primary:focus, .bf-btn-primary:active, .bf-btn-primary:visited, .bf-btn-primary[disabled="disabled"]:hover, .bf-btn-primary[disabled="disabled"]:focus, .bf-btn-primary[disabled="disabled"]:active {
    color: #FFF;
    background-color: #e66b02
}

.bf-btn-secondary, .bf-btn-secondary:hover, .bf-btn-secondary:focus, .bf-btn-secondary:active, .bf-btn-secondary:visited, .bf-btn-secondary[disabled="disabled"]:hover, .bf-btn-secondary[disabled="disabled"]:focus, .bf-btn-secondary[disabled="disabled"]:active {
    color: #FFF;
    background-color: #1697d8
}

.bf-btn .icon-bookmark:before, .bf-btn .icon-bookmark-spin:before {
    color: #555555
}

.bf-btn .icon-bookmark-add:before {
    color: #d93005
}

.bf-btn .icon-right-open {
    position: absolute;
    right: 20px
}

.animate-spin {
    -moz-animation: spin 1s infinite steps(8);
    -o-animation: spin 1s infinite steps(8);
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
    display: inline-block
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

input.bf-validation-error, select.bf-validation-error, textarea.bf-validation-error {
    background: #fff1f1 !important;
    border: solid 1px #ff1c32 !important
}

.bf-validation-error-msg {
    margin: 4px 0 0;
    color: #ff1c32;
    font-size: 12px;
    line-height: 1.3
}

@media screen and (min-width: 415px) {
    .content-wrap {
        min-height: 500px;
        margin: 40px 0
    }
}

#content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 30px;
    background: #fff
}

@media screen and (max-width: 414px) {
    #content {
        padding: 20px 10px 30px
    }
}

@media screen and (min-width: 415px) {
    #content {
        max-width: 380px;
        margin: 0 auto;
        border-radius: 4px
    }

    #content.is-error-code-page {
        max-width: 600px
    }
}

@media screen and (min-width: 415px) {
    #content.is-signup-page {
        padding: 25px 30px
    }
}

#content.is-login-page .special-discount {
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ececec
}

#content.is-login-page .special-discount .text-message {
    font-size: 2.1em;
    font-weight: bold;
    margin-bottom: 10px
}

#content.is-login-page .special-discount .icon-area {
    position: relative
}

#content.is-login-page .special-discount .icon-area i.fa-gift {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    color: #ff941a
}

#content.is-login-page .special-discount .text-discount-area .text-discount, #content.is-login-page .special-discount .text-discount-area .text-login {
    margin-left: 39px;
    font-size: 1.4em;
    color: #333;
    line-height: 1.5
}

#content.is-login-page .special-discount .text-discount-area .text-discount span, #content.is-login-page .special-discount .text-discount-area .text-login span {
    font-weight: bold;
    color: #ff941a
}

#content.is-login-page .special-discount .text-discount-area .text-login {
    color: #666;
    line-height: 1.8
}

@media screen and (max-width: 414px) {
    #content.is-login-page .special-discount .text-discount-area .text-login {
        margin-left: 0
    }
}

.bf-points-area {
    padding: 12px 0;
    margin-bottom: 25px;
    border: 1px solid #F1892B;
    text-align: center
}

.bf-points-area .icon-bf-points {
    display: inline-block;
    vertical-align: top
}

.bf-points-area .bf-points-content {
    font-weight: bold;
    display: inline-block;
    margin-left: 7px
}

.bf-points-area .bf-points-content .bf-points-title {
    color: #F1892B;
    font-size: 17px;
    margin-bottom: 6px;
    text-align: left
}

.bf-points-area .bf-points-content .bf-points-text {
    font-size: 12px
}

.content-header {
    font-size: 1.8em;
    font-weight: bold
}

.is-signup-page .content-header {
    text-align: center
}

.is-pre-complete-page .content-header {
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px
}

.is-forgot-password-mail-complete-page .content-header {
    color: #e46b00
}

.content-body .message.success, .content-body .message.error {
    margin: 16px 0 0;
    color: #ff1c32;
    font-size: 1.5em;
    font-weight: bold
}

.content-body .message.success {
    color: #008000
}

.content-body .description {
    margin: 16px 0 0;
    font-size: 1.5em;
    line-height: 1.3
}

.content-body .form-row {
    margin: 16px 0 0
}

.content-body .form-row.is-narrow {
    margin: 0
}

.content-body .form-item-name {
    padding: 4px 0;
    color: #666;
    font-size: 1.3em;
    font-weight: bold
}

.content-body .form-item-name .forgot-password {
    float: right
}

.content-body .form-item-name .forgot-password a {
    color: #36c;
    font-weight: normal
}

.content-body .form-item-input input[type="text"], .content-body .form-item-input input[type="password"], .content-body .form-item-input select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 8px 6px;
    color: #555;
    font-size: 1.6em;
    line-height: 40px;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #cecece;
    border-radius: 4px
}

.content-body .form-item-input input[type="text"][disabled] {
    background: inherit;
    color: #777
}

.content-body .form-item-input select {
    cursor: pointer
}

.content-body .reveal-password {
    margin: 6px 0 0;
    text-align: right
}

.content-body .reveal-password label {
    color: #666;
    font-size: 1.3em;
    cursor: pointer
}

.content-body .reveal-password input[type=checkbox] {
    margin-top: 0;
    vertical-align: middle
}

.content-body .form-action {
    margin: 20px 0 0
}

.content-body .form-action .bf-btn {
    margin: 0
}

.content-body .pre-complete-nav {
    text-align: center;
    background: #f6f6f6
}

.content-body .pre-complete-nav h2 {
    font-size: 1.4em;
    padding-top: 15px
}

.content-body .pre-complete-nav .information-message {
    margin: 10px 0 0;
    font-size: 1.8em;
    font-weight: bold
}

.content-body .pre-complete-nav .verify-message {
    font-size: 1.4em;
    margin: 8px 0 12px
}

.content-body .pre-complete-nav .verify-message .display-verification-email {
    display: block;
    margin: 8px 0 12px;
    font-weight: bold;
    word-break: break-word
}

.content-body .pre-complete-nav .verify-image {
    margin: 10px 0
}

.content-body .pre-complete-nav .back-to-link {
    margin-top: 15px;
    padding-top: 14px;
    background: #fff
}

.content-body .pre-complete-nav .back-to-link .bf-btn {
    font-size: 15px;
    margin: 0
}

.content-body .forgot-password-mail-complete-nav {
    margin: 20px 0 0
}

.content-body .forgot-password-mail-complete-nav p {
    font-size: 1.3em;
    line-height: 1.5
}

.content-body .forgot-password-mail-complete-nav p span {
    font-weight: bold
}

.content-body .forgot-password-mail-complete-nav .thankyou-image {
    margin: 30px 0 0;
    text-align: center
}

.content-body .error-nav {
    margin: 80px 0
}

.content-body .error-nav .error-message {
    text-align: center;
    font-size: 1.8em
}

.content-body .error-nav .error-message img {
    margin: 0 8px 0 0;
    vertical-align: bottom
}

.content-footer .create-account-nav {
    margin: 30px 0 0
}

.content-footer .create-account-nav .headline {
    font-size: 1.8em;
    font-weight: bold
}

.content-footer .create-account-nav .button-wrap {
    margin: 16px 0 0
}

.content-footer .create-account-nav .button-wrap .bf-btn {
    margin: 0
}

.content-footer .create-account-nav .description {
    margin: 12px 0 0;
    color: #666;
    font-size: 1.3em;
    text-align: center
}

.content-footer .other-act-nav p {
    margin: 20px 0 0;
    color: #666;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center
}

.content-footer .other-act-nav a {
    color: #36c
}

.content-footer .other-act-nav p.opt-in-option {
    margin: 10px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa
}

.content-footer .other-act-nav p.opt-in-option label {
    cursor: pointer
}

.content-footer .other-act-nav p.opt-in-option input[type=checkbox] {
    margin-top: 0;
    vertical-align: middle
}

.activate-error {
    padding: 0 0 0 28px;
    background: url("../img/red24_e.png") no-repeat 0px 5px
}

.activate-error .activate-error-title {
    padding: 4px 0 2px;
    color: #E47911;
    font-size: 1.8em;
    font-weight: 400 !important;
    letter-spacing: -0.7px;
    line-height: 1.2
}

.activate-error .activate-error-descrition p {
    margin: 8px 0 0;
    font-size: 1.3em;
    line-height: 1.3
}

.activate-error .activate-error-descrition span {
    font-weight: bold
}

.activate-error .activate-error-descrition a {
    color: #36c
}

.bf-btn-fluid {
    display: block;
    height: auto;
    line-height: 1;
    padding: 17px 0
}
