#lang .ddl_Sections_CssClass{}

#lang .ddl_Sections_Item_CssClass{}

#lang .List_Sections_CssClass{    display: table;
    float: right;
    width: 62px;}

#lang .List_Sections_Item_CssClass{    color: #fff;
    font-size: 16px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    float: left;
    text-transform: uppercase;}

#lang .List_Sections_ItemHover_CssClass{    border: 1px dashed #f19fc1;
transition:0.5s;
text-decoration: none;}

#lang .List_Sections_SelectedItem_CssClass{    color: #fff;
    font-size: 14px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border: 1px dashed #f19fc1;
    display: block;
    text-align: center;
    line-height: 30px;
    float: left;
    text-transform: uppercase;
}

#lang .List_Sections_Item_Image_CssClass{display:none;}

#lang .List_Sections_SelectedItemHover_CssClass{}

#lang{
    margin-top: 10px;
}
#lang li {
color: #fff;
    font-size: 14px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: table-cell;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    margin-left: 1px;
}
#lang a{
color: #ffffff;
    text-decoration: none;
    height: 30px;
    width: 30px;
    display: table-cell;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
}
#lang a:hover{
    color: #fff;
    text-decoration: none;
    border: 1px dashed #f19fc1;
    height: 30px;
    width: 30px;
    display: block;
transition: 1s;

}
@media (max-width: 970px){
#lang .List_Sections_SelectedItem_CssClass, .List_Sections_Item_CssClass {
    color: #272428;
}
#lang .List_Sections_SelectedItem_CssClass {
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
}
#lang .List_Sections_ItemHover_CssClass { 
    border: 1px solid #FFFFFF;
}

}

