/* quick links */
#quick_links_toggle_tab {
  position: fixed;
  right: -5px;
  top: 240px;
  display: block;
  padding: 5px 13px 3px 8px;
  background-color: #3469ab;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  font-size: 80%;
  color: lightblue;
  /*
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  */
  transition: top 0.4s; }

#quick_links_toggle_tab:hover {
  color: #fff; }

.scrolled #quick_links_toggle_tab {
  display: none;
  top: 175px; }

.rky-auth #quick_links_toggle_tab {
  top: 260px; }

@media only screen and (max-width: 640px) {
  #quick_links_toggle_tab {
    display: none; } }

#quick_links_wrapper {
  position: fixed;
  max-width: 1024px;
  top: 100px;
  right: 26px;
  width: 0px;
  height: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s;
  /* Safari */
  transition: width 0.3s; }

#quick_links_wrapper.open {
  opacity: 1;
  z-index: 192000;
  width: 90%;
  height: auto; }

.quick-links-header {
  display: none;
  background-color: #fff;
  padding: 5px 10px; }

#quick_links_close {
  float: right; }

.quick-links-menu {
  position: absolute;
  width: 70%; }

.services {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  justify-content: center; }

.services .item {
  width: 12.6666%;
  transition: 0.9s;
  margin: 4px;
  -webkit-box-shadow: -1px 2px 6px 0px #525252;
  -moz-box-shadow: -1px 2px 6px 0px #525252;
  box-shadow: -1px 2px 6px 0px #525252; }

.services .item img {
  transition: 0.15s; }

.services .item img:hover {
  transform: scale(1.05);
  box-shadow: -2px 4px 16px #4a4949; }

/* Show the tooltip text when you mouse over the tooltip container */
.inner:hover hint {
  opacity: 1; }

.services .column img {
  width: 60%;
  margin-bottom: 10px;
  filter: grayscale(100%);
  opacity: 0.4; }

.services .column .inner b {
  display: block;
  color: #efefef;
  font-weight: normal; }

.services .column .inner:hover img {
  opacity: 1;
  filter: none; }

.services .column .inner:hover b {
  opacity: 1;
  color: #fff; }

@media only screen and (max-width: 800px) {
  #quick_links_wrapper {
    width: 98%; }
  .services .item {
    width: 25%; } }

@media only screen and (max-width: 640px) {
  .services {
    padding-bottom: 1px;
    margin-top: 28px; }
  .services .item {
    width: 33.333%; } }

@media only screen and (max-width: 30em) {
  .services .item {
    width: 50%; } }
