﻿.sr-CarCategories {
    width: 100%
}

.sr-CarCategories_Title, .sr-CarCategories_CarImage, .sr-CarCategories_Type, .sr-CarCategories_Price {
    background-color: white;
    transition-property: background-color;
    transition-duration: .4s;
    transition-timing-function: ease-in-out
}

.sr-CarCategories-row {
    max-width: 1200px
}

.sr-CarCategories_Item {
    text-decoration: none;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    box-shadow: 0 0 4px 1px rgba(143,143,143,0.2);
    color: #444;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sr-CarCategories_Item_Mask {
    border-radius: 5px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    transition-property: opacity,background-color;
    transition-duration: .4s,0.4s;
    transition-timing-function: ease-in-out,ease-in-out
}

.sr-CarCategories_Item:hover {
    box-shadow: 0 0 6px 2px rgba(143,143,143,0.4);
    color: black
}

    .sr-CarCategories_Item:hover .sr-CarCategories_Item_Mask,
    .sr-CarCategories_Item:focus .sr-CarCategories_Item_Mask {
        background-color: #3ea9f9;
        border: 1px solid #3ea9f9;
        opacity: .2;
        filter: alpha(opacity=20);
        -ms-filter: "alpha(opacity=20)"
    }

    .sr-CarCategories_Item:hover .sr-CarCategories_State,
    .sr-CarCategories_Item:focus .sr-CarCategories_State {
        background-color: #0e94f7
    }

    .sr-CarCategories_Item:hover .sr-CarCategories_ButtonToggleActive,
    .sr-CarCategories_Item:focus .sr-CarCategories_ButtonToggleActive {
        top: 0
    }

.sr-CarCategories_Item-active .sr-CarCategories_ButtonToggleActive {
    background-image: url('../../wsImages/icon-tick-in-circle-dodger-blue-20x20px.png');
}

.sr-CarCategories_Item-active:hover .sr-CarCategories_Item_Mask,
.sr-CarCategories_Item-active:focus .sr-CarCategories_Item_Mask {
    background-color: #669;
    border: 1px solid #669;
    opacity: .2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(opacity=20)"
}

.sr-CarCategories_Item-active:hover .sr-CarCategories_State,
.sr-CarCategories_Item-active:focus .sr-CarCategories_State {
    background-color: #669
}

.sr-CarCategories_Item-active:hover .sr-CarCategories_ButtonToggleActive,
.sr-CarCategories_Item-active:focus .sr-CarCategories_ButtonToggleActive {
    top: 0
}

.sr-CarCategories_Item-active:hover .sr-CarCategories_ButtonToggleActive,
.sr-CarCategories_Item-active:focus .sr-CarCategories_ButtonToggleActive {
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/icon-cross-in-circle-purple-20x20px.png)
}

.sr-CarCategories_Item-inactive .sr-CarCategories_Item_Mask {
    background-color: #b4b4b4;
    border: 1px solid #b4b4b4;
    opacity: .2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(opacity=20)"
}

.sr-CarCategories_Item-inactive .sr-CarCategories_State {
    background-color: #b4b4b4
}

.sr-CarCategories_Item-inactive:hover .sr-CarCategories_Title, .sr-CarCategories_Item-inactive:hover .sr-CarCategories_Type, .sr-CarCategories_Item-inactive:hover .sr-CarCategories_Price, .sr-CarCategories_Item-inactive:hover .sr-CarCategories_CarImage,
.sr-CarCategories_Item-inactive:focus .sr-CarCategories_Title, .sr-CarCategories_Item-inactive:focus .sr-CarCategories_Type, .sr-CarCategories_Item-inactive:focus .sr-CarCategories_Price, .sr-CarCategories_Item-inactive:focus .sr-CarCategories_CarImage {
    opacity: 1
}

.sr-CarCategories_Item_TableGap {
    display: none
}

.sr-CarCategories_ButtonToggleActive {
    background-image: url('../../wsImages/icon-tick-in-circle-dodger-blue-20x20px.png');
    background-repeat: no-repeat;
    height: 30px;
    position: absolute;
    right: 0;
    top: -28px;
    width: 30px;
    z-index: 2;
    background-color: white;
    border-width: 4px;
    border-color: white;
    border-style: solid;
    border-radius: 12px;
    transition-property: background-color,border-color,top;
    transition-duration: .4s,0.4s,0.4s;
    transition-timing-function: ease-in-out,ease-in-out,ease-in-out
}

.sr-CarCategories_Title {
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
    /*padding: 8px 8px 0 8px*/
}

    .sr-CarCategories_Title span {
        display: inline-block;
        line-height: 16px;
        vertical-align: middle
    }

.sr-CarCategories_CarImage-wrap {
    background-color: white;
    padding: 4px 16px 4px 16px;
    transition-property: opacity;
    transition-duration: .4s;
    transition-timing-function: ease-in-out
}

.sr-CarCategories_CarImage img {
    height: auto;
    width: 100%;
    max-width: 90px
}

.sr-CarCategories_Type {
    color: dimgray;
    font-size: 14px;
    padding: 5px 0
}

.sr-CarCategories_Type_Occupants, .sr-CarCategories_Type_LargeSuitcases, .sr-CarCategories_Type_SmallSuitcases {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 0 2px;
    position: relative;
    text-align: left
}

.sr-CarCategories_Type-icon {
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/ico-type-small.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    height: 20px
}

.sr-CarCategories_Type_Occupants {
    padding-left: 12px
}

    .sr-CarCategories_Type_Occupants span {
        background-position: 0 0;
        left: 0;
        top: -1px;
        width: 12px
    }

.sr-CarCategories_Type_LargeSuitcases {
    padding-left: 21px
}

    .sr-CarCategories_Type_LargeSuitcases span {
        background-position: 0 -20px;
        left: 0;
        top: 0;
        width: 20px
    }

.sr-CarCategories_Type_SmallSuitcases {
    padding-left: 16px
}

    .sr-CarCategories_Type_SmallSuitcases span {
        background-position: 0 -40px;
        left: -2px;
        top: 1px;
        width: 16px
    }

.sr-CarCategories_Price {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 0 8px 8px 8px;
    vertical-align: bottom;
    word-wrap: break-word
}

    .sr-CarCategories_Price span {
        white-space: nowrap
    }

.sr-CarCategories_State {
    background-color: #0e94f7;
    height: 4px;
    overflow: hidden
}

.sr-CarCategories_LoadingSpinner .sr-CarCategories-row {
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/spinner-bg-rc-dark-grey-10.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.sr-CarCategories_LoadingSpinner .sr-CarCategories_Item {
    background-color: white;
    border: 1px solid lightgray;
    box-shadow: 0 0 4px 1px rgba(143,143,143,0.2);
    color: #444;
    cursor: default;
    opacity: .4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)"
}

.sr-CarCategories_LoadingSpinner .sr-CarCategories_Item_Mask {
    background-color: #8f8f8f;
    border: 1px solid #8f8f8f;
    opacity: .2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(opacity=20)"
}

.sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:hover,
.sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:focus {
    background-color: white;
    border: 1px solid lightgray;
    box-shadow: 0 0 4px 1px rgba(143,143,143,0.2);
    color: #444
}

    .sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:hover .sr-CarCategories_Item_Mask,
    .sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:focus .sr-CarCategories_Item_Mask {
        background-color: #8f8f8f;
        border: 1px solid #8f8f8f;
        filter: alpha(opacity=20);
        -ms-filter: "alpha(opacity=20)"
    }

    .sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:hover .sr-CarCategories_Title,
    .sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:focus .sr-CarCategories_Title,
    .sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:hover .sr-CarCategories_Price,
    .sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:focus .sr-CarCategories_Price {
        color: #444
    }

    .sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:hover .sr-CarCategories_State,
    .sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:focus .sr-CarCategories_State {
        background-color: #b4b4b4
    }

    .sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:hover .sr-CarCategories_ButtonToggleActive,
    .sr-CarCategories_LoadingSpinner .sr-CarCategories_Item:focus .sr-CarCategories_ButtonToggleActive {
        top: -28px
    }

.sr-CarCategories_LoadingSpinner .sr-CarCategories-inactive {
    color: #444
}

.sr-CarCategories_LoadingSpinner .sr-CarCategories_State {
    background-color: #b4b4b4
}

@-moz-document url-prefix() {
    .has-display-table.has-no-flexbox .sr-CarCategories_Title {
        position: relative
    }

    .has-display-table.has-no-flexbox .sr-CarCategories_ButtonToggleActive {
        top: -48px
    }

    .has-display-table.has-no-flexbox .sr-CarCategories_Item:hover .sr-CarCategories_ButtonToggleActive {
        top: 0
    }

    .has-display-table.has-no-flexbox .sr-CarCategories_Item_Mask {
        display: none
    }
}

.has-display-table .sr-CarCategories {
    width: 860px
}

.has-display-table .sr-CarCategories-row {
    display: table;
    border-spacing: 4px
}

.has-display-table .sr-CarCategories_CarImage {
    width: 116px
}

.has-display-table .sr-CarCategories_Item {
    display: table-cell;
    vertical-align: bottom;
    width: 116px
}

.has-display-table .sr-CarCategories_CarImage {
    min-height: 1px
}

.has-no-displaytable .sr-CarCategories {
    border-collapse: collapse;
    clear: both;
    overflow: auto
}

.has-no-displaytable .sr-CarCategories-row {
    display: inline-block;
    padding: 0;
    vertical-align: bottom
}

.has-no-displaytable .sr-CarCategories_Item {
    border: 1px solid #b4b4b4;
    display: inline-block;
    float: left;
    margin: 0;
    min-width: auto;
    width: 13.9%
}

    .has-no-displaytable .sr-CarCategories_Item:hover {
        background-color: white;
        color: #0e94f7
    }

        .has-no-displaytable .sr-CarCategories_Item:hover .sr-CarCategories_Title, .has-no-displaytable .sr-CarCategories_Item:hover .sr-CarCategories_Type, .has-no-displaytable .sr-CarCategories_Item:hover .sr-CarCategories_Price {
            background-color: white
        }

        .has-no-displaytable .sr-CarCategories_Item:hover .sr-CarCategories_ButtonToggleActive {
            background-color: white;
            border-color: white;
            display: inline-block
        }

        .has-no-displaytable .sr-CarCategories_Item:hover .sr-CarCategories_Title span {
            overflow: hidden
        }

.has-no-displaytable .sr-CarCategories_Item-inactive {
    background-color: white;
    color: #8f8f8f
}

.has-no-displaytable .sr-CarCategories_Item-active:hover {
    color: #669
}

.has-no-displaytable .sr-CarCategories_Title {
    min-height: 32px;
    line-height: 32px
}

    .has-no-displaytable .sr-CarCategories_Title span {
        display: inline-block;
        line-height: 16px
    }

.has-no-displaytable .sr-CarCategories_ButtonToggleActive {
    display: none
}

.has-no-displaytable .sr-CarCategories_Type {
    font-size: 14px
}

.has-display-table.has-no-mediaqueries .sr-CarCategories {
    width: 100%
}

.has-display-table.has-no-mediaqueries .sr-CarCategories_Item {
    width: 15%
}

.has-display-table.has-no-mediaqueries .sr-CarCategories_Item_TableGap {
    display: table-cell;
    height: 100%;
    width: auto
}

.has-display-table.has-no-mediaqueries .sr-CarCategories_CarImage {
    width: auto
}

@media(max-width:1100px) {
    .has-display-table .sr-CarCategories {
        width: 740px
    }

    .has-display-table .sr-CarCategories-row {
        border-spacing: 2px
    }

    .has-display-table .sr-CarCategories_Item {
        width: 101px
    }

    .has-display-table .sr-CarCategories_CarImage {
        width: 101px
    }

    .has-display-table .sr-CarCategories_Type_Occupants, .has-display-table .sr-CarCategories_Type_LargeSuitcases, .has-display-table .sr-CarCategories_Type_SmallSuitcases {
        margin: 0 1px
    }
}

.allAreas .sr-CarCategories {
    margin: 1% 2% 2% 2%;
    width: 96%
}

.allAreas .sr-CarCategories-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: auto
}

.allAreas .sr-CarCategories_Item {
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex: 1;
    margin: 2px;
    max-width: 10%
}

.allAreas .sr-CarCategories_Title {
    flex-grow: 1
}

.allAreas .sr-CarCategories_CarImage {
    min-height: 1px;
    width: auto
}

.has-display-table.has-no-flexbox .allAreas .sr-CarCategories {
    border-spacing: 4px;
    display: table;
    margin: 1% 2% 2% 2%;
    padding: 0;
    table-layout: fixed;
    overflow: hidden;
    width: 96%
}

.has-display-table.has-no-flexbox .allAreas .sr-CarCategories-row {
    display: table-row
}

.has-display-table.has-no-flexbox .allAreas .sr-CarCategories_Item {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
    width: 15%
}

.has-display-table.has-no-flexbox .allAreas .sr-CarCategories_Item_TableGap {
    display: table-cell;
    height: 100%;
    width: auto
}

.has-display-table.has-no-flexbox .allAreas .sr-CarCategories_CarImage {
    width: auto
}

.has-no-displaytable .allAreas .sr-CarCategories {
    width: 96%;
    margin: 1% 2% 2% 2%
}

@media(min-width:1400px) {
    .allAreas .sr-CarCategories_Item {
        margin: 4px
    }

    .allAreas .sr-CarCategories_Type {
        font-size: 14px
    }
}

@media screen and (max-width: 800px) {
    .header-h {
        margin-top: 25%;
        font-size: 25px;
    }

    .subtitle-p {
        font-size: 17px;
    }

    .banner-padding-top {
        padding-top: 32% !important
    }
}

@media(max-width:1100px) {
    .allAreas .sr-CarCategories_Item {
        margin: 1px
    }

    .allAreas .sr-CarCategories_Title {
        font-size: 11px;
        padding: 8px 0 0 0
    }

    .allAreas .sr-CarCategories_Type_Occupants, .allAreas .sr-CarCategories_Type_LargeSuitcases, .allAreas .sr-CarCategories_Type_SmallSuitcases {
        margin: 0
    }

    .has-no-flexbox.has-display-table .allAreas .sr-CarCategories {
        border-spacing: 0
    }

    .has-no-flexbox.has-display-table .allAreas .sr-CarCategories_Item {
        margin: 0
    }

    .has-no-flexbox.has-display-table .allAreas .sr-CarCategories_Title span {
        display: block;
        overflow: hidden
    }

    .has-no-flexbox.has-display-table .allAreas .sr-CarCategories_Type {
        padding: 4px 0;
        text-align: center;
        font-size: 12px
    }
}

@-moz-document url-prefix() {
    @media(max-width:1100px) {
        .has-display-table.has-no-flexbox .allAreas .sr-CarCategories {
            width: 96%
        }

        .has-display-table.has-no-flexbox .allAreas .sr-CarCategories-row {
            border-spacing: 2px
        }

        .has-display-table.has-no-flexbox .allAreas .sr-CarCategories_Item {
            width: 14.5%
        }

        .has-display-table.has-no-flexbox .allAreas .sr-CarCategories_CarImage {
            width: auto
        }
    }
}

.has-no-flexbox.has-display-table.has-no-cssanimations.has-no-mediaqueries .allAreas .sr-CarCategories_Item {
    min-width: auto
}

    .has-no-flexbox.has-display-table.has-no-cssanimations.has-no-mediaqueries .allAreas .sr-CarCategories_Item:hover .sr-CarCategories_ButtonToggleActive {
        display: block
    }

.has-no-flexbox.has-display-table.has-no-cssanimations.has-no-mediaqueries .allAreas .sr-CarCategories_Title span {
    display: block;
    overflow: hidden
}

.has-no-flexbox.has-display-table.has-no-cssanimations.has-no-mediaqueries .allAreas .sr-CarCategories_ButtonToggleActive {
    display: none
}

.has-no-flexbox.has-display-table.has-no-cssanimations.has-no-mediaqueries .allAreas .sr-CarCategories_Type {
    min-height: 48px;
    padding: 4px 0;
    text-align: center
}

.rtl .sr-CarCategories {
    direction: rtl
}

.rtl .sr-CarCategories-row {
    direction: rtl
}

.rtl .sr-CarCategories_ButtonToggleActive {
    left: 4px;
    right: auto
}

.rtl .sr-CarCategories_CarImage img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.has-no-displaytable .rtl .sr-CarCategories_Item {
    float: right
}

.sr-CarCategories_Item {
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex: 1;
    margin: 2px;
    max-width: 23%;
}


.carResultRow .carResultRow_Price_Message_Limited,
.carResultRow .carResultRow_Price_Message_ExcelentValue,
.carResultRow .carResultRow_Price_Message_PersonToPerson,
.carResultRow .carResultRow_Price_Message_TopSeller,
.carResultRow .carResultRow_Price_Message_Discount,
.carResultRow .carResultRow_Price_Message_Save,
.carResultRow .carResultRow_Price_Message_Lux,
.carResultRow .carResultRow_Price_Message_Treat {
    border-right: 3px solid #a8130e;
    color: #fdfefe;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    margin-right: -18px;
    opacity: .95;
    /*padding: 8px;*/
    padding: 5px 14px;
    display: inline;
    margin-right: -13px
}

.carResultRow .carResultRow_Price_Message_Limited,
.carResultRow .carResultRow_Price_Message_Discount,
.carResultRow .carResultRow_Price_Message_Save,
.carResultRow .carResultRow_Price_Message_Treat {
    background-color: #a8130e
}

.carResultRow .carResultRow_Price_Message_ExcelentValue,
.carResultRow .carResultRow_Price_Message_PersonToPerson,
.carResultRow .carResultRow_Price_Message_Lux {
    border-color: #2a964c;
    background-color: #2a964c
}

.carResultRow .carResultRow_Price_Message_TopSeller {
    border-color: #0771c4;
    background-color: #0771c4
}

.carResultRow .carResultRow_Price_Message_Discount {
    border-radius: 3px;
    margin: 8px 0 0 0;
}

.rtl .carResultRow .carResultRow_Price_Message_Limited,
.rtl .carResultRow .carResultRow_Price_Message_ExcelentValue,
.rtl .carResultRow .carResultRow_Price_Message_PersonToPerson,
.rtl .carResultRow .carResultRow_Price_Message_TopSeller,
.rtl .carResultRow .carResultRow_Price_Message_Discount,
.rtl .carResultRow .carResultRow_Price_Message_Save,
.rtl .carResultRow .carResultRow_Price_Message_Lux,
.rtl .carResultRow .carResultRow_Price_Message_Treat {
    border-left: 3px solid #a8130e;
    border-right: 0;
    font-weight: 300;
    margin-left: -18px;
    margin-right: 0
}

.rtl .carResultRow .carResultRow_Price_Message_ExcelentValue,
.rtl .carResultRow .carResultRow_Price_Message_PersonToPerson,
.rtl .carResultRow .carResultRow_Price_Message_Lux {
    border-color: #2a964c
}

.rtl .carResultRow .carResultRow_Price_Message_TopSeller {
    border-color: #0771c4
}

.carResultRow_Price-duration,
.carResultRow_CarSpec h2 small {
    color: #686868;
}

.carResultRow {
    background-color: white;
    border-spacing: 0;
    border-collapse: collapse;
    color: #444;
    margin: 20px 0;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 33px;
    margin-top: 15px;
}

.carResultRow_GridFix-1 {
    width: 40px;
}

.carResultRow_GridFix-2 {
    width: 28%;
}

.carResultRow_GridFix-3 {
    width: 40px;
}

.carResultRow_GridFix-4 {
    width: 28%;
}

.carResultRow_GridFix-5 {
    width: 44%;
}

.carResultRow_GridFix-6 {
    width: 40px;
}

.carResultRow_GridFix-7 {
    width: 180px;
}

.icon-solid--car-seat {
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-seat.png);
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-seat.svg), none;
}

.icon-solid--car-door {
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-door.png);
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-door.svg), none;
}

.icon-solid--big-bag {
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--big-bag.png);
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--big-bag.svg), none;
}

.icon-solid--small-bag {
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--small-bag.png);
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--small-bag.svg), none;
}

.icon-solid--air-conditioning {
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--air-conditioning.png);
    background: url(/wsImages/solid--air-conditioning.svg), none;
}

.icon-solid--car-gears {
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-gears.png);
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-gears.svg), none;
}

.icon-solid--car-gears-automatic {
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-gears-automatic.png);
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-gears-automatic.svg), none;
}

.icon-solid--jerrycan {
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--jerrycan.png);
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--jerrycan.svg), none;
}

.icon-solid {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-left: 8px;
    background-repeat: no-repeat;
}

.car-spec--inactive .icon-solid {
    opacity: 0.5;
}

.car-spec__table {
    color: #444
}

    .car-spec__table td {
        font-size: 12px;
        vertical-align: top;
        line-height: 16px;
        padding: 2px 4px
    }

        .car-spec__table td:nth-child(even) {
            padding-right: 16px
        }

    .car-spec__table .icon--solid {
        display: inline-block;
        font-size: 16px;
        line-height: 16px;
        padding-right: 6px;
        text-align: right;
        width: 16px
    }

.car-spec--inactive {
    color: #8f8f8f
}

.free-goodies__hub-points .icon--solid {
    color: #f15022;
    display: inline-block;
    font-size: 24px;
    *line-height: 24px;
    *margin: 0 4px;
    text-align: center;
    vertical-align: -6px;
    width: 24px
}

.rtl .icon-solid {
    margin-left: 8px
}

.rtl .car-spec__table td:nth-child(even) {
    padding-left: 16px;
    padding-right: 0
}

.rtl .car-spec__table .icon--solid {
    padding-left: 6px;
    padding-right: 0
}

@media \0screen\,screen\9 {
    .car-spec__table .icon--solid {
        margin-left: 8px
    }

    .rtl .car-spec__table .icon--solid {
        margin-left: 0;
        margin-right: 8px
    }
}

.carResultRow_Price-free-cancellation {
    color: #444;
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/tick-sml.png) 0 50% no-repeat;
    padding-left: 18px;
}

.carResultRow_Price-free-cancellation-tip {
    border-bottom: 1px dotted;
    color: inherit;
    text-decoration: none;
}

.rtl .carResultRow_Price-free-cancellation {
    background-position: 100% 50%;
    padding-left: 0;
    padding-right: 18px;
}

.carResultRow_Price {
    text-align: right;
}

.rtl .carResultRow_Price {
    text-align: left;
}

.carResultRow_OfferInfo_FuelInfo_OptionFullToFull h4, .carResultRow_OfferInfo_FuelInfo_OptionFullToFull p strong {
    color: #749E3A;
}

.carResultRow_OfferInfo_FuelInfo_OptionFullToFull-img {
    background-image: url('../../wsImages/ico-fuel-full-to-full.png');
}

.save-for-later {
    /*margin-top: 8px;*/
    box-sizing: border-box;
}

.save-for-later__action {
    float: none;
    background-color: #f5f5f5;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 24px 4px 8px;
    text-align: center;
    line-height: 1.4;
    text-decoration: none;
    color: #444;
    transition: background-color 0.3s;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .save-for-later__action:hover {
        background-color: #e8e8e8;
    }

    .save-for-later__action:active {
        background-color: #dbdbdb;
    }

.a11y-tooltip-container.tt_saveforlater .a11y-tooltip {
    background: url('https://cdn2.rcstatic.com/images/site_graphics/newsite/btn-sm-more-info.png') no-repeat 50% 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -3px;
}

.a11y-tooltip-container.tt_saveforlater .a11y-tooltip-text {
    font-size: 12px;
    color: #717171;
    text-align: left;
    font-weight: normal;
    bottom: 20px;
}

.ab-CarDetails_ImageArea {
    border-right: 0px;
}

.rtl .save-for-later {
    text-align: center;
}

.rtl .save-for-later__action {
    float: none;
    padding: 4px 8px 4px 24px;
}

.a11y-tooltip-container.tt_carseats_pn .a11y-tooltip, .a11y-tooltip-container.tt_doors_pn .a11y-tooltip, .a11y-tooltip-container.tt_luggage_pn .a11y-tooltip, .a11y-tooltip-container.tt_aircon_pn .a11y-tooltip, .a11y-tooltip-container.tt_trans_pn .a11y-tooltip, .a11y-tooltip-container.tt_diesel_pn .a11y-tooltip {
    background: none;
    width: auto;
}

.icon-solid {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-left: 8px;
    background-repeat: no-repeat;
}

.carResultRow_CarImage {
    padding: 15px 15px 30px 15px;
    text-align: center;
    vertical-align: middle;
}


.carResultRow_CarDetails td {
    background-color: white;
}

.carResultRow_CarSpec {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.car-spec__table {
    color: #444;
}

.carResultRow_CarSpec_CarCategory {
    background-color: #FAF2D8;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0;
    padding: 4px 6px;
}

.carResultRow_CarSpec h2 {
    color: #444;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin: 5px 0 5px 0;
    padding: 0;
}

.carResultRow_CarSpec h3 {
    color: #970000;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin: 0 0 5px;
}

.carResultRow_Price-duration, .carResultRow_CarSpec h2 small {
    color: #686868;
}

.carResultRow_Price-was {
    color: #c00;
    font-size: 16px;
    text-decoration: line-through;
}

.carResultRow_Price-duration {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.carResultRow_Price-duration, .carResultRow_Price-now, .carResultRow_Price-was, .carResultRow_Price_DepositBook, .carResultRow_Price_YoungDriverFee, .carResultRow_Price_OneWayFee, .carResultRow_Price_FullServiceCharge, .carResultRow_Price_NoOneWayFee {
    display: block;
    text-align: right;
}

td.carResultRow_Price {
    padding-right: 13px
}

.carResultRow_OfferInfo-btn-primary span {
    display: table-cell;
    font-size: 18px;
    line-height: 20px;
    padding: 0 20px;
    vertical-align: middle;
    *display: inline-block;
}

span.book-now {
    display: table-cell;
    font-size: 18px;
    padding: 0 20px;
    background-color: #00874D;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 50px;
    line-height: 51px;
    margin: 2%;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.32s;
    vertical-align: middle;
    width: 165px;
    border-radius: 5px;
    position: relative;
    right: 3px;
}

/*.carResultRow_OfferInfo-btn-not-important a {
    background-color: #e6e6e6;
    border-radius: 3px;
    color: #489AE3;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 51px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    height: 50px;
    text-align: center;
    width: 95%;
}*/

.carResultRow_OfferInfo.carResultRow_OfferInfo, .result.closed.result.closed {
    background-color: #fafafa;
}

.carResultRow_OfferInfo_Supplier h4, .carResultRow_OfferInfo_FuelInfo h4, .carResultRow_OfferInfo_FreeGoodies h4, .carResultRow_OfferInfo_SupplierLocation h4 {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}

.carResultRow_OfferInfo_FuelInfo-img {
    background-size: 100%;
    height: 24px;
    left: 12px;
    top: 8px;
    width: 24px;
}

td.carResultRow_OfferInfo_Supplier {
    padding: 9px;
}

.carResultRow_OfferInfo_FreeGoodies ul li {
    background: url(../../images/dot.png) no-repeat left 4px;
    clear: both;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 10px 0 4px;
    padding: 0 0 0 20px;
}

.carResultRow_OfferInfo_FuelInfo-wrap {
    padding-left: 50px;
    margin-top: 5px
}

.info-block--mileage .info-block--icon {
    background: url(../../wsImages/solid--mileage.png) left top no-repeat;
}

.carResultRow_OfferInfo_SupplierLocation_Airport .carResultRow_OfferInfo_SupplierLocation-img {
    background: url(../../wsImages/ico-loc-airport.png) left top no-repeat;
}

.carResultRow_OfferInfo_SupplierLocation_PickUp .carResultRow_OfferInfo_SupplierLocation-img, .carResultRow_OfferInfo_SupplierLocation_DropOff .carResultRow_OfferInfo_SupplierLocation-img {
    left: -38px;
}

.info-block {
    display: block;
    padding: 0px 5px 30px 10px;
    position: relative;
    /*margin-top:-15px*/
}

.info-block--icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    left: 12px;
    position: absolute;
    text-align: center;
    top: 8px;
}

.carResultRow_OfferInfo_SupplierLocation-img {
    width: 24px;
    height: 24px;
    left: 11px;
    top: 6px;
}

.carResultRow_OfferInfo_SupplierLocation-wrap {
    padding-left: 10px;
    padding-top: 2px;
    border-top: 1px dotted #8f8f8f
}

.dot-li {
    background: url(../../images/dot.png) no-repeat left 4px;
    clear: both;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin: 0 1px 0 4px;
    padding: 0 0 0 20px;
}

.search-summary {
    box-sizing: border-box;
    border: 1px solid #ddd;
    line-height: 1.3;
    background-color: #fff;
    color: #444;
    margin-bottom: 15px;
    width: 100%;
}

    .search-summary *,
    .search-summary :before,
    .search-summary :after {
        box-sizing: inherit;
    }

.search-summary__content {
    display: table;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.search-summary__section {
    display: table-cell;
    width: 50%;
    padding: 10px;
}

.search-summary__content:after {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: solid #8f8f8f;
    border-width: 2px 2px 0 0;
    border-radius: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    margin-left: -4px;
    top: 50%;
    left: 50%;
    content: '';
}

.rtl .search-summary__content:after {
    border-width: 0 0 2px 2px;
    margin-left: auto;
    margin-right: -4px;
}

.search-summary__section--pick-up {
    padding-right: 20px;
}

.search-summary__section--drop-off {
    padding-left: 20px;
}

.rtl .search-summary__section--pick-up {
    padding-right: 10px;
    padding-left: 20px;
}

.rtl .search-summary__section--drop-off {
    padding-left: 10px;
    padding-right: 20px;
}

.search-summary__title {
    font-size: 12px;
    margin-bottom: 2px;
}

.search-summary__location {
    display: inline-block;
}

    .search-summary__location:after {
        content: ' - ';
    }

.search-summary__date {
    white-space: nowrap;
    display: inline-block;
}

.demand {
    margin: 0 0 14px;
    padding: 10px 10px 10px 46px;
    font-size: 14px !important;
    line-height: 16px;
    background: url(../../wsImages/ico-demand.png) no-repeat 10px 8px #fadddd;
    color: #444;
    border-left: 5px solid #970000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    width: 100%;
}

    .demand strong {
        color: #970000;
        font-size: 14px !important;
    }

.d-n {
    display: none;
}


.sr-toolbar {
    padding: 0px 0 0px 0;
    clear: both;
    display: block;
    letter-spacing: -5px;
    overflow: auto;
    vertical-align: bottom;
}

.sr-toolbar {
    display: table;
    width: 100%;
}

.sr-toolbar__center {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: bottom;
}

.sr-toolbar__center {
    width: 65%;
}

.sr-toolbar-left, .sr-toolbar-right {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: bottom;
}

.sr-toolbar-left {
    width: 60%;
}

.sr-toolbar-left {
    width: 100%;
}

.sr-toolbar-right {
    text-align: right;
    width: 40%;
}

.sr-toolbar-right {
    text-align: right;
    width: 35%;
}

.sr-toolbar-right, .sr-toolbar-left {
    width: auto;
    display: table-cell;
    vertical-align: top;
}

.sr-toolbar-left, .sr-toolbar-right {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: bottom;
}

.sr-sort {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.4;
}

.a11y-vh {
    display: inline-block;
    position: absolute;
    width: 1px !important;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-sort__label {
    vertical-align: middle;
    margin-right: 8px;
    font-size: 0.875em;
    color: #444;
    font-weight: bold;
    display: inline-block;
    width: 15% !important;
}

.sr-sort__list {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.sr-sort__list-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

.a11y-normalise-button {
    background: none;
    border: 0;
    padding: 0;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
}

.sr-sort__option {
    text-decoration: none;
    display: inline-block;
    font: inherit;
    padding: 4px 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0px;
    border-bottom-width: 2px;
    text-align: left;
}

    .sr-sort__option[aria-selected="true"] {
        border-bottom-color: #0e94f7;
    }

.sr-sort__list-item:first-child .sr-sort__option {
    border-left-width: 1px;
    border-radius: 4px 0 0 4px;
}

.sr-sort__option-title, .sr-sort__option-subtitle {
    display: block;
    color: #444;
}

.sr-sort__option-title {
    font-size: 0.875em;
    font-weight: bold;
}

.sr-sort__option-subtitle {
    font-size: 0.75em;
}

.sr-sort__list-item:last-child {
    margin-right: 0;
}

#progress {
    width: 980px;
    border: 1px solid #ddd;
    background: #eee;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 14px;
}

    #progress ul {
        margin: 0;
        padding: 0;
        width: 100%;
        background: #eee;
        list-style: none inside;
    }

        #progress ul li {
            float: left;
            position: relative;
            min-width: 196px;
            *width: 196px;
            padding: 0;
            height: 30px;
            line-height: 30px;
            margin: 0;
            background: #eee;
            text-align: center;
            color: #555;
            font-size: 14px;
        }

            #progress ul li.active a {
                color: #444;
                text-decoration: none;
                cursor: default;
            }

            #progress ul li.next {
                width: auto;
                border: none;
                background: url("../../wsImages/step_arrow_right.png") no-repeat right center;
                background-color: #eee;
            }

            #progress ul li.active {
                border: none;
                background: url("../../wsImages/step_arrow_right_right.png") no-repeat right center #E4E4E4;
            }

            #progress ul li.last.active {
                background: #E4E4E4;
            }

            #progress ul li.last.next {
                background: #eee;
            }

            #progress ul li.frist.active .before {
                background: #E4E4E4;
            }

            #progress ul li.next a {
                text-decoration: none;
                cursor: default;
                color: #666;
            }

            #progress ul li a {
                margin: 0;
                width: auto;
                padding: 2px 0 0 0px;
                text-decoration: none;
                cursor: default;
            }

            #progress ul li.passed {
                border-top: none;
                background-image: none;
            }

                #progress ul li.passed a:hover {
                    text-decoration: none;
                    cursor: pointer;
                }

                #progress ul li.passed a {
                    text-decoration: underline;
                }

            #progress ul li.active .before {
                content: '';
                display: block;
                float: left;
                height: 30px;
                width: 20px;
                background: url("../../wsImages/step_arrow_left.png") no-repeat right center;
                margin: 0 -20px 0 0;
                padding: 0;
            }

            #progress ul li.passed span.ticks {
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: auto;
                margin: 0 0 -5px 2px;
                padding: 0;
                height: 20px;
                width: 20px;
                background: url("../../wsImages/step_tick_green_sm.png") no-repeat center center;
            }

            #progress ul li.active a.locks {
                padding: 2px 0 0 20px;
                background: url("../../wsImages/step_pre_lock_sm.png") no-repeat left 2px;
            }

div#header div.container a.logo {
    *clear: none !important;
}
/* Fix for the header logo */
.ab-CarDetails_Content {
    background-color: white;
    padding: 0;
    position: relative;
}

.ab-CarDetails {
    background-color: white;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

    .ab-CarDetails td {
        vertical-align: middle;
    }

.ab-CarDetails_ImageArea {
    text-align: center;
    width: 250px;
    border-right: solid 1px #dbdada;
}

.ab-CarDetails_ImageArea-headline {
    color: #444;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-align: left;
}

    .ab-CarDetails_ImageArea-headline strong, .ab-CarDetails_ImageArea-headline small {
        display: inline-block;
    }

    .ab-CarDetails_ImageArea-headline small {
        color: #8f8f8f;
        font-size: 12px;
        font-weight: 400;
    }

.ab-CarDetails_ImageArea_CarImage {
    width: 95%;
}

.ab-CarDetails_ImageArea-supplier img {
    float: left;
    padding-bottom: 10px;
    width: 60px;
}

.ab-CarDetails_ImageArea_Vote {
    cursor: pointer;
    float: left;
    margin-left: 8px;
    padding-bottom: 10px;
    text-align: left;
    width: 170px;
}

.ab-CarDetails_ImageArea_VoteNum {
    clear: both;
    color: #489AE3;
    font-weight: 700;
    font-size: 20px;
    transition-property: color,text;
    transition-duration: 0.3s;
    transition-timing-function: linear,ease-in;
}

.ab-CarDetails_ImageArea_PoliciesCta {
    border: 1px solid #eee;
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin-right: 15px;
    padding: 8px 8px 8px 28px;
    position: relative;
    text-align: left;
    zoom: 1;
}

    .ab-CarDetails_ImageArea_PoliciesCta img {
        height: 30px;
        left: 8px;
        position: absolute;
        top: 7px;
        width: 22px;
    }

.ab-CarDetails_Spec {
    padding: 0 15px;
}

    .ab-CarDetails_Spec ul {
        display: block;
        font-size: 16px;
        list-style: outside none none;
        padding: 0;
        margin-bottom: 0;
    }

.ab-CarDetails_Spec-important {
    font-weight: 700;
    margin-top: 4px;
}

.ab-CarDetails_Spec ul li {
    display: inline-block;
    white-space: nowrap;
    line-height: 18px;
    margin-top: 5px;
}

.ab-CarDetails_Spec-tick li {
    background: transparent url(../../wsImages/tick-sml.png) no-repeat scroll left 3px;
    font-size: 14px;
    margin-left: 2px;
    margin-right: 5px;
    padding-left: 16px;
}

.ab-CarDetails_Spec_CarCategory {
    background-color: #FAF2D8;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
    padding: 4px 6px;
}

.ab-CarDetails_Spec_FuelInfo {
    padding: 20px 0;
}

.ab-CarDetails_Spec_FuelInfo-wrap {
    display: table;
}

    .ab-CarDetails_Spec_FuelInfo-wrap span {
        vertical-align: middle;
    }

.ab-CarDetails_Spec_FuelInfo-img {
    background-image: url(../../wsImages/ico-fuel.png);
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    margin-right: 4px;
    width: 20px;
}

.ab-CarDetails_Spec_FuelInfo-info {
    font-size: 14px;
    line-height: 18px;
}

.ab-CarDetails_Price {
    width: 200px;
    text-align: right;
}

    .ab-CarDetails_Price span {
        display: block;
    }

.ab-CarDetails_Price_Was {
    color: #c00;
    font-weight: bold;
    text-decoration: line-through;
}

.ab-CarDetails .ab-CarDetails_Price_HireCharge {
    color: #e3a353;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}

.ab-CarDetails_Price_CardCharge {
    color: #444;
    font-size: 12px;
}

.ab-CarDetails_Messages td {
    height: auto;
}

.ab-CarDetails_Messages-content {
    background-color: #faf2d8;
    display: block;
    margin: 15px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #444;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.ab-CarDetails_Messages-headline {
    font-size: 14px;
    color: #cc9933;
    font-weight: bold;
    padding-bottom: 3px;
}

.ab-CarDetails_Messages-headline, .ab-CarDetails_Messages-paragraph {
    display: block;
}

.car-details-free-list {
    margin: 0 16px;
    border-top: 1px solid #ddd;
    padding-top: 16px;
}

car-details-free-list__title {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 16px;
}

.car-details-free-list__list-column {
    font-size: 12px;
    float: left;
    text-indent: 0px;
    padding-right: 40px;
}

li.car-details-free-list__items-in-list {
    background: url(../../wsImages/outlined-tick-circle-green.svg) no-repeat 0px;
    -moz-background-size: 13px;
    -o-background-size: 13px;
    background-size: 13px;
    padding: 0 16px 8px 22px;
    line-height: 16px;
    background-position: left 0;
    float: left;
    width: 40%;
}

.ab-CarDetails_GiveFree_Info {
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .important-info {
        font-size: 14px;
        background-color: #FFFFFF;
        padding: 0;
    }
}

.subtitle-p {
    white-space: inherit;
    font-size: 24px;
    visibility: visible;
}

.important-info {
    color: #444444;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 1100px;
    box-sizing: border-box;
    position: relative;
}

#tab-wrapper-supplier-policies {
    position: relative;
    top: -5px;
}

.col-r #summary-wrap {
    position: relative;
    clear: both;
    margin-bottom: 15px;
    margin-top: 5px;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.termsAndConditions {
    color: #444444;
    line-height: 1.4;
}

    .termsAndConditions .updatable-with-js-for-toggle.header--visible .header-arrow {
        background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/important-info/icon-chevron-grey-up.svg);
        background-size: 15px;
    }

    .termsAndConditions .header-arrow {
        position: absolute;
        top: 50%;
        right: 18px;
        margin-top: -10px;
        height: 17px;
        width: 17px;
        border: none;
        background: transparent center center no-repeat;
        transition: transform .2s, opacity .1s, -webkit-transform .2s;
        opacity: 1;
    }

.rental-terms-toggle.termsAndConditions .section {
    padding-left: 5px;
    padding-top: 0;
}

.policies .col-r .section {
    background-color: #fdfefe;
}

.termsAndConditions .section {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.col-r .section {
    background: inherit;
}

.not-updatable-with-js-for-toggle .important-info__body {
    margin-top: 0;
    line-height: 1.2;
}

.important-info__body {
    border-radius: 0;
    padding: 0;
    border-top: 1px solid #ccc;
}

.important-info__section:first-of-type {
    padding-top: 10px;
}

.important-info__section:first-of-type {
    border-top: none;
}

.important-info__section {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .important-info__section {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .important-info__sectionHeader {
        flex-basis: 30%;
        flex-grow: 1;
        margin-right: 5px;
    }

    .important-info__body {
        background-color: unset;
        box-shadow: none;
    }

    .important-info__sectionHeaderToggle {
        display: none;
    }

    .important-info__sectionBody.block--hidden {
        display: block;
    }

    .important-info__sectionBody {
        flex-basis: 70%;
        flex-grow: 3;
        margin-left: 5px;
    }

    .important-info__sectionHeaderToggle {
        display: none;
    }

    .important-info h2 {
        font-size: 18px;
    }

    .important-info h4 {
        font-size: 14px;
    }
}

h2.updatable-with-js-for-toggle {
    color: #0E94F7;
    background-color: transparent;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    border-radius: 0;
}

.termsAndConditions h2 {
    position: relative;
    display: block;
    padding: 15px;
    border-width: 0;
    font-size: 18px;
    cursor: pointer;
}
/*.termsAndConditions h2 {
    border-top: 1px solid #ddd;
}*/
.important-info__sectionHeader--driver-and-licence-requirements {
    background-image: url(https://cdn.rcstatic.com/images/site_graphics/newsite/important-info/icon-person-grey.svg);
}

.important-info__sectionHeader {
    padding-left: 35px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}

.rental-terms-toggle.termsAndConditions .section h2 {
    background-color: transparent;
    padding: 0 10px 10px 10px;
    font-size: 15px;
    margin-bottom: 0;
    color: #000000;
}

.col-r .section h2 {
    text-shadow: 0 1px 1px white;
}

.important-info__sectionHeaderToggle[aria-expanded="false"] {
    background-image: url(https://cdn.rcstatic.com/images/site_graphics/newsite/important-info/icon-chevron-grey-down.svg);
}

.important-info__sectionHeaderToggle {
    border: none;
    background: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.col-r .section p {
    font-size: 12px;
    line-height: 18px;
}

.important-info h1, .important-info h2, .important-info h3, .important-info h4, .important-info h5, .important-info h6, .important-info p, .important-info ul, .important-info ol {
    margin: 0 0 10px 10px;
    padding: 0;
}

.important-info__checkList {
    list-style: none;
}

.important-info__checkListItem {
    background-image: url(https://cdn.rcstatic.com/images/site_graphics/newsite/outlined-tick-circle-green.svg);
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position: 0 50%;
    padding-left: 19px;
    margin-bottom: 5px;
}

.important-info__section {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.important-info__section {
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}

.important-info__sectionHeader--security-deposit {
    background-image: url(https://cdn.rcstatic.com/images/site_graphics/newsite/important-info/icon-card-grey.svg);
}

.important-info__sectionHeader {
    padding-left: 35px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}

.important-info__sectionHeaderToggle[aria-expanded="false"] {
    background-image: url(https://cdn.rcstatic.com/images/site_graphics/newsite/important-info/icon-chevron-grey-down.svg);
}

.important-info__sectionHeaderToggle {
    border: none;
    background: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.important-info__sectionHeaderTitle--uppercase {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: normal;
    font-size: 0.75em;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

#security-deposit.important-info__sectionBody > h4 {
    margin: 0 0 10px 0;
    color: #444444;
}

.payment-methods__item--amex {
    background-position: 0 -54px;
}

.payment-methods__item--inline {
    display: inline-block;
    margin-right: 10px;
}

.payment-methods__item {
    margin-bottom: 5px;
    padding-left: 45px;
    line-height: 26px;
    background-image: url(https://cdn.rcstatic.com/images/site_graphics/newsite/card-icons.svg);
    background-repeat: no-repeat;
}

.payment-methods__item--mastercard {
    background-position: 0 -27px;
}

.payment-methods__item--inline {
    display: inline-block;
    margin-right: 10px;
}

.payment-methods__item--visa {
    background-position: 0 0;
}

.payment-methods__item--inline {
    display: inline-block;
    margin-right: 10px;
}

.important-info .alert--warning {
    background-color: #faf2d8;
    border-left: 3px solid #E7BF3B;
}

.important-info .alert {
    padding: 10px;
    margin-bottom: 10px;
}

.alert {
    font-size: 14px;
    font-weight: 700;
    color: #970000;
    margin: 8px 0;
}

.important-info .alert--warning .alert__title {
    color: #E7BF3B;
}

.important-info .alert__title {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.important-info .alert__content:last-of-type {
    margin-bottom: 0;
}

.col-r .section p {
    font-size: 12px;
    line-height: 18px;
}

.important-info .alert__content {
    margin: 0;
    padding: 0;
    color: black;
    font-weight: normal;
}

.important-info__sectionHeader--damage-excess {
    background-image: url(https://cdn.rcstatic.com/images/site_graphics/newsite/important-info/icon-car-grey.svg);
}

.important-info__sectionHeader--fuel-policy {
    background-image: url(https://cdn.rcstatic.com/images/site_graphics/newsite/important-info/icon-fuel-grey.svg);
}

.important-info__sectionHeader--mileage {
    background-image: url(https://cdn.rcstatic.com/images/site_graphics/newsite/important-info/icon-mileage-grey.svg);
}

.termsAndConditions .updatable-with-js-for-toggle .header-arrow {
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/important-info/icon-chevron-grey-down.svg);
    background-size: 15px;
}

.carResultRow_OfferInfo_SupplierLabel {
    font-size: 13px
}

.carResultRow_OfferInfo_Supplier img {
    height: 30px;
    left: 6px;
    top: 6px;
    width: 60px;
}

.carResultRow_OfferInfo_Supplier a {
    color: #489AE3;
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding-top: 0;
    text-decoration: underline;
}

.boarder-r {
    border-right: 1px dotted #8f8f8f;
}

.carResultRow_OfferInfo td {
    border-top: 1px solid #ddd;
    vertical-align: top;
}

.carResultRow_OfferInfo_FreeGoodies {
    /*padding: 6px 15px 5px 15px;*/
}

td.carResultRow_OfferInfo-toolbar {
    padding-top: 4%;
}

.centered {
    position: absolute;
    top: 38%;
    left: 35%;
    transform: translate(-25%, -50%);
    z-index: 5;
}

select#Car-Model-r {
    width: 48%;
    display: inline-block;
}

select#Car-Model-l {
    width: 48%;
    display: inline-block;
}

label#Cmodel {
    display: inline-block;
}

input#Country {
    background: #fff !important
}

.header-area.transparent-bar.header-2.hm-3-padding {
    background: #f0f1f5;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}
/*.bg-item:before {
    content: '' !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4) !important;
}*/

.item {
    height: 450px;
    overflow: hidden;
    background-size: cover !important;
}

.row {

    margin-left: 0px !important;
    margin-right: 0px !important;
}



.m-b-20 {
    margin-bottom: 20px
}

.owl-carousel .owl-item img.car {
    display: initial !important;
}

a.sr-CarCategories_Item {
    max-width: initial !important;
}

.icon-solid--car-gears {
    background: url(../../wsImages/solid--car-gears.svg), none;
}

/*section*/
.col-r.section {
    background-color: #fdfefe;
}

.col-r.section {
    clear: both;
    margin-bottom: 15px;
    border-radius: 8px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
}

    .col-r.section h2 {
        font-size: 22px;
        color: #333;
        text-shadow: 0 1px 1px white;
        padding: 10px;
    }

.extra-choice-list {
    padding: 12px 12px 12px 12px;
    border: none !important;
}

li.extra-section-title {
    padding: 10px;
    font-size: 13px;
}

.extra-choice-list li {
    margin: 0;
    font-size: 12px;
    border-top: 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.extra-section-title {
    background-color: #F8F9F9;
    border-top: 1px solid #ddd !important;
}

    .extra-section-title strong {
        font-size: 15px;
        line-height: 1.4;
    }

.col-r .section p {
    font-size: 12px;
    line-height: 18px;
}

div.extras {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.extra-choice-list li.extra-choice-title ul li.price-title, .extra-choice-price {
    visibility: hidden;
}

.extra-choice-list li.extra-choice-title {
    padding: 10px 0;
    font-weight: bold;
    background-color: #f6f6f6;
    border-top: 1px solid #D5D5D5;
    width: 100%;
}

    .extra-choice-extras, .extra-choice-list li.extra-choice-title ul li.included-title {
        width: 55%;
    }

    .extra-choice-list li.extra-choice-title ul li.included-title {
        float: left;
        padding: 0 20px 0 128px;
        line-height: 12px;
        font-size: 12px;
    }

.extra-choice-odd, .extra-choice-even {
    border: none !important;
}

.extra-choice-type img {
    float: left;
    padding: 4px;
    background-color: white;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 60px;
}

li.extra-choice-title.cf {
    visibility: hidden
}

form label {
    float: none;
    width: auto;
}

.extra-choice-extras span {
    margin-left: .5em;
}

.w-100 {
    width: 100%
}

.extra-choice-type {
    padding: 6px 16px 6px 0px;
    float: left;
}

.extra-choice-list li .choose-extra {
    float: left;
    padding: 32px 0;
}

.extra-choice-quantity {
    width: 10%;
    float: left;
    margin: 27px 0 0;
}

select.dropdown2 {
    width: 50px;
    height: 30px;
}

.green-CTA {
    width: 29%;
    display: inline-block;
    float: right;
    margin-bottom: 24px;
}

    .green-CTA .button.green {
        background-color: #197e4e;
        color: #fff;
        border: 1px solid #14643e;
        border-radius: 4px;
    }

.loader-green {
    display: none;
    width: 34px;
    height: 34px;
    position: absolute;
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/checkout-loader-green.gif);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}

.button span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    font-size: 13px;
    font-size: .813rem;
    line-height: 1.2;
    white-space: nowrap;
}

.button.green {
    display: block;
    margin: 0 auto 5px;
    padding: 20px;
    font-size: 20px;
    background: #749E3A;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    position: relative;
}

select.select-header.orderby {
    margin-bottom: 5px;
}

img.about-us__logo {
    height: 60px;
}

.box-cenetr {
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10%;
    /*margin-top: 5%;*/
}

@media (max-width:823px){
    .box-cenetr {
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 10%;
    }
}

img.box-white {
    background: white;
    padding: 10px !important;
    border-radius: 12px;
    margin-right: 5px !important;
}

.sr-CarCategories_CarImage {
    padding: 5px;
}

span.sr-toolbar-right {
    margin-top: -21px;
}

.supplier-information__heading {
    font-weight: bold;
    font-size: 16px;
}

.supplier-information__column {
    padding-right: 280px;
}

.supplier-information__content--alpha {
    margin-right: 15px;
}

.supplier-information__content {
    position: relative;
}

.supplier-information__column--map {
    padding-right: 0;
    width: 280px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.supplier-information__map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: repeat-y;
}

.supplier-information {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
}

.supplier-information__row + .supplier-information__row {
    margin-top: 10px;
}

.supplier-information__section {
    padding: 15px
}

div#mapDiv {
    height: 84%;
    width: 48%;
}

div#form1 {
    margin-top: 50px
}



    /* Hide the browser's default radio button */
    .container input.cont {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: -2px;
    left: -14px;
    /*top: 0;
    left: 0;*/
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input.cont ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input.cont:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input.cont:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

input {
    border-radius: 5px;
}

select {
    border-radius: 5px;
}

input#Country {
    width: 32%;
    display: inline-block;
    margin-top: 5px;
}

/*select#City {
    width: 65%;
    display: inline-block;
    margin-top: 5px;
}*/

select#Type-of-Car, select#Car-Class, .left-Cmodel, select#Driver-Age {
    width: 100%;
    display: inline-block;
    margin-top: 0;
}

h1 {
    font-weight: bold !important;
}

.left-Cmodel {
    display: inline-flex;
}

select#Car-Model-f, select#Car-Model-r, select#Country, select#City {
    flex: 1
}

/*#Country, #City {
    margin-right: 5px;
}*/
.center1 {
    display: inline-block;
    /*margin-left: auto !important;
    margin-right: auto !important;*/
}

p#h1sub {
    color: #ffe89c;
}

select:focus {
    border: 2px solid #4FC1F0;
}

.logo {
    margin-bottom: 0
}

.color-green {
    color: #016d81
}

.hero-image {
    /*background-image: url('../../images/bmw.jpg');*/
    background-blend-mode: screen;
    background-color: #cccccc;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.logos {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

a.link {
    display: inherit;
    font-size: initial;
    color: #a5341a !important;
}

.HideSection {
    display: none;
}

.animatedShow {
    position: relative;
    height: 0;
    overflow-y: hidden;
    animation-name: slowShow;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 1s;
}

@keyframes slowShow {
    0% {
        height: 0;
    }

    100% {
        height: 315px;
    }
}

.animatedHide {
    position: relative;
    height: 300px;
    overflow-y: hidden;
    animation-name: slowHide;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 1s;
}

.pointer.animatedShow {
    width: 100% !important;
}

@keyframes slowHide {
    0% {
        height: 250px;
    }

    100% {
        height: 0;
    }
}

.pointer {
    /*padding-top: 30px;*/
}

.fix-alignments {
    display: inline-flex;
    width: 100%;
    align-items: stretch;
}

.search-fixes {
    /*margin: 20px 0 !important;*/
    width: 100% !important;
}

.vertical-center {
    display: inline-flex;
    align-items: center;
}

.f-color-white {
    color: #fff !important;
}

a.link {
    color: #0070ff !important;
    display: initial;
    align-items: center;
    justify-content: space-between;
    width: 85px;
}

    a.link .fa {
        position: relative;
        bottom: 1px;
        right: 5px;
    }

.flex-row {
    display: inline-flex;
    width: 100% !important;
}

.single-font {
    /*flex: 1 !important;*/
    display: inline-flex;
    align-items: center;
    margin-right: 4px;
}

.unify-font {
    color: #464141;
    font-weight: bold;
}

.larg-flex {
    /*flex:3 !important;*/
    /*width:initial !important;*/
    width: 20% !important;
    float: left;
}

.form-control {
    width: 100% !important;
    display: inline-block !important
}



input#Driver-Age {
    background-color: #fff
}

input.search-fixes {
    width: 129% !important;
}

input.search-fixes {
    width: 44% !important;
    font-size: 18px;
    padding: 4px !important;
    height: 43px !important;
    float: right;
}

.daterangepicker .drp-buttons .btn {
    padding: 0 22px !important;
}

select, input {
    height: 40px !important;
}

.botton {
    display: inline-block;
    width: 100%;
}

.link-search {
    padding: 0;
    margin-top: 0;
    text-align: center;
    cursor: pointer;
}

input.reportdatetime {
    color:#333a;
 
}



#why_book_bullets li {
    color: #7b4949;
    font-size: 14px;
    /*background: url(../../images/why_book_bullet.png) left top no-repeat;*/
    padding: 2px 0px 2px 0;
}

#why_book_bullets .fa {
    color: #fff;
    font-size: 15px;
}
ul#why_book_bullets {
    margin-top: 35px;
    display: inline-block;
}
#why_book_bullets li img{
    height:20px !important;
    padding-right:6px;
}
#why_book_bullets li span {
    padding-left: 10px;
    color: #fff;
}
label.flex-row {
    margin-top: 15px
}

.botton {
    margin-top: 20px
}

.same-style a {
    font-size: 15px !important;
}

.header-h {
    white-space: inherit;
    font-size: 48px;
    visibility: visible;
    color: white;
}

.dark-splash {
    position: relative;
}

    .dark-splash::before {
        position: absolute;
        content: '';
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,.3);
        z-index: 1;
    }

select.selectpicker {
    background-color: #f0f1f500;
    border: 0;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.currency {
    display: inline-block;
    padding-top: 0
}

.styled-select {
    /*background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;*/
    height: 45px;
    overflow: hidden;
    width: 161px;
    display: inline-block;
    margin-right: 5px;
    border-bottom: 3px solid #0d666f;
}

    .styled-select select {
        background: transparent;
        border: none;
        font-size: 14px;
        height: 45px !important;
        padding: 5px; /* If you add too much padding here, the options won't show in IE */
        width: 156px;
        font-weight: bold
    }

.semi-square {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blue {
    /*background-color: #fff;*/
}

    .blue select {
        color: #0d666f;
    }


input.search-fixes.search-page {
    width: 98%
}

form.add {
    padding: 3px;
}

.banner-padding-top {
    padding-top: 10%
}

.logos-sp {
    /*display: flex;*/
    align-items: center;
    width: 100%;
    justify-content: center;
}

ul.milage li {
    background: url(../../images/dot.png) no-repeat left 4px;
    clear: both;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin: 0 10px 0 4px;
    padding: 0 0 0 20px;
}

ul.milage {
    margin-left: -25px
}

.carResultRow_Price_Message_ExcelentValue {
    border-color: #2a964c;
    background-color: #2a964c;
    border-right: 3px solid #a8130e;
    color: #fdfefe;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-right: -30px;
    opacity: .95;
    padding: 8px;
}

.carResultRow_Price_Message {
    text-align: right;
    padding-top: 5px;
}

.box--has-footer {
    margin-bottom: 0;
    border-bottom: 0;
}

.box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #444;
    float: left;
    margin: 0 0 14px;
    padding: 10px;
    position: relative;
    width: 100%;
}

.car-section {
    padding: 0;
    border-width: 0;
}

.car-section {
    float: left;
    min-width: 250px;
    max-width: 250px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.spec-slide {
    padding: 0 5px;
}

.car-section .car-type:nth-child(n) {
    filter: none;
}

.car-section .car-type {
    padding: 0;
}

.car-section .car-type {
    background-color: rgba(255,255,255,0.6);
    zoom: 1;
}

.car-section .car-type {
    position: relative;
    padding: 5px;
    margin: 0px
}

.car-type strong, .car-type span, .car-type a {
    display: inline;
}

.car-type strong {
    line-height: 1.3;
}

.car-type > strong {
    margin-bottom: 5px;
}

strong {
    font-weight: 700;
}

.car-type span {
    margin-top: 2px;
    line-height: 1.2;
    display: inline-block;
    zoom: 1;
}

.car-section span {
    clear: both;
    font-size: 12px;
    margin: 5px 0 0 0;
    color: #888;
}

.alert {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #970000;
    margin-top: 2px;
    margin-bottom: 4px;
    display: inline-block;
    zoom: 1;
}

.car-section .car-image {
    margin-top: 0px;
}

.car-section .car-image {
    width: 100%;
}

.car-section .sub-foot {
    margin-top: -18px;
}

.car-section .sub-foot {
    margin: 0;
}

.sub-foot {
    position: inherit;
}

    .sub-foot .supplier-type {
        border-radius: 4px;
    }

    .sub-foot img {
        width: 80px;
        cursor: pointer;
    }

    .sub-foot button.booking-details {
        border-bottom: 1px solid;
        font-size: 12px;
        padding: 0;
    }

    .sub-foot a, .sub-foot button.booking-details {
        float: right;
        margin: 15px 0 0 0;
    }

    .sub-foot .booking-details {
        background-color: rgba(255,255,255, 0.8);
        position: relative;
        border-radius: 2px;
        transition: background-color 0.32s;
    }

.a11y-normalise-button {
    background: none;
    border: 0;
    padding: 0;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
}

.txt-blue-6 {
    color: #489AE3;
}

.booking-section {
    padding-left: 15px;
    /*border-left: 1px solid #ddd;*/
}

.booking-section {
    float: left;
    display: table;
}

    .booking-section .inner {
        height: auto;
        /*width: 530px;*/
        display: table-cell;
        vertical-align: middle;
        word-wrap: break-word;
    }

        .booking-section .inner .des {
            padding-top: 0;
            margin-top: 4px;
        }

        .booking-section .inner .des {
            position: relative;
        }

.inner .des {
    padding-bottom: 0;
    margin-bottom: 12px;
}

.des {
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.booking-section .info_b {
    margin-top: 0;
}

.info_b:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.info_b {
    margin: 10px 0;
    position: relative;
}

    .info_b p {
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
    }

.booking-section .info_b__date strong {
    display: block;
    margin-right: 0;
    color: #183785;
}

.booking-section .info_b__location, .booking-section .summ-date {
    display: block;
}

.info_b .info_b__location {
    text-decoration: none;
}

.booking-section .inner .info_b a, .booking-section .inner .info_b button {
    top: -3px;
}

.summ-location {
    margin-right: 5px;
}

.summ-location, .summ-date {
    display: inline-block;
    zoom: 1;
}

.booking-section .inner .info_b .change-dates-modal {
    float: right;
    top: 5px;
    font-size: 14px;
}

.pencil-edit-icon {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-right: 2px;
    margin-top: -2px;
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/checkout/edit-pencil.png) 0 0 no-repeat;
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/checkout/edit-pencil.svg), none;
}

.link-search-small {
    padding: 0;
    margin-top: -4px;
    text-align: center;
}

.styled-select.blue.semi-square {
    vertical-align: middle
}

.booking-section .inner > div {
    position: relative;
}

.extras-title {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}

.extras-drop {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.extras-drop--empty .extras-drop-link {
    border-color: #ddd;
    color: #444;
    background-color: #f9f9f9;
}

.extras-drop--disabled .extras-drop-link {
    cursor: default;
}

.extras-drop-link {
    display: block;
    border: 1px solid #106092;
    background-color: #E7EFF4;
    color: #106092;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
    text-decoration: none;
    padding: 4px 8px;
}

extras-drop-popover {
    visibility: hidden;
    position: absolute;
    z-index: 5;
    top: 100%;
    margin-top: 8px;
    font-size: 15px;
    width: 260px;
    opacity: 0;
    transition: opacity .2s, visibility .2s 0s;
}

.extras-drop-popover__content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid;
    border-color: #CCCCCC #C2C2C2 #B8B8B8;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    font-size: 13px;
    line-height: 1.4;
    color: #444;
    padding: 5px 15px 15px;
    background-color: #fff;
}

.extras-drop-popover__arrow-border {
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-bottom-color: #C2C2C2;
}

.extras-drop-popover__arrow-border, .extras-drop-popover__arrow {
    border: 8px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
}

.extras-drop-popover__arrow {
    top: -7px;
    right: -8px;
    border-bottom-color: #fff;
}

.change-extras-link {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

.txt-blue-6 {
    color: #489AE3;
}

.booking-section.details {
    width: 65%
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

.driver-form input {
    background: #eceff83d;
}

select#Title {
    width: 30%;
}

.content {
    margin: 0 !important
}

.spec-slide {
    width: 260px;
    height: 170px;
    display: none;
    font-size: 12px;
    line-height: 18px;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* margin-left: -250px; */
    position: absolute;
    bottom: 15px;
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100%);
}

.rc-btn.secondary:hover {
    background-color: #D77705;
}

body .rc-btn.lg {
    font-size: 18px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.cta_area {
    margin-bottom: 20px;
    margin: 10px 0 0 0;
    float: right;
    text-align: right;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

body .rc-btn.lg {
    font-size: 18px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 130px !important;
    height: 45px;
}

.rc-btn.secondary {
    background-color: #F0901E;
    color: #ffffff;
}

.contin .rc-btn {
    position: relative;
    line-height: 1.42857143;
}

.back-gray {
    color: #666;
    padding: 0 0 0 15px;
    margin: 0;
    left: 5px;
    position: absolute;
    text-decoration: underline;
}

    .back-gray:before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid #444;
        border-bottom: 5px solid transparent;
    }

.contin .btn {
    font-weight: 600;
    text-decoration: none;
    background: #f78115;
    display: inline-block;
    margin: 0 10px 0 5px;
    border-radius: 6px;
    cursor: pointer;
}

.step_progress {
    clear: both;
    color: #777;
    float: right;
    font-size: 16px;
    padding: 10px;
}

    .step_progress span {
        color: #7ea100;
        font-weight: 600;
    }

.detail-summary {
    font-size: 14px;
    line-height: 1.4;
    color: #444444;
}

.detail-summary__title {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

.detail-summary__edit {
    text-transform: lowercase;
    font-weight: normal;
    float: right;
    color: #0E94F7;
    margin-top: 1px;
    font-size: 12px;
}

.detail-summary__list {
    margin-bottom: -5px;
}

.detail-summary-item {
    display: inline-block;
    vertical-align: top;
    color: #222;
    margin-bottom: 5px;
    margin-right: 20px;
}

.detail-summary-item {
    white-space: nowrap;
}

.detail-summary-item__label {
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 1px;
}

.detail-summary-item__label {
    font-size: 12px;
    color: #696969;
}

.detail-summary-item__value {
    vertical-align: bottom;
    display: inline-block;
    margin-left: 4px;
}

.lock_tick {
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/padlock-tick-line.svg), none;
    margin-bottom: -6px;
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

.lock_tick {
    display: inline-block;
    background: url(../../images/pad-tick-icon.png) no-repeat center center;
    margin: 0 2px -8px 0;
}

.cta_area .pay {
    padding: 2px 12px 2px 10px;
    color: white;
    font-size: 20px;
    line-height: 40px;
    height: 45px;
}

.contin .btn {
    position: relative;
}

#sav {
    color: #f18f0f;
    font-weight: bold;
}

.button-message--checking {
    display: none;
}

body {
    background-color: #f3f3f0;
}

.blue {
    color: #0D666F !important
}

.button-add {
    height: 39px;
    width: 136px;
    margin-top: -4px;
    font-size: 14px;
    font-weight: bold;
}
select {
    cursor: pointer;
}
.carResultRow_CarImage{
    padding:0
}

.carResultRow_CarImage img{
    padding:0
}
.green{
    color:green;
}
.p-l-0 {
    padding-left: 0;
}
.carResultRow_CarImage img {
    padding-right: 15px;
    height: auto;
    padding-left: 15px;
    box-sizing: content-box;
    width: 193px !important;
}
@media (min-width:1000px)and (max-width:1200px) {
    .carResultRow_CarImage img {
        padding-right: 15px;
        height: auto;
        padding-left: 15px;
        box-sizing: content-box;
        width: 157px !important;
    }
}  }
}
.carResultRow_CarImage{
    padding:0 !important;
}
.carResultRow_OfferInfo.carResultRow_OfferInfo, .result.closed.result.closed {
    background-color: #e0e0e0;
}
.carResultRow_OfferInfo_Supplier img {
    height: 30px;
    left: 6px;
    top: 6px;
    width: initial;
}
.carResultRow_Price-now {
    color: red;
    font-weight: bold;
}
.carResultRow_Price-was{
    color:#999;
}
#resultsPanel input.search-fixes.search-page {
    width: 100% !important;
}

#resultsPanel .carResultRow_OfferInfo.carResultRow_OfferInfo, #resultsPanel .result.closed.result.closed {
    background: #FFFFFF;
}
.m-b-0{
    margin-bottom:0 !important;
}
.default-checkbox {
    width: 20px !important;
    margin: 0 !important;
    height: 20px !important;
    margin-bottom:20px !important; 
}
.fix-box-holder {
    padding: 0 !important;
    width: 20px !important;
}
.side-map .checkout-form-list:first-child {
    margin-top:75px;
}
.side-map input {
    background: #fff;
}
#officeForm label{
    font-size:16px !important;
}
.inline-flex{
    display:inline-flex;
}
.carResultRow_OfferInfo_Supplier-wrap h4 {
    position: relative;
    bottom: 1px;
    margin-bottom: 3px;
    margin-top: 6px;
}

.similar {
    color: #888;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
}

.m-b-15{
    margin-bottom:15px !important;
}
.m-t-7{
    margin-top:10px !important;
}
a.a11y-tooltip.a11y-normalise-button.a11y-font-inherit {
    color: #000 !important;
    font-size: 14px;
    font-weight:bold
}
.carResultRow_OfferInfo_FuelInfo.carResultRow_OfferInfo_FuelInfo_OptionFullToFull li *, .carResultRow_OfferInfo_SupplierLocation_Airport.carResultRow_OfferInfo_SupplierLocation_PickUp li *{
    font-size: 14px !important;
}

.carResultRow_OfferInfo_SupplierLocation_Airport.carResultRow_OfferInfo_SupplierLocation_PickUp * {
    font-size: 14px !important;
}
.carResultRow .blue, .carResultRow_OfferInfo_SupplierLocation_Airport.carResultRow_OfferInfo_SupplierLocation_PickUp .blue {
    font-weight: bold;
    font-size: 16px !important;
}
.m-t-0{
    margin-top:0 !important;
}
.location-title{
    padding-left:5px;
    font-size:16px !important;
    margin-bottom:8px !important;
    margin-top: 8px !important;
}

.extras.cf select{
    margin:0 !important;
}

div.extras {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
 .box {
    border-radius: 15px;
    overflow: hidden;
    border: none;
}
#flightOn {
    width: 15px;
    line-height: 1;
    height: 15px !important;
    margin-top: 10px;
}
.custom-box{
    width:25px;
    display:inline-flex;
    align-items:center;
    justify-content:flex-start;
}
#driverDetails input {
    background: #FBFBFE;
    margin: 4px 0 0;
}
#change-pickup{
    position:absolute;
}
.justify-content {
    justify-content: flex-end;
}
@media screen and (max-width: 600px) {
 
    .pt-120 {
        padding-top: 120px !important;
    }


    .sort-label{
        width:18% !important
    }
}
     .p-t-80{
         padding-top:80px
     }
#resultsPanel .pointer{
    max-height:230px
}

#resultsPanel .reportdatetime {
    margin-top: 6px;
}
td.carResultRow_OfferInfo_Supplier {
    padding-top: 10px;
}

.disable_field{
    pointer-events:none;

}