/* RIGHT */
.acc-tools { right: 0; top: 30%; }
.access_tools .tool { right: -235px; float: right; border-radius: 10px 0 0 10px; box-shadow: 5px 5px 5px rgba(0, 0, 0, .1); }
.access_tools .tool:hover a { padding-right: 20px; }
#access_tools .tool:hover { right: 0; left: auto; }
#access_tools #search .search-icon { float:left; }
#access_tools #search input[type="text"] { float: right; }
#access_tools #search input[type="submit"] { left: 0; }
.access_tools .tool {
    right: -235px;
    float: right;
    border-radius: 10px 0 0 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    margin: 0 0 4px 0;
    z-index: 999999;
    position: absolute;
    width: 275px;
}
.access_tools .tool.contrast {
    top: 0!important;
    z-index: 3;
}
.access_tools .tool.contrast:hover,
.access_tools .tool.font:hover {
    right: -215px!important;
}
.access_tools .tool.font {
    top: 40px!important;
    z-index: 2;
}
.access_tools .tool.search-tool {
    top: 68px!important;
    z-index: 1;
}

/* FOCUS */
.access_tools .tool:focus a { padding-right: 20px; }
#access_tools .tool:focus { right: 0; left: auto; }

/* RESPONSIVE */
.relative .access_tools {
    background: #2a72b9;
}
.relative .access_tools .tool,
.relative .access_tools .tool.contrast,
.relative .access_tools .tool.font {
    position: relative;
    top: 0!important;
    width: auto!important;
    border-radius: 0!important;
    box-shadow: 0 0 0;
    line-height: 0;
    margin: 0;
}
.relative .access_tools .tool.contrast:hover,
.relative .access_tools .tool.font:hover {
    right: auto!important;
}
.relative .access_tools .tool:hover a {
    padding-right: 0;
}