/*
Theme Name: BMW
Author: RippleWerkz
Author URI: https://ripplewerkz.com/
Description: Theme for BMW Financial Solutions
Version: 1.0
*/

.font-b {
    font-family: 'BMWTypeWebBoldAll'
}

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

* {
    margin: 0;
    padding: 0;
    outline: none
}

html,
body {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0
}

body {
    font-size: 13px;
    line-height: 1.4;
    color: #262626
}

html,
body,
button,
input,
select,
textarea {
    font-family: "Arial", "Helvetica", "Calibri";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
span.span-error{
    color: red;
    margin: 5px 5px 5px 0;
    display: inline-block;
}

.opac a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none !important;
    visibility: hidden
}

small {
    font-size: 80%
}

html::-webkit-scrollbar {
    width: 7px;
    background: #fff
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

html::-webkit-scrollbar-thumb {
    background: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

a {
    outline: none;
    color: #3189DD;
    text-decoration: none;
    _noFocusLine: expression(this.hideFocus=true);
    cursor: pointer
}

a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    _noFocusLine: expression(this.hideFocus=true)
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

menu,
ol,
ul {
    margin: 0
}

nav ul,
nav ol,
li {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: none;
    _noFocusLine: expression(this.hideFocus=true);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

textarea {
    outline: none;
    resize: none
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1em
}

h5 {
    font-size: 0.83em
}

h6 {
    font-size: 0.67em
}

.par p {
    padding: 10px 0px
}

.par2 p {
    padding: 5px 0px
}

.bp-center {
    text-align: center
}

.bp-left {
    text-align: left
}

.bp-right {
    text-align: right
}

.bp-justify {
    text-align: justify
}

.bp-tt {
    text-transform: uppercase
}

.par-small {
    font-size: 12px
}

.par-medium,
.po-co-dd .bc-title,
.co-mo-main table h5,
.co-mo-main table>tbody>tr>th {
    font-size: 14px
}

.par-large,
.popup-content h4 {
    font-size: 15px
}

.par-xlarge,
.fancybox-nav,
.hc-title.small,
.in-pr-par h2,
.ip-ta-num {
    font-size: 18px
}

.par-xxlarge {
    font-size: 20px
}

.par-max,
.co-mo-main table h2 {
    font-size: 24px
}

@media (max-width: 950px) {
    .par-xlarge,
    .fancybox-nav,
    .hc-title.small,
    .in-pr-par h2,
    .ip-ta-num {
        font-size: 16px
    }
    .par-xxlarge {
        font-size: 18px
    }
    .par-max,
    .co-mo-main table h2 {
        font-size: 22px
    }
}

@media (max-width: 640px) {
    .par-medium,
    .po-co-dd .bc-title,
    .co-mo-main table h5,
    .co-mo-main table>tbody>tr>th {
        font-size: 12px
    }
    .par-large,
    .popup-content h4 {
        font-size: 13px
    }
    .par-xlarge,
    .fancybox-nav,
    .hc-title.small,
    .in-pr-par h2,
    .ip-ta-num {
        font-size: 14px
    }
    .par-xxlarge {
        font-size: 16px
    }
    .par-max,
    .co-mo-main table h2 {
        font-size: 20px
    }
}

body:before,
body:after {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out
}

.pace {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff
}

.pace-inactive {
    opacity: 0;
    filter: alpha(opacity=0)
}

.pace .pace-progress {
    z-index: 2000;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.5)
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("https://mybmw.bmw.co.id/wp-content/themes/bmw/Flaticon.svg#Flaticon") format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-share:before {
    content: "\f100"
}

.flaticon-arrows-1:before {
    content: "\f101"
}

.flaticon-more:before {
    content: "\f102"
}

.flaticon-sort-arrows-couple-pointing-up-and-down:before {
    content: "\f103"
}

.flaticon-left-angle-bracket:before {
    content: "\f104"
}

.flaticon-play-symbol:before {
    content: "\f105"
}

.flaticon-expand-button:before {
    content: "\f106"
}

.flaticon-cancel:before {
    content: "\f107"
}

.flaticon-remove:before {
    content: "\f108"
}

.flaticon-add:before {
    content: "\f109"
}

.flaticon-favorite:before {
    content: "\f10a"
}

.flaticon-checked:before {
    content: "\f10b"
}

.flaticon-interface:before {
    content: "\f10c"
}

.flaticon-arrows:before {
    content: "\f10d"
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow-y: visible !important;
    overflow-x: visible !important;
}
@media (max-width: 767px) {
    .fancybox-inner {
        overflow-y: auto !important;
        overflow-x: hidden  !important;
	}
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("assets/images/popup/fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("assets/images/popup/fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: 13px;
    padding: 2px 4px;
    cursor: pointer;
    z-index: 8040;
    font-size: 30px;
    color: #fff
}

.fancybox-close:before {
    content: '\f107';
    display: block;
    font-family: "Flaticon";
    font-size: 8px
}

.fancybox-close:hover {
    color: #fff
}

.v2 .fancybox-close {
    top: 0;
    right: 0;
    margin: 7px
}

.v2 .fancybox-close:before {
    font-size: 14px
}

.fancybox-nav {
    position: absolute;
    min-width: 90px;
    bottom: 20px;
    width: auto;
    height: auto;
    cursor: pointer;
    text-decoration: none;
    z-index: 8040;
    padding: 5px 10px;
    color: #262626;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    border: 1px solid #262626
}

.fancybox-nav .fa {
    font-size: 22px
}

@media (max-width: 640px) {
    .fancybox-nav .fa {
        font-size: 17px
    }
}

.fancybox-prev {
    right: 160px
}

.fancybox-next {
    right: 40px
}

.fancybox-nav span {
    background: none !important
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.4)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("assets/images/popup/fancybox_sprite-2x.png");
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url("assets/images/popup/fancybox_loading-2x.gif");
        background-size: 24px 24px
    }
}

.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.rangeslider {
    background: #e6e6e6;
    position: relative
}

.rangeslider--horizontal {
    height: 20px;
    width: 100%
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4
}

.rangeslider__fill {
    background: #00ff00;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12))
}

.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}

input[type="range"]:focus+.rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9)
}

html,
body {
    min-height: 100%
}

.header-content {
    background: #e6e6e6
}

.header-content .logo {
    top: 5px;
    right: 0;
    width: 100px
}

.header-top {
    min-height: 81px;
    background: #8e8e8e
}

.header-bottom {
    min-height: 35px;
}

.he-bo-ctrl li {
    display: inline-block;
    vertical-align: top;
    padding: 5px
}

.he-bo-ctrl li:first-child {
    padding-left: 0
}

.he-bo-ctrl li:last-child {
    padding-right: 0
}

.he-bo-ctrl li a {
    display: block;
    font-family: "BMWTypeWebBoldAll";
    color: #262626
}

.he-bo-ctrl li a:hover {
    color: #1365d7
}

footer {
    z-index: 2;
    position: relative;
    background: #8e8e8e
}

.footer-content {
    min-height: 33px;
    color: #fff
}

.fo-co-links li {
    display: inline-block;
    padding: 7px 10px
}

.fo-co-links li:first-child {
    padding-left: 0
}

.fo-co-links li:last-child {
    padding-right: 0
}

.fo-co-links li a {
    display: block;
    color: inherit
}

.fo-co-links li a:hover {
    color: #262626
}

#main-container {
    position: relative;
    height: 100%;
    height: auto !important;
    min-height: 100%;
    overflow: hidden
}

.hide {
    position: relative
}

.ease,
.po-co-dd .bc-title,
.ip-se-num,
.ip-se-img,
.ic-li-main:before,
.ic-li-main h4,
a,
input[type="submit"],
button {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.loader {
    position: relative;
    overflow: hidden;
    background: #fff url("assets/images/page_template/loading.gif") no-repeat center
}

.auto {
/*    max-width: 1160px;*/
    max-width:1240px;
    margin: 0 auto
}

#main-wrapper {
    min-height: 522px;
    background: url("assets/images/page_template/banner_bg_main.jpg") no-repeat top center;
    background-size: 100% auto
}

@media (max-width: 640px) {
    #main-wrapper {
        background-size: 200% auto
    }
}

.fl {
    float: left
}

.fr {
    float: right
}

.clr {
    display: block;
    float: none;
    clear: both
}

.bp-set {
    display: inline-block;
    *display: inline
}

.bp-set.vm {
    vertical-align: middle
}

.bp-set.vt {
    vertical-align: top
}

.bp-set.vb {
    vertical-align: bottom
}

.bp-box,
.bp-col,
.in-pr-col,
.ip-btn>*.icon>* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.bp-rel {
    position: relative
}

.bp-ab {
    position: absolute
}

.co-black {
    color: #000
}

.co-white {
    color: #fff
}

.co-blue {
    color: #1365d7
}

.pad-edge {
    padding-left: 15px;
    padding-right: 15px
}

.bp-img img,
.logo img,
.ip-se-img img {
    max-width: 100%;
    height: auto;
}
.thumbnail.ip-se-img img{
    margin-left: auto;
}
#advance-image img{
    margin-left: auto;
}
.logo img{
    margin-left: auto;
}
.ic-li-img.bp-img img{
    margin-left: auto;
}
.home-cars img{
    margin-left: auto;
}
.ip-se-img img {
    max-width: 85%;
    height: auto;
    margin-left: 15%;
}

.bp-img.wide img,
.wide.logo img,
.wide.ip-se-img img {
    width: 100%
}

.bp-nocurve,
.pc-input,
.hc-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.bp-curve,
.fancybox-nav {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.bp-circle,
.hc-radio input[type="radio"],
.hc-radio input[type="radio"]:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.mobile-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.bp-centralize,
.ca-sl-handle {
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.bp-col.fl,
.fl.in-pr-col {
    padding-right: 10px
}

.bp-col.fr,
.fr.in-pr-col {
    padding-left: 10px
}

.bp-col.half,
.half.in-pr-col {
    width: 50%
}

@media (max-width: 480px) {
    .bp-col,
    .in-pr-col {
        float: none !important;
        display: block;
        width: auto
    }
    .bp-col.fl,
    .fl.in-pr-col {
        padding-right: 0
    }
    .bp-col.fr,
    .fr.in-pr-col {
        padding-left: 0
    }
    .bp-col.half,
    .half.in-pr-col {
        width: auto
    }
}

.pt1 {
    padding-top: 10px
}

.pt2 {
    padding-top: 20px
}

.pt3 {
    padding-top: 30px
}

.pt4 {
    padding-top: 40px
}

.pt5 {
    padding-top: 50px
}

.pb1 {
    padding-bottom: 10px
}

.pb2 {
    padding-bottom: 20px
}

.pb3 {
    padding-bottom: 30px
}

.pb4 {
    padding-bottom: 40px
}

.pb5 {
    padding-bottom: 50px
}

.mt1 {
    margin-top: 10px
}

.mt2 {
    margin-top: 20px
}

.mt3 {
    margin-top: 30px
}

.mt4 {
    margin-top: 40px
}

.mt5 {
    margin-top: 50px
}

.mb1 {
    margin-bottom: 10px;
    padding-left: 0;
}

.mb2 {
    margin-bottom: 20px
}

.mb3 {
    margin-bottom: 30px
}

.mb4 {
    margin-bottom: 40px
}

.mb5 {
    margin-bottom: 50px
}

@media (max-width: 640px) {
    .pt2 {
        padding-top: 10px
    }
    .pt3 {
        padding-top: 20px
    }
    .pt4 {
        padding-top: 30px
    }
    .pt5 {
        padding-top: 40px
    }
    .pb2 {
        padding-bottom: 10px
    }
    .pb3 {
        padding-bottom: 20px
    }
    .pb4 {
        padding-bottom: 30px
    }
    .pb5 {
        padding-bottom: 40px
    }
    .mt2 {
        margin-top: 10px
    }
    .mt3 {
        margin-top: 20px
    }
    .mt4 {
        margin-top: 30px
    }
    .mt5 {
        margin-top: 40px
    }
    .mb2 {
        margin-bottom: 10px
    }
    .mb3 {
        margin-bottom: 20px
    }
    .mb4 {
        margin-bottom: 30px
    }
    .mb5 {
        margin-bottom: 40px
    }
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.spinner {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2s infinite linear;
    -moz-animation: rotatee 2s infinite linear;
    -ms-animation: rotatee 2s infinite linear;
    -o-animation: rotatee 2s infinite linear;
    animation: rotatee 2s infinite linear
}

.s-dot {
    display: inline-block;
    position: absolute;
    width: 60%;
    height: 60%;
    top: 0;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: bouncee 2s infinite ease-in-out;
    -moz-animation: bouncee 2s infinite ease-in-out;
    -ms-animation: bouncee 2s infinite ease-in-out;
    -o-animation: bouncee 2s infinite ease-in-out;
    animation: bouncee 2s infinite ease-in-out
}

.s-dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -ms-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.explorer .preloader {
    background: #fff url("assets/images/page_template/loading.gif") no-repeat center
}

.explorer .preloader .spinner {
    display: none
}

.anim-content,
.animated,
.animate {
    opacity: 0
}

.anim-content.visible {
    -webkit-animation: animRun 0.5s ease forwards;
    -moz-animation: animRun 0.5s ease forwards;
    -ms-animation: animRun 0.5s ease forwards;
    -o-animation: animRun 0.5s ease forwards;
    animation: animRun 0.5s ease forwards
}

@-webkit-keyframes animRun {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes animRun {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes animRun {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes animRun {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animRun {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.no-margin {
    margin: 0
}

.hc-title {
    font-size: 42px;
    font-family: "BMWTypeWebBoldAll"
}

.hc-title.icon {
    font-size: 80px
}

@media (max-width: 950px) {
    .hc-title {
        font-size: 36px
    }
}

@media (max-width: 480px) {
    .hc-title {
        font-size: 34px
    }
    .hc-title.small {
        font-size: 14px
    }
}

@media (max-width: 400px) {
    .hc-title br {
        display: none
    }
}

.hc-checkbox label {
    padding-left: 30px
}

.hc-checkbox input[type="checkbox"] {
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    margin-left: -30px;
    margin-right: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.hc-checkbox input[type="checkbox"]:checked:after {
    content: '\f10b';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Flaticon"
}

.hc-radio {
    min-width: 125px;
    margin-top: 0 !important;
    margin-bottom: 0
}

.hc-radio label {
    padding-left: 30px
}

.hc-radio input[type="radio"] {
    position: relative;
    top: 2px;
    padding: 2px;
    margin-left: -30px;
    margin-right: 10px;
    border: 2px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.hc-radio input[type="radio"]:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: none
}

.hc-radio input[type="radio"]:checked,
.hc-radio input[type="radio"]:active,
.hc-radio input[type="radio"]:focus {
    outline: none
}

.hc-radio input[type="radio"]:checked:before,
.hc-radio input[type="radio"]:active:before,
.hc-radio input[type="radio"]:focus:before {
    background: #262626
}

.pc-input {
    height: 37px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    box-shadow: none
}

textarea.pc-input {
    height: 89px
}

.btn {
    display: block
}

.btn.bp-set {
    display: inline-block
}

.btn-blue-gradient,
.fancybox-close,
.hc-btn,
.hc-btn:hover,
.hc-btn:active,
.hc-btn:focus,
.ip-btn>*.icon>*,
.pa-sl-fill,
.po-co-dd .bc-title:before {
    background: #1b6bd5;
    background: -webkit-linear-gradient(legacy-direction(#0e96fc), #1b6bd5);
    background: linear-gradient(#0e96fc, #1b6bd5)
}

.btn-gray-gradient,
.hc-btn.gray {
    background: #515251;
    background: -webkit-linear-gradient(legacy-direction(#848484), #515251);
    background: linear-gradient(#848484, #515251)
}

.hc-btn {
    min-width: 179px;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    font-family: "BMWTypeWebBoldAll";
    border: none
}

.hc-btn:hover,
.hc-btn:active,
.hc-btn:focus {
    opacity: 0.9;
    color: #fff
}

.ip-btn {
    color: #666;
    font-family: "BMWTypeWebBoldAll"
}
.car-series-payment .ip-btn{display:block;}
.ip-btn>* {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px
}

.ip-btn>*:first-child {
    padding-left: 0
}

.ip-btn>*:last-child {
    padding-right: 0
}

.ip-btn>*.icon>* {
    display: table-cell;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff
}

.ip-btn>*.icon>*:before {
    position: relative;
    top: -1px;
    font-size: 11px
}

.ip-btn:hover {
    color: #1365d7
}

.ip-btn.inactive {
    opacity: 0.7;
    cursor: default
}

.ip-btn.inactive:hover {
    color: #666
}

.payment-slider {
    position: relative;
    height: 37px;
    background: #fafafa;
    border: 1px solid #ccc
}

.pa-sl-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.ps-sl-handle {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #fff url("assets/images/page_template/icon_handle.png") no-repeat center;
    cursor: pointer
}

.calculator-slider {
    position: relative;
    height: 9px;
    background: #fff;
    border: 1px solid #ccc
}

.ca-sl-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #1365d7
}

.ca-sl-handle {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 28px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #fff url("assets/images/page_template/icon_handle_dots.png") no-repeat center;
    cursor: pointer
}

.bp-co-dd .bc-main {
    display: none
}

.popup-content {
    width: 670px;
    padding: 35px;
    background: #fff
}

.popup-content h3,
.popup-content h4 {
    font-weight: bold
}

.popup-content.v2 {
    padding: 0
}

@media (max-width: 640px) {
    .popup-content {
        width: 90vw;
        padding: 30px 20px 20px
    }
}

#bmw-hire-purchase {
    max-width: 770px
}

#advance-options {
    max-width: 770px
}

.po-co-form label {
    display: block
}

.po-co-form .form-group {
    margin-bottom: 25px
}

.po-co-form .form-group label {
    display: block;
    margin-bottom: 15px
}

.po-co-form form>.form-group:last-child,
.po-co-form>.form-group:last-child {
    margin-bottom: 0
}

.po-co-form.v2 .form-group {
    margin-bottom: 5px
}

.pc-fo-capt {
    display: block;
    margin: 5px 0;
    font-weight: normal
}

.po-co-dd .bc-title {
    position: relative;
    padding: 10px 0 10px 25px;
    cursor: pointer;
    border-top: 1px solid #ccc;
    color: #666
}

.po-co-dd .bc-title:first-child {
    border-top: none
}

.po-co-dd .bc-title:hover {
    color: #262626
}

.po-co-dd .bc-title:before {
    content: '\f109';
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
	line-height:15px;
    padding: 0px 2px;
    color: #fff;
    font-family: "Flaticon";
    font-size: 9px;
    text-align: center
}

.po-co-dd .bc-title.selected:before {
    content: '\f108'
}

.po-co-dd .bc-main {
    padding: 15px 0 20px 0;
    border-top: 1px solid #ccc
}

.po-co-par ol {
    margin-left: 15px
}

.po-co-par ol li {
    list-style: disc
}

.po-co-main {
    padding: 40px 20px
}

.po-co-main.v2 {
    background: #e6e6e6
}

@media (max-width: 767px) {
    .po-co-main {
        min-height: 0 !important
    }
}

@media (max-width: 640px) {
    .po-co-main {
        padding: 30px 20px 20px
    }
}

.pc-ma-img {
    max-width: 170px;
    height: 104px;
}
.pc-ma-img#advance-image {
    max-width:none;
    height: auto; max-height:150px; text-align:center;
}

.ip-co-nav a {
    display: block;
    position: absolute;
    width: 26px;
    height: 15px;
    left: 50%;
    margin-left: -13px;
    background-image: url("assets/images/page_template/bmw_nav.png");
    background-repeat: no-repeat
}

.ip-co-nav a.prev {
    top: -37px;
    background-position: 0 0
}

.ip-co-nav a.next {
    bottom: -37px;
    background-position: -26px 0
}

.in-pr-tab {
    background: #fafafa;
    border: 1px solid #ccc
}

.in-pr-tab .tab-nav {
    background: #fff
}

.in-pr-tab .tab-nav ul {
    display: flex;
    align-items: stretch
}

.in-pr-tab .tab-nav ul li {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.in-pr-tab .tab-nav ul li:last-child {
    border-right: none
}

.in-pr-tab .tab-nav ul li a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    color: #262626
}

.in-pr-tab .tab-nav ul li:hover a {
    background: #fff
}

.in-pr-tab .tab-nav ul li.active,
.in-pr-tab .tab-nav ul li.ui-state-active {
    border-bottom-color: #fafafa
}

.in-pr-tab .tab-nav ul li.active a,
.in-pr-tab .tab-nav ul li.ui-state-active a {
    background: #fafafa
}

.in-pr-tab .tab-content {
    padding: 20px
}

.in-pr-tab .tab-content .ip-ta-col:last-child {
    margin-bottom: 0
}

div.bp-maxwidth,
div.bp-tablet2,
div.bp-phablet {
    display: none
}

@media (max-width: 1160px) {
    div .bp-maxwidth {
        display: block
    }
    div .bp-n-maxwidth {
        display: none
    }
}

@media (max-width: 767px) {
    div[class*="col-sm"].text-right {
        text-align: left
    }
    div.bp-tablet2 {
        display: block
    }
    div.bp-n-tablet2 {
        display: none
    }
}

@media (max-width: 640px) {
    div.bp-phablet {
        display: block
    }
    div.bp-n-phablet {
        display: none
    }
}

@media (max-width: 1024px) {
    .home-content,
    .inner-content {
        padding-top: 0
    }
}

.ho-co-box {
    padding: 35px 38px;
    background: #fafafa;
    border: 1px solid #ccc
}

.ho-co-box.small {
    padding: 15px
}

.ho-co-box.med {
    padding: 25px
}

.ho-co-box.white {
    background: #fff
}

.ho-co-box .form-group {
    margin-bottom: 20px
}

.ho-co-box .form-group:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .ho-co-box {
        padding: 30px
    }
    .ho-co-box.small {
        padding: 10px
    }
    .ho-co-box .form-group:last-child {
        margin-bottom: 20px
    }
    .ho-co-box div[class*="col"]:last-child .form-group {
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    .ho-co-box {
        padding: 20px
    }
}

.ho-co-input {
    background: #fff;
    border: 1px solid #ccc
}

.ho-co-input .input-group-addon {
    padding-right: 0;
    background: none;
    border: none;
    color: #1365d7
}

.ho-co-input .form-control {
    height: 37px;
    background: none;
    border: none;
    outline: none;
    box-shadow: none
}

.ho-co-main>* {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.ho-co-main>*.banner {
    margin-left: -4px
}

@media (max-width: 767px) {
    .ho-co-main>*.banner {
        display: none
    }
}

.in-co-par p {
    line-height: 1.6
}

.hc-bo-info h4 {
    font-weight: bold;
    font-family: "BMWTypeWebBoldAll"
}

.hc-bo-info a {
    color: #666;
    font-family: "BMWTypeWebBoldAll"
}

.hc-bo-info a:hover {
    color: #1365d7
}

.in-pr-list li.set {
    display: inline-block;
    vertical-align: top
}

.in-pr-list.col3 li.set {
    margin: 0 0 70px 0; width: 32%; 
  /* width: 28.5%;  margin: 0 3.2% 70px 3.2%*/
}

.in-pr-list.col3 li.set:nth-child(3n+1) {
    margin-left: 0
}

.in-pr-list.col3 li.set:nth-child(3n) {
    margin-right: 0
}
.citem_car{
    height: 80px;
}

.car-series-payment{
    width:33.3333333333%;
    float: left;

}
.car-series-wrap{
    width:66.6666666667%;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 990px) {

}

@media (max-width: 767px) {
    .in-pr-list {
        text-align: center
    }
    .in-pr-list ul {
        display: inline-block
    }
	.car-series-wrap{
		padding-left: 0px;
		padding-right: 0px; float:none;
	}
}

@media (max-width: 400px) {
/*
    .in-pr-list.col3 li.set {
        display: block;
        width: auto;
        margin: 0 0 70px 0
    }
*/
}

.in-pr-set {
    position: relative;
/*    padding-left: 35px;*/
    padding-left: 0;
    text-align: left
}

/*
.in-pr-set.not-range .ip-se-img {
    opacity: 0.2
}
*/
.not-range .ip-se-img {
    opacity: 0.2
}

.in-pr-set:hover .ip-se-num {
    color: #666
}

.in-pr-set:hover .ip-se-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.ip-se-num {
    z-index: 0;
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 91px;
    font-family: "BMWTypeWebBoldAll";
    line-height: 0.7;
    color: #b3b3b3
}

@media (max-width: 1024px) {
    .ip-se-num {
        font-size: 80px
    }
}

@media (max-width: 950px) {
    .ip-se-num {
        font-size: 65px
    }
}

@media (max-width: 810px) {
/*
    .ip-se-num {
        font-size: 80px
    }
*/
}
@media (max-width: 768px) {
    .car-series-payment{
        width: auto;
    }
    .car-series-wrap{
        width: 100%
    }
    .ip-se-num {
        font-size: 80px
    }
}
@media (max-width:500px){
    .ip-se-num {
        font-size: 56px;
    }
}

.ip-se-img {
    z-index: 3;
    position: relative
}

.in-pr-col.short {
/*    width: 300px;*/
    width:   240px;
}

.in-pr-col.large {
    position: relative;
/*    margin-left: 345px;*/
    margin-left:280px;
    overflow: hidden
}

@media (max-width: 950px) {
    .in-pr-col.short {
        width: 250px
    }
    .in-pr-col.large {
        margin-left: 270px
    }
}

@media (max-width: 767px) {
    .in-pr-col.short {
        display: none
    }
    .in-pr-col.large {
        margin-left: 0
    }
}

.ip-co-list {
    position: relative;
    width: 100%;
    height: 442px;
    border: 1px solid #ccc;
    overflow: hidden
}

.ip-co-list>ul {
    width: 100%
}

.ic-li-set {
    background: #fafafa;
    color: #262626;
    border-bottom: 1px solid #ccc;
}

.ic-li-set a {
    display: block;
    color: inherit
}

.ic-li-main .row:hover h4 {
    color: #1365d7
}

.ic-li-title {
    padding: 7px 15px;
    background: #e6e6e6;
    font-family: "BMWTypeWebBoldAll"
}

.ic-li-main {
    position: relative;
    padding: 15px
}

.ic-li-main .row.active, .ic-li-main .row:hover{
    border-left: 5px solid #1c69d4;
}

.ic-li-main h4 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px 15px;
    font-family: "BMWTypeWebBoldAll"
}

.in-pr-par h2 {
    font-weight: bold;
    color: #262626;
    font-family: "BMWTypeWebBoldAll"
}

.in-pr-par h4 {
    color: #666;
    font-family: "BMWTypeWebBoldAll"
}

.in-pr-par ol {
    margin-left: 15px
}

.in-pr-par ol li {
    list-style: disc;
    padding-left: 10px;
    margin-bottom: 20px
}

.in-pr-top div[class*="col-"].large {
    width: 68%;
     padding-left: 15px;
}

.in-pr-top div[class*="col-"].short {
    width: 32%
}

@media (max-width: 1024px) {
    .in-pr-top div[class*="col-"].large {
        width: 60%
    }
    .in-pr-top div[class*="col-"].short {
        width: 40%
    }
}

@media (max-width: 810px) {
    .in-pr-top div[class*="col-"] {
        display: block;
        float: none !important;
        width: auto !important
    }
}

.ip-ta-col h4 {
    font-weight: bold
}

.ip-ta-num {
    color: #1365d7;
    font-family: "BMWTypeWebBoldAll"
}

.ip-ta-links li {
    margin-bottom: 10px
}

.ip-ta-links li:last-child {
    margin-bottom: 0
}

.co-mo-main table .no-bg {
    background: none !important
}

.co-mo-main table h2,
.co-mo-main table h3,
.co-mo-main table h4,
.co-mo-main table h5 {
    margin: 0;
    font-weight: bold;
    width: 80%;
    float: left;
}

.co-mo-main table .trash-btn{
    float:right;
     width: 20%;
}

.co-mo-main table>tbody>tr>th {
    border-width: 3px;
    vertical-align: middle;
    border-color: transparent
}

.co-mo-main table>tbody>tr>td {
    border-width: 3px;
    border-color: transparent
}

.co-mo-main table.table-bordered {
    border-color: transparent
}

.co-mo-main table.table-bordered th,
.co-mo-main table.table-bordered td {
    border-color: #fff
}

.co-mo-main table.table-bordered>thead>tr>th {
    border-color: transparent
}

.cm-ma-img {
    max-width: 185px
}
.popup-li{
    width: 100%;
    clear:both;
    position: initial;
    margin-bottom: 35px;
    margin-top: -44px;
    display: none;
}
.car-grid__tray {
    padding: 10px;
    border: 1px solid #b3b3b3;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.car-grid__tray-models .label{
    font-size: 12px;
    color: #262626;
}

.in-pr-set:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: 2rem;
    border: 1rem solid #000;
    border-color: transparent transparent #fff #fff;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: -2px 2px 3px 0 rgba(0,0,0,.2);
    pointer-events: none;
    z-index:999;
    opacity:0;
}

.in-pr-set.active:after { 
    opacity:1;
}

.row-no-margin .row{
    margin-right: 0; 
    margin-left: 0;
}


.top_backlink{font-size:16px; font-weight:bold;}
.div-price .thumbnail{
    margin-bottom: 5px;
    margin-top: 20px;
}

.catchline_2_title{
	    margin-top: 0;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 1em;
}