﻿
aside {
    display: none;
}
#daysBox{justify-content:center;}
/* move social on the right */
/* MOVE TO HEADER ******************************/
.main.main {
    padding-top: 95px !important;
}


/* SEINOVA  */

/* MOVE TO GENERIC ******************************/
#searcher6 .gmap {
    margin: 0 !important;
}

/*Owl carousel in index.*/
.wrapper {
    padding-top: 95px;
    width: 100%;
}

.owl-dots {
    display: none;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    padding: 10px;
    color: blue;
    font-weight: 400;
}
    .tooltip a{
        color:azure;
        font-weight: 600;
    }    

    .tooltip .tooltiptext {
        visibility: hidden;
        max-width: 280px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 10px 5px;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

#home-owl-carousel .item {
    display: block;
    max-width: /*1140px*/ 80%;
    margin-top: 20px !important;
    margin: auto;
    box-shadow: 0px 0px 10px #000;
}

.owl-carousel .owl-item img {
    height: auto !important;
    width: 100% !important;
    margin: auto;
}

.owl-controls {
    margin: 0 auto;
}

.owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    padding: 5px !important;
    top: 50%;
    left: 100px;
    font-size: 30px !important;
    text-align: center;
    background-color: /*rgba(183, 28, 28, 0.6)*/ rgba(0, 0, 0, 0.6) !important;
    color: #FFF !important;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.owl-next {
    left: auto;
    right: 100px;
}

    .owl-prev .fa,
    .owl-next .fa {
        width: 20px;
        line-height: 20px;
        height: 20px;
        text-align: center;
    }

.owl-controls .owl-page span,
.owl-controls .owl-buttons div {
    background-color: #FFF /*#386090*/;
}
/*End of owl carousel in index.*/

/*VIC123 availability css*/
.bannerVentaCoches {
    width: 100%;
}

.listaMarcasCoches {
    text-align: left;
    width: 50%;
    float: left;
}

    .listaMarcasCoches ul li {
        list-style: disc;
        margin-left: 1em;
        /*color: rgba(183, 28, 28, 1);*/
    }

.searchMatchFirstRow .featured-image {
    width: 100% !important;
    float: left;
}

.searchMatchDiscountContainer {
    width: 100% !important;
}

.searchMatchNameDetails {
    float: left;
    width: 100% !important;
}

.searchMatchButtons {
    float: left !important;
    display: inline-block;
    width: 100% !important;
}

.searchMatchPrice, .buttonsContainer {
    width: 50% !important;
    float: left !important;
}

.buttonsContainer {
    margin-top: 15px !important;
    padding: 0 10px;
}

.searchMatchSecondRowProvider {
    width: 100% !important;
}

.searchMatchSecondRowIncluded {
    width: 100% !important;
    float: left !important;
}
/*End of availability css*/

/*Custom VIC123 transfer bootstrap css*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group {
    position: relative;
    border-collapse: separate;
    text-align: left;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
}

select.btn-mini {
    height: auto;
    line-height: 14px;
    padding-right: 16px;
    margin: 0 0 3px;
}

select.btn {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: auto;
}

.transferContentContainer {
    padding: 10px;
    padding-top: 10px !important;
}

.fromContainer, .toContainer {
    width: 25%;
    float: left;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.input-group {
    margin-top: 5px !important;
}

.toContainer {
    margin-left: 1%;
}

.fromDateContainer, .toDateContainer {
    width: 24%;
    float: left;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

#transfersDropoffDateShow, #transfersPickupDateShow {
    border-radius: unset !important;
    border-left: unset !important;
}

#transfersToCoordinatesLabel, #transfersFromCoordinatesLabel, #passenger-picker {
    border-radius: unset !important;
}

#search {
    margin-top: 5px;
    padding: 8px 0;
    background-color: rgba(183, 28, 28, 1);
    margin-bottom: 5px;
    border-radius: 3px;
    color: #FFF;
}

.dropListSelector {
    color: #000;
}

    .dropListSelector:hover {
        background-color: #CCC;
    }

#kidscontent .input-group {
    float: left;
}

.bootstrapContainer .dropdown-menu {
    width: 150%;
}

.busclab {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.fa {
    float: left;
}

.passengerContainer {
    width: 49%;
    float: left;
    text-align: left;
}

.btn-search3 {
    margin-left: 1%;
    width: 49%;
    float: left;
    margin-top: 21px !important;
}
/*end of transfer css*/
/*Custom VIC123 body css and stuff*/

/*Carsale*/
.ventaCochesBasicInfoContainer {
    width: 100%;
    margin: auto;
}

.ventaCochesBasicInfoImage {
    width: 49%;
    float: left;
    margin-right: 1%;
}

.ventaCochesBasicInfoText {
    width: 100%;
    float: left;
}

    .ventaCochesBasicInfoText h1 {
        text-align: left;
    }

.ventaCochesFeaturesRow {
    width: 100%;
    margin: auto;
    margin-top: 100px;
}

.ventaCochesFeature {
    width: 32%;
    margin-right: 1%;
    float: left;
}

#ventaCochesForm {
    margin-top: 100px;
}
/*Carsale end*/
.homeTiposContainer {
    width: 90%;
    margin: auto;
}

.homeTiposIconItem {
    float: left;
    width: 16%;
    margin-right: 3px;
    /*border: 2px solid rgba(183, 28, 28, 1);*/
    /*background-color: #FFF;*/
    color: #333;
}

    .homeTiposIconItem:hover {
        cursor: pointer;
    }

        .homeTiposIconItem:hover .homeTiposIconText {
            background-color: #555;
            transition: background-color 200ms linear;
        }

.homeTiposIconImage img {
    width: 70%;
}

.homeOficinasContainer {
    width: 90%;
    margin: auto;
}

.homeOfficesItem {
    float: left;
    width: 16%;
    margin-right: 3px;
    margin-bottom: 3px;
    /*border: 2px solid rgba(183, 28, 28, 1);*/
    /*background-color: #FFF;*/
}

    .homeOfficesItem img {
    }

.article-container img {
    min-width: 50%;
}

#searchContainer {
    width: 100% !important;
    max-width: unset !important;
}

.searchMatch {
    width: 32% !important;
    margin-right: 1% !important;
    float: left !important;
}

#HomeBottomText_2 li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    margin: 4px 10px 0 0 !important;
    background-color: #3da20b;
    color: #fff;
    border-radius: 50%;
    font-size: 1.3em;
    padding: 3px 4px;
}

#HomeBottomText_2 li {
    padding: 0 !important;
}


.sitemapTypeContainerName {
    background-color: rgba(183, 28, 28, 1) !important;
}

.sitemapTypeContainer li a {
    color: #000 !important;
}

#latest-post-container-new {
    float: left;
    width: 90%;
    padding: 0;
    margin: 0 5%;
    height: 3px;
    background-color: rgba(183, 28, 28, 1);
}

#mainOficinas {
    background-color: none !important;
}

.zoneName {
    background-color: rgba(183, 28, 28, 1) !important;
    color: #FFF !important;
}

.officeZoneIcon {
    /*filter: invert(1);*/
}

.zoneContent {
    background-color: #FFF !important;
}

.officeName {
    color: #000 !important;
}

.otherOffice {
    background-color: #CCC !important;
    color: #000 !important;
}

    .otherOffice a, .otherOffice a:visited {
        color: #000 !important;
    }

#officePopupDetails {
    background-color: #FFF !important;
    position: fixed !important;
    box-shadow: 0 0 20px 5px #666 !important;
    border-radius: 2px !important;
    border: 2px solid #fff !important;
}

.popupOfficeTitle {
    color: #FFF !important;
    background-color: #666 !important;
    border-right: 2px solid #999 !important;
}

main.main {
    background: none !important;
}

.tabs {
    box-shadow: 0px 0px 5px 0px #555 !important;
}
.tabs-header .tab-header-item:nth-child(2) {
    visibility: hidden !important;
}
.grey {
    background-color: #666 !important;
}

.tabs {
    background-color: rgba(183, 28, 28, 1) !important;
}

    .tabs.six li {
        width: 14.28% !important;
    }

    .tabs ul li a:hover {
        background-color: rgba(203, 48, 48, 1) !important /*#999 !important*/;
    }

.color {
    background-color: #666 !important;
    color: #FFF !important;
}

#submit {
    background-color: rgba(183, 28, 28, 1) !important;
}

.limusinaText h2, #formContainer h2 {
    color: rgba(183, 28, 28, 1) !important;
}

.carListText {
    width: 100% !important;
}

    .carListText h3, .content h2 {
        color: rgba(183, 28, 28, 1) !important;
    }

    .carListText #searcher6 {
        width: 100% !important;
    }

        .carListText #searcher6 #searcher6TenerifeContainerPickupContainer label, .carListText #searcher6 #searcher6TenerifeContainerDropoffContainer label,
        .carListText #searcher6 #search6TenerifeAgeLabel {
            padding-bottom: 0 !important;
        }

        .carListText #searcher6 #searcher6TenerifeContainerPickup,
        .carListText #searcher6 #searcher6TenerifeContainerDropoff {
            padding-bottom: 0 !important;
            padding-top: 4px !important;
        }

    .carListText #searcher6 {
        border: none !important;
        background-color: #666 !important;
    }

        .carListText #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerPickupContainer .searcher5TenerifeContainerPickupDropoffLabel {
            color: #FFF !important;
        }

        .carListText #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerDateTimePickup .searcher6TenerifeContainerDateTimeLabel {
            color: #FFF !important;
        }

        .carListText #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerDropoffContainer .searcher5TenerifeContainerPickupDropoffLabel {
            color: #FFF !important;
        }

        .carListText #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerDateTimeDropoff .searcher6TenerifeContainerDateTimeLabel {
            color: #FFF !important;
        }

        .carListText #searcher6 #search6TenerifeContainer #search6TenerifeSearchFooter #search6TenerifeContainerAge #search6TenerifeAgeLabel {
            color: #FFF !important;
        }

.cardetail #searcher6,
.wrapOficinaDetail #searcher6 {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

    .cardetail #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerPickupContainer .searcher5TenerifeContainerPickupDropoffLabel {
        color: #FFF !important;
    }

    .cardetail #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerDateTimePickup .searcher6TenerifeContainerDateTimeLabel {
        color: #FFF !important;
    }

    .cardetail #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerDropoffContainer .searcher5TenerifeContainerPickupDropoffLabel {
        color: #FFF !important;
    }

    .cardetail #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerDateTimeDropoff .searcher6TenerifeContainerDateTimeLabel {
        color: #FFF !important;
    }

    .cardetail #searcher6 #search6TenerifeContainer #search6TenerifeSearchFooter #search6TenerifeContainerAge #search6TenerifeAgeLabel {
        color: #FFF !important;
    }


    .wrapOficinaDetail #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerPickupContainer .searcher5TenerifeContainerPickupDropoffLabel {
        color: #FFF !important;
    }

    .wrapOficinaDetail #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerDateTimePickup .searcher6TenerifeContainerDateTimeLabel {
        color: #FFF !important;
    }

    .wrapOficinaDetail #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerDropoffContainer .searcher5TenerifeContainerPickupDropoffLabel {
        color: #FFF !important;
    }

    .wrapOficinaDetail #searcher6 #search6TenerifeContainer #searcher6TenerifeContainerDateTimeDropoff .searcher6TenerifeContainerDateTimeLabel {
        color: #FFF !important;
    }

    .wrapOficinaDetail #searcher6 #search6TenerifeContainer #search6TenerifeSearchFooter #search6TenerifeContainerAge #search6TenerifeAgeLabel {
        color: #FFF !important;
    }

/*Media sizes for the office, cars, etc. searcher*/

/*End of media sized for the offices and cars searcher*/

.carDetailSecondCol {
    background: none !important;
}

    .carDetailSecondCol h3 {
        color: rgba(183, 28, 28, 1) !important;
    }

#carDetailDiv {
    width: 100% !important;
}

.carDetailFirstCol {
    width: 30% !important;
}

.carDetailSecondCol {
    width: 20% !important;
}

.carDetailThirdCol {
    width: 50% !important;
    float: left;
}

#reservationPanelNew {
    float: left !important;
    width: 100% !important;
}

p.widthBackground, .additional-description {
    background-color: rgba(183, 28, 28, 1) !important;
    color: #FFF !important;
}

#officeImageContainer, #officeHoursContainer, .tableHorarios {
    width: 32% !important;
    margin-right: 1% !important;
    float: left !important;
}

.tableHorarios {
    margin-top: 80px !important;
}

.officeDetail {
    margin-bottom: 0px !important;
}

.wrapOficinaDetail {
    margin: 0 !important;
    width: 100% !important;
}

.officeWrapper {
    max-width: unset !important;
    width: 80% !important;
}

.officeDetailsItemValue {
    float: left !important;
    text-align: left !important;
}

#officeDetailsPicture, #officeImageContainer {
    height: 400px !important;
}

.site-title .container {
    color: #FFF !important;
}

.breadcrumbs ul li {
    color: #FFF !important;
}

.breadcrumbs li::after {
    color: #FFF !important;
}

.breadcrumbs a {
    color: #FFF !important;
}

#footerAboutUs img, #ekomiFooter .bannerFooter {
    filter: grayscale(100%);
}

.NewIndexTop {
    /*background-color: #333 !important;*/
    background-image: url(https://assetsrentacar.azureedge.net/Content/images/pattern.png);
    color: #FFF !important;
}

.rentacarBody {
    background-color: #FFF !important;
    /*background-image: url(https://assetsrentacar.azureedge.net/Content/images/pattern.png) !important;*/
    color: #000 !important;
}

#vantajesTenerife, #HomeBottomTextContainer {
    /*background-color: #FFF !important;*/
    /*background-image: url(https://assetsrentacar.azureedge.net/Content/images/pattern.png) !important;*/
    background: none !important;
    color: #000 !important;
}

.below-bar {
    background-color: #666 !important;
    color: #FFF !important;
}

    .below-bar li:hover {
        background-color: #999 !important;
        color: #FFF !important;
    }

    .below-bar li a {
        color: #FFF !important;
    }

    .below-bar .desktop-oficinas-menu-item .nav-oficinas-zone:hover,
    .below-bar .desktop-oficinas-menu-item .nav-oficinas-item:hover {
        background-color: transparent !important;
        background: transparent !important;
        border-bottom: 0 !important;
    }

    .below-bar .desktop-oficinas-menu-item .nav-oficinas-menu a:hover,
    .below-bar .desktop-oficinas-menu-item .nav-oficinas-menu a:focus {
        background-color: #b71c1c !important;
        background: #b71c1c !important;
        color: #FFF !important;
    }

#HomeBottomText_2, #HomeBottomText_2 li {
    background-image: none /*url(https://assetsrentacar.azureedge.net/Content/images/pattern.png)*/ !important;
    background: none !important;
}

.HomeIcon {
    background-image: url(/Content/images/HomeIcons.png) !important;
}

.textongrey {
    margin-top: 40px !important;
}

.homeIconItem h2 {
    color: rgba(183, 28, 28, 1) !important;
}

.homeIconItem2 h2 {
    color: #3da20b !important;
}

#latest-post-container h3 {
    background-color: #666 !important;
    color: #FFF !important;
}

#footerCarList h3 {
    background-color: rgba(183, 28, 28, 1) !important;
    color: #FFF !important;
}

#footerOficinas h3 {
    background-color: rgba(183, 28, 28, 1) !important;
    color: #FFF !important;
}

footer .middlefoot ul li i {
    color: #FFF !important;
}

.footerTitle, .footerTitle {
    background-color: rgba(183, 28, 28, 1) !important;
    color: #FFF !important;
}

.homeIconText {
    color: #000 !important;
}

    .homeIconText strong {
        color: #3da20b !important;
    }


.article-container h4 {
    color: #000 !important;
}

.ekomiCommentRating {
    color: #000 !important;
}

#footerCarListItems {
    background-color: #FFF !important;
    color: #000 !important;
}

    #footerCarListItems .footerCarListColumn {
        background-color: #333 !important;
        color: #FFF !important;
    }

        #footerCarListItems .footerCarListColumn span {
            background-color: #CCC !important;
            color: #000 !important;
        }

        #footerCarListItems .footerCarListColumn .footerCarListItem {
            background-color: #FFF !important;
            color: #000 !important;
        }

            #footerCarListItems .footerCarListColumn .footerCarListItem:hover {
                background-color: #CCC !important;
                color: #000 !important;
            }

            #footerCarListItems .footerCarListColumn .footerCarListItem a {
                color: #000 !important;
            }

#footerOficinasItems {
    background-color: #FFF !important;
    color: #000 !important;
}

    #footerOficinasItems .footerOficinasItem:hover {
        background-color: #CCC !important;
        color: #000 !important;
    }

    #footerOficinasItems .footerOficinasItem a {
        color: #000 !important;
    }

/*Todo lo blanco*/
.header-inner {
    background-color: #FFF !important;
    color: #000 !important;
}

#help-span, #help-span2, .dropdown-toggle, .icon-user {
    color: #000 !important;
}

.header-lang:hover, .header-myaccount:hover {
    background-color: #999 !important;
}



/*Custom VIC123 body css and stuff*/
/* SEARCH 5 ******************************/
.searcher5TenerifeContainerPickupDropoffLabel, .searcher6TenerifeContainerDateTimeLabel, #search6TenerifeAgeLabel {
    color: #000 !important;
}

.searcher5ContainerPickupDropoffLabel {
    color: #000 !important;
    padding-bottom: 5px !important;
}

.searcher6 {
    background: #FFF /*rgba(183, 28, 28, 1)*/;
    color: #000;
    /* padding-top: 95px; */
    margin: auto;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    width: 80%;
    position: relative;
    display: inline-block !important;
    /* border: 5px; */
    /* border-radius: 2px; */
    /* border-style: solid; */
    /* border-color: rgba(183, 28, 28, 1) !important; */
    font-size: 1rem;
    z-index: 2;
    /* border: 4px solid #666; */
    padding: 0 !important;
    /* box-shadow: 0px 0px 10px #000; */
    max-width: 1300px;
}
.searchResults .searcher6{
    width:100%;
}
.search-btn-container {
    width: 115px;
    float: left;
    /* border-left: 6px solid; */
    /* margin-left: 1%; */
    /* border: 4px solid #666; */
    border-radius: 50%;
    background: #bbb;
    padding: 10px;
    margin-left: -10px;
    margin-top: -16px;
    position: absolute;
    right: 0;
}

    .search-btn-container #search6TenerifeSearchButton {
        border-radius: 50%;
        padding: 35px 0;
        margin: 0;
        font-weight: bold;
        transition: 400ms;
    }
div#search6TenerifeSearchButton:hover {
    background: #2f7b0a;
    font-size: 110%;
}

.wrapper .searcher6 {
    padding-top: 10px;
}


#searcher6Left {
    width: 40%;
    float: left;
    height: 100%;
    overflow: hidden;
    /*border-bottom: 1px solid #fff;*/
    position: relative;
    box-shadow: 0px 0 15px #555;
    z-index: 10;
}

#searcher6Right {
    width: 60%;
    float: right;
    height: 100%;
    z-index: 1;
    position: relative;
}

    #searcher6Right .gmap {
        height: 100% !important;
    }

#searcher6Container {
    padding: 10px;
    /*max-width: 600px;*/
    margin: 0 auto;
    position: relative;
    color: #FFF;
}

#searcher6BannerContainer {
    float: left;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 0 15px #555;
    background-color: #ee2424;
    position: absolute;
    bottom: 0;
}

.searcher6BannerContainerItem {
    display: block;
    float: left;
    width: 10%;
}

.sliderContent {
    width: 1000%;
    margin-left: 0%;
}


.markerContent {
    margin: 15px 0 10px 0px;
}


.markerContentHeader {
    background-color: #b71c1c;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.2em;
}

.markerContentBody {
    color: #555;
    font-weight: 400;
}

.markerContentBodyRow {
    margin-bottom: 10px;
    text-align: left;
}

.rowIcon {
    width: 20px;
    margin-right: 10px;
}

.markerContentButton {
    background-color: #43A047;
    text-align: center;
    padding: 5px;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 3px;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
}

#searchSubmitButton {
    display: none;
}

.searcher6InputError {
    border-bottom: 2px solid red !important;
}


#searcher6ContainerHeader {
    text-align: left;
    font-size: 1.1em;
    font-weight: 400;
    margin: 10px 0 20px 0;
}

#searcher6ContainerPickupContainer, #searcher6ContainerDropoffContainer, #searcher6ContainerOtherHotelPickupContainer, #searcher6ContainerOtherHotelDropoffContainer {
    text-align: left;
    position: relative;
    width: 20%;
    float: left;
}

#searcher6ContainerOtherHotelPickupContainer, #searcher6ContainerOtherHotelDropoffContainer {
    display: none;
    margin-top: 15px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #444;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #444;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #444;
}

:-moz-placeholder { /* Firefox 18- */
    color: #444;
}



#searcher6ContainerDropoffContainer {
    display: none;
    padding-left: 10px;
}

.searcher6ContainerPickupDropoffLabel {
    padding-bottom: 5px;
    color: #000;
    text-transform: none;
}

#searcher6ContainerPickup, #searcher6ContainerDropoff, #searcher6ContainerOtherHotelPickup, #searcher6ContainerOtherHotelDropoff {
    width: 100%;
    padding: 5px 10px;
    padding-bottom: 6px !important;
    color: #555;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    transition: none !important;
}

#searcher6ContainerOtherHotelPickup, #searcher6ContainerOtherHotelDropoff {
    background-color: #fff8ca;
    cursor: default;
}

#searcher6ContainerPickup.active, #searcher6ContainerDropoff.active {
    box-shadow: 0 2px 5px #333;
}

#searcher6ContainerSameOfficeContainer {
    margin-top: 20px;
    text-align: left;
}

.searcher6ContainerSameOfficeLabel {
    text-transform: none;
    line-height: 20px;
    color: #000;
    padding-bottom: 10px;
    vertical-align: middle;
}

#searcher6ContainerSameOffice {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

#searcher6ContainerDateTimePickup, #searcher6ContainerDateTimeDropoff {
    width: 19%;
    float: left;
    /*margin-top: 20px;*/
    text-align: left;
}

#searcher6ContainerDateTimeDropoff {
    float: left;
}

.searcher6ContainerDateTimeLabel {
    text-transform: none;
    line-height: 20px;
    color: #000;
    /*padding-bottom: 5px;*/
    padding-bottom: 3px !important;
    width: 100%;
}

.searcher6ContainerDateContainer {
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none !important;
    padding: 3px 0px;
    color: #555;
    line-height: 1.4em;
    width: 70%;
    float: left;
    text-align: center;
}

    .searcher6ContainerDateContainer i {
        float: left;
        font-size: 1.4em;
        color: #999;
        width: 40px;
    }

#searcher6ContainerDatePickup, #searcher6ContainerDateDropoff {
    border: none;
    font-size: 1em;
    color: #555;
    display: inline-block;
    max-width: 70%;
    padding: 1px 0 0 0;
    cursor: pointer;
    text-align: center;
}

.searcher6ContainerTimeContainer, #search5NumDay {
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none !important;
    padding: 3px 0px;
    color: #555;
    line-height: 1.4em;
    width: 28%;
    float: left;
    /*margin-left: 2%;*/
}

#searcher6ContainerTimePickup, #searcher6ContainerTimeDropoff {
    text-align: center;
    border: none;
    padding: 1px 0 0 0;
    color: #555;
    font-size: 1em;
    cursor: pointer;
}

.search5ContainerFooterColLeft .searcher6ContainerTimeContainer i {
    float: left;
    font-size: 1.4em;
    color: #999;
    margin-left: -5px;
}

.searcher6ContainerTimeContainer select {
    width: 100%;
    padding: 5px 10px !important;
    color: #555;
}

#search5ContainerFooter {
    float: left;
    margin-top: 10px;
    width: 100%;
}

#search5NumDayLabel {
    margin: 10px 0 0 0;
    text-transform: none;
    float: left;
    padding: 0 0 5px 0;
    color: #000;
}

#search5NumDay {
    color: #555;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding-bottom: 4px;
    border-radius: 0;
}

#search5SearchButton {
    width: 100%;
    background-color: #3da20b;
    color: #fff;
    padding: 10px 10px 7px 10px;
    border-radius: 3px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 1.7em;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-align: center;
}

#searcher6BannerContainer img {
    max-height: 180px;
}

#autocompleteResultsContainer {
    display: block;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
}


#autocompleteDesktopResultsZonesContainer {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 2px 5px #333;
    /*height: 0px;*/
}



#autocompleteDesktopResultsLocationsContainer {
    position: absolute;
    background-color: #fff;
    width: 300px;
}

.autocompleteDesktopResultsZonesContainerItem {
    width: 100%;
    color: #555;
    cursor: pointer;
    text-align: left;
    border-top: 1px solid #aaa;
    padding: 10px 15px;
    position: relative;
}

    .autocompleteDesktopResultsZonesContainerItem:first-child {
        border-top: none;
    }


    .autocompleteDesktopResultsZonesContainerItem.active {
        background-color: #b71c1c;
        color: #fff;
    }

.autocompleteDesktopResultsZonesContainerItemCountry {
    float: right;
    font-size: 0.8em;
}

#autocompleteDesktopResultsLocationsContainer {
    display: block;
    top: 249px;
    left: 539px;
    max-height: 50vh;
    overflow: auto;
    box-shadow: 0 0px 5px #333;
}

.autocompleteDesktopResultsLocationsItem {
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    text-align: left;
    line-height: 1.4em;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 45px;
}


    .autocompleteDesktopResultsLocationsItem:hover {
        background-color: #b71c1c;
        color: #fff;
    }


    .autocompleteDesktopResultsLocationsItem img {
        margin: 0 5px 0 -5px;
    }


    .autocompleteDesktopResultsLocationsItem:hover img {
        margin-left: -40px;
    }


    .autocompleteDesktopResultsLocationsItem.airport {
        background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-airport.png');
    }

    .autocompleteDesktopResultsLocationsItem:hover.airport {
        background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-airport-white.png');
    }

    .autocompleteDesktopResultsLocationsItem.building {
        background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-building.png');
    }

    .autocompleteDesktopResultsLocationsItem:hover.building {
        background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-building-white.png');
    }

    .autocompleteDesktopResultsLocationsItem.hotel {
        background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-hotel.png');
    }

    .autocompleteDesktopResultsLocationsItem:hover.hotel {
        background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-hotel-white.png');
    }

    .autocompleteDesktopResultsLocationsItem.otherHotels {
        background-color: #333;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        padding: 5px;
        letter-spacing: 1px;
    }

#autocompleteDesktopResultsLocationsContainerArrowContainer {
    height: 40px;
    width: 40px;
    overflow: hidden;
    position: absolute;
}

#autocompleteDesktopResultsLocationsClose {
    position: absolute;
    top: -20px;
    right: 0;
}

#autocompleteDesktopResultsLocationsContainerArrow {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 10px #333;
    height: 100%;
    width: 100%;
    transform: rotateZ(45deg);
    position: absolute;
    top: 0;
    left: 80%;
}


.closeModal {
    background-color: #f00;
    color: #fff !important;
    padding: 3px 10px;
    border-radius: 3px;
    float: right;
}



#search5DriverAge {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #ccc;
    color: #555;
    font-size: 1rem;
    border-radius: 0;
    line-height: 2em;
}


#searchSpinner {
    margin-left: 10px;
}


#search5NDriverAgeLabel {
    float: left;
    margin-top: 10px;
    color: #000;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    text-transform: none;
}

.search5ContainerFooterColLeft {
    width: 48%;
    float: left;
}

.search5ContainerFooterColRight {
    width: 48%;
    float: right;
    color: #3da20b;
}

.search5ContainerNumDias {
    width: 28%;
    float: right;
}

.search5ContainerDriverAge {
    float: left;
    width: 70%;
}


#buscandoText {
    width: 100%;
    border-radius: 50%;
    padding: 30px 0;
    margin: 0;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    background: #2f7b0a;
    font-size: 164%;
}

/***  SINGLE VIEW PAGE - START ***/
/*.searcher6.SearchResult {
    padding-top: 0;
    box-shadow: 0 0 5px #777;
    width: 100%;
    height: auto;
}*/

#searchContainer {
    border: none;
    box-shadow: none;
    background-color: transparent;
    max-width: 600px;
}

#researchDetailsChangeDetails {
    background-color: #b71c1c !important;
    float: left !important;
}

#resultsNumberContainer {
    float: right !important;
    margin-right: 20px !important;
    padding-top: 10px;
}

#searchContainer {
    background-color: transparent !important;
    max-width: 600px;
    clear: both;
}



.searcher6.SearchResult #searcher6Left {
    box-shadow: none;
    border-bottom: none;
}

#searchContainer {
    padding: 0px !important;
    margin: -9px -1px 20px 0 !important;
}


#autocompleteDesktopResultsLocationsClose {
    position: absolute;
    top: -29px;
    right: 1px;
    background-color: #f00;
    color: #fff;
    border-radius: 50%;
    padding: 0px 7px;
    font-weight: bold;
    font-family: monospace;
    font-size: 1.8em;
    cursor: pointer;
}

.searcher6ContainerLoading {
    position: absolute;
    bottom: 3px;
    right: 0;
    font-size: 1.4em;
    width: 2em;
    color: #555;
    display: none;
}



.searcher6.CarDetail, .searcher6.OfficeDetail, .searcher6.CarListDetail {
    padding-top: 0;
    box-shadow: 0 0 5px #777;
    width: 100%;
    height: auto;
}

.searcher6.OfficeDetail {
    margin-bottom: 20px !important;
}

.wrapOficinaDetail {
    width: 90%;
    margin: 20px 5% 0 5%;
}

#reservationPanel {
    max-width: unset !important;
    background-color: transparent !important;
}

/***  SINGLE VIEW PAGE - END ***/
.searcher6.SearchResult #searcher6BannerContainer, .searcher6.SearchResult #searcher6Right, .searcher6.CarDetail #searcher6BannerContainer, .searcher6.CarDetail #searcher6Right,
.searcher6.OfficeDetail #searcher6BannerContainer, .searcher6.OfficeDetail #searcher6Right, .searcher6.CarListDetail #searcher6BannerContainer, .searcher6.CarListDetail #searcher6Right {
    display: none;
}

.searcher6.SearchResult #searcher6Left, .searcher6.CarDetail #searcher6Left, .searcher6.OfficeDetail #searcher6Left, .searcher6.CarListDetail #searcher6Left {
    width: 100%;
}

.searcher6.CarDetail #searcher6Left, .searcher6.OfficeDetail #searcher6Left, .searcher6.CarListDetail #searcher6Left {
    box-shadow: none;
    border-bottom: none;
}


#hotelHeaderCopy {
    position: absolute;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
    z-index: 1000;
}


/* MOBILE */
.autocompleteMobileResultsLocationsContainerItem {
    width: 100%;
    color: #555;
    text-align: center;
    border-top: 1px solid #aaa;
    padding: 10px 15px 10px 20px;
    position: relative;
    background-color: #fff;
    display: none;
}


    .autocompleteMobileResultsLocationsContainerItem.active {
        display: block;
        box-shadow: inset 0px 0 10px #aaa;
    }



.autocompleteMobileResultsZonesContainerItem {
    width: 100%;
    color: #555;
    text-align: left;
    border-top: 1px solid #aaa;
    padding: 10px 15px;
    position: relative;
    background-color: #fff;
}

    .autocompleteMobileResultsZonesContainerItem:first-child {
        border-top: none;
    }


    .autocompleteMobileResultsZonesContainerItem.active {
        background-color: #b71c1c;
        color: #fff;
    }

#autocompleteMobileResultsZonesContainer {
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 5px 15px #555;
}


.autocompleteMobileResultsLocationsItem {
    padding: 10px 20px 10px 10px;
    text-align: left;
    line-height: 1.4em;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 45px;
}



    .autocompleteMobileResultsLocationsItem img {
        margin: 0 5px 0 -5px;
    }

    .autocompleteMobileResultsLocationsItem.airport {
        background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-airport.png');
    }

    .autocompleteMobileResultsLocationsItem.building {
        background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-building.png');
    }


    .autocompleteMobileResultsLocationsItem.hotel {
        background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-hotel.png');
    }


    .autocompleteMobileResultsLocationsItem.otherHotels {
        background-color: #555;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.9rem;
        border-radius: 50px;
        display: inline-block;
        padding: 3px 30px;
    }

#autocompleteDesktopResultsZonesTerm {
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 7px 12px 5px 12px;
}

/* NEW STYLE SEARCHER 6.0 START */

.searcher6LeftWhiteLabel {
    padding: 0px;
    background-color: transparent;
    float: none;
    margin: 0 auto;
    box-shadow: none;
}

.searcher6tWhiteLabel {
    height: auto;
    padding: 0 0 12px 0;
    background-color: transparent;
    box-shadow: none;
}

::placeholder {
    color: #777;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    color: #777;
}

::-ms-input-placeholder {
    color: #777;
}

@if (_.isWhiteLabel) {
    <text > #rentacarIframe {
        min-height: 500px;
    }

    #searcher6 {
        width: auto;
        display: inline-block;
    }

    #searcher6Left {
        width: auto;
        box-shadow: none;
        background-color: #eee;
    }

    #searcher6Container {
        padding-top: 5px;
    }

    </text>
}


/* SEARCHER 6 STYLE*/

#searcher6Container {
    float: left;
    display: none;
    width: 100%;
}

#searcher6Top {
    display: none;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    background-color: rgba(183, 28, 28, 1) /*#fff*/;
    font-weight: bold;
    float: left;
}

#searcher6TopTitle {
    padding: 15px 0px;
}

#searcher6TransferContainer {
    display: none;
}

.searcher6TopLocation {
    width: 33.33%;
    margin: 0;
    padding: 10px 0px;
    float: left;
    background-color: #333;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    color: /*#999*/ #FFF;
    border-right: 1px solid black;
}

    .searcher6TopLocation.active {
        background-color: rgba(183, 28, 28, 1);
        color: /*#333*/ #FFF;
        cursor: default;
    }

.seach6LocationArrow {
    color: #fff;
    display: none;
}

.active .seach6LocationArrow {
    display: block;
    position: absolute;
    top: 0;
    left: 45%;
}

#search6TenerifeContainer {
    position: relative;
    float: left;
    width: 92.5%;
    /* border: 4px solid #666; */
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px #000; */
    /* margin-top: 10px; */
    padding: 10px 20px 10px 10px;
    background: #bbb;
}

#searcher6TenerifeContainerPickupContainer, #searcher6TenerifeContainerDropoffContainer {
    padding: 10px;
    padding-right: 0px !important;
    float: left;
    width: 20%;
    position: relative;
}


#searcher6TenerifeContainerPickup, #searcher6TenerifeContainerDropoff {
    width: 100%;
    padding: 5px 10px;
    padding-bottom: 6px !important;
    border: 1px solid #ccc;
    cursor: pointer;
}

#searcher6MyLocationIconPickup {
    position: absolute;
    top: 35px;
    right: 15px;
    background-image: url(/Content/images/searcher6/my-location-icon.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.my-position-bubble-text {
    position: relative;
    background: #ffff80;
    border-radius: .4em;
    position: absolute;
    padding: 10px;
    width: 200px;
    z-index: 999;
}

    .my-position-bubble-text:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-top-color: #ffff80;
        border-bottom: 0;
        margin-left: -12px;
        margin-bottom: -12px;
    }

#search6TenerifePickupResultsContainer, #search6TenerifeDropoffResultsContainer {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
    width: 40%;
    text-align: left;
    padding-right: 20px;
}

#search6TenerifePickupResultsTitle, #search6TenerifeDropoffResultsTitle {
    width: 100%;
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
    word-spacing: 3px;
}

#search6TenerifePickupResultsOtherLocation {
    background-color: #3da20b;
    color: #fff;
    padding: 10px 10px;
    word-spacing: 3px;
}

.search6TenerifeResultsItem {
    cursor: pointer;
    background-color: #fff;
    color: #333;
}

    .search6TenerifeResultsItem:hover {
        background-color: #b71c1c;
        color: #fff;
    }

.search6TenerifeResultsItemHotel, .search6TenerifeResultsItemBuilding, .search6TenerifeResultsItemAirport, .search6TenerifeResultsItemPort {
    background-repeat: no-repeat;
    padding: 15px 10px 15px 45px;
    background-position: 10px 6px;
    font-size: 0.9em;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.search6TenerifeResultsItemHotel {
    background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-hotel.png')
}

.search6TenerifeResultsItemBuilding {
    background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-building.png')
}

.search6TenerifeResultsItemAirport {
    background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-airport.png')
}

.search6TenerifeResultsItemPort {
    background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-port.png')
}

.search6TenerifeResultsItem:hover .search6TenerifeResultsItemHotel {
    background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-hotel-white.png')
}

.search6TenerifeResultsItem:hover .search6TenerifeResultsItemBuilding {
    background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-building-white.png')
}

.search6TenerifeResultsItem:hover .search6TenerifeResultsItemAirport {
    background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-airport-white.png')
}

.search6TenerifeResultsItem:hover .search6TenerifeResultsItemPort {
    background-image: url('https://assetsrentacar.azureedge.net/Content/images/office-port-white.png')
}

.search6TenerifeResultsItemDistance {
    float: right;
    text-align: left;
    background-image: url(/content/images/office-distance.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 2em;
    line-height: 1.6em;
    margin-top: -3px;
}

.search6TenerifeResultsItem:hover .search6TenerifeResultsItemDistance {
    background-image: url(/content/images/office-distance-white.png);
}

#search6TenerifePickupResultsContainerShadow, #search6TenerifeDropoffResultsContainerShadow {
    box-shadow: 0 2px 10px #333;
}

#search6TenerifePickupResultsInfoIcon {
    float: right;
    color: #000;
    background-color: #fff;
    padding: 0px 7px;
    border-radius: 50%;
    font-weight: bold;
    font-family: monospace;
    font-size: 1.5em;
    margin-top: -2px;
}

#search6TenerifePickupResultsItems, #search6TenerifeDropoffResultsItems {
    height: 300px;
    overflow: auto;
}

#search6TenerifePickupResultsItemsContainer, #search6TenerifeDropoffResultsItemsContainer {
    position: relative;
}

#search6TenerifePickupResultsInfo, #search6TenerifeDropoffResultsInfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f7b9;
    padding: 10px 15px;
    line-height: 1.6em;
    text-align: justify;
    display: none;
}

#search6TenerifePickupResultsOtherLocationBestMatch {
    cursor: pointer;
    text-decoration: underline;
}

#searcher6MyLocationIconPickupLoading, #searcher6MyLocationIconDropoffLoading {
    position: absolute;
    top: 36px;
    right: 15px;
    font-size: 1.2em;
    display: none;
}

#searcher6OtherPlacesBannerContainer {
    display: none;
    height: 100%;
}

#searcher6OtherPlacesBanner1, #searcher6OtherPlacesBanner2 {
    height: 50%;
    background-position: top right;
    background-size: cover;
}

#searcher6OtherPlacesBanner1 {
    background-image: url('/Content/images/banner/searcher-banner/banner-other-places-1.jpg');
}

#searcher6OtherPlacesBanner2 {
    background-image: url('/Content/images/banner/searcher-banner/banner-other-places-2.jpg');
}


#searcher6TenerifeContainerSameOfficeContainer {
    margin-top: 10px;
    text-align: left;
    float: left;
    margin-left: 10px;
    width: 100%;
}

.searcher6TenerifeContainerSameOfficeLabel {
    text-transform: none;
    line-height: 20px;
    color: #000;
    padding-bottom: 10px;
    vertical-align: middle;
}

#searcher6TenerifeContainerSameOffice {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

#searcher6TenerifeContainerDateTimePickup, #searcher6TenerifeContainerDateTimeDropoff {
    width: 19%;
    float: left;
    margin-top: 10px;
    text-align: left;
}

#searcher6TenerifeContainerDateTimePickup {
    /* margin-left: 10px;*/
}

#searcher6TenerifeContainerDateTimeDropoff {
    /*margin-right: 10px;*/
}



.searcher6TenerifeContainerDateContainer {
    display: flex;
    flex-direction: row;
}

    .searcher6TenerifeContainerDateContainer i {
        float: left;
        font-size: 1.4em;
        color: #999;
        width: 40px;
    }

#searcher6 input {
    border: none;
    font-size: 1rem;
    border-radius: 10px;
    padding: 5px 0;
    margin: 0;
    text-align: left;
    margin-left: 4px;
}
    #searcher6 input#search6TenerifeNumDay{
        text-align:center;
        margin-left: 0;
    }

    #searcher6 #search6TenerifeContainerNumDias input {
        line-height: 1.3rem;
    }

#searcher6TenerifeContainerDatePickup, #searcher6TenerifeContainerDateDropoff {
    border: none;
    font-size: 1em;
    color: #555;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    width: 95%;
    margin: 0 2.5%;
}

.searcher6TenerifeContainerTimeContainer, #search6TenerifeNumDay {
    display: flex;
    flex-direction: row;
}

#search6TenerifeNumDay {
    color: #555;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding: 6px 0px 5px 0px;
    border-radius: 0;
    margin-top: 0px;
    margin-left: 0;
    line-height: 1.3rem;
}

#searcher6TenerifeContainerDateTimeDropoff {
    float: left;
}

.searcher-item {
    border-left: 1px solid #ddd;
    padding: 13px 0;
    float: left;
    width: 13%;
    background: white;
    border-radius: 10px;
    margin: 0 .35%;
    display: flex;
    flex-direction: row;
}

    .searcher-item i {
        font-size: 1.5rem;
        color: #555 !important;
    }

        .searcher-item i:before {
            margin: 5px;
        }
    .searcher-item.searcher-place {
        width: 22%;
    }

    .searcher-item.searcher-time {
        width: 9%;
    }

    .searcher-item.searcher-days {
        width: 5%;
        padding: 0;
        background: transparent;
        border: none;
    }
/*.searcher-item:first-child{
        border-left: none;
        border-radius: 10px 0 0 10px
    }*/
#searcher6TenerifeContainerTimePickup, #searcher6TenerifeContainerTimeDropoff {
    padding: 0px;
    border: none;
    font-size: 1em;
    color: #555;
    text-align: center;
    padding: 5px 5px;
    width: 95%;
    margin: 0 2.5%;
}


#search6TenerifeContainerAge {
    width: 40%;
    float: left;
    /*margin-top: 10px*/;
    text-align: left;
}

.search6TenerifeResultsZoneName {
    float: right;
}


#search6TenerifeContainerFooter {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.search6TenerifeContainerFooterColLeft {
    width: 46%;
    float: left;
    margin-left: 10px;
}

.search6TenerifeContainerDriverAge {
    float: left;
    width: 70%;
}

#tenerifeMoreThan24Years {
    width: 100%;
    padding: 5px 3px !important;
}

#search6TenerifeNDriverAgeLabel {
    float: left;
    margin-top: 10px;
    color: #000;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    text-transform: none;
}

#search6TenerifeAge {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #ccc;
    color: #555;
    font-size: 1rem;
    border-radius: 0;
    line-height: 2em;
}

/*#search6TenerifeContainerNumDias {
    width: 12%;
    float: left;
    margin-left: 4%;
    margin-top: 2px;
}*/

.search6TenerifeContainerFooterColRight {
    width: 48%;
    float: right;
    color: #3da20b;
    padding-right: 10px;
}

#search6TenerifeDriverAgeLabel {
    margin: 10px 0 0 0;
    text-transform: none;
    float: left;
    padding: 0 0 5px 0;
    color: #000;
}

#search6TenerifeNumDayLabel, #search6TenerifeAgeLabel {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 0;
    /*margin: 10px 0 0 0;*/
    text-transform: none;
    float: left;
    padding: 0 0 5px 0;
    color: #000;
}

#search6TenerifeSearchButtonContainer {
    float: left;
    width: 60%;
    padding: 0 0 0 4%;
}

#search6TenerifeSearchButton {
    width: 100%;
    background-color: #3da20b;
    color: #FFF;
    padding: 10px 10px 7px 10px;
    border-radius: 3px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    /* border: 1px solid #fff; */
    text-align: center;
}

#mapShowAllOffices {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 140px;
    background-color: #fff;
    padding: 7px 20px;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0 1px 3px #bbb;
    cursor: pointer;
    display: none;
}

.infoWindowLocationContent {
    padding: 5px 20px 0 20px;
    text-transform: uppercase;
    font-size: 1.2em;
}

#tutorialDropoffDataContainer {
    float: left;
    width: 100%;
}

.tour-tour .btn-default {
    background-color: #3da20b;
    font-family: monospace;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1em;
}

    .tour-tour .btn-default:hover {
        color: #3da20b !important;
        background-color: #fff !important;
        border-color: #fff;
    }

    .tour-tour .btn-default.disabled {
        background-color: #80bb63 !important;
    }

    .tour-tour .btn-default.close-tour {
        background-color: #f00 !important;
    }

    .tour-tour .btn-default.disabled:hover {
        background-color: #f00 !important;
        color: #fff !important;
    }

    .tour-tour .btn-default.close-tour {
        font-size: 1.2em;
        font-weight: normal;
        line-height: 1.2em;
    }

        .tour-tour .btn-default.close-tour:hover {
            color: #f00 !important;
            background-color: #fff;
            border-color: #fff;
        }

.infoOtherPlacesInfoPickup {
    font-weight: bold;
}

.infoOtherPlacesInfoCentral {
    font-weight: bold;
}

#searcher6BannerContainer {
    float: left;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 0 15px #555;
    background-color: #ee2424;
    position: absolute;
    bottom: 0;
}

.sliderContent {
    width: 1000%;
    margin-left: 0%;
}

.searcher6BannerContainerItem {
    display: block;
    float: left;
    width: 10%;
}

#searcher6BannerContainer img {
    max-height: 180px;
}

#replayTurorial {
    background-color: rgba(183, 28, 28, 1);
    color: #fff;
    padding: 2px 7px;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

#search6TenerifeSearchFooter {
    margin-top: 10px;
    float: left;
    width: 20%;
    padding: 0 10px;
    display: none;
}

.search-label {
    color: #b71c1c !important;
    font-weight: bold;
    padding-bottom: 4px;
    text-align: center;
    display: none;
}

.search6ContainerFooterColLeft {
    width: 8%;
    float: left;
}

.search6ContainerDriverAge {
    float: left;
    width: 100%;
}

#search6DriverAge {
    margin-top: 3px !important;
    padding-bottom: 7px !important;
}

#search6DriverAgeLabel {
    float: left;
    /*margin-top: 10px;*/
    color: #000;
    width: 100%;
    text-align: left;
    padding-bottom: 7px;
    text-transform: none;
}

.search6ContainerNumDias {
    width: 28%;
    float: right;
}

#search6NumDayLabel {
    margin: 10px 0 0 0;
    text-transform: none;
    float: left;
    padding: 0 0 5px 0;
    color: #000;
}

.search6ContainerFooterColRight {
    width: 10%;
    float: left;
    color: #3da20b;
    margin-left: 20px;
}

#search6SearchButton {
    width: 100%;
    background-color: rgba(183, 28, 28, 1);
    color: #FFF;
    padding: 10px 10px 7px 10px;
    border-radius: 3px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 21px;
    text-transform: uppercase;
    /*border: 1px solid #fff;*/
    text-align: center;
}

#searcher6Container label {
    text-transform: none;
}

.mazda {
    height: 120px;
    object-position: 0 15px;
}

.dtp-date i {
    color: white;
    font-size: 2em;
}
main#carDetail{
    overflow:visible;
}
#carDetail .fa-car {
    color: #555;
    font-size: 1.5rem;
    margin: 0;
    width: auto;
}
/* NEW STYLE SERACHER 6.0 END*/
@media screen and (max-width: 1280px) {
    #searcher6Left {
        width: 60%;
    }

    #searcher6Right {
        width: 40%;
    }

   
}

@media screen and (max-width: 960px) {
    #searcher6Left {
        width: 100%;
    }
    #searcher6 {
        width: 80%;
    }
    
    #searcher6Right {
        width: 100%;
        height: 25em;
    }

    #searcher6ContainerDateTimePickup, #searcher6ContainerDateTimeDropoff {
        width: 100%;
    }

    .searcher6 {
        padding-top: 50px;
        height: auto;
    }

    #search6TenerifePickupResultsContainer, #search6TenerifeDropoffResultsContainer {
        width: 85%;
    }

    #searcher6TenerifeContainerDateTimePickup, #searcher6TenerifeContainerDateTimeDropoff {
        width: 45%;
    }



    #search6TenerifeSearchButtonContainer {
        width: 85%;
        padding: 0 0 0 10%;
        margin-top: 7px;
    }

    #search6TenerifeSearchFooter {
        margin-bottom: 20px;
    }

    #searcher6BannerContainer {
        margin-top: 0px;
        position: relative;
    }

    .markerContent {
        max-width: 300px;
    }
}


@media screen and (max-width: 600px) {
    #searcher6ContainerDateTimePickup, #searcher6ContainerDateTimeDropoff {
        width: 100%;
    }

    .search5ContainerFooterColLeft {
        width: 100%;
    }

    .search5ContainerFooterColRight {
        width: 100%;
    }

    .searcher6ContainerPickupDropoffLabel, .searcher6ContainerSameOfficeLabel, .searcher6ContainerDateTimeLabel {
        margin-top: 0;
        max-width: 85%;
    }

    .search6TenerifeResultsZoneName {
        float: none;
        width: 100%;
        font-size: 0.9em;
    }

    .search6TenerifeResultsItemHotel, .search6TenerifeResultsItemBuilding, .search6TenerifeResultsItemAirport .search6TenerifeResultsItemPort {
        background-position: 10px 13px;
        padding-left: 55px;
    }

    .search6TenerifeResultsItemDistance {
        float: none;
        height: auto;
        margin-top: 3px;
        background-image: none;
        line-height: normal;
        padding-left: 0;
    }
}

.cardetail, .wrapOficinaDetail {
    position: relative;
}

@media screen and (max-width: 480px) {
    #searcher6TenerifeContainerDateTimePickup, #searcher6TenerifeContainerDateTimeDropoff {
        width: 100%;
        margin: 10px 0;
        padding: 0 10px;
    }

    .search6ContainerFooterColLeft, .search6ContainerFooterColRight {
        width: 100%;
    }
}


@media screen and (max-width: 320px) {

    .wrapOficinaDetail {
        width: 100% !important;
        margin: 0 !important;
    }

    #searcher6 label {
        margin-top: 0 !important;
    }

    #search6TenerifeSearchButton {
        margin-top: 17px;
    }
}


#bottomSpacer {
    display: block;
    float: left;
    width: 100%;
    height: 0px;
}

/*Media sizes for the home searcher*/

@media screen and (max-width: 767px) {
    .homeTiposIconItem {
        float: left;
        margin: 0 1%;
        width: 46%;
    }

    .article-container, #latest-posts {
        width: 100% !important;
    }

    .passengerContainer, #search {
        width: 100%;
    }

    .fromContainer, .toContainer, .fromDateContainer, .toDateContainer {
        width: 50%;
    }

    .separatorClear {
        clear: both;
    }

    .toContainer {
        margin-left: 0px !important;
    }

    .fromContainer, .toContainer {
        margin-bottom: 0px;
    }

    .carDetailFirstCol, .carDetailSecondCol, .carDetailThirdCol {
        width: 100% !important;
        min-width: 100% !important;
    }

    #officeImageContainer, #officeHoursContainer, .tableHorarios {
        width: 100% !important;
        min-width: 100% !important;
    }

    #home-owl-carousel .item {
        max-width: 100% !important;
    }

    .searchMatch {
        width: 100% !important;
    }

    /*.wrapOficinaDetail .carListText .cardetail*/
    .searcher6TopLocation {
        width: 100% !important;
        height: unset !important;
        line-height: unset !important;
    }

    #searcher6TenerifeContainerPickupContainer, #searcher6TenerifeContainerDropoffContainer,
    #searcher6ContainerPickupContainer, #searcher6ContainerDropoffContainer {
        width: 96% !important;
        /*border-left: 1px solid #999;*/
    }

    #searcher6TenerifeContainerDateTimePickup, #searcher6TenerifeContainerDateTimeDropoff,
    #searcher6ContainerDateTimePickup, #searcher6ContainerDateTimeDropoff {
        width: 96% !important;
        margin-left: 10px !important;
    }

    .searcher6TenerifeContainerDateContainer, .searcher6ContainerDateContainer {
    }

    #search6TenerifeSearchFooter, #search6SearchFooter {
        width: 100% !important;
    }

    #search6TenerifeContainerAge, #search6ContainerAge {
        width: 100% !important;
        float: left !important;
    }

    .search6ContainerFooterColLeft {
        margin: 0 !important;
        width: 100% !important;
    }

    .search6ContainerFooterColRight {
        margin: 0 !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .searchMatch {
        width: 100% !important;
    }

    .searcher6TopLocation {
        height: unset !important;
        line-height: unset !important;
    }

    #searcher6TenerifeContainerPickupContainer, #searcher6TenerifeContainerDropoffContainer,
    #searcher6ContainerPickupContainer, #searcher6ContainerDropoffContainer {
        width: 49% !important;
        /*border-left: 1px solid #999;*/
        float: left !important;
    }

    #searcher6TenerifeContainerDropoffContainer {
        float: left !important;
    }

    #searcher6TenerifeContainerDropoff {
        padding-bottom: 5px !important;
    }

    #searcher6TenerifeContainerDateTimePickup, #searcher6TenerifeContainerDateTimeDropoff {
        width: 49% !important;
        margin: 0 !important;
        padding: 10px 0 11px 0 !important;
    }

    #searcher6ContainerDateTimePickup, #searcher6ContainerDateTimeDropoff {
        width: 49% !important;
        margin: 0 !important;
        padding-bottom: 10px !important;
    }

    #search6TenerifeSearchFooter, #search6SearchFooter {
        width: 100% !important;
    }

    #search6TenerifeContainerAge, #search6ContainerAge {
        width: 100% !important;
        float: left !important;
    }

    #search6TenerifeSearchButtonContainer {
        width: 90%;
    }

    .search6ContainerFooterColLeft {
        margin: 0 !important;
        width: 50% !important;
    }

    .search6ContainerFooterColRight {
        margin: 0 !important;
        width: 50% !important;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .searcher6TopLocation {
        height: unset !important;
        line-height: unset !important;
    }

    #searcher6TenerifeContainerPickupContainer, #searcher6TenerifeContainerDropoffContainer,
    #searcher6ContainerPickupContainer, #searcher6ContainerDropoffContainer {
        width: 49% !important;
        /*border-left: 1px solid #999;*/
        float: left !important;
    }

    #searcher6TenerifeContainerDropoffContainer {
        float: left !important;
    }

    #searcher6TenerifeContainerDropoff {
        padding-bottom: 5px !important;
    }

    #searcher6TenerifeContainerDateTimePickup, #searcher6TenerifeContainerDateTimeDropoff {
        width: 49% !important;
        margin: 0 !important;
        padding: 10px 0 11px 0 !important;
    }

    #searcher6ContainerDateTimePickup, #searcher6ContainerDateTimeDropoff {
        width: 49% !important;
        margin: 0 !important;
        padding-bottom: 10px !important;
    }

    #search6TenerifeSearchFooter, #search6SearchFooter {
        width: 100% !important;
    }

    #search6TenerifeContainerAge {
        width: 50% !important;
        float: left !important;
    }

    #search6TenerifeSearchButtonContainer {
        width: 50%;
    }

    .search6ContainerFooterColLeft {
        margin: 0 !important;
        width: 50% !important;
    }

    .search6ContainerFooterColRight {
        margin: 0 !important;
        width: 50% !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 2206px) {
    .searcher6TopLocation {
        height: unset !important;
        line-height: unset !important;
    }

    #searcher6TenerifeContainerPickupContainer, #searcher6TenerifeContainerDropoffContainer,
    #searcher6ContainerPickupContainer, #searcher6ContainerDropoffContainer {
        width: 25% !important;
        /*border-left: 1px solid #999;*/
        float: left !important;
    }

    #searcher6TenerifeContainerDropoffContainer {
        float: left !important;
    }

    #searcher6TenerifeContainerDropoff, #searcher6TenerifeContainerPickup {
        padding-bottom: 6px !important;
    }

    #searcher6TenerifeContainerDateTimePickup, #searcher6TenerifeContainerDateTimeDropoff {
        width: 24% !important;
        margin: 0 !important;
        padding: 10px 0 11px 0 !important;
    }

    #searcher6ContainerDateTimePickup, #searcher6ContainerDateTimeDropoff {
        width: 24% !important;
        margin: 0 !important;
        padding-bottom: 10px !important;
    }

    #search6TenerifeSearchFooter, #search6SearchFooter {
        width: 100% !important;
    }

    #search6TenerifeContainerAge {
        width: 50% !important;
        float: left !important;
    }

    #search6TenerifeSearchButtonContainer {
        width: 50%;
    }

    .search6ContainerFooterColLeft {
        margin: 0 !important;
        width: 50% !important;
    }

    .search6ContainerFooterColRight {
        margin: 0 !important;
        width: 50% !important;
    }
}
/*End of media sizes for the home searcher*/

@media screen and (max-width: 1250px) {
    #search6TenerifeContainer{
        width: 92.5% !important;
    }
    #search6TenerifeContainerNumDias {
        width: auto;
        float: none;
        margin: 0;
    }
    .searcher-item:nth-child(n+4) {
        margin-top: 15px;
    }
    .search-btn-container {
        width: 110px;
        float: left;
        /* border-left: 6px solid; */
        /* margin-left: 1%; */
        /* border: 4px solid #666; */
        border-radius: 50%;
        background: #bbb !important;
        padding: 10px;
        margin-left: -10px;
        margin-top: 12px;
        position: absolute;
        right: -1.5%;
    }
        .search-btn-container #search6TenerifeSearchButton {
            padding: 35px 0 !important;
            border-radius: 50% !important;
        }
    #searcher6 {
        width: 80% !important;
        background: none;
    }
    .searchResults #searcher6 {
        width: 100%;
    }
    .searcher-item.searcher-place {
        width: 43%;
    }
    .searcher-item {
        float: left;
        width: 23%;
    }
        .searcher-item.searcher-time {
            width: 16%;
        }
        .searcher-item.searcher-days {
            width: 8%;
            float: right;
            margin-right: 7%;
            margin-top: 25px;
        }
    #search6TenerifeContainerNumDias {
        margin-left: 0 !important;
        width: auto !important;
    }
    .carDetailThirdCol {
        width: 100% !important;
        float: left;
    }

    .carDetailSecondCol {
        width: 60% !important;
    }

    .carDetailFirstCol {
        width: 40% !important;
    }

    #officeImageContainer, #officeHoursContainer {
        width: 49% !important;
        height: unset !important;
    }

    #officeDetailsPicture {
        width: 100%;
        height: unset !important;
    }
}



@media screen and (max-width: 980px) and (min-width: 721px) {
    #searcher6TenerifeContainerPickup, #searcher6TenerifeContainerDropoff {
        font-size: 0.8em !important;
    }
}

@media (max-width:992px) {
    .wrapper {
        padding-top: 55px;
    }
    #searcher6{
        width: 80%;
    }
    
    #buscandoText {
        font-size: 1rem;
    }

    .row.is-flex > .col-center {
        justify-content: flex-start !important;
    }

    .btn-covid {
        margin-left: 40px;
    }

    .cleaning-section img {
        margin-left: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .cleaning-text {
        font-size: 1rem;
    }

        .cleaning-text > p:first-child {
            font-size: 1.2rem;
            margin-bottom: 15px;
        }

    .searcher6 {
        width: 90%;
    }

    .home-title {
        font-size: 2.3rem !important;
    }

    .knowus .col-sm-1 {
        display: none;
    }

    .knowus .home-slide-section.col-sm-2 {
        width: 20%;
    }

    .cleaning-text {
        line-height: 1.6rem !important;
        font-size: 1.2rem !important;
        letter-spacing: normal !important;
    }

        .cleaning-text > p:first-child {
            font-size: 1.7rem;
            margin-bottom: 20px;
        }

    .homeTiposIconImage img {
        width: 60%;
    }

    .home-slide-section a {
        font-size: 1.3rem !important;
    }
}

@media (max-width: 768px) {
    #search6TenerifeContainer{
        width: 100% !important;
    }
    #searcher6 {
        width: 90% !important;
        border-radius: 10px;
        background: none;
        margin-top: 20px !important;
    }
    .cleaning-text{
        padding: 0 6%!important;
    }
    .cleaning-text > p:first-child {
        font-size: 1.7rem;
        margin-bottom: 20px;
        margin-top: 25px;
        line-height: 1.2;
    }

    .homeTiposIconImage img {
        width: 75%;
    }

    .btn-covid {
        margin-left: 0;
    }

    .cleaning-section img {
        margin: 0 auto 20px !important;
    }

    .featured-text-section {
        margin: 0 5% 50px !important;
    }

    .home-title {
        font-size: 1.5rem !important;
        margin: 10px 0 !important;
    }

    .homeAdvantages span {
        font-size: 1rem !important;
    }

    .home-slide-section a {
        font-size: 1.2rem !important;
    }

    .knowus .home-slide-section.col-sm-2 {
        width: 50%;
    }

    .searcher6 {
        margin-top: 0 !important;
        font-size: 1.5rem;
    }

    .searcher-item {
        border-left: none;
        border-bottom: 1px solid #ddd;
        float: left;
        width: 60%;

    }
    #search6TenerifeContainer{
        padding: 10px;
    }

    .searcher-item:nth-child(4) {
        margin-top: 15px;
    }
        .searcher-item.searcher-place {
            width: 100%;
        }
        .searcher-item.searcher-time {
            width: 38%;
            float: right;
            padding: 13px 0px;
        }
        .searcher-item.searcher-days{
            display:none;
        }

        .searcher-item i {
            font-size: 1.5rem;
            color: #666 !important;
        }
            .searcher-item i:before {
                margin: 5px;
            }

    #searcher6TenerifeContainerDatePickup,
    #searcher6TenerifeContainerDateDropoff {
        text-align: left;
        margin-left: 0;
        padding-left: 10px;
        width: 100%;
    }

    #searcher6TenerifeContainerTimeDropoff,
    #searcher6TenerifeContainerTimePickup {
        text-align: right;
        margin-right: 0;
        padding-right: 0;
        width: 70px;
        float: right;
    }
    .searcher-item:first-child,
    .searcher-item:nth-child(4) {
        margin-bottom: 10px;
    }

    .searcher-item:after {
        content: " ";
        clear: both;
        display: block;
    }

    .searcher-item label {
        text-align: left;
        padding-left: 10px;
    }

    .searcher-item .time-label {
        text-align: right;
    }

    .search-btn-container {
        width: 100%;
        border: none;
        margin: 15px 0;
        position: initial;
        border-radius: 10px;
        background: #bbb !important;
    }
        .search-btn-container #search6TenerifeSearchButton {
            
            border-radius: 10px !important;
        }
         
        #search6TenerifeContainer {
            width: 100%;
        }
}
