
#socialside {
    position: fixed;
    top: 40%;
    right: 33px;
    z-index:9999;
    -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 0.5s ease;
}
.mainul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.scli {
    position: relative;
    width: 132px;
    list-style: none;
    border-radius: 8px 0px 0px 8px;
    margin-right: -140px;
    right:0px;
    cursor: pointer;
    
}

.scli img {
      background-color: #333;
  border-radius: 5px 0px 0px 5px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.scli li {
      height: 30px;
  line-height: 30px;
  margin: 5px 0;
  padding-left: 52px;
  font-family: "Archivo Black";
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin-left: -57px;
}

div#___plusone_0 {
  padding-top: 5px !IMPORTANT;
  float:left!important;
}

iframe#twitter-widget-0 {
  width: 100% !important;
  vertical-align: middle !important;
  height: 24px !important;
}

.mainul li:first-child .scli img.rt {
      background-color: #333332;
     background: -webkit-gradient( radial, 24 15%, 29, 66 15%, 0.6, from(#333332), to(#333332));
    background: -moz-radial-gradient( 23px 15%, circle, #333332 29px, #333332 66px);
    border: 1px solid #D0D0D0;
}
.mainul li:first-child .scli img.lt {
       background-color: #333332;
     background: -webkit-gradient( radial, 24 15%, 29, 66 15%, 0.6, from(#333332), to(#333332));
    background: -moz-radial-gradient( 23px 15%, circle, #333332 29px, #333332 66px);
    border: 1px solid #D0D0D0;
}

.mainul li:nth-child(2) .scli img {
   background-color: #3B5998;
    background: -webkit-gradient( radial, 24 15%, 29, 66 15%, 0.6, from(#3B5998), to(#B6B6FF));
  background: -moz-radial-gradient( 23px 15%, circle, #3B5998 29px, #B6B6FF 66px);
}

.mainul li:nth-child(3) .scli img {
  background-color: #DD4B39;
     background: -webkit-gradient( radial, 24 15%, 29, 66 15%, 0.6, from(#DD4B39), to(#FFABA3));
  background: -moz-radial-gradient( 23px 15%, circle, #DD4B39 29px, #FFABA3 66px);
}

.mainul li:nth-child(4) .scli img {
  background-color: #55ACEE;
  background: -webkit-gradient( radial, 24 15%, 29, 66 15%, 0.6, from(#55ACEE), to(#BFE2FF));
  background: -moz-radial-gradient( 23px 15%, circle, #3B5998 29px, #B6B6FF 66px);
}

.slidert {
  right: -33px !important; 
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 0.5s ease;
}


