
:root{

    --primary:  #28576d;
    --primary-dark:  #244e62; 
    --primary-light:  #5b9cbb;

    
    --color-to-primary: invert(28%) sepia(65%) saturate(400%) hue-rotate(154deg) brightness(91%) contrast(93%);
    --color-to-secondary: invert(9%) sepia(95%) saturate(4623%) hue-rotate(357deg) brightness(110%) contrast(84%);
}
@media only screen and (min-width: 48em) {
    .dl-menuwrapper.dlactive,
    .dl-menuwrapper.dlactive .dl-menu.dl-subview li.dl-subviewopen {
        width: 100%;
        max-width: 300px
    }
    div.dl-menuwrapper.dlactive {
        margin-left: -150px
    }
    .navbar>ul>li.insuranceLink>a:before {
        content: 'Οροι Κρατησης';
        font-size: 14px;
        display: block;
        line-height: 1em
    }
}    
.breadcrumb ul>li.bdHome>a>span{
    display: none;
}
.breadcrumb ul>li:nth-child(1)>a {
    margin-right: -5px;
}
div .tinyPopTip:after {
    /* content: '\2713 prix finaux \2713 assurance tous risques sans francise + bris de glace et pneus \2713 annulation sans frais'; */
    content: ' '; 
}

.locationsThumbList {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.locationsThumbList li {
    padding: 0;
    margin: 5px auto;
    flex: 1 1 calc(100% - 20px);
    border: 1px solid #eee;
    max-width: 300px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s linear
}

.locationsThumbList img{
    width:100%;
}
.locationsThumbList li>a {
    text-decoration: none;
    display: block;
    background: #fff;
    position: relative;
    color: #ccc
}

.locationsThumbList li>a b {
    position: relative
}

.locationsThumbList li>a:hover b:after {
    right: 0
}

.locationsThumbList li>a b:after {
    transition: all .3s ease-in-out;
    right: -32px;
    content: '\f105';
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}

.locationsThumbList li>a>b {
    padding: 5px 10px 0;
    color: #6b3603;
    color:var(--secondary);
    display: block
}

.locationsThumbList li>a>p {
    padding: 0 10px 10px;
    margin: 0;
    color: #222;
}
/* body .popularLocations .footerList>li{
    min-width:100%;
} */
@media only screen and (min-width: 48em) {
    ul.locationsThumbList li {
        flex:1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin: 10px
    }
    select#langbox {
        max-width: 225px;
    }
}



@media only screen and (max-width: 767px) {
    body .mainScore {
        position: absolute;
        bottom: 8px;
        left: 10px;
    }
}
.rating{
    position: relative;
}

/* COLOR TO SECONDARY */
body .socialFooter>a:hover>i {
    filter: var(--color-to-primary);
}