.mfp-bg{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}
#inquiry-popup-window{
    text-align: center;
}
#inquiry-popup-body{
    display: inline-block;
    background: transparent;
}
#inquiry-popup-loading{
    display: inline-block;
    padding: 16px;
    background: rgba(0,0,0,0.4);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#44000000,EndColorStr=#44000000);
    border-radius: 4px;
}
#inquiry-popup-loading img{
    vertical-align: middle;
}
body.is-mobile-view{
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background: #fafafa;
}
body.is-mobile-view iframe[name="google_conversion_frame"]{
    display: none;
}
#order-content{
    position:relative;
    min-width:320px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
}
@media screen and (min-width: 1201px){
    .is-pc-view #order-content{
        width:540px;
    }
    .is-pc-view #order-content .content.is-thankyou{
        padding: 20px 56px;
    }
}
@media screen and (max-width: 1200px){
    .is-pc-view #order-content{
        width:480px;
    }
    .is-pc-view #order-content .content.is-thankyou{
        padding: 20px 28px;
    }
}
@media screen and (max-width: 540px){
    .is-pc-view #order-content{
        width:320px;
    }
    .is-pc-view #order-content .content.is-thankyou{
        padding: 20px;
    }
}
#order-content .in-content-loading{
    display: none;
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    width:100%;
    height:100%;
}
#order-content .in-content-loading img{
    position: absolute;
    top:50%;
    left:50%;
    z-index:100;
    width:52px;
    height:52px;
    margin: -34px 0 0 -34px;
    padding: 16px;
    background: #333;
    border-radius: 4px;
    opacity: .6;
}
#order-content .in-content-overlay{
    width:100%;
    height:100%;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: .2;
    filter: alpha(opacity=20)
}
#order-content .in-content-overlay:hover{
    cursor:wait;
}
#order-content .header{
    position:relative;
    padding:8px 10px;
    background:#ea8a0c;
}
@media screen and (min-width: 1201px){
    #order-content .header{
        padding:8px 20px;
    }
}
.is-pc-view #order-content .header{
    border-radius: 4px 4px 0 0;
}
#order-content .header .order-content-headline{
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
#order-content .header .close-button{
    position:absolute;
    top: 0;
    right: 0;
    padding: 5px 12px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    background: transparent;
    border-style: none;
    cursor: pointer;
}
#order-content .required-mark{
    color:#e00;
    font-weight: bold;
}
#order-content input[type="text"],
#order-content input[type="email"],
#order-content input[type="tel"],
#order-content input[type="password"],
#order-content select{
    box-sizing:border-box;
    width:100%;
    color:#333;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
    border: solid #ccc 1px;
    border-radius: 4px;
    cursor: text;
}
#order-content .stocklistt-inquiry-bfs-id input[type="text"],
#order-content .stocklist-inquiry-coupon input[type="text"] {
    width: 79%;
    border-radius: 4px 0 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
#order-content .stocklistt-inquiry-bfs-id button[type="button"],
#order-content .stocklist-inquiry-coupon button[type="button"]{
    width: 21%;
    color: #555;
    border-radius: 0 4px 4px 0;
    background: #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 -4px;
    display: inline-block;
    box-shadow: none;
}

#order-content input:placeholder-shown,
#order-content input::-webkit-input-placeholder{
    height: 30px;
    color: #aaa;
}
#order-content input:-moz-placeholder,
#order-content input::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
#order-content input:-ms-input-placeholder {
    color: #aaa;
}
.is-pc-view #order-content input[type="text"],
.is-pc-view #order-content input[type="email"],
.is-pc-view #order-content input[type="tel"],
.is-pc-view #order-content input[type="password"],
.is-pc-view #order-content select{
    height:32px;
    padding:6px;
    font-size: 14px;
}
.is-pc-view #order-content .stocklistt-inquiry-bfs-id button[type="button"],
.is-pc-view #order-content .stocklist-inquiry-coupon button[type="button"] {
    vertical-align: top;
    height:32px;
}

body.is-mobile-view #order-content input[type="text"],
body.is-mobile-view #order-content input[type="email"],
body.is-mobile-view #order-content input[type="tel"],
body.is-mobile-view #order-content input[type="password"],
body.is-mobile-view #order-content select{
    height:40px;
    padding:10px;
    font-size: 16px;
}
body.is-mobile-view #order-content .stocklistt-inquiry-bfs-id button[type="button"],
body.is-mobile-view #order-content .stocklist-inquiry-coupon button[type="button"] {
    font-size: 14px;
    vertical-align: top;
    line-height: 0px;
    height:40px;
    padding: 0 5px;
}

#order-content .content{
    background: #fafafa;
}
.is-pc-view #order-content .content{
    border-radius: 0 0 4px 4px;
}
#order-content .content.is-connectivity-error,
#order-content .content.is-internal-error,
#order-content .content.is-thankyou{
    display:none;
    padding:20px;
}
#order-content .content.is-connectivity-error .read,
#order-content .content.is-internal-error .read{
    color:#e00;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
#order-content .content.is-thankyou .read{
    color:#008000;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}
#order-content .content.is-thankyou .thankyou-img{
    margin:20px 0 0;
    text-align: center;
}
#order-content .content.is-thankyou .description{
    margin:8px 0 0;
    font-size: 16px;
    line-height: 22px
}
#order-content .content.is-thankyou .action{
    margin:20px 0 0;
    text-align: center;
}
#order-content .content.is-thankyou .action .bf-btn{
    position: relative;
}
#order-content .content.is-thankyou .action .bf-btn .icon-right-open{
    position: absolute;
    right: 20px;
}
#order-content .content.is-thankyou .sub-description{
    margin:10px 0 0;
    color:#888;
    text-align: center;
}
#order-content .content.is-thankyou .close-button{
    width:100%;
    padding:16px 0;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#e66b02;
    border:none;
    border-radius: 4px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
#order-content .content.is-thankyou .line{
    border: none;
    border-top: solid 1px #d4d4d4;
    margin: 32px 0;
}
#order-content .content.is-thankyou .signup-flow-area{
    display:none;
}
#order-content .content.is-thankyou .signup-flow-area .action{
    max-width: 320px;
    margin:20px auto 0;
}
#order-content .content.is-thankyou .signup-flow-area .description{
    margin-top: 20px
}

#order-content .content.is-thankyou #your_details_contents .vehicles-reserve > .numbers-vehicles{
    color: #d93005;
}

#order-content .content.is-order .vehicle{
    padding:6px 10px;
    background:#ededed;
}
@media screen and (min-width: 1201px){
    #order-content .content.is-order .vehicle{
        padding:6px 20px;
    }
}
#order-content .content.is-order .vehicle .name{
    color:#333;
    font-size:14px;
    font-weight:bold;
}
#order-content .content.is-order .info{
    display:table;
    width: 100%;
    margin:6px 0 0;
}
#order-content .content.is-order .info .row{
    display:table-row;
}
#order-content .content.is-order .info .photo{
    display: table-cell;
    width:140px;
}
@media screen and (max-width: 540px){
    #order-content .content.is-order .info .photo{
        width:100px;
    }
}
#order-content .content.is-order .info .photo img{
    width: 100%;
    height:auto;
    vertical-align: middle;
}
#order-content .content.is-order .info .specs,
#order-content .content.is-order .info .quote-details{
    display: table-cell;
    padding:0 0 2px 20px;
    vertical-align: top;
}
@media screen and (max-width: 540px){
    #order-content .content.is-order .info .specs{
        display: none;
    }
}
#order-content .content.is-order .info .specs table,
#order-content .content.is-order .info .quote-details table{
    width:100%;
    margin:-4px 0 0;
}
#order-content .content.is-order .info .specs th,
#order-content .content.is-order .info .quote-details th{
    width:84px;
    padding:3px 0;
    color:#333;
    line-height: 1;
    text-align: left;
    vertical-align: top;
}
#order-content .content.is-order .info .specs td,
#order-content .content.is-order .info .quote-details td{
    padding:3px 0 3px 4px;
    line-height: 1;
    vertical-align: top;
}
#order-content .content.is-order .info .quote-details .vehicle-price,
#order-content .content.is-order .info .quote-details .total-price,
#order-content .content.is-order .info .quote-details .total-price .inq_total{
    color:#008000;
    font-size:12px;
    font-weight: bold;
}
#order-content .content.is-order .delivery-details{
    margin: 10px 0 0;
    background: #ededed;
}

#order-content .content.is-order .notice{
    margin:4px 0 0;
    padding:0 0 0 160px;
    color:#333;
    font-size:13px;
    font-style: italic;
}
@media screen and (max-width: 540px){
    #order-content .content.is-order .notice{
        padding:0;
    }
}
#order-content .content.is-order .items{
    width: 100%;
}
#order-content .content.is-order .items th{
    box-sizing:border-box;
    width:160px;
    padding:6px 6px 6px 0;
    color:#333;
    font-size: 14px;
    vertical-align: top;
    text-align: right;
}
.is-pc-view #order-content .content.is-order .items th{
    line-height: 32px;
}
body.is-mobile-view #order-content .content.is-order .items th{
    line-height: 40px;
}
#order-content .content.is-order .items td{
    padding:6px 0;
    font-size: 14px;
}
@media screen and (max-width: 540px){
    #order-content .content.is-order .items,
    #order-content .content.is-order .items tbody,
    #order-content .content.is-order .items tr,
    #order-content .content.is-order .items th,
    #order-content .content.is-order .items td{
        display: block;
    }
    .is-pc-view #order-content .content.is-order .items th,
    body.is-mobile-view #order-content .content.is-order .items th{
        float:left \9; /* forIE8 */
        width:100%;
        margin:4px 0 0;
        padding:0 0 6px;
        line-height: 1;
        text-align: left;
    }
    #order-content .content.is-order .items td{
        float:left \9; /* forIE8 */
        width:100% \9; /* forIE8 */
        padding:0 0 6px;
        color:#333;
        font-size: 14px;
    }
}

#order-content .content.is-order .notice-msg-tanzania{
    color: #f00;
    font-size: 14px;
    line-height: 150%;
    margin: 10px 60px;
    text-indent: -3.8em;
    padding-left: 56px;
}
@media screen and (max-width: 540px){
    #order-content .content.is-order .notice-msg-tanzania{
        margin: 10px 10px;
    }
}

#order-content .content.is-order .notice-msg-bahamas{
    color: #f00;
    font-size: 14px;
    line-height: 150%;
    margin: 10px 60px 0px 60px;
    text-indent: -3.4em;
    padding-left: 56px;
}
@media screen and (max-width: 540px){
    #order-content .content.is-order .notice-msg-bahamas{
        margin: 10px 10px;
    }
}

#order-content .content.is-order .notice-msg-bahamas-url{
    color: #f00;
    font-size: 14px;
    line-height: 150%;
    margin: 0px 60px 10px 60px;
    padding-left: 56px;
    text-decoration: underline;
}
@media screen and (max-width: 540px){
    #order-content .content.is-order .notice-msg-bahamas-url{
        margin: 10px 10px;
    }
}

#order-content .content.is-order .notice-msg-mozambique{
    color: #f00;
    font-size: 14px;
    line-height: 150%;
    margin: 10px 10px;
}
@media screen and (max-width: 540px){
    #order-content .content.is-order .notice-msg-mozambique{
        margin: 10px 10px;
    }
}

#order-content .content.is-order .user-details{
    padding:4px 10px 20px;
}
@media screen and (min-width: 1201px){
    #order-content .content.is-order .user-details{
        padding:4px 20px 20px;
    }
}
#order-content .content.is-order .user-details .promotion-code-description-wrap td{
    padding:0;
}
#order-content .content.is-order .user-details .promotion-code-description-wrap .promotion-code-description span{
    color:#666 !important;
    font-size:12px !important;
    font-weight:normal !important;
}
#order-content .content.is-order .user-details .promotion-code-description-wrap .promotion-code-description span > span{
    font-weight:bold !important;
}

#order-content #div-supporters-info{
    display:none;
    margin:10px 5px 0;
}
#order-content #supporters-info-left,
#order-content #supporters-info-right{
    display: table-cell;
}
#order-content #supporters-info-right{
    vertical-align: middle;
}
#order-content .image-wrap{
    overflow: hidden;
    width:35px;
    height:35px;
    margin:0 6px 0 0;
    border-radius: 50%;
}
#order-content #supporters-name{
    color:#888;
    font-size: 13px;
    font-weight:bold;
}
#order-content #supporters-grade{
    color:#888;
    font-size: 12px;
}
#order-content #supporters-grade .grade{
    text-transform: capitalize;
}
#order-content #supporters-grade .gold{
    color:#d1b313;
    background:none;
}
#order-content #supporters-grade .silver{
    color:#a7a9ac;
    background:none;
}

.is-mobile-view #order-content .step-navi{
    display: none;
}
#order-content .step-navi{
    margin: 6px 0px -10px 160px;
}
@media screen and (max-width: 1200px){
    #order-content .step-navi li{
        letter-spacing: -0.05em;
    }
}
@media screen and (max-width: 540px){
    #order-content .step-navi{
        margin-left: 0;
    }
}

#order-content .step-navi li{
    width: auto;
}

#order-content .content.is-order .user-details .action{
    margin:20px 0 0 160px;
    text-align: center;
}
@media screen and (max-width: 540px){
    #order-content .content.is-order .user-details .action{
        margin:20px 0 0;
    }
}
#order-content .content.is-order .user-details .inquiry-button{
    width:100%;
    padding:16px 0;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#e66b02;
    border:none;
    border-radius: 4px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
#order-content .content.is-order .user-details .action i {
    vertical-align: 1px;
}

#order-content .content.is-order .user-details .inquiry-button .fa{
    margin:0 2px 0 0;
    vertical-align: top;
}
#order-content .content.is-order .user-details .newsletter{
    margin:20px 0 0;
    color:#666;
    text-align:center;
}

.is-mobile-view #order-content .content.is-order .jpp-quote-error{
    margin-top: 6px;
}

.content.is-order .user-details .jpp-quote-error{
    background: #fff1f1;
    border-left: solid 4px #ee2d2e;
    padding: 10px;
    font-size: 14px;
    margin-top: 16px;
}

.content.is-order .user-details .jpp-quote-error-title{
    color: #ee2d2e;
    font-weight: bold;
    margin-bottom: 5px;
}

#order-content .content.is-order .newsletter [type="checkbox"]{
    vertical-align: middle;
}
#order-content .content.is-order .newsletter [type="checkbox"]:checked,
#order-content .content.is-order .newsletter [type="checkbox"]:not(:checked){
    display: none;
}
#order-content .content.is-order .newsletter [type="checkbox"]:checked + label,
#order-content .content.is-order .newsletter [type="checkbox"]:not(:checked) + label{
    display: inline-block;
    position: relative;
    padding:0 0 0 22px;
    cursor: pointer;
}
#order-content .content.is-order .newsletter [type="checkbox"]:checked + label:after,
#order-content .content.is-order .newsletter [type="checkbox"]:not(:checked) + label:before{
    position: absolute;
    top:1px;
    left:0;
    color: #999;
    font: normal normal normal 18px/1 'bf-iconfont';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#order-content .content.is-order .newsletter [type="checkbox"]:not(:checked) + label:before{
    content: "\e800";
}
#order-content .content.is-order .newsletter [type="checkbox"]:checked + label:after {
    content: "\e804";
}

#order-content .payment-methods-area {
    display: none;
    padding-top: 10px;
    height: 50px;
}

#order-content .payment-methods-area.is-visible{
    display: block;
}

#order-content .payment-methods-area .payment-title{
    text-align: center;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 10px;
}

#order-content .payment-methods-area .payment-methods-content {
    width: 100%;
}

body.is-mobile-view #order-content .payment-methods-area .payment-methods-content{
    text-align: center;
}

#order-content .payment-methods-area .payment-methods-content li {
    float: left;
    width: 50%;
    font-size: 12px;
}

#order-content .payment-methods-area .payment-methods-content li span{
    vertical-align: 12px;
    color: #666666;
}

#order-content .payment-methods-area .payment-methods-content .bank-trans{
    margin-left: -9px;
    margin-right: 7px;
}

#order-content .payment-methods-area .payment-methods-content .bank-trans span,
#order-content .payment-methods-area .payment-methods-content .zanaco span{
    margin-left: -4px;
}

#order-content .payment-methods-area.bz{
    height: 74px;
    margin-left: -150px;
}
#order-content .payment-methods-area.bf{
    height: 74px;
    margin-left: -10px;
}
body.is-mobile-view #order-content .payment-methods-area.bz{
    margin-left: 0px;
}
body.is-mobile-view #order-content .payment-methods-area.bf{
    margin-left: 0px;
}

#order-content .payment-methods-area.bz .payment-methods-content li{
    width: 25%;
    text-align: center;
    margin: 10px 0 0 0;
}
#order-content .payment-methods-area.bf .payment-methods-content li{
    width: 33%;
    text-align: center;
    margin: 10px 0 0 0;
}

#order-content .payment-methods-area.bz .payment-methods-content li span{
    display: block;
    margin-top: -7px;
}
#order-content .payment-methods-area.bf .payment-methods-content li span{
    display: block;
    margin-top: -7px;
}

@media screen and (max-width: 1200px){
    #order-content .payment-methods-area{
        height: 74px;
    }
    #order-content .payment-methods-area.bz{
        height: 145px;
        margin-left: 0px;
    }
    #order-content .payment-methods-area.bf{
        height: 145px;
        margin-left: 0px;
    }
    #order-content .payment-methods-area.bz .payment-methods-content li{
        width: 50%;
    }
    #order-content .payment-methods-area.bf .payment-methods-content li{
        width: 50%;
    }
    #order-content .payment-methods-area .payment-methods-content li{
        text-align: center;
    }
    #order-content .payment-methods-area .payment-methods-content li span{
        display: block;
    }
    #order-content .payment-methods-area .payment-methods-content .bank-trans,
    #order-content .payment-methods-area .payment-methods-content .bank-trans span,
    #order-content .payment-methods-area .payment-methods-content .zanaco span{
        margin: 0;
    }
}

.total-price-discount-area #selected-supporters-discount-price,
.total-price-discount-area #selected-promotion-discount-price{
    color: #e00;
    margin-left: 4px;
}

.total-price-discount-area {
    margin: 4px 0 0;
}

#div-supporters-discount{
    padding:8px 0 0;
    margin-top: 8px;
    border-top:solid 1px #e7e7e7;
}

#div-supporters-id-error,
#div-supporters-discount {
    display:none;
}

/* Log In */

#order-content .inquiry-switch{
    background: #fafafa;
}

#order-content .inquiry-switch .inquiry-switch-nav {
    text-align: center;
    margin: 0 0 6px;
    padding: 0 10px;
    height: 50px;
}

@media screen and (min-width: 1201px){
    #order-content .content.is-order .inquiry-login{
        padding:4px 20px 20px;
    }
    #order-content .content.is-order .inquiry-switch .inquiry-switch-nav{
        margin: 0 10px 6px;
    }
}

#order-content .inquiry-switch .button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    height:50px;
    margin:0;
    padding:0;
    font-size: 1.3em;
    font-weight: bold;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color: #666;
    background: #fafafa;
    border-style: none;
    border-bottom: solid 1px #ccc;
    outline: none;
    line-height: 50px;
}

#order-content .inquiry-switch .button.is-active {
    color: #E56B07;
    border-bottom: solid 2px #E56B07;
    cursor: default;
}

#order-content .inquiry-login {
    padding: 4px 10px 20px;
}

#order-content .content.is-order .inquiry-login .user-info-table th{
    padding: 6px 16px 6px 0;
}

#order-content .content.is-order .inquiry-login .user-details{
    padding: 4px 0 10px;
}

#order-content .content.is-order .inquiry-login .user-details .action{
    margin-top: 16px;
}

#order-content .other-info{
    margin-left: 160px;
}

#order-content .other-info p{
    text-align: center;
}

#order-content .inquiry > .other-info > .message {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

#order-content .inquiry > .create-account-wrap{
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin: 10px 0 0 160px;
}

@media screen and (max-width: 540px){
    #order-content .other-info,
    #order-content .inquiry > .create-account-wrap{
        margin-left: 0;
    }
}

#login-error {
    display: none;
    width: 300px;
    font-size: 14px;
    margin: 23px auto 0;
}

