
   #ss_menu {
    bottom: 86px;
    width: 130px;
    height: 50px;
    color: #000;
    position: fixed;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    right: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 999999;
}
#ss_menu > .menu {
    display: block;
    position: absolute;
    border-radius: 10px;
    width: 97px;
    height: 40px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    color: #000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

#ss_menu > .menu .share {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1 !important;
  display: flex;
  justify-items: center;
  align-items: center;
}

#ss_menu > .menu .share .fa-tty {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  margin-left: 12px;
}



#ss_menu > .menu .share .bar {
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 18px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  opacity: 0;
}

#ss_menu > .menu .share.close .fa-tty { opacity: 0; }



#ss_menu > .menu.ss_active {
  background: green;
}

#ss_menu > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 25px;
  text-align: center;
  background: green;
  border-radius: 50%;
  display: table;
  line-height: 2;
}

#ss_menu i {
	color: #fff;
	font-size: 25px
} 

#ss_menu > div i {
  display: table-cell;
  vertical-align: middle;
}

#ss_menu > div:hover {
  background: green;
  cursor: pointer;
}

#ss_menu div:nth-child(1) {
  top: 0px;
  left: -130px;
}

#ss_menu div:nth-child(2) {
  top: -80.0px;
  left: -108.56406px;
}

#ss_menu div:nth-child(3) {
  top: -138.56406px;
  left: -50.0px;
}

#ss_menu div:nth-child(4) {
  top: -160px;
  left: 30px;
}
#ss_menu > div a{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ss_menu img {
	width: 25px;
	filter: invert(1)
}

#ss_menu > .menu span {
    font-size: 18px;
    margin-left: -10px;
    position: absolute;
    top: 12px;
    left: 28px;
    line-height: 0.8;
    font-weight: normal;
    color: #fff;
    transform-origin: right;
    transition: 0.3s
}

#ss_menu > .menu.ss_active span {
    transform: scale(0.8)
}


#ss_menu.menu_button div:nth-child(1) {
	left: auto;
}
#back-to-top {
  
    right: unset;
    bottom: 30px;
    
}
#ss_menu > .menu svg {
    font-size: 19px !important;
}
 .mob-action {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #00313C;
    color: #fff;
    box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, .4);
    z-index: 1030;
   background: linear-gradient(-45deg, #0c6472, #0c6472, #0c6472, #0c6472);
   
}