/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 28, 2018, 12:49:02 PM
    Author     : itkruze
*/



.twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.fa1 {
    float:right;
}

.twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}




/* Floating Social Media Bar Style Starts Here */

.fr-fr {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  left:-135px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}


.fr-fr:hover {
  left:0;
}

.fr-fr a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-mc {
  top: 290px;
  
}

.float-nc {
  top: 345px;
  
}

.hiddenleft {
  visibility: hidden;
}
.showleft {
  visibility: visible;
}

/* Floating Social Media Bar Style Ends Here */