 

  .nav-icons { 
    display:block !important;
    background-color:#fff !important;
	position:absolute; 
    z-index: 9999;
  }
  .nav-icons .social-network .social-circle li a{
    background-color:#f1f1f;
  }
  .nav-icons{
    display:none;
  }

  /* footer social icons */
  ul.social-network {
    position: fixed;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
    right:0%;
    bottom:0%;
	width:6%;
	
  }
  ul.social-network li {
    display: block;
    text-align: center;
    padding: 4px;
    transition: all 0.3s ease;
    color: #000;
    font-size:14px;
    background-color:#fff;
    border-radius:10px 0 0 10px;
  }

  /* footer social icons */
  .social-network a.icoRss:hover {
    background-color: #F56505;
  }

  .social-network a.icoFacebook:hover {
    background-color:#3B5998;
  }

  .social-network a.icoTwitter:hover {
    background-color:#33ccff;
  }

  .social-network a.icoGoogle:hover {
    background-color:#67be50;
  }

  .social-network a.icoVimeo:hover {
    background-color:#0590B8;
  }

  .social-network a.icoLinkedin:hover {
    background-color:#e30202;
  }

  .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
  .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#000;
  }

  a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
  }

  .social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 ;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:30%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:14px;
  }

  .social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
  }

  .social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  .social-circle i {
    color: #000;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  }
  .nav-icons .social-network .social-circle li a{
    background-color:#f1f1f;
  }