/* Scrol-To-Top-Animation *************************************/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.et_pb_scroll_top {
  display: none;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }

.et-visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: fadeInRight; }

.et-hidden {
  display: none !important; }

.et-pb-icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  /* line-height: 1; */
  text-transform: none;
  content: attr(data-icon); }

.et_pb_scroll_top:before {
  content: "2"; }

/* End Scrol-To-Top-Animation *********************************/
#footer_wrapper {
  position: relative;
  height: 73px;
  width: 80%;
  max-width: 1080px;
  margin: 45px auto 0 auto; }

.footer_block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 65%; }

.ftr_list_item {
  /* border: 1px solid #390; */
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto; }

.ftr_list_item a {
  text-decoration: none;
  color: white;
  font-weight: bold; }

@media screen and (max-width: 980px) {
  .footer_block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    height: 65%;
    margin: auto; } }
