@charset "utf-8";
/* CSS Document */
.smo_area_stack a {
  color: #fff;
  text-decoration: none;
}
.smo_area_stack .social {
  position: fixed;
  top: 60%;
z-index: 999;	
}
.smo_area_stack .social ul {
  padding: 0px;
  -webkit-transform: translate(-252px, 0);
  -moz-transform: translate(-252px, 0);
  -ms-transform: translate(-252px, 0);
  -o-transform: translate(-252px, 0);
  transform: translate(-252px, 0);
}
.smo_area_stack .social ul li {
  display: block;
  margin: 5px;
  background: rgb(10, 200, 118);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.smo_area_stack .social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgb(239, 179, 18);
}
.smo_area_stack .social ul li:hover a {
  color: #000;
}
.smo_area_stack .social ul li:hover i {
  color: #efb312;
  background: #fff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.smo_area_stack .social ul li i {
  margin-left: 10px;
  color: #000;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width:40px;
  height:40px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media only screen and (min-width:320px) and (max-width:479px) {
	
	.smo_area_stack .social ul{    
	-webkit-transform: translate(-150px, 0);
    -moz-transform: translate(-150px, 0);
    -ms-transform: translate(-150px, 0);
    -o-transform: translate(-150px, 0);
    transform: translate(-150px, 0);
	}	
	
	.smo_area_stack .social ul li{
		
		width: 200PX;
	}
	
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.smo_area_stack .social ul{    
	-webkit-transform: translate(-80px, 0);
    -moz-transform: translate(-80px, 0);
    -ms-transform: translate(-80px, 0);
    -o-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
	}	
	
	.smo_area_stack .social ul li{
		
		width: 100PX;
	}
	
	.smo_area_stack .social {
  position: fixed;
  top: 10%;
z-index: 9;	
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
}



