﻿.USED_BACKGROUND {
    max-width: 1920px;
    margin: 0 auto 0 auto;
}

    .USED_BACKGROUND * {
        box-sizing: border-box;
    }


.COMPARE_BUTTON {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 40px auto;
    background-color: #01334c;
    border: 1px solid #01334c;
    color: #fff;
    box-sizing: content-box;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
}

    .COMPARE_BUTTON:hover {
        background-color: #d60d3a;
        border: 1px solid #d60d3a;
    }

@media(max-width:340px) {
    .COMPARE_BUTTON {
        width: 96%;
        margin: 0 2% 40px 2%;
    }
}


/*---*/

.SEARCH_BOX {
    width: 24%;
    float: left;
    padding:20px;
    background-color:#34adea;
    
}


@media(max-width:1310px) {

    .SEARCH_BOX {
        width: 23%;
        margin-left: 1%;
        float: left;

    }
}




.VEHICLE_BOX {
    width: 75%;
    float: right;
    border-left:1px solid #ddd;
    padding:0 10px;
}


@media(max-width:1310px) {
    .VEHICLE_BOX {
        width: 75%;
        float: right;
        border-left: none;
        padding: 0 10px;
    }
}

.VEHICLE_BOX_EMPTY {
    display: none;
    width: 74%;
    float: right;
    font-size: 20px;
}

.CLEAR_BOX {
    clear: both;
    margin-bottom: 40px;
}


.NO_DEALER_VEHICLES {
    display: none;
    text-align: center;
    font-size: 20px;
}

.VEHICLE_CARD_CLASS {
    display: none;
    position: relative;
    width: 32%;
    min-height: 340px;
    border: 1px solid #e1e2e3;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
    background-color: #fff;
}


.IMG_CLASS {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    cursor:pointer;
}

.VEHICLE_CARD_CLEAR_CLASS {
    clear: both;
}

.UVC_A {
    font-size: 22px;
    font-weight: bold;
}

/*---*/

.UVC_B_1 {
    display:block;
    font-size: 13px;
    /*background-color:#ffbdbd;*/
}

.UVC_B_2 {
    display: none;
    font-size: 13px;
    /*background-color: #ffcf5e;*/
}

.UVC_B_3 {
    display: none;
    font-size: 13px;
    /*background-color: #78ff5e;*/
}

.UVC_B_4 {
    display: none;
    font-size: 13px;
    /*background-color: #00b1ff;*/
}


@media(max-width:1400px){

    .UVC_B_1 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_2 {
        display: block;
        font-size: 13px;
    }

    .UVC_B_3 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_4 {
        display: none;
        font-size: 13px;
    }

}

@media(max-width:1200px) {

    .UVC_B_1 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_2 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_3 {
        display: block;
        font-size: 13px;
    }

    .UVC_B_4 {
        display: none;
        font-size: 13px;
    }
}


@media(max-width:800px) {

    .UVC_B_1 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_2 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_3 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_4 {
        display: block;
        font-size: 13px;
    }
}


/*---*/


.UVC_C {
    font-size: 18px;
    font-weight: bold;
}

.UVC_D {
}

.UVC_E {
    padding: 0 2%;
}

.UVC_F {
    min-height: 40px;
    font-size: 13px;
}

.UVC_LINK {
    padding:20px;
    cursor: pointer;
}

.UVC_BTN {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #01334c;
    color: #fff;
    text-align: center;
}
.UVC_BTN:hover {
    background-color: #d60d3a;
    color: #fff;
}


.UVX_LINK {
    display: block;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #01334c;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid #01334c;
    font-size: 14px;
    text-decoration: none !important;
}

    .UVX_LINK:hover {
        background-color: #fff;
        color: #d60d3a;
        border: 1px solid #d60d3a;
    }


.SEARCH_DRPS {
    width: 100%;
    height: 0px;
    background-color: #eee;
    border-bottom: none;
    cursor: pointer;
    overflow: hidden;
}

.RETURN_NUMBER {
    display: block;
    text-align: center;
    min-height: 20px;
    line-height: 20px;
    margin-bottom: 40px;
}

.SEARCH_BTNS {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #01334c;
    color: #fff;
    padding: 0 2% 0 2%;
    cursor: pointer;
    border: 1px solid #01334c;
}

    .SEARCH_BTNS:hover {
        background-color: #d60d3a;
        color: #fff;
    }


.ORDER_BTN {
    float: left;
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #01334c;
    color: #fff;
    cursor: pointer;
    border: 1px solid #01334c;
}

    .ORDER_BTN:hover {
        background-color: #d60d3a;
        color: #fff;
        border: 1px solid #d60d3a;
    }





.PAGE_SELECTOR {

}

.PAGE_SHOW {
    display: block;
}

.PAGE_HIDE {
    display: none;
}

.PAGE_SELECT_BTN {
    width: 22px;
    height: 26px;
    line-height: 26px;
    float: left;
    background-color: #eceff3;
    color: #000;
    text-align: center;
    cursor: pointer;
    margin-left:4px;
    margin-top:12px;
    font-weight:bold;
}

.PAGE_SELECT_BTN:hover {
    background-color: #000;
    color: #fff;
}


/*SEARCH BOX ONLY*/


.SEARCH_OPTION_BTN {
    width: 100%;
    height: 40px;
    padding: 0 2% 0 2%;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}


.SEARCH_OPTION {
    width: 100%;
    height: 40px;
    padding: 0 2% 0 2%;
    line-height: 40px;
    background-color: #efefef;
    cursor: pointer;
}

    .SEARCH_OPTION:hover {
        background-color: #888;
        color: #fff;
    }


.SEARCH_OPTION_A {
    width: 100%;
    height: 40px;
    padding: 0 2% 0 2%;
    line-height: 40px;
    background-color: #01334c;
    color: #fff;
    cursor: pointer;
}

    .SEARCH_OPTION_A:hover {
        background-color: #000;
        color: #fff;
    }


.COMPARE_BTN {
    width: 280px;
    height: 40px;
    line-height: 40px;
    background-color: #01334c;
}

.PRC_FROM_BOX {
    width: 49%;
    min-height: 40px;
    float: left;
}

    .PRC_FROM_BOX select {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: none;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        background-color: #eeeeee;
    }

.PRC_TO_BOX {
    width: 49%;
    min-height: 40px;
    float: right;
}

    .PRC_TO_BOX select {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: none;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        background-color: #eeeeee;
    }

.PRC_CLEAR_BOX {
    clear: both;
}

.SELECT_MAIN_BOX select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #eeeeee;
}


@media(max-width:1300px) {

    .VEHICLE_CARD_CLASS {
        width: 49%;
    }
}


@media(max-width:1100px) {

    .SEARCH_BOX {
        width: 96%;
        margin: 0 2% 40px 2%;
        float: none;
    }

    .VEHICLE_BOX {
        width: 96%;
        margin: 0 2% 40px 2%;
        float: none;
    }

    .VEHICLE_CARD_CLASS {
        width: 49%;
    }
}

@media(max-width:800px) {


    .SEARCH_BOX {
        width: 320px;
        margin: 0 auto 40px auto;
    }

    .VEHICLE_BOX {
        width: 320px;
        margin: 0 auto 40px auto;
    }

    .VEHICLE_CARD_CLASS {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media(max-width:370px) {

    .SEARCH_BOX {
        width: 96%;
        margin: 0 2% 40px 2%;
    }

    .VEHICLE_BOX {
        width: 96%;
        margin: 0 2% 40px 2%;
    }

    .VEHICLE_CARD_CLASS {
        width: 100%;
        margin-bottom: 40px;
    }
}

/*---*/


.USED_BACKGROUND {
    width:1250px;
    margin:0 auto 0 auto;
    background-color: #fff;
}
    .USED_BACKGROUND * {
        box-sizing: border-box;
    }


@media(max-width:1310px) {
    .USED_BACKGROUND {
        width: 100%;
        margin:0;
        background-color: #fff;
    }
}





/*---*/

/*.SelectForCompare {
    display: block;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #01334c;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid #01334c;
    font-size: 14px;
    text-decoration: none !important;
}

    .SelectForCompare:hover {
        background-color: #d60d3a;
        color: #fff;
        text-decoration: none !important;
        border: 1px solid #d60d3a;
}*/


/*---*/

/*.SelectForCompare1 {
    display: block;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #d60d3a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d60d3a;
    font-size: 14px;
    text-decoration: none !important;
}

    .SelectForCompare1:hover {
        background-color: #000;
        color: #fff;
        text-decoration: none !important;
        border: 1px solid #000;
    }*/


/*---*/


.SWITCH_VIEW {
    width: 200px;
    height: 32px;
    margin: 0 auto 40px auto;
}

.SWITCH_VIEW_IMG_1 {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    cursor:pointer;
}

.SWITCH_VIEW_IMG_2 {
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    cursor: pointer;
}

.SWITCH_VIEW_IMG_CLEAR {
    clear: both;
}


/*---*/


.COMP_LIMIT_MESSAGE {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999999;
}

.COMP_LIMIT_STATEMENT {
    position: relative;
    text-align: center;
    position: fixed;
    left: -150px;
    margin-left: 50%;
    top: 50%;
    margin-top: -150px;
    width: 300px;
    height: 300px;
    background-color: #fff;
    z-index: 9999999;
    border: 1px solid #34adea;
}

.DELETE_BTN {
    position: absolute;
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 40px;
    top: 0;
    right: 0;
    background-color: #34adea;
    cursor: pointer;
}

@media(max-width:340px) {
    .COMP_LIMIT_STATEMENT {
        position: relative;
        text-align: center;
        position: fixed;
        left: -48%;
        margin-left: 50%;
        top: 50%;
        margin-top: -150px;
        width: 96%;
        height: 300px;
        background-color: #fff;
        z-index: 9999999;
    }
}





/*---*/


.SEARCH_HOLDER {
    width: 300px;
}

.OVERBTNS {
    width: 100%;
    max-height: 36px;
    overflow: hidden;
    border:none;
    border-bottom: none;
    margin-bottom: 15px;
}

.OVERBTNS_A {
    width: 100%;
    max-height: 4000px;
    overflow: hidden;
    border: none;
    border-bottom: none;
    margin-bottom: 15px;
}


.SEARCH_CLICK {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 10px;
    background-color: #fff;
    cursor: pointer;
}

    .SEARCH_CLICK:hover {
        background-color: #000;
        color: #fff;
    }

.SEARCH_ACTUAL {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 10px;
    background-color: #01334c;
    color: #fff;
    cursor: pointer;
}

    .SEARCH_ACTUAL:hover {
        background-color: #d60d3a;
        color: #fff;
    }


/*---*/


.SELECT_ACTUAL {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 10px;
    background-color: #e6e6e6;
    color: #000;
    cursor: pointer;
    overflow: hidden;
}

    .SELECT_ACTUAL:hover {
        background-color: #000;
        color: #fff;
    }

.SELECT_ACTUAL_B {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    background-color: #d60d3a;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

    .SELECT_ACTUAL_B:hover {
        background-color: #000;
    }

/*---*/

.SELECT_ACTUAL_PRICE_L {
    width: 48%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    padding: 0 10px 0 10px;
    background-color: #e6e6e6;
    cursor: pointer;
}

    .SELECT_ACTUAL_PRICE_L:hover {
        background-color: #000;
        color: #fff;
    }

.SELECT_ACTUAL_PRICE_L_B {
    width: 48%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    padding: 0 10px 0 10px;
    background-color: #d60d3a;
    cursor: pointer;
    color: #fff;
}

    .SELECT_ACTUAL_PRICE_L_B:hover {
        background-color: #000;
        color: #fff;
    }

/*---*/

.SELECT_ACTUAL_PRICE_R {
    width: 48%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: right;
    padding: 0 10px 0 10px;
    background-color: #e6e6e6;
    cursor: pointer;
}

    .SELECT_ACTUAL_PRICE_R:hover {
        background-color: #000;
        color: #fff;
    }

.SELECT_ACTUAL_PRICE_R_B {
    width: 48%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: right;
    padding: 0 10px 0 10px;
    background-color: #d60d3a;
    cursor: pointer;
    color: #fff;
}

    .SELECT_ACTUAL_PRICE_R_B:hover {
        background-color: #000;
        color: #fff;
    }



/*---*/


.CARD_CLASS_NULL{
    display:none;
}


/*---*/


/*---*/

.VEHICLE_BOX_2 {
    width: 74%;
    float: right;
    min-height: 300px;
}

.VEHICLE_CARD_CLASS_A {
    width: 98%;
    min-height: 220px;
    background-color:#fff;
    margin-bottom: 40px;
    border: 1px solid #e1e2e3;
}

.CR_PADDING {
    padding: 8px;
}

.CR_IMG_FL {
    float: left;
    display: block;
    width: 30%;
    height: auto;
    cursor:pointer;
}

.CR_IMG {
    display: block;
    width: 280px;
    height: auto;
}

/*---*/

.CR_INF_FR {
    float: right;
    display: block;
    width: 64%;
    height: auto;
}

.CR_INF_CL {
    clear: both;
}

.CR_MM {
    min-height: 20px;
}

.CR_COLOR {
    min-height: 20px;
}

.CR_INTRO_CON_FL {
    float: left;
}

.CR_INTRO_CON_FR {
    min-height: 40px;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.CR_INTRO_CON_CL {
    clear: both;
}

.CR_TABLE {
    width: 100%;
    background-color: #eee;
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

    .CR_TABLE td {
        height: 30px;
        width: 25%;
        text-align: left;
        padding: 0 4px 0 4px;
    }

.CR_BUTTON {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #01334c;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

    .CR_BUTTON:hover {
        background-color: #d60d3a;
        color: #fff;
    }

.CR_FAKE_TAB {
    display: none;
    width: 100%;
    background-color: #eee;
    border: 1px solid #aaa;
    margin-bottom: 10px;
    padding: 8px;
}

    .CR_FAKE_TAB b {
        display: block;
        min-height: 20px;
    }

    .CR_FAKE_TAB abbr {
        display: block;
        min-height: 20px;
        margin-bottom: 10px;
        word-break: break-word;
    }

/*---*/

@media(max-width:1150px) {

    .CR_IMG {
        display: block;
        width: 240px;
        height: auto;
    }
}

@media(max-width:1100px) {

    .VEHICLE_BOX_2 {
        float: none;
        width: 100%;
        padding: 0 2%;
        margin: 0;
    }

    .VEHICLE_CARD_CLASS_A {
        width: 100%;
    }
}

@media(max-width:800px) {

    .CR_TABLE {
        display: none;
    }

    .CR_FAKE_TAB {
        display: block;
    }

    .CR_IMG_FL {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .CR_INF_FR {
        float: none;
        width: 100%;
    }

    .CR_IMG {
        display: block;
        width: 100%;
        height: auto;
    }

    .CR_INTRO_CON_FL {
        float: none;
    }

    .CR_INTRO_CON_FR {
        float: none;
    }
}

/*---*/

.overloadertype1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999888;
}

.loadertype1 {
    position: fixed;
    margin-left: 50%;
    left: -19px;
    margin-top: 25%;
    top: -19px;
    width: 38px;
    height: 38px;
    border-left: 2px solid #34adea;
    border-right: 2px solid #34adea;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 50%;
    animation-name: a;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-timing-function: cubic-bezier(0.09,0.57,0.49,0.9);
    animation-direction: reverse;
    z-index: 999999;
}

@keyframes a {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}






.searchbox {
    width: 290px;
    min-height: 200px;
    background-color: #34adea;
    float: left;
}




.searchmetainfo {
    width: 250px;
    margin: 0 auto 0 auto;
}

.searchmetainfoleft {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 14px;
    font-family: "NunitoSans-Black";
    margin-top: 3px;
}

.searchmetainforight {
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 7px;
}

.searchmetainfoclear {
    clear: both;
}


.texticoncar:before {
    font-family: 'stm-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e804";
    color: #fff;
    font-size: 30px;
}




.searchboxbutton {
    display: block;
    width: 240px;
    height: 26px;
    line-height: 26px;
    border: none;
    background-color: #fff;
    padding: 5px;
    cursor: pointer;
    margin: 0 auto 0px auto;
    text-decoration: none !important;
    color: #495057;
    background-image: url(../subaru_images/icons/background_trick.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.searchboxdropdowna {
    width: 250px;
    height: 0px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto 0px auto;
}

.searchboxdropdownb {
    width: 250px;
    height: 150px;
    overflow-y: scroll;
    background-color: #fff;
    margin: 0 auto 0px auto;
}




.searchcontrols {
    width: 250px;
    margin: 0 auto 0 auto;
}

.searchleftbutton {
    width: 50%;
    float: left;
}

.searchrightbutton {
    width: 50%;
    float: right;
}

.sb1 {
    display: block;
    width: 125px;
    height: 36px;
    line-height: 36px;
    border: none;
    background-color: #34adea;
    color: #fff;
    font-family: "NunitoSans-Light";
    cursor: pointer;
    text-align: left;
}

.sb2 {
    display: block;
    width: 70px;
    height: 36px;
    line-height: 36px;
    border: none;
    background-color: #34adea;
    color: #fff;
    text-align: left;
    font-family: "NunitoSans-Light";
    cursor: pointer;
    float: right;
}

.svgimage1 {
    display: block;
    width: 14px;
    height: 14px;
    float: right;
    margin-top: 12px
}

.searchclearbutton {
    clear: both;
}


@media(max-width:1310px) {
    .searchbox {
        width: 30%;
        min-height: 200px;
        background-color: #34adea;
        float: left;
    }
}


@media(max-width:960px) {


    .searchbox {
        width: 100%;
        min-height: 200px;
        background-color: #34adea;
        float: none;
        margin-bottom: 50px;
    }


    .searchboxbutton {
        width: 96%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: -20px;
    }

    .searchboxdropdowna {
        width: 96%;
    }

    .searchboxdropdownb {
        width: 96%;
        height: 150px;
        overflow-y: scroll;
        background-color: #fff;
        margin: 0 auto 0px auto;
        padding: 5px;
    }
}


@media(max-width:750px) {
    .searchboxbutton {
        width: 92%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: -20px;
    }

    .searchboxdropdowna {
        width: 92%;
    }

    .searchboxdropdownb {
        width: 92%;
        height: 150px;
        overflow-y: scroll;
        background-color: #fff;
        margin: 0 auto 0px auto;
        padding: 5px;
    }
}



.viewbox {
    width: 950px;
    float: right;
    border: none;
    min-height: 20px;
    border-left: 1px solid #ddd;
}

.viewboxintromain1 {
    float: left;
    height: 42px;
    font-family: "NunitoSans-Black";
    color: #6c757d;
    font-weight: 900;
    font-size: 20px;
}

.viewboxintromain2 {
    display: block;
    float: right;
    height: 22px;
    border-radius: 11px;
    color: #fff;
    background-color: #6c757d;
    padding: 0 10px 0 10px;
    font-family: "NunitoSans-Black";
    font-size: 15px;
    line-height: 22px;
}

.viewboxintromain3 {
    clear: both;
}



.viewboxmainintro {
    padding: 0 25px 0 25px;
    margin-bottom: 0px;
}




.imgbuttons1 {
    display: block;
    background-color: #34adea;
    width: 36px;
    height: 36px;
    background-image: url(../subaru_images/icons/bar_icon_main_plain.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    border: none;
    outline: none !important;
    float: right;
    margin-right: 4px;
    cursor: pointer;
    transition: 0.4s;
}

    .imgbuttons1:hover {
        background-color: #000;
    }

.imgbuttons2 {
    display: block;
    background-color: #34adea;
    width: 36px;
    height: 36px;
    background-image: url(../subaru_images/icons/square_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    border: none;
    outline: none !important;
    float: right;
    cursor: pointer;
    transition: 0.4s;
}

    .imgbuttons2:hover {
        background-color: #000;
    }





.viewboxemptyplaceholder {
    float: left;
    height: 52px;
    line-height: 52px;
}

.viewboxviewselect {
    float: right;
    height: 52px;
    margin-top: 7px;
}

.viewboxsetselect {
    float: right;
    height: 52px;
}

.viewboxpricebutton {
    display: none;
    width: 172px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #c8c8c8;
    border: none;
    background-color: #eceff3;
    font-size: 16px;
    cursor: pointer;
    float: right;
}


.randomshiftclass1 {
    padding: 0 10px 0 10px;
    font-weight: normal;
    font-size: 14px;
}


@media(max-width:1310px) {
    .viewbox {
        width: 69%;
        float: right;
        border: none;
        min-height: 20px;
        border-left: 1px solid #ddd;
    }
}

@media(max-width:960px) {

    .viewbox {
        width: 100%;
        float: right;
        border: none;
        min-height: 20px;
        border-left: none;
    }

    .viewboxmainintro {
        width: 80%;
        margin: 0 auto 50px auto;
    }


    .viewboxemptyplaceholder {
        width: 100%;
        float: none;
    }

    .viewboxsetselect {
        width: 100%;
        float: none;
    }

    .randomshiftclass1 {
        padding: 0 0px 0 0px;
        font-weight: normal;
        font-size: 14px;
    }


    .viewboxviewselect {
        float: none;
        height: 52px;
        margin-top: 7px;
    }

    .imgbuttons1 {
        float: left;
        margin: 0 0 0 4px;
    }

    .imgbuttons2 {
        float: left;
        margin: 0 0 0 0px;
    }
}


@media(max-width:400px) {

    .viewboxmainintro {
        width: 100%;
        padding: 0 0 0 0;
    }
}




.vehicleindexselectbuttona {
    padding: 2px 6px;
    background-color: #eceff3;
    color: #000;
    transition: 0.4s;
    font-weight: bold;
    text-decoration: none !important;
}

    .vehicleindexselectbuttona:hover {
        background-color: #000;
        color: #fff;
    }

.vehicleindexselectbuttonb {
    padding: 2px 6px;
    background-color: #34adea;
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
    text-decoration: none !important;
}

    .vehicleindexselectbuttonb:hover {
        background-color: #000;
    }



.usedvehiclerepeater {
    width: 900px;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0px 15px 0px;
}

.usedvehiclerepeaterimage {
    display: block;
    width: 256px;
    height: 192px;
    float: left;
}

    .usedvehiclerepeaterimage img {
        display: block;
        width: 256px;
        height: 192px;
    }

.usedvehiclerepeaterinfo {
    display: block;
    width: 600px;
    float: right;
}

.usedvehiclerepeaterclear {
    clear: both;
}




.uvri1 {
    margin-bottom: 20px;
}

    .uvri1 u {
        text-decoration: none;
        font-style: normal;
        display: inline-block;
        min-height: 36px;
        line-height: normal;
        font-size: 18px;
        vertical-align: top;
        font-weight: 700;
    }

    .uvri1 i {
        text-decoration: none;
        font-style: normal;
        display: inline-block;
        min-height: 36px;
        line-height: 36px;
        background-color: #34adea;
        color: #fff;
        font-weight: bold;
        padding: 0 10px 0 5px;
    }





.uvri2 {
}

    .uvri2 u {
        text-decoration: none;
        font-style: normal;
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: #1b1f23;
        margin-bottom: 5px;
    }

    .uvri2 img {
        display: inline-block;
        vertical-align: top;
        padding-right: 10px;
    }

    .uvri2 span {
        display: inline-block;
        height: 36px;
        vertical-align: central;
        font-size: 12px;
        color: #787c83;
        padding-right: 20px;
    }





.uvri3 a {
    text-decoration: none;
    font-style: normal;
    display: block;
    width: 142px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #34adea;
    color: #fff;
    border-bottom: 2px solid #567ab4;
    cursor: pointer;
}

    .uvri3 a:hover {
        background-color: #000;
        color: #fff;
    }


@media(max-width:1310px) {

    .usedvehiclerepeater {
        width: 100%;
        border-bottom: 1px solid #dddddd;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .usedvehiclerepeaterimage {
        display: block;
        width: 26%;
        height: auto;
        float: left;
        margin-bottom: 20px;
    }

        .usedvehiclerepeaterimage img {
            display: block;
            width: 100%;
            height: auto;
        }

    .usedvehiclerepeaterinfo {
        display: block;
        width: 68%;
        float: right;
        margin-bottom: 20px;
    }

    .usedvehiclerepeaterclear {
        clear: both;
    }
}

@media(max-width:1200px) {

    .uvri1 {
        margin-bottom: 20px;
    }

        .uvri1 u {
            text-decoration: none;
            font-style: normal;
            display: block;
            line-height: normal;
            font-size: 18px;
            vertical-align: top;
            font-weight: 700;
        }

        .uvri1 i {
            text-decoration: none;
            font-style: normal;
            display: block;
            background-color: #34adea;
            color: #fff;
            font-weight: bold;
            padding: 0 10px 0 5px;
            max-width: 150px;
        }
}

@media(max-width:960px) {

    .usedvehiclerepeater {
        width: 100%;
        border-bottom: 1px solid #dddddd;
        margin: 0 auto 50px auto;
    }

    .usedvehiclerepeaterimage {
        display: block;
        width: 100%;
        height: auto;
        float: none;
        margin: 0;
        padding: 0;
    }

        .usedvehiclerepeaterimage img {
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
        }

    .usedvehiclerepeaterinfo {
        display: block;
        width: 80%;
        float: none;
    }

    .usedvehiclerepeaterclear {
        clear: both;
    }




    .uvri1 {
        margin-bottom: 20px;
    }

        .uvri1 u {
            text-decoration: none;
            font-style: normal;
            display: block;
            min-height: 36px;
            line-height: normal;
            font-size: 18px;
            vertical-align: top;
            font-weight: 700;
        }

        .uvri1 i {
            text-decoration: none;
            font-style: normal;
            display: block;
            min-height: 36px;
            line-height: 36px;
            background-color: #34adea;
            color: #fff;
            font-weight: bold;
            padding: 0 10px 0 5px;
        }





    .uvri2 {
    }

        .uvri2 u {
            text-decoration: none;
            font-style: normal;
            display: block;
            font-size: 12px;
            font-weight: 500;
            color: #1b1f23;
            margin-bottom: 5px;
        }

        .uvri2 img {
            display: inline-block;
            vertical-align: top;
            padding-right: 10px;
        }

        .uvri2 span {
            display: inline-block;
            height: 36px;
            vertical-align: central;
            font-size: 12px;
            color: #787c83;
            padding-right: 20px;
        }





    .uvri3 a {
        text-decoration: none;
        font-style: normal;
        display: block;
        width: 142px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        background-color: #34adea;
        color: #fff;
        border-bottom: 2px solid #567ab4;
    }

        .uvri3 a:hover {
            background-color: #000;
            color: #fff;
        }
}



.usedvehiclerepeatera {
    display: none;
    position: relative;
    width: 32%;
    float: left;
    margin-bottom: 20px;
    margin-right: 1.3%;
}

.usedvehiclerepeateraimage {
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
}

    .usedvehiclerepeateraimage img {
        display: block;
        width: 100%;
        height: auto;
    }



.uvria1 {
    border-bottom: 1px solid #34adea;
    padding-bottom: 15px;
}

    .uvria1 u {
        display: block;
        text-decoration: none;
        font-style: normal;
        float: left;
        color: #232628;
        font-weight: bold;
        width: 170px;
        height: 44px;
        overflow: hidden !important;

    }

    .uvria1 i {
        display: block;
        text-decoration: none;
        font-style: normal;
        float: right;
        width: 115px;
        height: 44px;
        background-color: #34adea;
        text-align: center;
        line-height: 44px;
        color: #fff;
        font-weight: bold;
    }

    .uvria1 s {
        display: block;
        clear: both;
        padding: 0;
        margin: 0;
    }





.uvria2 {
    max-height: 70px;
    overflow: hidden;
}

    .uvria2 u {
        text-decoration: none;
        font-style: normal;
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: #1b1f23;
        margin-bottom: 5px;
    }

    .uvria2 img {
        display: block;
        float: left;
        vertical-align: top;
        padding-right: 10px;
    }

    .uvria2 span {
        display: block;
        float: left;
        height: 36px;
        vertical-align: central;
        font-size: 12px;
        color: #787c83;
        padding-right: 15px;
    }

.setatmedia {
    display: none;
}



.uvria3 a {
    text-decoration: none;
    font-style: normal;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #34adea;
    color: #fff;
    border-bottom: 2px solid #567ab4;
}

    .uvria3 a:hover {
        background-color: #000;
        color: #fff;
    }


@media(max-width:1310px) {

    .uvria1 u {
        display: block;
        text-decoration: none;
        font-style: normal;
        float: left;
        color: #232628;
        font-weight: bold;
        width: 100%;
        height: 44px;
        overflow: hidden !important;
    }

    .uvria1 i {
        display: block;
        text-decoration: none;
        font-style: normal;
        float: right;
        width: 100%;
        height: 44px;
        background-color: #34adea;
        text-align: center;
        line-height: 44px;
        color: #fff;
        font-weight: bold;
    }

    .uvria1 s {
        display: block;
        clear: both;
        padding: 0;
        margin: 0;
    }

    .setatmedia {
        display: block;
    }
}


@media(max-width:800px) {

    .usedvehiclerepeatera {
        width: 100%;
        float: none;
        margin: 0 auto 50px auto;
    }
}


.clearbox {
    clear: both;
}



.SelectForCompare {
    display: block;
    border: none;
    position: absolute;
    top: 0;
    right: 0px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #567ab4;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}

    .SelectForCompare:hover {
        background-color: #000;
        color: #fff;
        text-decoration: none !important;
    }



.SelectForCompare1 {
    display: block;
    border: none;
    position: absolute;
    top: 0;
    right: 0px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #34adea;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}

    .SelectForCompare1:hover {
        background-color: #34adea;
        color: #fff;
        text-decoration: none !important;
    }


.EXCEPTION_A {
    width: 100px;
    color: #fff;
    text-align: left;
    float: left;
    font-size: 13px;
    cursor: pointer;
}

.EXCEPTION_B {
    width: 100px;
    color: #fff;
    text-align: right;
    float: right;
    font-size: 13px;
    cursor: pointer;
}

    .EXCEPTION_B i {
        display: block;
        width: 60px;
        height: 20px;
        float: right;
        font-style: normal;
        text-decoration: none;
        font-weight: normal;
    }

    .EXCEPTION_B img {
        display: block;
        width: 16px;
        height: 16px;
        float: right;
    }

.SEACH_BOX_HEADER_A {
    height: 84px;
}


.PANEL_1_A {
    width: 100%;
}

.PNL_1_L_A {
    min-height: 50px;
    float: left;
    font-family: "NunitoSans-Black";
    color: #6c757d;
    font-weight: 900;
    font-size: 20px;
}

.PNL_1_R_A {
    min-height: 50px;
    float: right;
}

.PNL_1_C {
    clear: both;
}

.PNL_SHOW_NUMBER_OF_VEHICLES {
    height: 22px;
    line-height: 24px;
    background-color: #6c757d;
    color: #fff;
    text-align: center;
    padding: 0 14px 0 14px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: bold;
    font-family: "NunitoSans-Black";
}

.PNL_SWITCH_VIEW_A {
    display: block;
    background-color: #34adea;
    width: 36px;
    height: 36px;
    background-image: url(../subarudurban/general/bar_icon_main_plain.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    border: none;
    outline: none !important;
    float: right;
    margin-right: 4px;
    cursor: pointer;
    transition: 0.4s;
    margin-top: 7px;
}

    .PNL_SWITCH_VIEW_A:hover {
        background-color: #000;
    }

.PNL_SWITCH_VIEW_B {
    display: block;
    background-color: #34adea;
    width: 36px;
    height: 36px;
    background-image: url(../subarudurban/general/square_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    border: none;
    outline: none !important;
    float: right;
    margin-right: 4px;
    cursor: pointer;
    transition: 0.4s;
    margin-top: 7px;
}

    .PNL_SWITCH_VIEW_B:hover {
        background-color: #000;
    }

.PNL_SWITCH_VIEW_C {
    clear: right;
}

.PANEL_2_A {
    width: 100%;
    margin-bottom: 20px;
}

.PNL_2_L_A {
    min-height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 10px;
    font-size: 13px;
}

.PNL_2_L_B {
    min-height: 50px;
    line-height: 50px;
    float: left;
}

.PNL_2_R_A {
    min-height: 50px;
    float: right;
}

.PNL_2_R_B {
    min-height: 50px;
    float: right;
}

.PNL_2_C {
    clear: both;
}

.PNL_PRICE_IND {
    height: 50px;
    line-height: 50px;
    float: right;
    padding: 0 10px 0 10px;
    font-size: 13px;
}

.PNL_ARRANGE_PRICE_ORDER {
    display: none;
    width: 172px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #c8c8c8;
    border: none;
    background-color: #eceff3;
    font-size: 16px;
    cursor: pointer;
    float: right;
}

.PNL_PRICE_IND_CLEAR {
    clear: right;
}

.PNL_COMPARE_BTN {
    display: block;
    width: 300px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #34adea;
    border: none;
    border-bottom: 2px solid #567ab4;
    color: #fff;
    box-sizing: content-box;
    padding: 0;
    cursor: pointer;
    font-family: "NunitoSans-Regular";
    font-size: 16px;
    margin-bottom: 20px;
}

    .PNL_COMPARE_BTN:hover {
        background-color: #000;
        color: #fff;
    }

.REMOVE_ALL_UNSEEN {
    display: none;
}


@media(max-width:800px) {

    .PANEL_1_A {
        width: 100%;
    }

    .PNL_1_L_A {
        min-height: 50px;
        float: none;
        font-family: "NunitoSans-Black";
        color: #6c757d;
        font-weight: 900;
        font-size: 20px;
    }

    .PNL_1_R_A {
        min-height: 50px;
        float: none;
    }

    .PNL_1_C {
        clear: both;
    }

    .PNL_SHOW_NUMBER_OF_VEHICLES {
        height: 22px;
        line-height: 24px;
        background-color: #6c757d;
        color: #fff;
        text-align: center;
        padding: 0 14px 0 14px;
        border-radius: 11px;
        font-size: 14px;
        font-weight: bold;
        font-family: "NunitoSans-Black";
    }

    .PNL_SWITCH_VIEW_A {
        display: block;
        background-color: #34adea;
        width: 36px;
        height: 36px;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: center;
        border: none;
        outline: none !important;
        float: left;
        margin-right: 4px;
        cursor: pointer;
        transition: 0.4s;
        margin-top: 7px;
    }

        .PNL_SWITCH_VIEW_A:hover {
            background-color: #000;
        }

    .PNL_SWITCH_VIEW_B {
        display: block;
        background-color: #34adea;
        width: 36px;
        height: 36px;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: center;
        border: none;
        outline: none !important;
        float: left;
        margin-right: 4px;
        cursor: pointer;
        transition: 0.4s;
        margin-top: 7px;
    }

        .PNL_SWITCH_VIEW_B:hover {
            background-color: #000;
        }

    .PNL_SWITCH_VIEW_C {
        clear: right;
    }

    .PANEL_2_A {
        width: 100%;
        margin-bottom: 20px;
    }

    .PNL_2_L_A {
        min-height: 50px;
        line-height: 50px;
        float: none;
        margin-right: 10px;
        font-size: 13px;
    }

    .PNL_2_L_B {
        min-height: 50px;
        line-height: 50px;
        float: none;
    }

    .PNL_2_R_A {
        min-height: 50px;
        float: none;
    }

    .PNL_2_R_B {
        min-height: 50px;
        float: none;
    }

    .PNL_2_C {
        clear: both;
    }

    .PNL_PRICE_IND {
        height: 50px;
        line-height: 50px;
        float: left;
        padding: 0 10px 0 10px;
        font-size: 13px;
        display: none;
    }

    .PNL_ARRANGE_PRICE_ORDER {
        display: none;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #c8c8c8;
        border: none;
        background-color: #eceff3;
        font-size: 16px;
        cursor: pointer;
        float: left;
    }

    .PNL_PRICE_IND_CLEAR {
        clear: right;
    }

    .PNL_COMPARE_BTN {
        display: block;
        width: 100%;
        height: 46px;
        line-height: 46px;
        text-align: center;
        background-color: #34adea;
        border: none;
        border-bottom: 2px solid #567ab4;
        color: #fff;
        box-sizing: content-box;
        padding: 0;
        cursor: pointer;
        font-family: "NunitoSans-Regular";
        font-size: 16px;
        margin-bottom: 20px;
    }

        .PNL_COMPARE_BTN:hover {
            background-color: #000;
            color: #fff;
        }

    .REMOVE_ALL_UNSEEN {
        display: none;
    }
}


.SEARCH_BOX_A {
    width: 24%;
}

@media(max-width:1100px) {

    .SEARCH_BOX_A {
        width: 96%;
        margin: 0 2% 40px 2%;
        float: none;
    }
}

@media(max-width:800px) {

    .SEARCH_BOX_A {
        width: 320px;
        margin: 0 auto 40px auto;
    }
}

@media(max-width:370px) {

    .SEARCH_BOX_A {
        width: 96%;
        margin: 0 2% 40px 2%;
    }
}


/*---*/


.VideoIndicator {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

    .VideoIndicator img {
        display: block;
        width: 100%;
        height: auto;
    }



/*---*/


.CASE_DROP_A {
    max-height: 108px;
    overflow-y: scroll;
}

@media(max-width:1100px) {

    .CASE_DROP_A {
        max-height: 6000px;
        overflow-y: auto;
    }
}


.SEARCH_BOX_SHADOW {
    width: 24%;
    float: left;
    margin-left: 1%;
}


.SEARCH_BOX_2 {
    display: block;
    position: fixed;
    width: 300px;
    margin-left: 50%;
    left: -626px;
    top: 120px;
    background-color: #34adea;
    padding: 20px;
}

@media(max-width:1310px) {


    .SEARCH_BOX_2 {
        width: 23%;
        margin-left: 50%;
        left: -48%;

    }


}



.TNC_link {
    font-size: 12px;
    font-weight: normal !important;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding-left: 10px;
}

    .TNC_link:hover {
        color: #f11a1d;
        text-decoration: none;
    }



/*---*/


.WAITLOADER_0 {
    display: block;
    width: 250px;
    height: 270px;
    position: relative;
    margin: 0 auto 100px auto;
    overflow: hidden;
    text-align: center;
}

.WAITLOADER_1 {
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    animation-name: spinx;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spinx {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.WAITLOADER_2 {
    display: none;
}

@media(max-width:300px) {
    .WAITLOADER_0 {
        display: block;
        width: 100%;
    }
}




/*---*/



.VIEWSWITCH {
    width: 200px;
    height: 36px;
    margin: 0 auto 40px auto;
}

.LAD {
    width: 38px;
    height: 38px;
    float: left;
    cursor: pointer;
    transition: 0.4s;
}

    .LAD:hover i, .LAD:hover b {
        background-color: #d60d3a;
    }

    .LAD i {
        display: block;
        width: 10px;
        height: 10px;
        background-color: #01334c;
        margin: 0;
        padding: 0;
        float: left;
        margin: 0 1px 0 1px;
    }

    .LAD b {
        display: block;
        width: 20px;
        height: 10px;
        background-color: #01334c;
        margin: 0;
        padding: 0;
        float: left;
        margin: 0 1px 0 1px;
    }

    .LAD p {
        display: block;
        width: 100%;
        height: 2px;
        clear: both;
        padding: 0;
        margin: 0;
    }

/*---*/

.MUL {
    width: 38px;
    height: 38px;
    float: right;
    cursor: pointer;
    transition: 0.4s;
}

    .MUL:hover i, .MUL:hover b {
        background-color: #d60d3a;
    }

    .MUL i {
        display: block;
        width: 10px;
        height: 10px;
        background-color: #01334c;
        margin: 0;
        padding: 0;
        float: left;
        margin: 0 1px 0 1px;
    }

    .MUL p {
        display: block;
        width: 100%;
        height: 2px;
        clear: both;
        padding: 0;
        margin: 0;
    }