.mod-languages {
  line-height: 1.1;
}
.tx-box-shadow {
  box-shadow: 0px 0px 6px 2px rgba(221, 221, 221, 0.41);
}
.bordered-image .qx-element-image {
  border-right: 1px solid #e2e2e2;
  position: relative;
  margin: 0;
}
.bordered-image .qx-column {
  padding: 0;
}
.bordered-image .qx-column:last-child .qx-element-image {
  border-right: 0;
}
.bordered-image .qx-element-image + .qx-element-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  border-top: 1px solid #e2e2e2;
}
@media only screen and (min-width: 768px) {
  .separator-circle .qx-column:first-child {
    position: relative;
  }
  .separator-circle .qx-column:first-child:before,
  .separator-circle .qx-column:first-child:after {
    content: "";
    position: absolute;
    background: white;
  }
  .separator-circle .qx-column:first-child:before {
    width: 16px;
    height: 100%;
    right: 0;
    top: 0;
    margin-right: -8px;
    z-index: 10;
  }
  .separator-circle .qx-column:first-child:after {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-right: -50px;
    margin-top: -50px;
    z-index: 13;
  }
}
@media only screen and (max-width: 992px) {
  .bordered-image .qx-element-image,
  .bordered-image .qx-element-image + .qx-element-image:before {
    border: none;
  }
}
.absolute {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  top: 60px;
  z-index: 99999;
  width: 50px;
  text-align: center;
  right: 0;
}
.absolute .sidebar-social ul {
  list-style: none;
  padding: 0;
}
.absolute .sidebar-social ul li:not(:last-child) {
  margin-bottom: 10px;
}
.absolute .sidebar-social ul a {
  display: block;
  color: #454868;
}
.absolute .sidebar-social ul a:hover {
  color: #0076ff;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 90%;
}
.tx-footer a:hover {
  color: #0076ff !important;
}