@charset "utf-8";
/* CSS Document */

@-webkit-keyframes home {
  0% { left: -500px; opacity: 0; }
  25% { left: -500px; opacity: 0; }
  50% { left: 10px; opacity: 1; }
  75% { left: -5px; }
  100% { left: 0; }
}

.social_box {
    position: fixed;
    z-index: 99999 !important;
	width:1vw;
	height:1vw;
    bottom: 95%;
    left: 39px;
    line-height: 0 !important;
    -webkit-animation-name: home;
    -webkit-animation-duration: .75s;
    -webkit-animation-iteration-count: 1;
}

.social_box ul {
    list-style: none;
    margin-left: -40px;
}


@media screen and (max-width: 768px) {
	.social_box ul li {
		display: inline-block;
		width: 25%;
	}


	.social_box ul {
		 font-size: 0;
	}
	
	.social_box {
    position: fixed;
    z-index: 99999 !important;
	width:50vw;
	height:50vw;
	bottom: -35vw !important;
    left: 35px;
}

}


