ul.social_media{

  position: fixed;

  top: 159px;

  left:140px;

  z-index:9999;

}

ul.social_media{

  padding: 0px;

  -webkit-transform: translate(-270px, 0);

  -moz-transform: translate(-270px, 0);

  -ms-transform: translate(-270px, 0);

  -o-transform: translate(-270px, 0);

  transform: translate(-270px, 0);

}

ul.social_media li {

  display: block;

  margin: 5px;

  background: #0154a8;

  width: 165px;

  text-align: right;

  padding: 8px 0px 9px 10px;

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -ms-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;

}

ul.social_media li a {

	font-family: 'robotoregular';

  	color: #fff;

	font-size:14px;

}

ul.social_media li:hover {

  -webkit-transform: translate(100px, 0);

  -moz-transform: translate(100px, 0);

  -ms-transform: translate(100px, 0);

  -o-transform: translate(100px, 0);

  transform: translate(100px, 0);

  background:#fff;

}

ul.social_media li:hover a {

  	color: #333;

}

ul.social_media li:hover i {

  color: #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;

}



ul.social_media li i.fa-facebook{

  color: #000;

  width:40px;

  hight:40px;

  background:url(../img/images/fb_icon.jpg) right center no-repeat;

  -webkit-transform:background:url(../img/images/fb_icon.jpg) right center no-repeat;

  -moz-transform: background:url(../img/images/fb_icon.jpg) right center no-repeat;

  -ms-transform:background:url(../img/images/fb_icon.jpg) right center no-repeat;

  -o-transform: background:url(../img/images/fb_icon.jpg) right center no-repeat;

  padding: 20px;

  margin-left:10px;

}

ul.social_media li i.fa-twitter{

  color: #000;

  width:40px;

  hight:40px;

  background:url(../img/images/tw_icon.jpg) right center no-repeat;

  padding: 20px;

  margin-left:10px;

}

ul.social_media li i.fa-linkedin{

  color: #000;

  width:40px;

  hight:40px;

  background:url(../img/images/ld_icon.jpg) right center no-repeat;

  padding: 20px;

  margin-left:10px;

}

ul.social_media li i.fa-contact{

  color: #000;

  width:40px;

  hight:40px;

  background:url(../img/images/ph_icon.jpg) right center no-repeat;

  padding: 20px;

  margin-left:10px;

}

ul.social_media li i.fa-email{

  color: #000;

  width:40px;

  hight:40px;

  background:url(../img/images/con_icon.jpg) right center no-repeat;

  padding: 20px;

  margin-left:10px;

}



@media screen and (max-width: 480px) {

ul.social_media.display_none{

	display:none;

}

}

