/*======================
new for sticky
========================*/

#accorsys-switch-lang.sticky {
    position: absolute;
    top: 0;
    right: 20px;
    display: inline-block;
    background: #ddd;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 2px 0 rgba(56, 94, 104, 0.26);
    background: -webkit-gradient(linear, left top, right top, from(#fafcfd), to(#f9fbfc));
    background: -webkit-linear-gradient(top, #fafcfd, #f9fbfc);
    background: -moz-linear-gradient(top, #fafcfd, #f9fbfc);
    background: -o-linear-gradient(top, #fafcfd, #f9fbfc);
    background: -ms-linear-gradient(top, #fafcfd, #f9fbfc);
    background: linear-gradient(top, #fafcfd, #f9fbfc);
    background-color: #fafcfd;
    padding: 10px 10px 10px;
    margin: 0 auto;
    z-index:994;
}

#accorsys-switch-lang.sticky a {
    display: block;
    padding: 0 0 0 22px;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
}

#accorsys-switch-lang.sticky .accorsys-btn a {
    position: relative;
    width: 125px;
    padding: 0 0 0 21px;
    color: #576e75;
}

#accorsys-switch-lang.sticky .accorsys-btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #576e75 transparent transparent transparent;
}

#accorsys-switch-lang.sticky .selector {
    display: none;
    margin: 15px 0 0;
}

#accorsys-switch-lang.sticky .selector a{
    position: relative;
    margin: 8px 0 0;
    color: #90B6C1;
    font-size: 13px;
    text-decoration: none;
}

#accorsys-switch-lang .selector a:hover {
   color: #3E7A8C;
}

#accorsys-switch-lang .flag-container-default-lang > span {
    float: inherit;
    height: 11px;
    margin-left: -1px;
    margin-right: 5px;
    margin-top: 0;
    vertical-align: middle;
    width: 16px;
}

#accorsys-switch-lang .AccorsyslanguageContainer {
    margin-bottom: 5px;
    margin-top: 5px;
}

#accorsys-switch-lang .default.AccorsyslanguageContainer {
    margin:0px;
}

#accorsys-switch-lang .AccorsyslanguageContainer .flag-container-default-lang {
    float: left;
}

#accorsys-switch-lang .default.AccorsyslanguageContainer .flag-container-default-lang > span {
    float: inherit;
    height: 11px;
    margin-left: -1px;
    margin-right: 2px;
    margin-top: -1px;
    vertical-align: middle;
    width: 16px;
}
/*--------------------*/









