﻿.USED_BACKGROUND{
max-width:1920px;
margin:0 auto 0 auto;
/*min-height:1200px;*/
}
[data-pnl="3"] {
    max-width: 1920px;
    margin: 0 auto 0 auto;
}
.USED_BACKGROUND * {
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto 0 auto;
}

/*---*/

.COMPARE_BUTTON {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 40px auto;
    background-color: var(--PrimaryColor);
    border: var(--ColorBorder);
    color: var(--PrimaryTextColor);
    box-sizing: content-box;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    border-radius: var(--MainborderRadius);
}


    .COMPARE_BUTTON:hover {
        color: var(--SecondaryTextColor);
        border: 1px solid var(--PrimaryBorderColor);
        background-color: var(--SecondaryColor);
    }

@media(max-width:340px) {
    .COMPARE_BUTTON {
        width: 96%;
        margin: 0 2% 40px 2%;
        font-size: 14px;
    }
}
@media(max-width:270px) {
    .COMPARE_BUTTON {
        width: 96%;
        margin: 0 2% 40px 2%;
        font-size: 12px;
    }
}


/*---*/

.SEARCH_BOX {
    width: 23%;
    float: left;
    margin-left: 1%;
}

.PriceHeader{
    font-weight: normal;
    
}

.rangeContainer {
    width: 98%;
}

.range-slider {
    position: relative;
    height: 30px;
}

.slider-track {
    height: 8px;
    background: #ccc;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.slider-fill {
    height: 8px;
    background: #ff6c0a;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    width: 100%;
    background: none;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 2;
}

    input[type="range"]::-webkit-slider-runnable-track {
        height: 8px;
        background: transparent;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        height: 20px;
        width: 20px;
        background: #333;
        border-radius: 50%;
        pointer-events: auto;
        margin-top: -6px;
    }

.USED_SEARCH_HEADER {
    background-color: var(--BackGroundColor);
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.USED_SEARCH_HEADER b{
    font-size: 22px;
    display: block;
    text-align: center;
    margin-bottom: 2px;
}
    .USED_SEARCH_HEADER u {
        font-size: 16px;
        display: block;
        text-align: center;
        margin-bottom: 2px;
    }

.price-values {

    text-align: center;
    font-weight: bold;
}


.VEHICLE_BOX {
    width: 74%;
    float: right;
}

.VEHICLE_BOX_EMPTY {
    display: none;
    width: 70%;
    float: right;
    font-size: 20px;
    color: #000;
    height: 120px;
    padding-top: 20px;
    padding-left: 80px;

}

.CLEAR_BOX {
    clear: both;
    margin-bottom: 40px;
}

.NO_DEALER_VEHICLES {
    display: none;
    text-align: center;
    font-size: 20px;
    color: #000;
}


.VEHICLE_CARD_CLASS {
    display: none;
    position: relative;
    width: 32%;
    min-height: 332px;
    border: 1px solid #000;
    color: #000;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    transition: 0.4s;
}
.VEHICLE_CARD_CLASS:hover {
    opacity: 0.8;
}


.IMG_CLASS {
    padding-bottom:20px;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;

}

.VEHICLE_CARD_CLEAR_CLASS {
    clear: both;
}


.UVC_A {
    font-size: 20px;
    font-weight: bold;
    color: #ff6c0a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}

/*---*/

.UVC_B_1 {
    display: block;
    font-size: 13px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.UVC_B_2 {
    display: none;
    font-size: 13px;
    margin-bottom: 10px;
}

.UVC_B_3 {
    display: none;
    font-size: 13px;
    margin-bottom: 10px;
}

.UVC_B_4 {
    display: none;
    font-size: 13px;
    margin-bottom: 10px;
}


@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: 16px;
    font-weight: bold;
    color: #ff6c0a;
    padding: 10px 0;
}

.UVC_D {
    margin-bottom:3px;
    font-size:13px;
}

.UVC_E {
    padding: 0 2%;
    font-size: 13px;
}

.UVC_F {
    min-height: 20px;
    font-size: 13px;
}

.UVC_LINK {
    cursor: pointer;
    padding: 8px;
    height:320px;
    overflow:hidden;
}
.UVC_LINK_1 {
    padding: 0px 10px;
    cursor: pointer;
}
.UVC_LINK_2 {
    padding: 0 10px 10px 10px;
    cursor: pointer;
}


.UVC_BTN {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--PrimaryColor);
    border: var(--PrimaryBorderColor);
    font-weight: bold;
    color: var(--PrimaryTextColor);
    border-radius: var(--MainborderRadius);
    font-size: 14px;
}

    .UVC_BTN:hover {
        background-color: var(--SecondaryColor);
        border: 1px solid var(--SecondaryBorderColor);
        color: var(--SecondaryTextColor);
    }
@media(max-width: 870px) {

    .UVC_LINK {
        height: 240px;
    }
}

@media(max-width: 380px){
    .UVC_BTN{
        width: 100%;
    }
    .UVC_LINK{
        height: 240px;
    }
}
@media(max-width: 294px) {
    .UVC_BTN {
        width: 100%;
    }

    .UVC_LINK {
        height: 200px;
    }
}


.UVX_LINK {
    display: block;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #00a1ff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid #00a1ff;
    font-size: 14px;
    text-decoration: none !important;
}

    .UVX_LINK:hover {
        background-color: #fff;
        color: #00a1ff;
        border: 1px solid #00a1ff;
    }




.SEARCH_DRPS {
    width: 100%;
    height: 0px;
    background-color: #eee;
    border-bottom: none;
    cursor: pointer;
    overflow: hidden;
}

.RETURN_NUMBER {
    display: block;
    text-align: center;
    color: #000;
    min-height: 20px;
    line-height: 20px;
    margin-bottom: 30px;
}

.SEARCH_BTNS {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #00a1ff;
    color: #fff;
    padding: 0 2% 0 2%;
    cursor: pointer;
    border: 1px solid #00a1ff;
}

.SEARCH_BTNS:hover {
   background-color: #fff;
   color: #00a1ff;
   border: 1px solid #00a1ff;
}


.ORDER_BTN {
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--PrimaryColor);
    border: var(--PrimaryBorderColor);
    color: var(--PrimaryTextColor);
    border-radius: var(--MainborderRadius);
    cursor: pointer;
    margin-left: 1%;
}

.ORDER_BTN:hover {
    background-color: var(--SecondaryColor);
    border: 1px solid var(--SecondaryBorderColor);
    color: var(--SecondaryTextColor);
}


.PAGE_SELECTOR {
    float: left;
    min-height: 40px;
    margin-right: 2%;
}

.PAGE_SHOW {
    display: block;
}

.PAGE_HIDE {
    display: none;
}

.PAGE_SELECT_BTN {
    margin-left: 8px;
    width: 40px;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    float: left;
    background-color: #fff;
    color: #000;
    text-align: center;
    cursor: pointer;
}

    .PAGE_SELECT_BTN:hover {
        background-color: #fff;
        color: #000;
    }


/*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: #00a1ff;
    color: #fff;
    cursor: pointer;
}

    .SEARCH_OPTION_A:hover {
        background-color: #000;
        color: #fff;
    }


.COMPARE_BTN {
    width: 280px;
    height: 40px;
    line-height: 40px;
    background-color: #00a1ff;
}

.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;
    }
}

/*---*/


.SelectForCompare {
    display: block;
    border: none;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #6d757d;
    border: 1px solid #6d757d;
    color: #fff;
    border-radius: var(--MainborderRadius);
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 14px;
    text-decoration: none !important;
}
.SelectForCompare:hover {
    background-color: #fff;
    border: 1px solid var(--PrimaryBorderColor);
    color: var(--PrimaryBorderColor);
}

/*---*/

.SelectForCompare1 {
    display: block;
    border: none;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 100px;
    height: 40px;
    font-weight: bold;
    line-height: 40px;
    background-color: #ff6c0a;
    border: 1px solid #ff6c0a;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
}
.SelectForCompare1:hover {
    background-color: #fff;
    border: 1px solid var(--PrimaryBorderColor);
    color: var(--PrimaryBorderColor);
}


/*---*/


.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_2:hover {
    opacity: 0.5;
}

.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 #f51e1e;
}

.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: #f51e1e;
    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;
}

#year-values {
    text-align: center;
    font-weight: bold;
}

.OVERBTNS {
    width: 100%;
    max-height: 40px;
    font-size: 14px;
    margin: 1px 0;
    overflow: hidden;
}
#DRP_PRICE {
    width: 100%;
    max-height: 80px !important;
    margin: 1px 0;
    overflow: hidden;
    padding: 0 10px 0 10px;
}
#GET_SEL_YEAR {
    width: 100%;
    max-height: 80px !important;
    margin: 1px 0;
    overflow: hidden;
}
.OVERBTNS_A {
    width: 100%;
    max-height: 4000px;
    overflow: hidden;
}

.OVERBTNS_EXTRA{
    border-bottom:1px solid #dcdcdc;
    line-height:36px !important;
}

.SEARCH_CLICK {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
/*    font-weight: bold;*/
    margin: 0;
    color: #000;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    cursor: pointer;
}

.SEARCH_CLICK:hover {
        color: #777;
}

.SEARCH_ACTUAL {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    font-weight: bold;
    color: var(--PrimaryColor);
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

    .SEARCH_ACTUAL:hover {
        /*color: #fa1313;*/
    }
#DRP_YEAR {
    width: 100%;
    max-height: 80px !important;
    margin: 1px 0;
    overflow: hidden;
    padding: 0 10px 0 10px;
}
#SEARCH_ACTUAL2 {
    height: 40px;
    line-height: 32px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
#SEARCH_ACTUAL2:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
/*---*/
.SELECT_ACTUAL {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    background-color: #f8f8f8;
    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: var(--PrimaryColor);
    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: #f8f8f8;
    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: #00a1ff;
    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: #f8f8f8;
    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: #00a1ff;
    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;
    margin-bottom: 40px;
    color: #000;

}

.CR_PADDING {
    padding: 8px;
    border: 1px solid #000;
}

.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: 17px;
    font-weight: bold;
}

.CR_INTRO_CON_CL {
    clear: both;
}

.CR_TABLE {
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

    .CR_TABLE td {
        height: 30px;
        width: 25%;
        text-align: left;
        padding: 0 4px 0 4px;
    }

    .CR_TABLE b{
        font-weight:normal;
    }


.CR_BUTTON {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: var(--PrimaryColor);
    text-align: center;
    color: var(--PrimaryTextColor);
    border: 1px solid var(--PrimaryBorderColor);
    cursor: pointer;
}

    .CR_BUTTON:hover {
        background-color: var(--SecondaryColor);
        color: var(--SecondaryTextColor);
        border: 1px solid var(--SecondaryBorderColor);
    }

.CR_FAKE_TAB {
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    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;
    }
}
.UVC_LINK_1{
    padding: 10px;
    cursor: pointer;
}
.UVC_BTN:hover .UVC_LINK_1 {
    /*    opacity: 0.7;*/
    color: #337ab7 !important;
}

.UVC_LINK_1:hover {
    /*    opacity: 0.7;*/
/*    color: #;*/
}
/*---*/



.CR_PRICE {
    color: #ff6c0a;
}

/*---*/

.USED_SEARCH_OUTER{
    background-color: #fff;
    border: 1px solid #000;
    padding: 8px;
}

/*---*/

.CASE_DROP_A {
    max-height: 120px;
    overflow-y: scroll;
}

/*@media(max-width:1100px){

.CASE_DROP_A {
    max-height: 6000px;
    overflow-y:auto;
}

}*/


.SEARCH_BOX_SHADOW {
    width: 23%;
    float: left;
    margin-left: 2%;
}


.SEARCH_BOX_2 {
    display: block;
    position: fixed;
    width: 420px;
    margin-left: 44%;
    left: -738px;
    top: 38px;
}
@media(min-width:1920px){
    .SEARCH_BOX_2 {
        display: block;
        position: fixed;
        width: 430px;
        margin-left: 40%;
        left: -738px;
        top: 38px;
    }
}

@media(max-width: 1736px) {
    .SEARCH_BOX_2 {
        width: 24%;
        margin-left: 0;
        left: 1%;
    }
}



.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;
}

/*---*/

.VideoIndicator {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.VideoIndicator img{
    display:block;
    width:100%;
    height:auto;
}


/*---*/

.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 30px auto;
}

.LAD {
    width: 38px;
    height: 38px;
    float: left;
    cursor: pointer;
    transition: 0.4s;
}
    .LAD:hover i, .LAD:hover b {
        background-color: #000;
    }

    .LAD i {
        display: block;
        width: 8px;
        height: 8px;
        background-color: var(--PrimaryColor);
        margin: 0;
        padding: 0;
        float: left;
        margin: 0 1px 0 1px;
    }

    .LAD b {
        display: block;
        width: 18px;
        height: 8px;
        background-color: var(--PrimaryColor);
        margin: 0;
        padding: 0;
        float: left;
        margin: 0 1px 0 1px;
        transition: 0.4s;
    }

    .LAD p {
        display: block;
        width: 100%;
        height: 2px;
        clear: both;
        padding: 0;
        margin: 0;
        transition: 0.4s;
    }

/*---*/

.MUL {
    width: 38px;
    height: 38px;
    float: right;
    cursor: pointer;
    transition:0.4s;
}
    .MUL:hover i, .MUL:hover b {
        background-color: #000;
    }

    .MUL i {
        display: block;
        width: 8px;
        height: 8px;
        background-color: var(--PrimaryColor);
        margin: 0;
        padding: 0;
        float: left;
        margin: 0 1px 0 1px;
        transition: 0.4s;
    }

    .MUL p {
        display: block;
        width: 100%;
        height: 2px;
        clear: both;
        padding: 0;
        margin: 0;
        transition: 0.4s;
    }



/* ABOUT*/


/* POLICY */