.cdp-banner-top.cdp-banner-detail {
    margin-bottom: 10px;
}

.equipment-disclaimer {
    display: block;
    text-align: center;
    line-height: normal;
    font-size: 10px;
    margin: 10px auto;
    width: 90%;
}

#inventory-wrapper {
    font-family: 'arial';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 1% auto;
    position: relative;
    max-width: 1000px;
    padding: 1%;
    background-color: #EAEAEA;
    width: 98%;
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
}

/* Why is the advanced search hidden on Bobcat????
/*form#inventory-search {*/
/*    display: none;*/
/*}*/

/*div#inventory-advance-show {*/
/*    display: none*/
/*}*/

div.search-text input.search-values {
    padding: 4px 4px;
    margin: 0 auto;
}

div#inventory-search-text {
    float: none;
    margin: 0 auto;
}

.breadcrumbs {
    font-size: 110%;
    font-weight: bold;
}

.quick-link-items {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    width: 96%;
    text-align: center;
    padding: 0 2%;
    font-weight: bold;
}

.quick-link-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 1%;
    vertical-align: middle;
    padding: 0 1%;
    border-bottom: 2px solid #3F3F3F;
}

.quick-link-item a {
    color: #2172C7;
    padding: 2% 0;
    display: block;
    width: 100%;
}

#quick-back-links {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    width: 96%;
    text-align: center;
    padding: 0 2%;
    margin: 1% 0 0;
}

.quick-back-link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 1%;
    vertical-align: middle;
    padding: 0 1%;
    border-bottom: 2px solid #C4C4C4;
}

#hidden-search-params {
    display: none;
}

#inventory-total-found {
    display: block;
    float: left;
    overflow: hidden;
    padding: 0 0 0 5%;
}

#inventory-total-found span {
    font-size: 120%;
    font-weight: bold;
}

.inventory-pager {
    display: block;
    float: right;
    overflow: hidden;
    padding: 0 5% 0 0;
}

#inventory-listing-items {
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    border: 1px solid #000;
    margin: 0 auto;
    padding: 0 2% 2%;
    width: 96%;
}

.inventory-vehicle {
    display: block;
    overflow: hidden;
    float: none;
    width: 96%;
    margin: 2% auto;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 1% 2%;
    position: relative;
}

.inventory-vehicle-carfax.list-page-carfax {
    position: relative;
    bottom: 0px;
    right: 20px;
    text-align: right;
}

.inventory-vehicle-carfax.list-page-carfax img {
    width: 70px;
}

.inventory-vehicle-carfax.detail-page-carfax img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.inventory-vehicle:hover {
    background-color: #FFF;
    opacity: 0.8;
}

.inventory-vehicle-top {
    display: block;
    overflow: hidden;
    width: 100%;
    clear: both;
    margin: 0 0 1%;
}

.inventory-list-headline {
    background-color: #3F3F3F;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
}

.inventory-vehicle-middle {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    background-color: #E0E0E0;
    width: 100%;
}

.middle-left {
    display: block;
    float: left;
    overflow: hidden;
    width: 38%;
}

.middle-center {
    display: block;
    float: left;
    overflow: hidden;
    width: 24%;
    background-color: #3F3F3F;
    text-align: center;
    padding-top: .4%;
}

.middle-center .photo {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.photo .list-image {
    position: relative;
    z-index: 1;
}

.middle-right {
    display: block;
    float: left;
    overflow: hidden;
    width: 38%;
}

.vehicle-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 130%;
    line-height: 180%;
    font-weight: bold;
    color: #2172C7;
    background-color: #C9C9C9;
}

.inventory-main-price {
    text-align: center;
    margin: 1% 0;
    font-size: 180%;
    line-height: 110%;
    font-weight: bold;
    color: #DD1D00;
    display: block;
}

.inventory-msrp {
    display: block;
    margin: 1% 0 0;
    text-align: center;
    font-size: 85%;
    line-height: 120%;
}

.inventory-asking-price {
    text-align: center;
    margin: 0 0;
}

.inventory-sale-expires {
    text-align: center;
    margin: 1% 0 0;
}

.inventory-strike-through {
    text-decoration: line-through;
}

.inventory-more-info {
    display: block;
    width: 75%;
    margin: 2% auto;
    text-align: center;
    padding: 2%;
    background-color: #3F3F3F;
    font-size: 140%;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.inventory-more-info:hover {
    text-decoration: underline;
}

.inventory-more-info a {
    color: #FFFFFF;
    display: block;
}

.inventory-more-info-form {
    color: #FFFFFF;
    font-size: 140%;
    font-weight: bold;
    display: block;
    cursor: pointer;
}

.inventory-price-wrap {
    display: block;
    height: 92px;
    overflow: hidden;
}

.vehicle-information {
    display: block;
    width: 75%;
    margin: 0 auto;
    font-weight: bold;
    height: 92px;
    overflow: hidden;
}

.vehicle-information div {
    margin: 1% 0;
}

.inventory-vehicle-bottom {
    display: block;
    overflow: hidden;
    width: 96%;
    padding: 0 2%;
    text-align: center;
}

.inventory-vehicle-bottom > div {
    width: 33.3%;
    float: left;
    overflow: hidden;
}

.dealer-contact-wrapper {
    color: #000;
    font-weight: bold;
    font-size: 100%;
    line-height: 100%;
    padding: 1% 0;
    text-align: center;
}

.dealer-contact-wrapper a {
    text-decoration: none;
    color: #000;
}

.dealer-contact-wrapper span {
    display: inline;
}

#inventory-search-text {
    display: block;
    float: left;
    overflow: hidden;
    width: 50%;
}

hr.full-divider {
    display: block;
    clear: both;
    float: none;
}

.inventory-search-text-wrapper {
    display: block;
    float: none;
    clear: both;
    position: relative;
}

#inventory-search-text.search-typeahead {
    display: block;
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    overflow: inherit;
    float: none;
    clear: both;
}

.search-typeahead > span {
    display: inline-block;
}

.search-typeahead #inventory-search-submit {
    display: block;
    overflow: hidden;
    margin: -2px 0 0;
    float: right;
    line-height: 168%;
    padding: 0;
}

.search-typeahead input {
    margin: 0;
    max-width: 200px;
    width: 100%;
}

.search-typeahead #inventory-search-box {
    height: inherit;
    padding: 0;
    max-width: 200px;
    width: 100%;
}

.tt-menu.tt-open {
    background-color: #FFF;
    padding: 5%;
}

.tt-menu.tt-open .tt-suggestion:hover {
    background-color: #EEE;
    cursor: pointer;
}

#inventory-search-box {
    height: 21px;
    padding: 0px 0 2px 25px;
    max-width: 72%;
    width: 100%;
}

#inventory-search-submit {
    background-color: #2172C7;
    border: none;
    color: #EAEAEA;
    cursor: pointer;
    position: relative;
    max-width: 25%;
    width: 100%;
    display: inline;
    text-align: center;
    padding: 1.4% 4%;
    font-weight: bold;
}

#inventory-search-wrapper {
    display: block;
    clear: both;
    float: none;
    width: 98%;
    margin: 0 auto;
}

#inventory-search-advance {
    overflow: hidden;
    clear: both;
    float: none;
    width: 100%;
    background-color: #C9C9C9;
    padding: 1% 0 0;
}

#inventory-advance-show {
    display: block;
    overflow: hidden;
    float: right;
    text-align: center;
    width: 48%;
    background-color: #C9C9C9;
    font-weight: bold;
    color: #2172C7;
    font-size: 120%;
    line-height: 190%;
    cursor: pointer;
}

#inventory-advance-show:hover {
    text-decoration: underline;
}

.inventory-label {
    color: #3F3F3F;
}

.inventory-advance-param {
    width: 21%;
    float: left;
    padding: 0 1% 1%;
    min-width: 206px;
    margin: 0 4% 0;
}

.inventory-advance-param:last-child {
    float: none;
    clear: both;
    margin: 0 auto;
}

.inventory-advance-param span {
    color: #FFF;
    margin-left: 2%;
    font-style: italic;
    font-size: .8em;
}

.inventory-advance-param select {
    max-width: 160px;
    margin: 1% 0 0 4%;
    width: 100%;
}

.inventory-advance-param input {
    max-width: 55px;
    width: 100%;
}

.reset-search {
    display: block;
    text-align: center;
    background-color: #2172C7;
    padding: 1% 0;
    margin: 8% 6% 0 0;
    border: 1px solid #D3D3D3;
}

.inventory-advance-param .reset-search > a {
    color: #EAEAEA;
    display: block;
    text-decoration: none;
}

.reset-search:hover {
    text-decoration: underline;
}

.inventory-hr {
    display: block;
    float: none;
    clear: both;
    width: 95%;
    background-color: #3F3F3F;
    border: none;
    height: 2px;
    margin: 0 auto 1%;
}

.search-wrapper {
    display: block;
    float: left;
    width: 29%;
    margin: .5% 2%;
}

.search-text {
    text-align: center;
    padding: 0 0 1%;
}

.search-values {
    display: inline;
    border: 0;
    background-color: #EAEAEA;
    max-width: 120px;
    color: #2172C7;
    font-weight: bold;
    text-align: center;
}

#price-range, #year-range, #odometer-range {
    width: 90%;
    margin: 0 auto 2%;
}

div.ui-slider-horizontal .ui-slider-range {
    background: none;
    background-color: #2172C7;
}

div.ui-slider-horizontal .ui-slider-handle {
    background: none;
    background-color: #3F3F3F;
}

#geo_text {
    font-weight: bold;
}

.list-form-wrapper {
    float: none;
    clear: both;
    overflow: hidden;
    background-color: #E0E0E0;
    width: 96%;
    padding: 2% 2%;
    margin: 1% 0;
}

/*****
 Detail
*****/
#inventory-title {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    font-size: 160%;
    text-align: center;
    width: 100%;
    line-height: 100%;
    margin: 2% 0;
    font-weight: bold;
}

#inventory-detail .breadcrumbs {
    background-color: #F7F7F7;
    padding: 1%;
}

#friendly-print {
    float: right;
}

#vehicle-dealer-info {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    width: 100%;
    border-bottom: 3px solid #F7F7F7;
    padding: 0 0 1% 0;
    margin: 1% 0 0;
    font-weight: bold;
    text-align: center
}

#inventory-content-wrapper {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    width: 96%;
    padding: 2%;
}

#content-inner-left {
    display: block;
    overflow: hidden;
    float: left;
    width: 58%;
}

#photo-tabs-wrapper {
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    background-color: #3F3F3F;
    width: 98%;
    padding: 1%;
}

#inventory-video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;;
    padding-top: 25px;
    margin: 0 auto;
}

#inventory-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video-overlay-wrapper {
    display: block;
    overflow: hidden;
    clear: both;
    float: none;
    position: relative;
    cursor: pointer;
}

#video-overlay-wrapper-dm {
    display: block;
    overflow: hidden;
    clear: both;
    float: none;
    position: relative;
    cursor: pointer;
}

#video-overlay-image {
    width: 100%;
}

#video-overlay-play-button {
    position: absolute;
    z-index: 2;
    top: 15%;
    left: 28%;
    display: block;
}

#video-overlay-wrapper:hover #video-overlay-play-button {
    background-color: #000;
    opacity: .4;
    border-radius: 4px;
}

#wp-video-shortcode-wrapper, #dm-video-wrapper {
    display: none;
}

div.wp-video-shortcode {
    height: 360px !important;
    width: 640px !important
}

.dialog-video-wrapper, .dialog-list-gform-wrapper {
    z-index: 900;
}

#vehicle-images {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    position: relative;
    width: 98%;
    padding-top: 0px;
    margin: 0 auto 0;
}

#vehicle-images > a > img {
    width: 100%;
}

#vehicle-thumbnails {
    display: block;
    float: none;
    clear: both;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 78px;
    white-space: nowrap;
    width: 98%;
    margin: 1% auto;
    background-color: #35373A;
    padding: 1% 0 0;
}

#vehicle-thumbnails a {
    margin: 0 1% 0 0;
    padding: .5%;
    cursor: pointer;
    display: inline-block;
    *display: inline; /* For IE7*/
    *zoom: 1; /* For IE7*/
    vertical-align: top;
    line-height: 0;
    transition: inherit;
}

#vehicle-thumbnails a.cycle-pager-active {
    background-color: #EAEAEA;
}

#photo-tabs-buttons {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    width: 98%;
}

.tabs-button {
    display: block;
    float: right;
    background-color: #C4C4C4;
    color: #2172C7;
    font-size: 120%;
    font-weight: bold;
    line-height: 100%;
    padding: 1%;
    margin: 0 0 0 1%;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 4px solid #2172C7;
    border-left: 4px solid #2172C7;
    border-right: 4px solid #2172C7;
}

.tabs-button.active {
    background-color: #EAEAEA;
}

#content-inner-right {
    display: block;
    overflow: hidden;
    float: right;
    width: 40%
}

#inventory-price-wrap {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    width: 100%;
    border-bottom: 3px solid #F7F7F7;
    padding: 0 0 3% 0;
}

#price-main {
    display: block;
    float: left;
    width: 49%;
    overflow: hidden;
    text-align: center;
    font-size: 100%;
    line-height: 100%;
    font-weight: bold;
    color: #DD1D00;
    margin: 1% 0 0;
}

#price-extra {
    display: block;
    float: right;
    width: 49%;
    overflow: hidden;
}

#price-extra > div {
    line-height: 85%;
}

#inventory-detail-headline {
    display: block;
    overflow: hidden;
    float: none;
    margin: 3% auto 0;
    padding: 0 5% 3% 5%;
    width: 90%;
    text-align: center;
    border-bottom: 3px solid #F7F7F7;
}

#inventory-vehicle-info {
    display: block;
    overflow: hidden;
    clear: both;
    float: none;
    width: 100%;
    margin: 3% 0 0;
    background-color: #C4C4C4;
}

.info-divider {
    display: block;
    overflow: hidden;
    clear: both;
    float: none;
    padding: 1% 5%;
    width: 90%;
    font-size: 120%;
}

.info-divider > span {
    float: right;
}

.info-divider:nth-child(even) {
    background-color: #F7F7F7;
}

#fuel-economy-wrapper {
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    margin: 3% 0 0;
    padding: 0 5% 3% 5%;
    width: 90%;
    border-bottom: 3px solid #F7F7F7;
}

#fuel-economy-wrapper > div {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 2% 0;
    color: #757575;
}

#fuel-economy-wrapper > div span {
    display: block;
    text-align: center;
}

#city-value, #highway-value {
    font-weight: bold;
    font-size: 150%;
    line-height: 150%;
    color: #000;
}

#fuel-disclaimer {
    display: block;
    float: right;
    overflow: hidden;
    width: 50%;
    text-align: center;
    font-size: 85%;
    line-height: 100%;
    color: #757575;
    padding: 1% 0 0;
}

#content-inner-bottom {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    padding: 3% 0 0;
    width: 100%;
}

#vehicle-details-wrapper {
    background-color: #3F3F3F;
    padding: 1%;
}

#vehicle-details-tabs-buttons {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
}

#vehicle-details-tabs-buttons .tabs-button {
    float: left;
    border-bottom: 2px solid #000;
}

#vehicle-details-tabs-content {
    display: block;
    clear: both;
    float: none;
    overflow: hidden;
    background-color: #EAEAEA;
    padding: 0 0 1%;
}

#vehicle-detail-options ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    list-style: disc;
}

#vehicle-detail-options ul li {
    flex: 0 0 auto;
    width: 100%;
    margin: 1% 0 0 2%;
    max-width: 240px;
    float: left;
}

.tabs-content {
    display: none;
    float: none;
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.tabs-content.active {
    display: block;
}

.equipment_group {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0 auto 1%;
    padding: 0 0 1%;
    border-bottom: 2px solid #3F3F3F;
    width: 96%
}

.equipment_group:last-child {
    border-bottom: none;
}

.equipment_group h4 {
    font-size: 140%;
    line-height: 100%;
    color: #3F3F3F;
    padding: 0 1%;
    margin: 1% 0;
    cursor: pointer;
}

.equipment_list li {
    display: block;
    width: 30%;
    float: left;
    margin: 0 0 0 3%;
}

.inventory-listing-tags img {
    width: 100%;
    max-width: 38px;
    margin: 0 1% 0 0;
    vertical-align: middle;
}

#inventory-detail-tags {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    margin: 3% 0 0;
    text-align: center;
    width: 100%;
}

#inventory-detail-tags img {
    width: 100%;
    max-width: 38px;
    margin: 0 1%;
    vertical-align: middle;
}

.vehicle-dealer-location {
    display: block;
}

#inventory-detail .inventory-no-price.inventory-main-price {
    font-size: 150%;
    line-height: 120%;
}

#inventory-disclaimer {
    display: block;
    float: none;
    clear: both;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    background-color: #3F3F3F;
    color: #FFF;
    padding: 1%;
    font-size: 75%;
}

/***
Similar Vehicles
***/
#similar-vehicles-wrapper {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 2% 0;
    color: #3F3F3F;
}

#similar-title {
    display: block;
    font-size: 160%;
    line-height: 100%;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #F7F7F7;
    margin: 0 0 2%;
}

#similar-items {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
}

.similar-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    width: 28%;
    vertical-align: top;
    margin: 0 2.6%;
}

.similar-item a {
    text-decoration: none;
    color: #2172C7;
    font-size: 120%;
    font-weight: bold;
}

.similar-make {
    margin: 0 1%;
}

.similar-photo img {
    width: 65%;
    max-height: 102px;
}

.similar-details span {
    display: block;
}

/***
Form
***/
.form-wrapper {
    display: block;
    clear: both;
    float: none;
    overflow: hidden;
    background-color: #ADADAD;
    width: 80%;
    color: #000;
    padding: 0 2%;
    margin: 2% auto;
}

#content-inner-form {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    padding: 3% 0 0;
    width: 100%;
}

#content-inner-form .form-wrapper {
    display: block;
    width: 100%;
    background-color: #3F3F3F;
    margin: 2% auto;
    padding: 0;
}

.form-wrapper .form-display-wrap {
    width: 90%;
    margin: 2% auto;
    padding: 1%;
    background-color: #ADADAD;
}

/***
Loan Calc
***/
#loan-calculator {
    display: block;
    overflow: hidden;
    clear: both;
    float: none;
    background-color: #ADADAD;
    max-width: 480px;
    width: 92%;
    padding: 1%;
    margin: 1% auto 0;
}

.loan-value {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    margin: 2% 0;
}

.loan-value label {
    color: #000;
    font-size: 120%;
    line-height: 180%
}

.loan-value input {
    float: right;
    width: 30%;
}

.loan-payment {
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    width: 100%;
    margin: 2% 0;
}

.loan-payment label {
    display: block;
    float: left;
    width: 48%;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
}

.loan-payment div {
    display: block;
    float: right;
    width: 48%;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    line-height: 120%;
}

.loan-total {
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    width: 100%;
}

.loan-total label {
    display: block;
    float: left;
    width: 48%;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}

.loan-total div {
    display: block;
    float: right;
    width: 48%;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    line-height: 180%;
}

#loan-calculator-submit {
    display: block;
    margin: 4% 0;
    text-align: center;
}

#loan-calculator-error {
    display: block;
    width: 100%;
    text-align: center;
    margin: 2% 0 1%;
    font-size: 120%;
}


/***
List GForm
***/
#hidden-form-wrapper {
    display: none;
}

#list-gform-wrapper {
    font-size: 90%;
}

#list-gform-wrapper > div input, #list-gform-wrapper > div textarea {
    width: 100% !important;
}

#list-gform-wrapper > div span {
    width: 50%;
    float: none;
    clear: both;
}

/***
Sold
***/
.marked-sold-overlay {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 32%;
}

/***
Dialog adjustments
***/
div.ui-widget-overlay {
    height: 0;
    padding-top: 100%;
}

.ui-dialog .ui-dialog-titlebar-close span {

}

div.form-wrap .gform_body .ginput_container input {
    max-width: 98%;
}

div.form-wrap .gform_body .ginput_container textarea {
    max-width: 97%;
    max-height: 100px;
}

/*******************************Portrait*******************************/


/* 414x736 - i6+ */
@media (max-width: 414px) and (orientation: portrait) {
    /*List Start*/
    .inventory-parentClass {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 414px !important;
    }

    div.breadcrumbs {
        display: none;
    }

    div.inventory-pager {
        width: 98%;
        float: none;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    div.quick-link-items {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 30px;
        white-space: nowrap;
        margin: 0 auto;
        padding: 0;
        width: 94%;
    }

    div#inventory-search-text {
        float: none;
        clear: both;
        width: 96%;
        margin: 0 auto;
        padding: 0;
    }

    input#inventory-search-box {
        padding: 0;
    }

    div#inventory-advance-show {
        width: 96%;
        float: none;
        clear: both;
        margin: 2% auto 0;
    }

    div#inventory-total-found {
        float: none;
        display: block;
        clear: both;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
        border-bottom: 1px solid #C9C9C9;
    }

    div#inventory-inventory-wrapper {
        width: 94%;
    }

    .inventory-vehicle-middle > div {
        float: none;
        clear: both;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    div.inventory-price-wrap {
        height: auto;
        margin: 0 0 2%;
    }

    .middle-left .inventory-more-info {
        display: none;
    }

    div.vehicle-information {
        display: none;
    }

    div.dealer-contact-wrapper {
        width: 100%;
        text-align: center;
    }

    /*Detail Start*/
    div#inventory-content-wrapper > div {
        display: block;
        float: none;
        clear: both;
        width: 100%;
    }

    div#inventory-price-wrap {
        margin: 2% 0;
        text-align: center;
    }

    div#inventory-price-wrap > div {
        float: none;
        clear: both;
        width: 100%;
    }

    div#vehicle-thumbnails {
        height: 60px;
    }

    div#vehicle-details-tabs-buttons > div.tabs-button {
        width: 96%;
        margin: 1% auto;
        padding: 1% 0;
        float: none;
        clear: both;
        text-align: center;
    }

    div#vehicle-detail-options > ul > li {
        width: 42%;
        margin: 0 0 0 6%;
        padding: 0 2% 0 0;
    }
}

/*375x667 - i6*/
@media (max-width: 375px) and (orientation: portrait) {
    /*List Start*/
    .inventory-parentClass {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 375px !important;
    }
}

/*360x640 - s4*/
@media (max-width: 360px) and (orientation: portrait) {
    /*List Start*/
    .inventory-parentClass {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 360px !important;
    }
}

/*320x568 | i5*/
@media (max-width: 320px) and (orientation: portrait) {
    /*List Start*/
    .inventory-parentClass {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 320px !important;
    }
}


/*******************************Landscape*******************************/

/* 414x736 - i6+  */
@media (max-width: 736px) and (orientation: landscape) {
    /*List Start*/
    .inventory-parentClass {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 736px !important;
    }

    div.breadcrumbs {
        display: none;
    }

    div.inventory-pager {
        width: 98%;
        float: none;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    div.quick-link-items {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 30px;
        white-space: nowrap;
        margin: 0 auto;
        padding: 0;
        width: 94%;
    }

    div#inventory-search-text {
        float: none;
        clear: both;
        width: 96%;
        margin: 0 auto;
        padding: 0;
    }

    input#inventory-search-box {
        padding: 0;
    }

    div#inventory-advance-show {
        width: 96%;
        float: none;
        clear: both;
        margin: 2% auto 0;
    }

    div#inventory-total-found {
        float: none;
        display: block;
        clear: both;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
        border-bottom: 1px solid #C9C9C9;
    }

    div#inventory-inventory-wrapper {
        width: 94%;
    }

    .inventory-vehicle-middle > div {
        float: none;
        clear: both;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    div.inventory-price-wrap {
        height: auto;
        margin: 0 0 2%;
    }

    .middle-left .inventory-more-info {
        display: none;
    }

    div.vehicle-information {
        display: none;
    }

    div.dealer-contact-wrapper {
        width: 100%;
        text-align: center;
    }

    /*Detail Start*/
    div#inventory-content-wrapper > div {
        display: block;
        float: none;
        clear: both;
        width: 100%;
    }

    div#inventory-price-wrap {
        margin: 2% 0;
        text-align: center;
    }

    div#inventory-price-wrap > div {
        float: none;
        clear: both;
        width: 100%;
    }

    div#vehicle-thumbnails {
        height: 60px;
    }

    div#vehicle-details-tabs-buttons > div.tabs-button {
        width: 96%;
        margin: 1% auto;
        padding: 1% 0;
        float: none;
        clear: both;
        text-align: center;
    }

    div#vehicle-detail-options > ul > li {
        width: 42%;
        margin: 0 0 0 6%;
        padding: 0 2% 0 0;
    }

}

/* 375x667 - i6 */
@media (max-width: 667px) and (orientation: landscape) {
    /*List Start*/
    .inventory-parentClass {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 667px !important;
    }
}

/* 360x640 - s4 */
@media (max-width: 640px) and (orientation: landscape) {
    /*List Start*/
    .inventory-parentClass {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 640px !important;
    }
}

/*568x320 | i5*/
@media (max-width: 568px) and (orientation: landscape) {
    /*List Start*/
    .inventory-parentClass {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 568px !important;
    }
}
