<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.moviesFromCategoryContainer {
    margin-top: 25px;
    margin-bottom: 25px;
}

.singleMovieInfoContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.singleMovieFromCategory {
    margin-top: 15px;
}

.changeLng {
    cursor: pointer;
    z-index: 999;
}

body {
    touch-action: manipulation;
}

.categoryTagsContainerOuter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*margin-top: 25px;*/
    /*margin-bottom: 25px;*/
    z-index: 999;
    background: white;
}

.categoryTagsContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.categoryTagsContainer .categoryTag {
    /*border: 1px solid #ff0000;*/
    /*border-radius: 5px;*/
    border: none;
    padding: 0 5px 0 5px;
    margin: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
}

.categoryTag.activeTag {
    font-weight: 700;
}

.categoryTag.activeTag::after {
    content: '';
    display: block;
    background-color: #e0041d;
    height: 1px;
}

.categoryTagsContainerOuter.sticky {
    /*background: #494949;*/
    /*padding-bottom: 15px;*/
    border-radius: 5px;
    border: 0;
    /*opacity: 0.9;*/
    width: 100% !important;
    left: 0 !important;
    padding: 1em 2em 0.5em 2em !important;
}

.categoryTagsContainerOuter:not(.sticky) {
   margin-top: 15px;
}

.categoryTagsContainerOuter .manufacturerContainer span {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.categoryTagsContainerOuter.sticky .manufacturerContainer span {
    margin-right: 10px;
}

.categoryTagsContainerOuter.sticky .manufacturerContainer span,
.categoryTagsContainerOuter.sticky .categoryTagsContainer .categoryTag {
    /*background: white;*/
    /*color: white;*/
}

.ntHelperCarRental::before {
    content: '';
    background: transparent;
    position: absolute;
    top: -6px;
    left: 26%;
    border-color: #e0041d transparent;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    height: 0;
    width: 0;
}

.rentalSubCatItem {
    font-size: 12px;
    font-weight: 600;
}

.newProductDiv {
    display: flex;
    justify-content: center;
}

.newProductDiv span::after {
    content: '';
    display: block;
    background-color: #e0041d;
    height: 1px;
}


.newProductDiv span {
    width: 40px;
}

.hideBcsOfManufacturer {
    display: none !important;
}


@media (max-width: 1080px) {
    .ntHelperCarRental::before {
        left: 12%;
    }

}

@media (max-width: 767px) {
    .categoryTagsContainerOuter {
        top: 55px !important;
        display: flex;
        flex-direction: column;
    }

    .categoryTagsContainerOuter .categoryTagsContainer .categoryTag {
        overflow-x: scroll;
        min-width: 75px;
    }

    .categoryTagsContainer {
        /*flex-wrap: wrap;*/
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .categoryTagsContainerOuter.sticky {
        top: 90px !important;
    }
}

.fixMenuForRental {
    min-height: 34px;
}

.fixLogoForRental {
    position: absolute;
    top: 9px;
}

.footerGroupInfo,
.footerRow {
    font-family: "Roboto Condensed", sans-serif;
    color: #a8a8a8 !important;

}

.footerRow {
    margin-top: 25px;
}

.footerRow .col-md-4 {
    text-align: center;
}

.footerGroupInfo img {
    max-width: 120px;
}

.footerGroupInfo {
    text-align: center;
}

.footerGroupInfo_logos {
    margin-top: 5px;
    text-align: center;
}

.footerRow a:visited,
.footerRow a {
    color: #a8a8a8;
}

.specialH2::before {
    display: none !important;
}

.singleContactDetails {
    margin: 35px;
    width: 25%;
}

@media (max-width: 767px) {
    .singleContactDetails {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contactDetailsContainer {
        flex-direction: column !important;
    }
}

.contactDetailsContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contactDetailsImageContainer img {
    max-width: 165px;
    max-height: 199px;
}

.companyImageContainer img {
    max-width: 250px;
}

.contactDetailsDataContainer {
    margin-top: 15px;
}

.contactDetails_name {
    color: #1a1d24;
    font-weight: 700;
    text-transform: uppercase;
}

.contactDetails_name::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 48px;
    background-color: #e0041d;
    margin-bottom: 6px;
    margin-left: 5px;
}

.contactDetails_jobtitle {
    color: #737373;
    font-size: 14px;
}

.contactDetails_pnumber_text::before {
    content: '\e95c';
    font-family: "fontello";
    color: #e0041d;
    font-size: 18px;
    margin-right: 8px;
}

.contactDetails_email_text::before {
    content: '\e959';
    font-family: "fontello";
    color: #e0041d;
    font-size: 18px;
    margin-right: 5px;
}

.contactDetails_email_text,
.contactDetails_pnumber_text {
    color: #1a1d24;
}

.companyContactDetailsContainer {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    align-items: center;
}

.companyAddress {
    font-size: 16px;
}

.companyAddress::before {
    content: '\e95d';
    font-family: "fontello";
    color: #e0041d;
    font-size: 22px;
    position: absolute;
    margin-top: 8px;
}

@media (max-width: 500px) {
    .companyContactDetailsContainer {
        flex-direction: column;
    }
}

@media (min-width: 501px) {
    .companyContactDetails {
        margin-left: 15px;
    }
}

.fixLogoForRental {
    max-height: 3em;
}

@media (max-width: 1280px) {
    .fixLogoForRental {
        max-height: 2em !important;
    }
}

@media (max-width: 1023px) {
    .lngChooseContainer {
        right: -15px !important;
    }
}


.lngChooseContainer {
    right: 25px;
}

</pre></body></html>