.FooterJSclass { float: right; position: relative; padding: 0 15px;}
.FooterJSclass .sector{ float: left; width: 100%; }
.FooterJSclass .sector .logoA { width: auto; height: auto; float: left; display:block }
.FooterJSclass .sector .logo{ width: auto; height: auto; float: left; }
.FooterJSclass .sector .title{ font-size: 1.6em; line-height: 1.8em; float: left; }
.FooterJSclass .sector .title:hover{}
.FooterJSclass .sector .description { font-size: 1.4em; line-height: 1.6em; float: left; }
.FooterJSclass .rightclickarea{float: right; cursor:pointer;}
.FooterJSclass .rightclickarea a{float: left; display:block;text-decoration: none !important;}
.FooterJSclass .rightclickarea a img{float: left; display: none;}
.FooterJSclass .vmenu{ border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border: 1px solid #D5D5D5; box-shadow: 2px 2px 5px -1px rgba(0,0,0,.3); position: absolute; right: 15px;bottom: 40px;font-family: calibri; background: #F6F6F6; display: none}
.FooterJSclass .item_li { background: transparent !important; }
.FooterJSclass .item_li:hover { background-color: #eeeeee !important; }
.FooterJSclass .item_li_inner{ }
.FooterJSclass .item_li_inner a{ font-family: "Open Sans Regular"; width: 103px; display: block; padding: 5px 10px; cursor: pointer; color: black; text-decoration: none; font-size: 12px;}

@media screen and (max-width: 767px){
    .FooterJSclass { width: 100%; text-align: center; }
    .FooterJSclass .rightclickarea { float: none; display: inline-block; }
    .FooterJSclass .vmenu { left: 50%; right: auto; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); }
}