﻿img {
    display: block;
    max-width: 100%;
    height: auto;
}

.footerlinks {
    color: #ffffff;
    text-decoration: none !important;
}

    .footerlinks:hover {
        color: #b6ff00;
    }

#footer1 {
    background: #3258a5;
}

#footer2 {
    background: #123187;
}
.vehiculeSpriteContainer {
    background: url('../../img/vehicules_sprite.png') no-repeat;
}
.vehiculeSprite1{
    height: 100px;
    width: 100px;
    display: inline-block;
    background-position: 1px 1px;
}
.bg-custom {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.angliz{

}
.tunsi {
    display: none !important
}
select.icon-menu option {
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-left: 30px;
}

select#countries option[value="US"] {
    background-image: url('../../img/us.png');
}

select#countries option[value="TN"] {
    background-image: url('../../img/tun.png');
}

select#countries option[value="FR"] {
    background-image: url('../../img/fr.png');
}
#coverwaiter {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9999;
}

.signuperror {
     margin-left: 10px;
     color:red;
     font-size: 10px;
}