.icon-en-sm{background:url(../images/icon-eng.png) 0 7px no-repeat; display: inline-block;}
.icon-bs-sm{background:url(../images/icon_sr.png) 0 7px no-repeat;  display:inline-block; }
.icon-fr-sm{background:url(../images/icon-france.png) 0 7px  no-repeat;  display:inline-block;}

.icon-en{background:url(../images/icon-eng.png) no-repeat; width:18px; height:12px; margin:2px 7px 0 0; display:inline-block; float:left;}
.icon-fr{background:url(../images/icon-france.png) no-repeat; width:18px; height:12px; margin:2px 7px 0 0; display:inline-block; float:left;}
.icon-bs{background:url(../images/icon_sr.png) no-repeat; width:18px; height:12px; margin:2px 7px 0 0; display:inline-block; float:left; }


#country-select {
    float:right;
    margin:15px 15px 15px 0;
    }

.dropdown2 {
    background: none;
    border: 1px solid #9fabb7;
    padding: 5px 10px 5px 10px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size:12px;
    text-transform:uppercase;
    background:url(../images/arrow-icon.png) no-repeat; 
    background-position:95% 10px;
    text-decoration:none;
    width: 130px;
    display:block;
    
    }
    .dropdown a{text-decoration:none;}
.dd-3 li{padding-left:7px;}
.dd-3 li a{font-family: 'Montserrat', sans-serif;  color: #FFFFFF; font-size:12px;
    text-transform:uppercase;  text-decoration:none;}
    .dd-3 li a:hover{color:#9fabb7;}

 @media (min-width: 480px) and (max-width: 767px) {
    
    #country-select {margin:15px 15px 15px 0;}
 }
    @media (min-width: 320px) and (max-width: 479px) {
    #country-select{margin:15px 15px 15px 0;}

    }
    @media (min-width: 200px) and (max-width: 319px) {
    #country-select{margin:15px 15px 15px 0;}

    }