

/*-- //fixed social icons --*/
.wthree-wthree-social {
  position: fixed;
  bottom: 0%;
  width: 4%;
  z-index: 9999;
}
.wthree-social ul {
  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);
}
.wthree-social ul li {
  display: block;
  margin: 5px;
  width: 310px;
  text-align: left;
  padding: 10px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.w3_twitter{
	background:#1da1f2;
}
.w3_facebook{
	background:#3b5998;
}
.w3_dribbble{
	background:#ea4c89;
}
.w3_g_plus{
	background:#dd4b39;
}
.w3_you_tube{
	background:#C64536;
}
.w3_twitter:hover{
	background:#54BAF2;
}
.w3_facebook:hover{
	background:#6187D5;
}
.w3_you_tube:hover{
	background:#C64536;
}
.w3_g_plus:hover{
	background:#EA6A5B;
}
.wthree-social ul li a{
	color:#212121;
}
.wthree-social ul li i {
	margin-right: 10px;
    color: #212121;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 15px;
  	text-align: center;
	background: #fff;
}
.wthree-social {
  position: fixed;
  bottom: 0%;
  width: 4%;
  z-index: 9999;
  right:-5px;
  top:50%;
}
.wthree-social ul {
  padding: 0px;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.wthree-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(-78px,0px);
}
.wthree-social ul li a{
	color:#212121;
}
.wthree-social ul li:hover a {
  color: #fff;
  text-decoration: none;
}

.wthree-social ul li i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    background: #fff;
}
.wthree-social 
{
    right: 5px;
}

element {
}
.wthree-social {
    right: 5px;
}
.wthree-social {
    top: 30%;
}
/*-- //fixed wthree-social icons --*/


.wthree-social 
{
    right: 227px!important;
}
.wthree-social {
    top: 60%!important;
}
.wthree-social ul li
{
    padding: 5px!important;
}
.w3_facebook {
    background: #CA3438;
}
.w3_twitter {
    background: #CA3438;
}
.w3_facebook:hover {
    background: #CA3438;
}
.w3_twitter:hover {
    background: #CA3438;
}
.wthree-social ul li a 
{
    color: #ffffff;
}