@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&family=Roboto+Condensed:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


/**************************
UPGRADE TO FLUID
***************************/

body {
    background:  #fff!important;
    color: #000000;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-family: 'Montserrat', 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}

.h1, h1 {
    font-size: 24px;
}

h1.pagetitle {
    margin-bottom: 50px;
    font-weight: 400;
    font-family: 'Montserrat', 'Roboto Condensed', Helvetica, Arial, sans-serif;
    line-height: 1;
    font-size: 36px;
    color: #f10d26;
    text-transform: inherit;
    margin-top: 20px;
}

.element-heading h4 {
    line-height: 17px;
    border-bottom: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .element-heading h4:before, .element-heading h4:after {
        background-color: #003e80;
        content: "";
        height: 1px;
        width: 30%;
        display: block;
        position: absolute;
        bottom: 0;
        top: 6px;
    }

    .element-heading h4:before {
        left:0;
    }

    .element-heading h4:after {
        right:0;
        padding: 0;
        left: auto;
        transform: unset;
    }
}

.accent-color2 {
    color: #33329C !important;
}

img.center-block.img-responsive {
    display: block;
    margin-right: auto;
    margin-left: 0px;
}

.page-content-row .container {
    padding-top: 0;
}


/********BANNER******************/
div.banner-container {
    background: #FFFFFF;
}

div#banner-info {
    font-family: 'century gothic' , sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-top: 70px;
    display: block;
}

.tel{
	font-size:18px;
}



 .add:hover {
    	color:#126;
    	cursor: pointer;
    }

a{color:#000;}

.tel a:hover{color:#126;}

div.banner-container{
    background: #fff url(images/bg-new.jpg) no-repeat;
    background-position: right top;
}
/*.banner-container.dynamic-centering.main-container {
    background-image: url('http://photos3.automanager.com/020583/banner-theme.png');
    height: 120px!important;
    background-position: center center;
    background-repeat: no-repeat;
} */

div#banner-info i {
    color: #C50000;
}
/**********MENU BAR**************/

.navbar-default {
    background-color:#E2E2E2;
    border-color: #7F7F84;
        box-shadow: 1px 1px 2px #7F7F84;
}
.navbar-default .navbar-brand {
    color: #000;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.navbar-default .navbar-brand:hover {
    color: #000;
    background-color: transparent;
        text-shadow: 0px 0px 1px white;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FFF;
    background-color: #112266;
}
menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #112266;
}



/*****SLIDE SHOW********/





/*******QUICK BUTTONS***********/
.quicklinkbutton.buttoncolor-white_darkred .quicklinkbutton-bigicon {
    color: #BD0000;
}
.quicklinkbutton.buttoncolor-black_darkblue .quicklinkbutton-label, .quicklinkbutton.buttoncolor-black_darkblue .quicklinkbutton-anim {
    color: #FFF;
}

.quicklinkbutton.buttoncolor-white_darkred {
    background-color: #BD0000 !important;
}

div#row-8a9de49967814aa7ada1283f0719f509 .container {
    padding-top: 1px;
}
div#row-8a9de49967814aa7ada1283f0719f509{
background:#fff;
}

/***********INVENTORY SLIDE*********/

a.vehicle-panel {
    display: block;
    padding: 8px;
    text-align: center;
    font-size: smaller;
    background: #5F5D5D !important;
}


.vehicle-panel-large {
    color: #fff;
}

a.edmmu {
    display: block;
    background: #007be5;
    color: #fff;
    text-align: center;
    padding: 12px 2px;
    text-decoration: none;
}
/*
*****Header Font*********/
.accent-color1 {
    color: #33329C !important;
}

/*
**********************

Bootstrap*/

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	div#banner-info{padding:0;}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	div#banner-info{padding:0;}
	div.add{font-size: 14px;}
    div.banner-container{
        background-size: cover;
    }

}


/**************************
NEW CUSTOM CSS
***************************/
body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #ffffff;
}


/**************************
   BANNER
***************************/
@media (max-width: 767px) {
    .banner-links-bar {
        padding: 0;
    }
}

div.banner-container {
    background: #fff;
}

/*.header-info > div > * {
    text-align: center;
}*/

.header-info > div {
    position: relative;
}

.header-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    position: static;
}

@media (min-width: 992px) {
    .header-info > div > * {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .header-info > div {
        display: table;
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .header-info > div {
        height: 120px;
    }
}

.header-brand {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: block;
}

.header-brand strong {
    display: inline-block;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.header-content {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
}

.header-brand strong a {
    display: block;
    width: auto;
    max-width: 100%;
}

.header-brand strong a img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.header-content {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
}

@media (min-width: 768px) {
    .header-content {
        text-align: right;
    }
}

.header-info > div > div + div {
    margin-left: 28px;
}

.header-location-numbers ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .header-location-numbers ul .header-numbers {
        margin-bottom: 20px;
    }
}

.header-location-numbers ul .header-numbers > span {
    display: inline-block;
    vertical-align: middle;
}

.header-location-numbers ul .header-numbers > span > span {
    display: block;
    color: #f10d26;
    font-size: 14px;
    font-weight: 800;
    line-height: 10px;
    margin-bottom: 6px;
    text-align: right;
    text-transform: uppercase;
}

.header-location-numbers ul li a {
    display: inline-block;
    vertical-align: middle;
}

.header-location-numbers ul .header-numbers a {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #f10d26;
    display: inline-block;
    text-decoration: none;
}

.header-location-numbers ul .header-numbers a:hover {
    color: #000000;
}

.header-location-numbers ul .header-location a:hover {
    color: #f10d26;
}

@media (max-width: 767px) {
    .header-location-numbers ul .header-numbers a:hover:before {
        top: -5px;
    }
    .header-location-numbers ul .header-location a:hover:before {
        top: -5px;
    }
}


@media (min-width: 768px) {
    .header-location-numbers ul .header-numbers a {
        display: block;
        color: #000000;
        font-size: 21px;
        font-weight: 800;
        line-height: 21px;
        text-align: right;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    .header-location-numbers ul .header-location {
        text-align: right;
    }
}

.header-location-numbers ul .header-location a {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000000;
    display: inline-block;
    text-decoration: none;
}

@media (min-width: 768px) {
    .header-location-numbers ul .header-location a {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
    }
}

.header-search-social {
    font-size: 0;
    font-size: 0.01px \9;
    line-height: 50px;
    position: absolute;
    right: 0;
    bottom: -50px;
    height: 50px;
}

@media (min-width: 768px) {
    .header-search-social {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .header-location-numbers ul li {
        display: inline-block;
        vertical-align: middle;
    }

    .header-location-numbers ul .header-numbers > span > span {
        display: none;
    }

    .header-location-numbers ul .header-numbers a {
        font-size: 0;
        font-size: 0.01px \9;
    }

    .header-location-numbers ul .header-numbers a:before {
        -webkit-transition: top 0.2s ease-in-out;
        transition: top 0.2s ease-in-out;
        display: block;
        content: "\f2a0";
        font-family: FontAwesome;
        font-size: 21px;
        position: relative;
        top: 0;
    }

    .header-location-numbers ul .header-numbers a:after {
        display: block;
        content: "Call";
        font-size: 12px;
        font-weight: 800;
    }

    .header-location-numbers ul li + li:before {
        background-color: #000000;
        content: "";
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        width: 1px;
        height: 40px;
    }

    .header-location-numbers ul li {
        display: inline-block;
        vertical-align: middle;
    }

    .header-location-numbers ul .header-location a {
        font-size: 0;
        font-size: 0.01px \9;
    }

    .header-location-numbers ul .header-location a:before {
        -webkit-transition: top 0.2s ease-in-out;
        transition: top 0.2s ease-in-out;
        display: block;
        content: "\f041";
        font-family: FontAwesome;
        font-size: 21px;
        position: relative;
        top: 0;
    }

    .header-location-numbers ul .header-location a:after {
        display: block;
        content: "Map";
        font-size: 12px;
        font-weight: 800;
    }
}

/**************************
   MENU
***************************/
.navbar-default .navbar-nav > .active > a:after {
    background: transparent;
}

.navbar-default .navbar-brand {
    display: none;
}

.navbar-toggle {
    float: left;
    border: 0;
    border-radius: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 14px 16px;
}

.navbar-toggle .icon-bar {
    display: block;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    width: 26px;
    height: 4px;
    vertical-align: top;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar  {
    background-color: #f10d26 !important;
}

.caret {
    color: #f10d26 !important;
}

.navbar-nav>li>.dropdown-menu {
    padding: 0;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
}

li.menu-heading.dropdown.open span.caret {
    border-top-color: #ffffff;
}

.accent-bg1, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #f10d26 !important;
}

a.accent-color1:hover, .dropdown-menu .accent-color2 {
    color: #ffffff !important;
}

.navbar-default .navbar-nav>.open>a .caret, .navbar-default .navbar-nav>.open>a:focus .caret, .navbar-default .navbar-nav>.open>a:hover .caret {
    color: #FFF;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        display: none;
    }

    ul.nav.navbar-nav {
        position: static;
    }
}

nav.navbar.navbar-default {
    padding: 0;
}

.navbar-default {
    background-color: #003e80;
    border-color: transparent;
    box-shadow: initial;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 50px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FFF;
    background-color: #f10d26 !important;
}

.navbar-default .navbar-nav > .active > a[title="Home"] {
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .active > a {
    font-weight: 100;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgb(241 13 38) !important;
}

.menu-heading.menu-selected .caret {
    color: #ffffff !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #f10d26 !important;
}

menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #f10d26 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #f10d26 !important;
    color: #fff !important;
}

a.menu-heading span:after {
    background-color: transparent;
    display: none;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding: 0 15px;
    }
}


/**************************
   HERO SECTION
***************************/
.content-home {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
    font-size: 0.01px \9;
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .content-home {
        width: 750px;
    }

    .content-home {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .content-home {
        width: 970px;
    }

    .content-home{
        margin-top: 45px;
    }
}

@media (min-width: 1200px) {
    .content-home {
        width: 1170px;
    }

    .content-home {
        padding: 15px;
    }

    .content-home > * {
        display: inline-block;
        vertical-align: top;
    }
}

.content-home .container {
   padding:0;
}

.content-welcome .container {
    padding-top: 0;
    padding-bottom: 20px;
}

.action-buttons-group {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    font-size: 0.01px \9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1200px) {
    .action-buttons-group {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: -ms-inline-flex;
        display: inline-flex;
        /*width: calc(100% - 750px);
        width: -moz-calc(100% - 750px);
        width: -webkit-calc(100% - 750px);
        width: -o-calc(100% - 750px);*/
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
}

.action-buttons-group li {
    -webkit-box-flex: 1 100%;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .action-buttons-group li {
        -webkit-box-flex: 1 0 25%;
        -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    }

    .action-buttons-group li:not( :nth-child(3n)):not(:last-child) {
        padding-right: 5px;
    }
}


.action-buttons-group li + li {
    margin-top: 10px;
}

.action-buttons-group li > a {
    color: #ffffff;
}

.action-buttons-group li a {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    display: block;
    width: 100%;
    height: 80px;
    position: relative;
    background-color: #003e80;
    overflow: hidden;
    text-decoration: none;
}

.action-buttons-group li a:hover {
    background-color: #f10d26;
}

.action-buttons-group li a:before {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-transform: rotate(65.5deg) skewX(45deg);
    -ms-transform: rotate(65.5deg) skewX(45deg);
    transform: rotate(65.5deg) skewX(45deg);
    background-color: white;
    content: "";
    position: absolute;
    top: -22px;
    left: -105px;
    width: 200px;
    height: 200px;
}

.action-buttons-group li a:hover:before {
    background-color: white;
}

.action-buttons-group li > a > span {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
}

.action-buttons-group li a > span {
    padding-left: 98px;
    z-index: 1;
}

.action-buttons-group li > a > span > span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.action-buttons-group li > a > span > span > span {
    display: block;
}

.action-buttons-group li > a .first-line, .action-buttons-group li > a .third-line {
    color: #ffffff;
}

.action-buttons-group li > a:hover .first-line, .action-buttons-group li > a:active .first-line, .action-buttons-group li > a:focus .first-line, .action-buttons-group li > a:hover .third-line, .action-buttons-group li > a:active .third-line, .action-buttons-group li > a:focus .third-line {
    color: #f10d26;
}

.action-buttons-group li a .first-line {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate2d(0, 0, 0) \9;
    -webkit-transform: translate2d(0, 0, 0) \9;
    transform: translate2d(0, 0, 0) \9;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 24px;
    font-weight: 800;
    line-height: 17px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}

.action-buttons-group li a:hover .first-line {
    color: #003e80;
}

.action-buttons-group li > a .second-line {
    color: #C0C0C0;
}

.action-buttons-group li a .second-line {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate2d(0, 0, 0) \9;
    -webkit-transform: translate2d(0, 0, 0) \9;
    transform: translate2d(0, 0, 0) \9;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 12px;
    font-weight: 800;
    line-height: 13px;
    text-align: left;
    text-transform: uppercase;
}

.action-buttons-group li > a:hover .second-line, .action-buttons-group li > a:active .second-line, .action-buttons-group li > a:focus .second-line {
    color: #ffffff;
}

.action-buttons-group li a .third-line {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 80px;
    text-align: center;
    width: 68px;
    border-top: 2px solid #003e80;
    border-left: 2px solid #003e80;
    border-bottom: 2px solid #003e80;
}

.action-buttons-group li a .third-line img {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 110%;
}

.action-buttons-group li a:hover .third-line img {
    opacity: 0.7;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .first-column.col-lg-4, .second-column.col-lg-8 {
        width: 100%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-inner {
       max-height: 440px;
   }
}

.carousel .carousel-inner .item > span {
    min-height: 440px;
    max-height: 440px;
}

.carousel .left.carousel-control > i.fa-caret-left {
    --fa: "\f190";
}

.carousel .right.carousel-control > i.fa-caret-right {
    --fa: "\f18e";
}

.carousel .carousel-control .fa {
    border-radius: 100%;
}

.carousel .carousel-control .fa {
    border-radius: 100%;
}

.carousel .carousel-control:hover .fa, .carousel .carousel-control:active .fa, .carousel .carousel-control:focus .fa {
    color: #f10d26;
    background: transparent;
}

.carousel .carousel-control .fa {
    display: block;
    line-height: 40px;
    width: 40px;
   font-size: 35px;
}

.content-home .carousel-indicators {
    display: none;
}

.carousel .fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/**************************
   HOME CONTENT
***************************/

@media (min-width: 992px) {
    .content-welcome .customhtml {
        padding: 0 70px 0 70px;
    }
}

a.vehicle-panel {
    padding: 0;
    text-align: center;
    background: transparent !important;
}

a.vehicle-panel:hover {
    background: rgba(0, 0, 0, 0.25) !important;
}

.vehicle-panel-headline, .vehicle-panel-label {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

a.vehicle-panel .vehicle-panel-label {
    font-weight: initial;
}

a.vehicle-panel:hover .vehicle-panel-label {
    color: #f10d26;
    font-weight: initial;
}


/**************************
   ACCESSORIES CONTENT
***************************/

.style-header h1, .style-header h2, .style-header h3, .style-header h4, .style-header h5, .style-header h6 {
    color: #106293;
    margin-top: 0;
    font-weight: 100;
    margin-bottom: 50px;
    text-transform: inherit;
}

.style-header h1, .style-header .h1 {
    font-size: 36px;
}

.style-header h3, .style-header .h3 {
    font-size: 24px;
}

.style-header a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

[class^="content-"] hr {
    border: 0;
    border-top: 4px double #fa9da7;
    width: 90%;
}

img.center-block.img-responsive {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/**************************
   ABOUT CONTENT
***************************/
.img-radius img.center-block.img-responsive {
    border-radius: 10px;
}

.img-radius .second-column img.center-block.img-responsive {
    margin: 0 20px;
}

/**************************
   INVENTORY CONTENT
***************************/
.pageid-ivi {
    font-family: "Nunito Sans", sans-serif;
}

.pageid-ivi .inventory-list-container, .vehicle-label, .inventory-details, .element-type-inventorylistprice {
    font-family: 'Roboto Condensed', sans-serif;
}

.custom-design  .inventory-panel.accent-border1 {
    border-color: transparent !important;
}

.custom-design  .inventory-panel.palette-bg2 {
    background-color: transparent;
    /*border-top: 1px solid rgba(0, 0, 0, 0.3);*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
    padding: 20px 0;
}

.custom-design  .element-type-inventorylistthumbnail .palette-bg1.inventory-photo-column {
    background-color: #ebebeb;
    padding: 0;
    line-height: 0;
}

.custom-design  .element-type-inventorylistthumbnail .palette-bg1.inventory-photo-column .row > div:first-child {
    padding: 0 !important;
}

a.textbuttons {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 800;
    display: block;
    padding: 10px 8px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    border-top: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #d9d9d9;
    background: #ebebeb;
    line-height: 1;
    vertical-align: middle;
    max-width: 200px;
}

a.textbuttons.btn2 {
    background-color: #003e80;
    color: #fff;
}

a.textbuttons:hover, a.textbuttons:active, a.textbuttons:focus {
    text-decoration: none;
    background: #d9d9d9;
}

.custom-design  .inventory-panel .btn {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    padding: 10px 8px;
    line-height: 1;
    border-radius: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}

.custom-design  .inventory-panel .btn-default {
    color: #fff;
    border-color: #d9d9d9;
    background-color: #003e80;
    border-right: none;
    text-align: left;
    max-width: 200px;
}

.custom-design  .inventory-panel .btn-default:hover, .custom-design  .inventory-panel .btn-default:active, .custom-design  .inventory-panel .btn-default:focus {
    color: #fff;
    background-color: #19283c;
    border-color: #d9d9d9;
}


.custom-design  .inventory-list-row .inventory-price-container.palette-bg1 {
    background-color: transparent;
}

.custom-design  .inventory-list-row .inventory-price-container b {
    font-size: 1.3em;
    font-weight: 400;
}

.custom-design  .inventory-details {
    padding-top: 5rem;
    font-size: 15px;
}

.custom-design  .inventory-details span.preamble {
    font-weight: 700;
}

.custom-design  .inventory-details span {
    display: ruby;
}

.custom-design .vehicle-label .accent-color1 {
    color: rgb(0, 62, 128) !important;
    font-size: 22px;
    font-weight: 700;
}

.custom-design  .inventory-list-row a.accent-color1:hover {
    color: rgb(0, 62, 128) !important;
    text-decoration: none;
}

.seobutton {
    text-align: center;
    padding: 1em;
}

.seobutton > ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.seobutton > ul > li {
    padding: 2px;
    display: inline-block;
}

.lead-button, .submitBlock li button {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    text-align: center;
    background-color: #003e80;
    color: #ffffff;
}

@media (min-width: 768px) {
    .lead-button, .submitBlock li button {
        max-width: 300px;
    }
}

.seobutton > ul > li > .lead-button {
    min-width: 170px;
    text-transform: none;
    font-size: 16px;
    padding: 9px 12px;
    margin-bottom: 3px;
}

@media (min-width: 125px) {
    .seobutton > ul > li > .lead-button {
        min-width: 110px;
    }
}

@media (min-width: 410px) {
    .seobutton > ul > li > .lead-button {
        min-width: 150px;
    }
}

.lead-button:hover {
    color: #ffffff;
    background-color: #f43348;
    text-decoration: none;
}

.btn3 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn3.btn-primary {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-color: #003e80;
    color: #ffffff;
}

.btn3.btn-primary:hover, .btn3.btn-primary:focus, .btn3.btn-primary:active {
    color: #ffffff;
    background-color: #f43348;
    border-color: #9f0919;
    text-decoration: none;
    outline: none;
}


/**************************
   NEW FOOTER
***************************/

#footer {
    color: #ffffff;
    background-color: #003e80;
}

@media (min-width: 992px) {
    #footer {
        padding-bottom: 50px;
    }
}

#footer .footer-column-container {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    #footer .footer-column-container {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

footer .footer-column-container > *, footer .footer-bottom-row > * {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    footer .footer-column-container > *, footer .footer-bottom-row > * {
        width: 750px;
    }
}

@media (min-width: 992px) {
    footer .footer-column-container > *, footer .footer-bottom-row > * {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    footer .footer-column-container > *, footer .footer-bottom-row > * {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    #footer .footer-bottom-row > div {
        text-align: center;
    }
}

#footer .footer-column-container > div {
    padding-left: 0;
    padding-right: 0;
}

footer .footer-column-container > *:before, footer .footer-bottom-row > *:before, footer .footer-column-container > *:after, footer .footer-bottom-row > *:after {
    content: " ";
    display: table;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.footer-column {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}

@media (min-width: 992px) {
    .footer-column {
        margin-left: 80px;
    }
}

@media (min-width: 1200px) {
    .footer-column {
        margin-left: 130px;
    }
}

@media (min-width: 768px) {
    [dst-footer*="col3"] .footer-column-container > * > * {
        float: left;
    }
}

.footer-column:first-child {
    margin-left: 0;
}

@media (min-width: 992px) {
    #footer .footer-column {
        height: 178px;
    }
}

#footer .footer-column h4 {
    margin: 0;
    padding: 0;
}

#footer .footer-column h4, #footer .footer-column h4 a {
    color: #f10d26;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    height: 76px;
    line-height: 76px;
}

@media (min-width: 992px) {
    #footer .footer-column h4, #footer .footer-column h4 a {
        line-height: 21px;
        height: 21px;
    }
}

@media (min-width: 768px) {
    .footer-column [data-toggle="collapse"] {
        pointer-events: none;
    }
}

#footer .footer-column h4, #footer .footer-column h4 a {
    color: #f10d26;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    height: 76px;
    line-height: 76px;
}

@media (min-width: 992px) {
    #footer .footer-column h4, #footer .footer-column h4 a {
        line-height: 21px;
        height: 21px;
    }
}

#footer .footer-column h4 a {
    color: #f10d26;
    display: block;
    padding-left: 15px;
}

.collapse {
    display: none;
}

@media (min-width: 768px) {
    .footer-column .collapse {
        display: block;
        height: auto !important;
    }
}

#footer .footer-column-contact .collapse-body {
    text-transform: uppercase;
}

#footer .footer-column .collapse-body {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
}

#footer .footer-column-links .collapse-body {
    text-transform: uppercase;
}

#footer .footer-column .collapse-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .footer-column-contact .collapse-body ul li:nth-child(3), #footer .footer-column-contact .collapse-body ul li:nth-child(5) {
    margin-top: 1em;
}

#footer .footer-column .collapse-body ul a {
    color: #ffffff;
}

@media (min-width: 992px) {
    .footer-column:first-child + * {
        margin-left: 80px;
    }
}

@media (min-width: 1200px) {
    .footer-column:first-child + * {
        margin-left: 130px;
    }
}

@media (min-width: 992px) {
    #footer .footer-column {
        height: 178px;
    }
}

@media (min-width: 992px) {
    #footer .footer-column + .footer-column {
        border-left: 1px dotted #ffffff;
        padding-left: 98px;
    }
}

#footer .footer-column-hours .collapse-body ul li {
    text-transform: uppercase;
}

#footer .footer-column-hours .collapse-body ul li span {
    text-transform: none;
}

@media (min-width: 768px) {
    #footer .footer-column-links:nth-child(n) {
        float: left;
        margin-left: 30px;
    }
}

@media (min-width: 992px) {
    #footer .footer-column-links:nth-child(n) {
        margin-left: 80px;
    }
}

@media (min-width: 1200px) {
    #footer .footer-column-links:nth-child(n) {
        margin-left: 130px;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-caret-right:before {
    content: "\f0da";
}

#footer .footer-column .collapse-body ul a i {
    color: #f10d26;
    margin-right: 5px;
}

#footer .footer-column-links .collapse-body ul li a .fa {
    color: #f10d26;
}

.footer-bottom-row {
    text-align: center;
}

@media (min-width: 768px) {
    .footer-bottom-row {
        text-align: right;
    }
}

#footer .footer-bottom-row {
    background-color: #003e80;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

@media (min-width: 768px) {
    .footer-bottom-row > * > * {
        display: inline-block;
        line-height: 70px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .footer-bottom-row > * > *:first-child {
        float: left;
    }
}

#footer .footer-bottom-row .footer-legal {
    color: #f10d26;
}

#footer .footer-bottom-row .footer-legal a {
    color: #ffffff;
}

#footer .footer-DS {
    margin-left: -5px;
}

@media (min-width: 992px) {
    #footer .footer-DS {
        float: right;
    }
}

footer .footer-column-container > *:after, footer .footer-bottom-row > *:after {
    clear: both;
}

div.footer-container {
    background-color: #003e80;
    color: #fff;
    border: 0;
}

/**************************
   MAP DIRECTION
***************************/

.dst-block {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dst-block:before,
.dst-block .dst-header:before,
.dst-block:after,
.dst-block .dst-header:after {
    content: " ";
    display: table;
}

.dst-block .dst-header .dsImageContainer {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
}

.dst-block:after,
.dst-block .dst-header:after {
    clear: both;
}

.dst-block .dst-header .dsImageContainer:empty {
    margin: 0;
}

.hours .dst-block .dst-header .dsImageContainer {
    margin-top: 0;
}

.dst-header h1 {
    font-family: 'Montserrat', 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #106293;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 36px;
    text-transform: inherit;
}

.dst-block .dst-row {
    margin-left: -15px;
    margin-right: -15px;
}

.hours .dst-block .dst-content {
    text-align: center;
}

.dst-block .dst-row .dst-col-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .dst-block .dst-row .dst-col-6 {
        float: left;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .dst-block .dst-row .dst-col-6 {
        float: left;
        width: 50%;
    }

    .hours .dst-block .dst-content .dst-col-6 {
        text-align: left;
    }
}

.two-columns {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
}

.content-hours {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
}

.two-columns li {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
}

@media (min-width: 768px) {
    .two-columns li {
        float: left;
        width: 50%;
    }
}

.content-hours li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
}

.two-columns li h4 {
    color: #f10d26;
    margin: 10px;
    text-align: center;
}

.hours .dst-block .dst-content .dst-col-6 .content-hours h4 {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.content-hours dl {
    max-width: 300px;
    margin: 0 auto;
}

.content-hours dl dt {
    float: left;
    width: 50%;
    font-weight: bold;
}

.content-hours dl dd {
    float: left;
    width: 50%;
    margin-left: 0;
}

.hours .dst-block .align-text {
    text-align: center;
    padding-top: 176px;
}

.dst-block h4 {
    font-family: 'Montserrat', 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #106293;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.dst-block p {
    margin: 0 0 10px;
}

.dst-block h3 {
    font-family: 'Montserrat', 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #106293;
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 50px;
}

.hours .dst-block .dst-content .dst-col-6 .chours-iframe {
    position: relative;
    padding-bottom: 73.68421053%;
    height: 0;
    overflow: hidden;
}

.hours .dst-block .dst-content .dst-col-6 .chours-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.dst-block .lead-button,
.dst-block .submitBlock li button {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    text-align: center;
    background-color: #003e80;
    color: #ffffff;
}

@media (min-width: 768px) {
    .dst-block .lead-button,
    .dst-block .submitBlock li button {
        max-width: 300px;
    }
}

.dst-block .lead-button {
    margin-top: 15px;
    margin-bottom: 10px;
}

.hours .dst-block .button-two .lead-button {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .hours .dst-block .button-two .lead-button {
        position: absolute;
        max-width: 300px;
        width: 100%;
        top: 510px;
        left: 92px;
    }
}

@media (min-width: 1200px) {
    .hours .dst-block .button-two .lead-button {
        top: 500px;
        left: 140px;
    }
}

.hours .dst-block .button-one .lead-button {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .hours .dst-block .button-one .lead-button {
        position: absolute;
        max-width: 300px;
        width: 100%;
        top: 610px;
        left: 92px;
    }
}

@media (min-width: 1200px) {
    .hours .dst-block .button-one .lead-button {
        top: 600px;
        left: 140px;
    }
}

.dst-block a:hover,
.dst-block a:focus,
.dst-block a:active {
    text-decoration: none;
    outline: none;
}

.dst-block a:hover,
.dst-block a:focus {
    color: #cc4444;
    text-decoration: none;
}

.dst-block .lead-button:hover,
.dst-block .submitBlock li button:hover,
.dst-block .lead-button:active,
.dst-block .submitBlock li button:active,
.dst-block .lead-button:focus,
.submitBlock li button:focus {
    color: #ffffff;
    background-color: #f43348;
}

.dst-block .lead-button, .submitBlock li button {
   display: flex;
   justify-content: space-around;
}


/**************************
   Testimonials
***************************/

.pageid-dte .pagetitle-container .container {
    padding-left: 0;
}

.pageid-dte h1 {
  color: #106293;
  margin-top: 20px;
}

.pageid-dte a {
  color: #003e80;
}

.pageid-dte hr {
    border: 0;
    width: 90%;
    border-top: 1px solid #eeeeee;
}


/**************************
 SUBMIT TESTIMONIAL
***************************/

.leave-a-review .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
}

.leave-a-review h2 {
    font-family: 'Montserrat', 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #106293;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.leave-a-review p {
    margin: 0 0 10px;
}

.leave-a-review .col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .leave-a-review .col-sm-8 {
        float: left;
        width: 74.666667%;
    }

    .leave-a-review .col-sm-offset-2 {
        margin-left: 12.666667%;
    }

    .leave-a-review .col-sm-4 {
        float: left;
        width: 33.33333333%;
    }
}

.leave-a-review .col-md-2,
.leave-a-review .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .leave-a-review .col-md-2 {
        float: left;
        width: 16.66666667%;
    }
}

.leave-a-review a {
    color: #003e80;
    text-decoration: none;
}

.leave-a-review .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.leave-a-review h3 {
    font-family: 'Montserrat', 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #106293;
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 50px;
    text-transform: inherit;
}