@charset 'UTF-8';

@font-face
{
    font-family: 'Renault';
    font-weight: bold;
    font-style: normal;

    src: url('fonts/RenaultLifeBold.eot');
    src: url('fonts/RenaultLifeBold.eot') format('embedded-opentype'), url('fonts/RenaultLifeBold.woff2') format('woff2'), url('fonts/RenaultLifeBold.woff') format('woff'), url('fonts/RenaultLifeBold.ttf') format('truetype'), url('fonts/RenaultLifeBold.svg#RenaultLifeBold') format('svg');
}

@font-face
{
    font-family: 'Renault';
    font-weight: normal;
    font-style: italic;

    src: url('fonts/RenaultLifeItalic.eot');
    src: url('fonts/RenaultLifeItalic.eot') format('embedded-opentype'), url('fonts/RenaultLifeItalic.woff2') format('woff2'), url('fonts/RenaultLifeItalic.woff') format('woff'), url('fonts/RenaultLifeItalic.ttf') format('truetype'), url('fonts/RenaultLifeItalic.svg#RenaultLifeItalic') format('svg');
}

@font-face
{
    font-family: 'Renault';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/RenaultLifeRegular.eot');
    src: url('fonts/RenaultLifeRegular.eot') format('embedded-opentype'), url('fonts/RenaultLifeRegular.woff2') format('woff2'), url('fonts/RenaultLifeRegular.woff') format('woff'), url('fonts/RenaultLifeRegular.ttf') format('truetype'), url('fonts/RenaultLifeRegular.svg#RenaultLifeRegular') format('svg');
}

html
{
    font-size: 16px;
}

body
{
    font-family: 'Renault', sans-serif;

    position: relative;

    min-width: 320px;
    min-height: 100vh;

    color: #000;
    background: #fff;

    -webkit-text-size-adjust: none;
}

input,
textarea,
select,
button
{
    font-family: 'Renault', sans-serif;

    outline: none;
}

button
{
    transition: all .3s ease;
}

img
{
    max-width: 100%;
}

a
{
    transition: all .3s ease;
    text-decoration: none;
}

p a
{
    color: #fc3;
}

p a:hover
{
    text-decoration: underline;

    color: #fc3;
}

.bg
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: no-repeat 50% 50%;
    background-size: cover;
}

.retina
{
    display: none;
}

.gutters-10
{
    margin-right: -5px;
    margin-left: -5px;
}

.gutters-10 > div
{
    padding-right: 5px;
    padding-left: 5px;
}

.mb-6
{
    margin-bottom: 6px;
}

.mb-40
{
    margin-bottom: 40px;
}

.mb-30
{
    margin-bottom: 30px;
}

.body .btn.btn-primary,
.button
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

    position: relative;

    padding: 10px 30px;

    color: #333;
    border-radius: 0;
}

.body .btn.btn-primary:hover,
.button:hover
{
    text-decoration: none;

    border-color: #ffde00;
    background: #ffde00;
}

.body .btn.btn-primary:after,
.button:after
{
    font-family: 'icomoon';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 0;

    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;

    display: inline-block;

    width: auto;
    height: auto;
    margin: 0 -2px 0 0;
    padding: 0;

    content: '\e906';
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    vertical-align: middle;
    text-transform: none;

    border: 0;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.body .btn.btn-primary.min-w,
.button.min-w
{
    min-width: 200px;
}

.body .btn.btn-primary[data-toggle='show'].toggled:after,
.button[data-toggle='show'].toggled:after
{
    margin: 20px 15px;

    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.body .btn.btn-secondary
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

    position: relative;

    padding: 9px 27px;

    color: #000;
    border-color: #ccc;
    border-radius: 0;
    background: #ccc;
}

.body .btn.btn-secondary:hover
{
    border-color: #e1e1e1;
    background: #e1e1e1;
}

.body .btn.btn-secondary:after
{
    font-family: 'icomoon';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 0;

    position: absolute;
    top: 0;
    right: -11px;
    bottom: 0;

    display: inline-block;

    width: auto;
    height: auto;
    margin: 0 -2px 0 0;
    padding: 0;

    content: '\e906';
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    vertical-align: middle;
    text-transform: none;

    border: 0;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.body .btn.btn-secondary.min-w
{
    min-width: 200px;
}

.body .btn.btn-link
{
    font-size: 14px;
    font-weight: bold;

    padding: 0;
}

.body .btn.btn-link:hover
{
    color: #fc3;
}

.body .btn.btn-link .icon
{
    font-size: 11px;

    display: inline-block;

    padding: 0 10px 0 0;

    -webkit-transform-origin: 25% 50%;
            transform-origin: 25% 50%;
}

.body .btn.btn-link .icon-down
{
    margin: 0 -6px 0 -4px;

    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.body h1,
.body .h1
{
    font-size: 3rem;
}

.body h2,
.body .h2
{
    font-size: 2.25rem;
}

.body h3,
.body .h3
{
    font-size: 1.75rem;
}

.body h4,
.body .h4
{
    font-size: 1.35rem;
}

.body h5,
.body .h5
{
    font-size: 1.125rem;
}

.body h6,
.body .h6
{
    font-size: 1rem;
}

.body h3,
.body .h3,
.body h4,
.body .h4,
.body h5,
.body .h5
{
    font-weight: bold;
}

.body .fw-400
{
    font-weight: normal;
}

.book-bar
{
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.book-bar ul,
.book-bar li
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.book-bar a
{
    font-size: 10px;
    line-height: normal;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 80px;
    height: 80px;
    padding: 5px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    background: #000;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.book-bar a:hover
{
    color: #fc3;
    background: #333;
}

.book-bar a:active,
.book-bar a.active
{
    color: #000;
    background: #fc3;
}

.book-bar .icon
{
    font-size: 30px;
    line-height: 34px;

    display: block;

    width: 100%;
    height: 40px;
}

.book-bar li + li
{
    box-shadow: 0 -1px #666;
}

.body
{
    overflow-x: hidden;
}

.bg-grey
{
    background: #ececec;
}

.bg-white
{
    background: #fff;
}

.slick-dots
{
    position: relative;
    z-index: 1;

    height: 10px;
    margin: -22px 0 -10px;
    padding: 0;

    text-align: center;
}

.slick-dots li
{
    display: inline-block;

    height: 10px;
    margin: 0;
    padding: 0 5px;

    list-style: none;

    vertical-align: top;
}

.slick-dots .slick-active button
{
    background: #fc3;
}

.slick-dots button
{
    font-size: 0;
    line-height: 10px;

    width: 10px;
    height: 10px;
    padding: 0;

    cursor: pointer;

    border: 0;
    border-radius: 50%;
    outline: none;
    background: #cdcdcd;
}

.slick-arrow
{
    font-size: 20px;
    line-height: 44px;

    position: absolute;
    z-index: 6;
    top: 0;
    bottom: 20px;
    left: 0;

    width: 40px;
    height: 40px;
    margin: auto;
    padding-left: 4px;

    cursor: pointer;
    text-align: center;

    color: #fc3;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: none;
    background: #333;
}

.horizontal .slick-arrow
{
    top: 182px;

    margin-top: 0;
}

.horizontal.v-2 .slick-arrow
{
    top: 142px;

    margin-top: 0;
}

.slick-arrow:focus
{
    outline: 0;
}

.slick-arrow .icon
{
    display: inline-block;
}

.slick-arrow.slick-prev .icon
{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.slick-arrow.slick-next
{
    right: 0;
    left: auto;

    padding-left: 9px;
}

.slick-arrow.slick-disabled
{
    display: none !important;
}

.down-arrow
{
    position: absolute;
    z-index: 4;
    top: 100%;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: 5px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    background: #333;
}

.card .down-arrow
{
    margin-left: 20px;

    background: inherit;
}

.up-arrow
{
    position: absolute;
    z-index: 4;
    bottom: 100%;

    width: 20px;
    height: 20px;
    margin-bottom: -10px;
    margin-left: 18px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    background: inherit;
}

.left-arrow
{
    position: absolute;
    z-index: 4;
    top: 0;

    width: 20px;
    height: 20px;
    margin: 32px 0 0 -10px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    background: inherit;
}

.full-height
{
    min-height: calc(100% - (30*10px/10));
}

.custom-select
{
    font-size: 14px;
}

.custom-select:focus
{
    background-color: #fff8e6;
}

.__container,
.ipWidget-ActOn,
.ipWidget-Columns,
.ipWidget-FlyGallery,
.ipWidget-FlyImage,
.ipWidget-Heading,
.ipWidget-Map,
.ipWidget-SocialMedia,
.ipWidget-Text,
.ipWidget-Video
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.ipWidget-Columns .__container,
.ipWidget-Columns .ipWidget-ActOn,
.ipWidget-Columns .ipWidget-Columns,
.ipWidget-Columns .ipWidget-FlyGallery,
.ipWidget-Columns .ipWidget-FlyImage,
.ipWidget-Columns .ipWidget-Heading,
.ipWidget-Columns .ipWidget-Map,
.ipWidget-Columns .ipWidget-SocialMedia,
.ipWidget-Columns .ipWidget-Text,
.ipWidget-Columns .ipWidget-Video
{
    padding-right: 0;
    padding-left: 0;
}

.__container-fluid
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.__row,
.ipWidget-FlyGallery ._container
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-right: -15px;
    margin-left: -15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.__no-gutters
{
    margin-right: 0;
    margin-left: 0;
}

.__no-gutters > .col,
.__no-gutters > [class*='col-']
{
    padding-right: 0;
    padding-left: 0;
}

.header
{
    position: relative;
    z-index: 50;

    min-height: 150px;

    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.logo
{
    display: block;

    width: 190px;
    max-width: 100%;
    height: 60px;

    text-align: left;
    text-indent: -999em;

    background: url(img/logo.png) no-repeat;
    background-size: contain;
}

.head-bar
{
    font-weight: bold;

    padding: 3px 0;

    color: #000;
    background: #ccc;
}

.head-bar a:hover
{
    text-decoration: underline;
}

.main-head
{
    padding: 30px 0 0;
}

.main-head .container
{
    position: relative;
}

.main-head .h3
{
    min-height: 30px;
    margin: 0;
}

.navbar
{
    padding: 0;
}

.navbar li
{
    padding-right: 15px;
}

.navbar .dropdown.active > a:before
{
    right: -2px;
}

.navbar .nav-item > .nav-link
{
    position: relative;
    z-index: 2;
}

.navbar .nav-item > .nav-link:hover
{
    position: relative;
}

.navbar .nav-item > .nav-link:hover:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 7px;
    left: 0;

    content: '';

    border-bottom: 1px solid #000;
}

.navbar .active > a
{
    position: relative;
}

.navbar .active > a:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 7px;
    left: 0;

    content: '';

    border-bottom: 1px solid #000;
}

.head-nav
{
    font-size: 12px;

    margin: 0;
    padding: 0;

    text-transform: uppercase;

    color: #666;
}

.head-nav li
{
    float: left;

    margin: 0;
    padding: 3px 13px 3px 0;

    list-style: none;
}

.head-nav a
{
    color: inherit;
}

.navbar-toggler:focus
{
    outline: none;
}

.navbar-toggler
{
    font-size: 30px;
    line-height: 20px;

    display: block;

    width: 30px;
    height: 20px;
    margin: 14px 0 23px;

    border: 0;
    outline: none;
}

.navbar-toggler span
{
    display: inline-block;

    margin-top: -5px;

    vertical-align: top;
}

.navbar-toggler[aria-expanded='false'] .icon-close
{
    display: none;
}

.navbar-toggler[aria-expanded='true'] .icon-menu
{
    display: none;
}

.navbar-toggler[aria-expanded='true'] .icon-close
{
    font-size: 20px;

    display: inline-block;

    margin-top: 0;
    margin-left: -10px;
}

.footer
{
    padding-top: 20px;

    color: #fff;
    background: #333;
}

.footer .copy
{
    padding: 15px 0;

    background: #000;
}

.footer li
{
    color: #999;
}

.footer h6
{
    font-size: 14px;
    font-weight: bold;

    margin: 1px 0 23px;

    text-transform: uppercase;
}

.footer h6 a:hover
{
    text-decoration: underline;
}

.footer a
{
    color: inherit;
}

.footer a:hover,
.footer a.active
{
    color: #fff;
}

.footer .breadcrumb
{
    margin-top: -20px;
    margin-bottom: 20px;

    border-bottom: 1px solid #666;
}

.footer-nav
{
    font-size: 14px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0;
    padding: 5px 0;

    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

.footer-nav li
{
    margin: 0;
    padding: 0 0 0 30px;

    list-style: none;

    color: #999;
}

.footer-nav li a
{
    font-weight: bold;

    color: #fff;
}

.footer-nav li a:hover
{
    text-decoration: underline;
}

.social
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0;
    padding: 0;
}

.social li
{
    margin: 0;
    padding: 0 10px 0 0;

    list-style: none;

    color: #000;
}

.social a
{
    line-height: 34px;

    display: inline-block;

    width: 30px;
    height: 30px;
    padding-left: 1px;

    text-align: center;

    color: #000;
    border-radius: 50%;
    background: #fff;
}

.social a:hover
{
    color: #fff;
    background: #000;
}

.ipWidget .pagination
{
    list-style: none;
}

.ipWidget .pagination a
{
    color: #000;
}

.ipWidget .pagination a:hover
{
    text-decoration: none;

    color: #fc3;
}

.pagination.text-center
{
    padding: 12px 0 5px;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.pagination.text-center .icon
{
    display: inline-block;

    margin: 0 -5px;
    padding-top: 4px;

    vertical-align: top;
}

.page-item.dots
{
    font-size: 22px;

    padding: 10px 1px 0 12px;
}

.pagination-lg .page-link
{
    font-size: 22px;

    padding-right: 13px;
    padding-left: 13px;
}

.ipWidget-ActOn ._container
{
    position: relative;

    width: 100%;
    height: 200px;
    margin: 0 auto;
}

.ipWidget-ActOn ._container iframe
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: 0;
}

.ipWidget-Divider.ipSkin-space
{
    height: 30px;
}

.ipWidget-Divider.ipSkin-doubleSpace
{
    height: 60px;
}

.ipWidget-FlyGallery ._container
{
    margin-right: -5px;
    margin-left: -5px;
}

.ipWidget-FlyGallery ._container ._item
{
    position: relative;

    width: 100%;
    max-width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-right: 5px;
    padding-left: 15px;
    padding-left: 5px;

    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.ipWidget-FlyGallery ._container ._item:nth-child(n+3)
{
    margin-top: 10px;
}

.ipWidget-FlyGallery ._container ._link
{
    position: relative;

    display: block;
    overflow: hidden;
}

.ipWidget-FlyGallery ._container ._link img
{
    width: 100%;
    margin-bottom: 0;

    transition: all .3s ease;
}

.ipWidget-FlyGallery ._container ._link:hover img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.ipWidget-Heading.ipSkin-centered ._title,
.ipWidget-Heading.ipSkin-whiteCentered ._title
{
    text-align: center;
}

.ipWidget-Heading.ipSkin-white ._title,
.ipWidget-Heading.ipSkin-whiteCentered ._title
{
    color: #fff;
}

.ipWidget-WidgetBackground + .ipWidget-Heading
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.ipWidget-WidgetBackground + .ipWidget-Heading ._title
{
    font-size: 2.25rem;
}

.ipWidget-WidgetBackground + .ipWidget-Heading + .ipWidget-Slider
{
    margin-top: -30px;
}

.ipWidget-InventoryItems.ipSkin-default .nav-colors
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0;
    padding-bottom: 16px;

    list-style: none;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.ipWidget-InventoryItems.ipSkin-default .nav-colors li
{
    margin: 0;
    padding: 14px 10px 0;
}

.ipWidget-InventoryItems.ipSkin-default .nav-colors .nav-link
{
    padding: 0;
}

.ipWidget-InventoryItems.ipSkin-default .color-tab
{
    position: relative;

    display: block;

    width: 40px;
    height: 40px;

    border-radius: 50%;
}

.ipWidget-InventoryItems.ipSkin-default .color-tab.border-tab
{
    border: 1px solid #666;
}

.ipWidget-InventoryItems.ipSkin-default .active .color-tab:before
{
    font-family: 'icomoon';
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 16px;

    position: absolute;
    top: -1px;
    right: -1px;

    width: 16px;
    height: 16px;

    content: '\e903';
    text-align: center;
    vertical-align: middle;
    text-transform: none;

    color: #000;
    border-radius: 50%;
    background: #fc3;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider
{
    position: relative;

    margin-right: -15px;
    margin-left: -15px;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .slick-dots
{
    margin: 13px 0 -3px;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .slick-arrow
{
    color: #000;
    background: none;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .image img
{
    display: block;

    width: auto;
    margin: auto;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .h4
{
    font-size: 18px;

    margin: 2px 0;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .slick-track
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 auto;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .slick-slide
{
    height: auto;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .item
{
    max-width: 380px;
    height: auto;
    padding: 0 15px 90px;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .item ul
{
    margin: 0;
    padding: 20px 0;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .item ul li
{
    font-size: 16px;
    line-height: 1.18;

    position: relative;

    margin: 0;
    padding: 0 0 20px 20px;

    list-style: none;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .item ul li:before
{
    font-family: 'icomoon';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 16px;

    position: absolute;
    top: 1px;
    left: -1px;

    padding-left: 2px;

    content: '\e902';
    text-align: center;
    vertical-align: middle;
    text-transform: none;

    color: #000;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .item .btn
{
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;

    display: block;

    width: auto;
    margin: 0 15px;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .item .btn + .btn
{
    bottom: 0;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider .slick-slide
{
    position: relative;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider > .item
{
    display: none;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider > .item:first-child
{
    display: block;
}

.ipWidget-InventoryItems.ipSkin-range .trims-slider button.slick-arrow
{
    top: 60px;
    bottom: auto;

    margin-top: 0;
    padding: 0 2px;
}

.ipWidget-InventoryNewCars .nav-pills
{
    margin: 0;

    list-style: none;
}

.ipWidget-InventoryNewCars .nav-pills .nav-item
{
    margin: 0;
    padding: 2px 1px;
}

.ipWidget-InventoryNewCars .nav-pills .nav-link
{
    font-size: 14px;
    font-weight: normal;

    padding: 10px;

    color: #000;
    border-radius: 0;
    background: #ccc;
}

.ipWidget-InventoryNewCars .nav-pills .nav-link:hover
{
    text-decoration: none;

    color: #000;
    background: #ffde00;
}

.ipWidget-InventoryNewCars .nav-pills .nav-link.active
{
    color: #000;
    background: #fc3;
}

.ipWidget-InventoryNewCars .models-slider
{
    margin: 0 -15px;

    text-align: center;
}

.ipWidget-InventoryNewCars .models-slider a
{
    color: #000;
    outline: none;
}

.ipWidget-InventoryNewCars .models-slider > .item
{
    display: none;
}

.ipWidget-InventoryNewCars .models-slider > .item:first-child
{
    display: block;
}

.ipWidget-InventoryNewCars .models-slider .disabled .image
{
    opacity: .3;
}

.ipWidget-InventoryNewCars .models-slider .slick-arrow
{
    top: 88px;
    bottom: auto;

    margin: 0 2px;

    color: #000;
    background: none;
}

.ipWidget-InventoryNewCars .models-slider .h4
{
    font-size: 16px;
    font-weight: bold;

    margin: -1px 0 15px 0;
}

.ipWidget-InventoryNewCars .models-slider a:hover
{
    text-decoration: none;
}

.ipWidget-InventoryNewCars .models-slider a:hover h4
{
    color: #fc3;
}

.ipWidget-InventoryNewCars .models-slider .image
{
    padding: 48px 0 2px;
}

.ipWidget-InventoryNewCars .models-slider .image img
{
    display: block;

    width: 240px;
    margin: 0 auto;
}

.spec-list
{
    padding: 20px 0 60px;
}

.spec-list .collapse
{
    position: absolute;
    top: 0;
    left: -999em;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 1px;
}

.spec-list .collapse.show
{
    position: static;

    overflow: visible;

    width: auto;
    height: auto;
}

.spec-list .relative
{
    position: relative;
}

.spec-item-head
{
    line-height: 30px;

    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 50px;
    margin: 0;
    padding: 10px 10px;
    padding-right: 40px;

    cursor: pointer;

    border-bottom: 1px solid #ccc;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.spec-item-head[aria-expanded='true']:after
{
    top: 23px;
    right: 14px;

    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.spec-item-head:after
{
    font-family: 'icomoon';
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 0;

    position: absolute;
    top: 0;
    right: -11px;
    bottom: 0;

    display: inline-block;

    width: auto;
    height: auto;
    margin: 3px -5px 0 0;
    padding: 0;

    content: '\e906';
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    vertical-align: middle;
    text-transform: none;

    border: 0;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.spec-labels
{
    background: #ececec;
}

.spec-labels .spec-label
{
    font-size: 16px;
    font-weight: bold;
    line-height: normal;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 50px;
    padding: 0 12px;

    transition: all .3s ease;

    border-bottom: 1px solid #ccc;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.spec-labels .spec-label.sm
{
    min-height: 40px;
}

.spec-labels .spec-label:nth-child(odd)
{
    background: #e1e1e1;
}

.spec-items
{
    background: #ececec;
}

.spec-items .spec-item
{
    font-size: 16px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 50px;
    padding: 0 12px;

    transition: all .3s ease;
    text-align: center;

    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.spec-items .spec-item .icon
{
    font-size: 12px;
}

.spec-items .spec-item.sm
{
    height: 40px;
}

.spec-items .spec-item:nth-child(odd)
{
    background: #e1e1e1;
}

.spec-slider > .item
{
    display: none;
}

.spec-slider > .item:first-child
{
    display: block;
}

.spec-head-slider
{
    margin: 0 -10px;
    padding: 30px 0 24px;
}

.spec-head-slider > .item
{
    display: none;
}

.spec-head-slider > .item:first-child
{
    display: block;
}

.spec-head-slider .slick-arrow
{
    top: 65px;

    margin: 0 -3px;

    color: #000;
    background: none;
}

.spec-head-slider .item
{
    padding: 0 10px;
}

.spec-head-slider .image img
{
    display: block;

    width: 220px;
    margin: auto;
}

.spec-head-slider .h4
{
    font-size: 16px;
}

.cars-list
{
    padding: 30px 0 20px;
}

.car-item
{
    margin-bottom: 30px;
}

.car-item a
{
    color: #000;
}

.car-item a:hover
{
    text-decoration: none;
}

.car-item .image img
{
    width: 100%;
}

.car-item .text
{
    font-size: 14px;

    position: relative;
    z-index: 1;

    padding: 10px;

    background: #ececec;
}

.car-item h3
{
    font-size: 16px;
    line-height: normal;

    min-height: 57px;
    margin-bottom: 13px;
}

.car-item:hover .text
{
    background: #e1e1e1;
}

.car-item .up-arrow
{
    margin-left: 5px;
}

.ipWidget-Locations .page-map
{
    padding: 60px 0 30px;
}

.ipWidget-Locations .page-map .img-fluid
{
    width: 100%;
}

.ipWidget-Locations .map-holder
{
    height: 500px;
}

.ipWidget-Locations .mapInfoWindow p
{
    margin-bottom: .5rem;
}

.ipWidget-Locations .mapInfoWindow p:last-child
{
    margin-bottom: 0;
}

.ipWidget-Menu .sub-head-nav
{
    position: relative;

    padding: 20px 0;

    color: #fff;
    background: #333;
}

.ipWidget-Menu .sub-head-nav.fixed
{
    position: fixed;
    z-index: 40;
    top: 0;
    right: 0;
    left: 0;
}

.ipWidget-Menu .sub-head-nav .h4
{
    margin: 1px 0;
}

.ipWidget-Menu .sub-nav
{
    font-size: 14px;

    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}

.ipWidget-Menu .sub-nav li
{
    float: left;

    margin: 0;
    padding: 0;
    padding-left: 20px;

    list-style: none;
}

.ipWidget-Menu .sub-nav a
{
    text-transform: uppercase;

    color: inherit;
}

.ipWidget-Menu .sub-nav a.active,
.ipWidget-Menu .sub-nav a:hover
{
    text-decoration: none;

    color: #fc3;
}

.ipWidget-Menu .sub-nav a.active
{
    font-weight: bold;
}

.ipWidget-Menu button.sub-nav-toggle
{
    font-size: 14px;
    font-weight: bold;

    margin: -5px -3px;
    padding: 5px;

    cursor: pointer;
    text-transform: uppercase;

    color: #fc3;
    border: 0;
    outline: none;
    background: none;
}

.ipWidget-Menu button.sub-nav-toggle:after
{
    margin-left: 3px;

    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.featured-slider
{
    margin: -30px 0;

    background: #fff;
}

.featured-slider .slick-slide
{
    overflow: hidden;
}

.featured-slider .item
{
    position: relative;

    padding: 30px 0;
}

.featured-slider > .item
{
    display: none;
}

.featured-slider > .item:first-child
{
    display: block;
}

.featured-slider .slick-dots
{
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 40px;
    left: 0;

    margin: 0;
}

.features-slider
{
    position: relative;

    padding: 2px 65px;
}

.features-slider .image img
{
    width: 100%;
}

.features-slider > .item
{
    display: none;
}

.features-slider > .item:first-child
{
    display: block;
}

.features-slider.v-2 .slick-list
{
    margin-right: -15px;
    margin-left: -15px;
}

.features-slider.v-2 .item
{
    padding: 0 15px;
}

.white-cur-box
{
    position: relative;

    min-height: 268px;
    margin: 35px 0 90px;
    padding-right: 40px;
}

.white-cur-box h1
{
    margin-bottom: 0;
}

.white-cur-box p
{
    max-width: 380px;
    margin-bottom: 34px;
}

.white-cur-box .bg-1
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: -5.5% 1.5% -10.5% -13%;

    -webkit-transform: skew(16.5deg);
            transform: skew(16.5deg);

    border-radius: 38px 25px 38px 22px;
    background: rgba(255, 255, 255, .75);
}

.white-cur-box .bg-2
{
    position: absolute;
    z-index: -1;
    bottom: 38%;
    left: 34%;

    width: 110%;
    height: 100%;

    -webkit-transform: skew(16.5deg);
            transform: skew(16.5deg);

    border-radius: 38px 25px 38px 22px;
    background: rgba(255, 255, 255, .75);
}

.white-cur-box .bg-3
{
    position: absolute;
    z-index: -1;
    top: 88%;
    left: 96.5%;

    width: 100%;
    height: 100%;

    -webkit-transform: skew(16.5deg);
            transform: skew(16.5deg);

    border-radius: 38px 25px 38px 22px;
    background: rgba(255, 255, 255, .75);
}

.white-cur-box.reverse
{
    margin-bottom: 82px;
    padding-top: 10px;
    padding-bottom: 0;
}

.white-cur-box.reverse .h1
{
    margin-bottom: 10px;
}

.white-cur-box.reverse p
{
    margin-bottom: 30px;
}

.white-cur-box.reverse .bg-1
{
    margin: -5.5% 8% -9% -20%;

    -webkit-transform: skew(-16.5deg);
            transform: skew(-16.5deg);

    border-radius: 25px 38px 22px 38px;
}

.white-cur-box.reverse .bg-2
{
    right: 55.5%;
    bottom: 39.7%;
    left: auto;

    width: 110%;

    -webkit-transform: skew(-16.5deg);
            transform: skew(-16.5deg);

    border-radius: 38px 25px 28px 22px;
}

.white-cur-box.reverse .bg-3
{
    z-index: -1;
    top: 85%;
    right: 118.5%;
    left: auto;

    width: 100%;
    height: 100%;

    -webkit-transform: skew(-16.5deg);
            transform: skew(-16.5deg);

    border-radius: 38px 38px 38px 22px;
}

.ipWidget-SocialMedia .social-link
{
    color: #000;
}

.social-link
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-bottom: 10px;
}

.social-link:hover .img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.social-link .icon
{
    font-size: 20px;
    line-height: 40px;

    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;
    margin: 10px;

    text-align: center;

    border-radius: 50%;
    background: #fc3;
}

.social-link .img
{
    width: 100%;
    height: 0;
    margin-bottom: 0;
    padding-bottom: 100%;

    transition: all .3s ease;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ipWidget-Text.ipSkin-white
{
    color: #fff;
}

.ipWidget.ipWidget-WidgetBackground .expansion.bg-image
{
    background-color: #000 !important;
}

.ipWidget.ipWidget-WidgetBackground .expansion.bg-image .bg
{
    opacity: .5;
}

.ipHasAdminNavbar .ipAdminNavbar
{
    display: block;
}

.ipHasAdminNavbar .ipAdminNavbar .navbar-text
{
    padding: 0;
}

.ipHasAdminNavbar .ipAdminNavbar .nav
{
    display: block;
}

.ipHasAdminNavbar .ipAdminNavbar .nav li,
.ipHasAdminNavbar .ipAdminNavbar .dropdown-menu li
{
    padding: 0;
}

.ipHasAdminNavbar .ipAdminNavbar .nav a::before,
.ipHasAdminNavbar .ipAdminNavbar .dropdown-menu a::before
{
    display: none;
}

.ipHasAdminNavbar .ipAdminNavbar .navbar-right
{
    display: block;
}

.ipHasAdminNavbar .ipAdminNavbar .dropdown-toggle::after
{
    display: none;
}

.ipHasAdminNavbar .modal-backdrop
{
    z-index: auto;
}

.ipHasAdminPanel .textOnly > .ipBlock
{
    outline: #fc3 dashed 1px;
}

.ipHasAdminPanel .book-bar
{
    z-index: 1019;
}

.ip.ipsAdminNavbarContainer
{
    height: 40px !important;
}

.ip .ipAdminWidgetControls
{
    margin: 0;
}

.ip .ipAdminWidgetControls ._controls
{
    margin-top: 0;
}

.ip .modal-dialog
{
    max-width: none;
}

.ip .modal-header
{
    display: block;
}

.ip .modal-header .close
{
    margin: 0;
}

.ipFlySystemViewBar .ipFlySystemSearchBar .custom-select
{
    width: auto;
}

.ipAdminWidgetPlaceholderVertical,
.ipAdminWidgetPlaceholderHorizontal
{
    z-index: 51;
}

.ieAlert
{
    position: fixed;
    z-index: 999999;

    margin: 50px;
}

.ieAlert .alert-heading
{
    font-weight: bold;
}

.ieAlert p,
.ieAlert p + p
{
    margin-top: 20px;
    margin-bottom: 0;
}

/* Content
------------------------------------------------------------------------------*/

.page-hero
{
    position: relative;

    padding: 30px 0;

    color: #fff;
    background: #000;
}

.page-hero.featured
{
    overflow: hidden;

    color: #000;
}

.page-hero.featured .bg
{
    opacity: 1;
    background-position: 35% 50%;
}

.page-hero.featured .item .bg
{
    background-position: 80% 50%;
}

.page-hero .h2
{
    margin: 0;
}

.page-hero .container
{
    position: relative;
    z-index: 1;
}

.page-hero .bg
{
    opacity: .5;
}

.page-entry
{
    line-height: 1.49;

    padding: 60px 0 45px;
}

.page-entry img
{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.page-entry h2
{
    margin-bottom: 25px;
}

.page-entry p:last-child img
{
    margin-bottom: 0;
}

.page-entry p img
{
    margin: 20px 0 44px;
}

.page-entry h4
{
    margin: 3px 0 10px;
}

.nav.flex-column
{
    padding: 0 0 18px;
}

.nav.flex-column .nav-link
{
    font-size: 14px;
    line-height: 1.4;

    padding: 0 0 1px;
}

.dropdown-item
{
    font-size: 14px;
}

.dropdown-item + .dropdown-item
{
    border-top: 1px solid #666;
}

.dropdown-toggle::after
{
    font-family: 'icomoon';
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 0;

    width: auto;
    height: auto;
    margin: 0 -2px 3px 5px;
    padding: 0;

    content: '\e900';
    transition: all .3s ease;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    vertical-align: middle;
    text-transform: none;

    border: 0;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropdown-toggle[aria-expanded='true']:after
{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

.dropdown-menu:before
{
    position: absolute;
    z-index: -1;
    left: 0;

    width: 15px;
    height: 15px;
    margin-top: -7px;
    margin-left: 14px;

    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    background: inherit;
}

.dropdown-menu.dropdown-menu-right:before
{
    right: 0;
    left: auto;

    margin-right: 14px;
    margin-left: auto;
}

.dropdown-menu.vehicles-menu
{
    min-width: 1110px;
    padding: 0;

    background: #e1e1e1;
}

.vehicles-menu-list
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: auto;

    max-height: calc(100vh - (150*10px/10));
    padding: 30px 15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.vehicles-item
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    width: calc(25% - (45*10px/10));
    margin-bottom: 10px;
    margin-left: 60px;

    text-align: center;

    color: #000;
    border: 1px solid transparent;
}

.vehicles-item:nth-child(4n+1)
{
    margin-left: 0;
}

.vehicles-item.active,
.vehicles-item:hover
{
    border-color: #999;
}

.vehicles-item .name
{
    display: block;

    margin-top: -2px;
    padding: 0 0 7px;
}

.breadcrumb-item
{
    font-size: 14px;

    text-transform: uppercase;
}

.breadcrumb-item a
{
    color: #fff;
}

.breadcrumb-item a:hover
{
    text-decoration: underline;
}

.breadcrumb-item.active
{
    font-weight: bold;
}

.breadcrumb-item:after,
.breadcrumb-item + .breadcrumb-item::before
{
    font-family: 'icomoon';
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 0;

    width: auto;
    height: auto;
    margin-bottom: 1px;

    vertical-align: middle;
    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gallery
{
    margin-bottom: 35px;
}

.gallery .thumbs
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: -1px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.gallery .thumbs .thumb
{
    position: relative;

    width: calc(25% - (1*10px/10));
    margin: 10px 0 0 1px;

    background: #ccc;
}

.gallery img
{
    width: 100%;
}

.gallery .all
{
    font-size: 16px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;
    padding-top: 6px;

    text-align: center;

    color: #666;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
}

.gallery .all strong
{
    font-size: 28px;
    line-height: 1;

    display: block;

    width: 100%;
}

.page-entry .gallery-item
{
    width: 100%;
    margin-bottom: 10px;
}

.gallery-item
{
    display: block;
    overflow: hidden;
}

.gallery-item img
{
    width: 100%;
    margin-bottom: 0;

    transition: all .3s ease;
}

.gallery-item:hover img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.h3.price
{
    font-weight: normal;

    margin: 22px 0 6px;
}

blockquote
{
    margin: 0;
    padding: 10px 0 20px;
}

blockquote cite
{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;

    display: block;

    padding: 10px 0 0;
}

blockquote cite strong
{
    font-size: 16px;

    display: inline-block;

    padding-bottom: 1px;
}

.card
{
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card.black-bg
{
    background: #333;
}

.card.dark-bg
{
    background: #ccc;
}

.card a:not(.btn)
{
    text-decoration: underline;
}

.card a:not(.btn):hover
{
    text-decoration: none;
}

.card label
{
    font-size: 14px;
    font-weight: bold;

    display: block;

    min-height: 20px;
    margin: 0 0 -1px;
    padding: 0;
}

.card .form-group
{
    margin-bottom: 10px;
}

.minus-inside
{
    position: relative;
}

.minus-inside:before
{
    position: absolute;
    right: 0;
    bottom: 29px;
    left: 0;

    width: 15px;
    height: 2px;
    margin: auto;

    content: '';

    background: #000;
}

.car-detail
{
    padding: 19px 0 40px;
}

.car-detail hr
{
    height: 1px;
    margin: 17px 0 18px;
    padding: 0;

    border: 0;
    background: #ccc;
}

.mapContainer
{
    height: 400px;
}

.full-cols .image img
{
    width: 100%;
}

.full-cols .up-arrow
{
    margin-left: 5px;
}

.full-cols .min-h
{
    min-height: 176px;
}

.full-cols .card-body
{
    padding-bottom: 60px;
}

.full-cols .left
{
    margin-left: calc(-50vw + 100%);
}

.full-cols .left + .card
{
    margin-left: calc(-50vw + 100%);
    padding-left: calc(-100% + 50vw);
}

.full-cols .right
{
    margin-right: calc(-50vw + 100%);
}

.full-cols .right + .card
{
    margin-right: calc(-50vw + 100%);
    padding-right: calc(-100% + 50vw);

    background: #e1e1e1;
}

.full-cols .right + .card .up-arrow
{
    margin-left: 88px;
}

@media (min-width: 576px)
{
    .__container,
    .ipWidget-ActOn,
    .ipWidget-Columns,
    .ipWidget-FlyGallery,
    .ipWidget-FlyImage,
    .ipWidget-Heading,
    .ipWidget-Map,
    .ipWidget-SocialMedia,
    .ipWidget-Text,
    .ipWidget-Video
    {
        max-width: 540px;
    }
}

@media screen and (max-height: 768px) and (min-width: 768px)
{
    .book-bar
    {
        top: 60%;
    }
}

@media (min-width: 768px)
{
    .__container,
    .ipWidget-ActOn,
    .ipWidget-Columns,
    .ipWidget-FlyGallery,
    .ipWidget-FlyImage,
    .ipWidget-Heading,
    .ipWidget-Map,
    .ipWidget-SocialMedia,
    .ipWidget-Text,
    .ipWidget-Video
    {
        max-width: 720px;
    }

    .ipWidget-FlyGallery ._container ._item
    {
        max-width: 25%;

        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }

    .ipWidget-FlyGallery ._container ._item:nth-child(n+3)
    {
        margin-top: 0;
    }

    .ipWidget-FlyGallery ._container ._item:nth-child(n+5)
    {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1023px)
{
    .mb-lg-30
    {
        margin-bottom: 30px;
    }
}

@media (min-width: 1023px)
{
    .__container,
    .ipWidget-ActOn,
    .ipWidget-Columns,
    .ipWidget-FlyGallery,
    .ipWidget-FlyImage,
    .ipWidget-Heading,
    .ipWidget-Map,
    .ipWidget-SocialMedia,
    .ipWidget-Text,
    .ipWidget-Video
    {
        max-width: 960px;
    }
}

@media screen and (min-width: 1024px)
{
    .row-float
    {
        display: block;
    }

    .row-float:after
    {
        display: block;
        clear: both;

        content: '';
    }

    .row-float > div
    {
        float: left;
    }

    .row-float > div:nth-child(3),
    .row-float > div:nth-child(2)
    {
        float: right;
    }

    .row-float > div:nth-child(4)
    {
        float: left;
        clear: left;
    }
}

@media screen and (min-width: 1300px)
{
    .mb-xl-30
    {
        margin-bottom: 30px;
    }
}

@media (min-width: 1300px)
{
    .__container,
    .ipWidget-ActOn,
    .ipWidget-Columns,
    .ipWidget-FlyGallery,
    .ipWidget-FlyImage,
    .ipWidget-Heading,
    .ipWidget-Map,
    .ipWidget-SocialMedia,
    .ipWidget-Text,
    .ipWidget-Video
    {
        max-width: 1140px;
    }

    .ipWidget-Text
    {
        max-width: 960px;
    }
}

@media screen and (max-width: 1299px)
{
    .full-height.only-xl
    {
        min-height: 0;
    }

    .features-slider .slick-arrow
    {
        top: 250px;
        bottom: auto;
    }

    .horizontal .slick-arrow
    {
        top: 150px;
    }

    .horizontal.v-2 .slick-arrow
    {
        top: 120px;
    }

    .dropdown-menu.vehicles-menu
    {
        min-width: 930px;
    }
}

@media screen and (max-width: 1199px)
{
    .body h1,
    .body .h1
    {
        font-size: 2.5rem;
    }

    .body h2,
    .body .h2
    {
        font-size: 2rem;
    }

    .body h3,
    .body .h3
    {
        font-size: 1.5rem;
    }

    .body h4,
    .body .h4
    {
        font-size: 1.125rem;
    }

    .body h5,
    .body .h5
    {
        font-size: 1rem;
    }

    .ipWidget-WidgetBackground + .ipWidget-Heading ._title
    {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1023px)
{
    .navbar .nav-item > .nav-link:hover:before
    {
        display: none;
    }

    .navbar-nav
    {
        padding-top: 20px;
    }

    .navbar-collapse
    {
        margin: 0 -15px;
    }

    .main-head
    {
        padding: 0;
    }

    .main-head .h3
    {
        font-size: 18px;

        position: absolute;
        top: 20px;
        right: 0;
        left: 0;

        text-align: center;
    }

    .navbar-toggler
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .header .logo
    {
        position: absolute;
        top: 12px;
        right: 0;

        width: 56px;
        height: 35px;

        background: url(img/logo_m@2x.png) no-repeat;
        background-size: contain;
    }

    .header
    {
        min-height: 60px;
    }

    .header .row > div
    {
        position: static;
    }

    .ipWidget-Locations .page-map
    {
        padding: 0;
    }

    .ipWidget-Locations .page-map .card
    {
        margin-bottom: 0;
    }

    .features-slider
    {
        padding: 2px 0;
    }

    .features-slider .slick-slide
    {
        position: relative;
    }

    .features-slider .up-arrow
    {
        left: 0;

        margin-left: 14px;
    }

    .bg-grey .features-slider .up-arrow
    {
        margin-left: 26px;
    }

    .features-slider .bg-white .up-arrow
    {
        margin-left: 26px;
    }

    .features-slider .full-height .up-arrow
    {
        left: 15px;
    }

    .features-slider .slick-dots
    {
        position: absolute;
        top: 150px;
        right: 0;
        left: 0;

        margin: 15px 0;
    }

    .features-slider .card
    {
        padding-top: 46px;
    }

    .features-slider .card.bg-white
    {
        padding-right: 17px;
        padding-left: 17px;
    }

    .bg-grey .features-slider .card
    {
        padding-right: 17px;
        padding-left: 17px;
    }

    .pb--0.bg-grey .features-slider .card
    {
        padding-right: 0;
        padding-left: 0;
    }

    .features-slider .card .h4
    {
        font-size: 22px;
    }

    .features-slider .slick-arrow
    {
        z-index: 9;
        top: -999em;

        margin: 0 11px;
        margin-top: 12px;

        transition: none;

        background: none;
    }

    .horizontal.v-2 .slick-arrow
    {
        margin-top: 12px;
    }

    .vehicles-menu-list
    {
        max-height: none;
        padding: 20px 5px 6px 15px;
    }

    .vehicles-item
    {
        width: calc(50% - (10*10px/10));
        margin: 0 10px 2px 0;
    }

    .navbar-nav .nav-link
    {
        font-size: 18px;

        padding: 11px 15px;
    }

    .dropdown-menu.vehicles-menu
    {
        min-width: 0;
    }

    .logo
    {
        float: right;

        max-width: none;
    }

    .navbar
    {
        display: block;
    }

    .dropdown-menu.vehicles-menu
    {
        max-height: none;
    }

    .navbar li
    {
        border-top: 1px solid #e1e1e1;
    }

    .navbar .active > a
    {
        position: static;
    }

    .navbar-nav .dropdown-menu
    {
        position: relative;

        margin: 0;
    }

    .dropdown-toggle::after
    {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    .dropdown-toggle[aria-expanded='true']::after
    {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    .navbar li
    {
        padding-right: 0;
    }

    .vehicles-item .name
    {
        font-size: 14px;
        font-weight: normal;

        margin-top: -5px;
        padding: 0 0 8px;
    }

    .dropdown-menu:before
    {
        margin-left: 18px;
    }

    .dropdown-item
    {
        font-size: 16px;

        padding: 12px 25px;
    }

    .navbar a:after
    {
        position: absolute;
        top: 24px;
        right: 15px;
    }

    .navbar .active > a:before
    {
        display: none;
    }

    .h3.price
    {
        margin: 15px 0;
    }

    .car-detail h4
    {
        font-size: 22px;
    }

    body:after
    {
        position: absolute;
        z-index: 4;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        content: '';
        pointer-events: none;

        opacity: 0;
        background: #000;
    }

    .menu-active:after
    {
        pointer-events: auto;

        opacity: .75;
    }

    .full-cols .card-body
    {
        padding-bottom: 40px;
    }

    .full-cols .min-h
    {
        min-height: 0;
        padding-bottom: 9px;
    }

    .full-cols .left
    {
        margin: 0 calc((100vw - 100%) * -.5);
    }

    .full-cols .left + .card
    {
        margin: 0 calc((100vw - 100%) * -.5);
        padding: 0 calc((100vw - 100%) * .5);
    }

    .full-cols .right
    {
        margin: 0 calc((100vw - 100%) * -.5);
    }

    .full-cols .right + .card
    {
        margin: 0 calc((100vw - 100%) * -.5);
        padding: 0 calc((100vw - 100%) * .5);
    }

    .full-cols .right + .card .up-arrow
    {
        margin-left: 5px;
    }

    .page-entry.pb--0:last-child
    {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px)
{
    .body h1,
    .body .h1
    {
        font-size: 2rem;
    }

    .body h2,
    .body .h2
    {
        font-size: 1.625rem;
    }

    .body h3,
    .body .h3
    {
        font-size: 1.375rem;
    }

    .body h4,
    .body .h4
    {
        font-size: 1.125rem;
    }

    .body h5,
    .body .h5
    {
        font-size: 1rem;
    }

    .book-bar
    {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;

        height: 60px;
        margin: 0;

        -webkit-transform: none;
                transform: none;
    }

    .book-bar a
    {
        font-size: 0;

        width: auto;
        height: 60px;
        padding: 6px 10px 0;
    }

    .book-bar a:active .icon
    {
        color: #000;
    }

    .book-bar .icon
    {
        color: #fff;
    }

    .book-bar ul
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }

    .book-bar li
    {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .book-bar li + li
    {
        border-left: 1px solid #666;
        box-shadow: none;
    }

    .head-bar
    {
        display: none;
    }

    .head-nav
    {
        padding: 20px 15px 0;

        background: #ccc;
    }

    .head-nav li
    {
        font-size: 14px;
        font-weight: bold;

        float: none;

        margin: 0;
        padding: 0 0 20px;

        border: 0;
    }

    .page-entry
    {
        padding: 24px 0 15px;
    }

    .page-entry h2
    {
        margin-bottom: 12px;
    }

    .page-entry p img
    {
        margin: 4px 0 17px;
    }

    .page-entry .mb-40
    {
        margin-bottom: 14px;
    }

    .page-entry .mb-30
    {
        margin-bottom: 14px;
    }

    .footer .breadcrumb
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        min-height: 60px;
        margin-bottom: 15px;
        padding: 0;

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }

    .footer .breadcrumb .breadcrumb-item
    {
        margin-top: 2px;
        margin-bottom: 1px;
    }

    .footer .breadcrumb .breadcrumb-item:before
    {
        display: none;
    }

    .footer .breadcrumb .breadcrumb-item:last-child:after
    {
        display: none;
    }

    .footer .breadcrumb .breadcrumb-item:after
    {
        display: inline-block;

        padding: 0 3px 1px;

        content: '';
        vertical-align: middle;

        color: #fff;
    }

    .footer .copy
    {
        margin-top: 5px;

        text-align: center;
    }

    .social
    {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }

    .social li
    {
        padding: 5px 10px;
    }

    .footer-nav
    {
        display: block;

        padding: 13px 0 0;
    }

    .footer-nav li
    {
        padding: 10px 10px;
    }

    .footer h6
    {
        margin: 8px 0 16px;
    }

    body
    {
        padding-bottom: 60px;
    }

    .page-item.dots
    {
        padding: 12px 0 0;
    }

    .pagination-lg .page-link
    {
        padding-right: 11px;
        padding-left: 11px;
    }

    .pagination.text-center
    {
        position: relative;

        margin: 0 -11px;
        padding: 1px 20px;
    }

    .pagination.text-center .page-item:first-child
    {
        position: absolute;
        top: 1px;
        left: 0;
    }

    .pagination.text-center .page-item:last-child
    {
        position: absolute;
        top: 1px;
        right: 0;
    }

    .ipWidget-WidgetBackground + .ipWidget-Heading ._title
    {
        font-size: 1.625rem;
    }

    .ipWidget-InventoryItems.ipSkin-default .nav-colors
    {
        margin: 0 -10px;
        padding-bottom: 10px;
    }

    .ipWidget-InventoryItems.ipSkin-default .nav-colors li
    {
        padding: 14px 11px 5px;
    }

    .ipWidget-InventoryItems.ipSkin-default .tab-content .h4
    {
        font-size: 22px;
    }

    .ipWidget-InventoryItems.ipSkin-range .trims-slider .h4
    {
        padding: 5px 0;
    }

    .ipWidget-InventoryItems.ipSkin-range .trims-slider .item .btn
    {
        width: 200px;
        margin: auto;
    }

    .ipWidget-InventoryNewCars .nav-pills
    {
        padding: 14px 0 0;
    }

    .ipWidget-InventoryNewCars .nav-pills .nav-item
    {
        width: 50%;
        padding-bottom: 0;
    }

    .ipWidget-InventoryNewCars .models-slider .slick-arrow
    {
        top: 20px;
        bottom: 0;

        margin: auto 2px;
    }

    .spec-head-slider
    {
        margin: 0 -10px;
        padding: 20px 0 15px;
    }

    .spec-head-slider .slick-arrow
    {
        top: 75px;

        margin: 0 -3px;

        color: #000;
        background: none;
    }

    .spec-head-slider .image img
    {
        width: 290px;
    }

    .spec-head-slider .h4
    {
        font-size: 18px;

        padding-top: 2px;
    }

    .spec-labels .spec-label
    {
        font-size: 16px;

        padding: 6px 5px 5px;
    }

    .spec-labels .spec-label.sm
    {
        min-height: 50px;
    }

    .spec-items .spec-item
    {
        font-size: 16px;

        padding: 0 5px;
    }

    .spec-items .spec-item.sm
    {
        min-height: 50px;
    }

    .spec-list
    {
        padding: 29px 0;
    }

    .spec-list .spec-item-head
    {
        font-size: 22px;

        padding-left: 5px;
    }

    .cars-list
    {
        padding-bottom: 10px;
    }

    .car-item
    {
        margin-bottom: 10px;
    }

    .ipWidget-Locations .page-map
    {
        padding: 0;
    }

    .ipWidget-Locations .page-map .card
    {
        margin-bottom: 0;
    }

    .ipWidget-Locations .map-holder
    {
        margin: 0 -15px;
    }

    .featured-slider
    {
        margin: -170px 0 -58px;

        background: #000;
    }

    .featured-slider .item
    {
        padding: 120px 0 58px;
    }

    .featured-slider .slick-dots
    {
        bottom: 50px;
    }

    .features-slider .slick-arrow
    {
        margin-right: 0;
        margin-left: 0;
    }

    .features-slider .full-height
    {
        margin-right: 0;
        margin-left: 0;
    }

    .horizontal.v-2 .slick-arrow
    {
        margin-right: -5px;
        margin-left: -5px;
    }

    .bg-grey .features-slider .slick-arrow
    {
        margin-right: -4px;
        margin-left: -4px;
    }

    .bg-grey .features-slider .up-arrow
    {
        margin-left: 12px;
    }

    .features-slider .card.bg-white,
    .bg-grey .features-slider .card
    {
        padding-right: 0;
        padding-left: 0;
    }

    .h4.big
    {
        font-size: 22px;
    }

    .white-cur-box
    {
        min-height: 0;
        margin: 0;
        padding: 18px 10px 30px;

        border-radius: 20px;
        background: rgba(255, 255, 255, .75);
    }

    .white-cur-box.reverse
    {
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .white-cur-box.reverse .h1
    {
        margin-bottom: 4px;
    }

    .white-cur-box.reverse p
    {
        margin-bottom: 18px;
    }

    .white-cur-box .h1,
    .white-cur-box p
    {
        text-align: left;
    }

    .white-cur-box p
    {
        margin-top: 4px;
        margin-bottom: 15px;
    }

    .white-cur-box .bg-1,
    .white-cur-box .bg-2,
    .white-cur-box .bg-3
    {
        display: none;
    }

    .social-link .icon
    {
        font-size: 12px;
        line-height: 24px;

        width: 24px;
        height: 24px;
        margin: 5px;
    }

    .page-hero
    {
        padding: 14px 0;

        text-align: center;
    }

    .page-hero.featured
    {
        padding: 170px 0 58px;

        text-align: center;
    }

    .page-hero.featured .bg
    {
        top: 0;
        right: 0;
        left: 0;

        height: 180px;
    }

    .page-hero.featured .bg:after
    {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;

        height: 56px;

        content: '';

        background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    }

    .page-entry
    {
        padding: 24px 0 15px;
    }

    .page-entry h2
    {
        margin-bottom: 12px;
    }

    .page-entry p img
    {
        margin: 4px 0 17px;
    }

    .page-entry .mb-40
    {
        margin-bottom: 14px;
    }

    .page-entry .mb-30
    {
        margin-bottom: 14px;
    }

    body
    {
        padding-bottom: 60px;
    }

    .full-height
    {
        margin-right: -15px;
        margin-left: -15px;
        padding-bottom: 0;
    }

    .full-height .down-arrow
    {
        margin-left: 19px;
    }

    .card-body
    {
        padding: 10px 10px 3px;
    }

    .car-detail
    {
        padding: 14px 0 9px;
    }

    .car-detail h4
    {
        font-size: 22px;

        margin: -6px 0 0;
    }

    .h3.price
    {
        margin: 17px 0 22px;
    }

    .gallery
    {
        margin-bottom: 18px;
    }

    .gallery .thumbs
    {
        margin-top: 0;
        margin-left: -10px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .gallery .thumbs .thumb
    {
        width: calc(50% - (10*10px/10));
        margin-top: 10px;
        margin-left: 10px;
    }

    .full-cols .card-body
    {
        text-align: center;
    }

    .full-cols .min-h
    {
        text-align: left;
    }
}

@media screen and (max-width: 1123px) and (min-width: 768px)
{
    .book-bar
    {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;

        height: 80px;
        margin: 0;

        -webkit-transform: none;
                transform: none;

        background: #000;
    }

    .book-bar a
    {
        width: auto;
        height: 80px;
        padding: 6px 10px 0;
    }

    .book-bar a.active .icon,
    .book-bar a:active .icon
    {
        color: #000;
    }

    .book-bar .icon
    {
        color: #fff;
    }

    .book-bar ul
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }

    .book-bar li
    {
        width: 80px;
    }

    .book-bar li:first-child
    {
        border-left: 1px solid #666;
    }

    .book-bar li:last-child
    {
        border-right: 1px solid #666;
    }

    .book-bar li + li
    {
        border-left: 1px solid #666;
        box-shadow: none;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .body
    {
        padding-bottom: 80px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
{
    .bg.non-retina
    {
        display: none !important;
    }

    .bg.retina
    {
        display: block;
    }

    .logo
    {
        background-image: url(img/logo@2x.png);
    }
}
