.a2cldr {  height: 19px;  width: 20px;  position: relative;}
.a2cldr .a2cldr-btn {  width: 19px;  height: 20px;  display: inline-block;  text-align: left;  cursor: pointer;
  /*
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    */
  box-sizing: border-box;
}
.a2cldr .a2cldr-btn:before { display: inline-block; float: right;  position: absolute;  top: 0;  right: 16px;  font-size: 24px;  line-height: 46px;}
.a2cldr.active .a2cldr-btn { /*color: #fff;  background-color: #032c53;*/}
.a2cldr.active .a2cldr-btn:before {font-size: 20px;  line-height: 44px;}
.a2cldr.active .a2cldr-list {display: block;}
.a2cldr-list {  z-index: 2;  padding: 0 12px;  display: none;  background-color: #fff;  box-shadow: 0px 8px 20px 0px #bababa;  position:absolute;  right:0px; top:100%;}
.a2cldr-item {  list-style: none;  padding: 0.5em;  border-bottom: 1px solid #f3f3f3;}
.a2cldr-item a {color: #464646; text-decoration: none;  width: 100%;  display: block; font-size:0.75em; line-height:1em;}
.a2cldr-item a:hover {color: #d5a785;}
.a2cldr-item:last-child {border-bottom: 0;}