/*
*bms front end css
*/
#bms_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    min-height: 100%;
    background: url("../images/loader.gif") no-repeat scroll center center #000;
    background-attachment:fixed;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 9999999;
}

.widget_bmw_widget{
    position: relative;
}

button.banner_order_now_btn{
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    right: 8%;
    bottom: 6%;
    background: #49a24e;
    font-size: 14px !important;
    color: #fff;
    min-width: 112px;
    padding: 10px 30px 11px !important;
    text-transform: none;
}

button.banner_order_now_btn:hover{
   background:#444545;
}