.hp-thx {
    color: white;
    text-align: right;
    position: absolute;
    /* top: 50%; */
    bottom: 50%;
    left: 0;
    right: 34%;
    font-family: Alef-bold;
    font-size: 28px;
    width: 100%;
    height: 20px;
    text-align: center;
}
div.o-video-img:hover{
    background-color: #ffc107 !important;
    background-image: none !important;
}

.tradein_logo{
    position: absolute;
    top: -24px;
    left: 52px;
}

.i-relative{
    position: relative;
}

@media (max-width: 396px) {
    .tradein_logo{
        left: 0;
    }

}

/*fix floating for newsletter*/
.form_o-sub-checkbox_fix label.v1{
    float: none;
    display: block;
}

/*Fix contact form newsletter position and sizes*/
@media (max-width: 768px){
    #contact-form .form_o-sub-checkbox_fix{
        width: 95% !important;
        top: 35px;
        left: 0;
        right: 0;
    }
    #contact-form .o-sub-checkbox-span{
        width: 45px;
        height: 45px;
    }
    #contact-form .form_o-sub-checkbox_fix input[type=checkbox]:checked + label .o-sub-checkbox-span:before {
        content: "✓";
        color: #FFC107;
        content: '\2713';
        display: inline-block;
        position: absolute;
        top: 3px;
        left: 7px;
        font-size: 40px;
    }
    .label_spaces{
        margin-top: 15px;
        margin-right: 8px;
    }
    .o-sub-CheckboxReq-txt{
        margin-top: 15px;
    }

}

@media (max-width: 680px){
    #contact-form .form_o-sub-checkbox_fix{
        width: 99.2% !important;
    }

}
@media (max-width: 646px){

    .label_spaces{
         margin-top: 0;

    }
    .o-sub-CheckboxReq-txt{
            margin-top: 0;
    }

}

.o-cars-panel{
    padding-bottom: 60px !important;
}

/*Fix contact form after submit - mobile*/
@media(max-width: 767px){
    .contact_mobile_fix_height{
        height: 100%;
    }
}


/*Fix footer contact form on mozzila + IE*/
.mozilla_browser #contact-form input[type="text"],
.ie_browser #contact-form input[type="text"]
{
    height: 53px;
    padding-top: 2px;
    padding-bottom: 2px;
}