/*
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;
}

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




/* Floating Social Media Bar Style Starts Here */

.fl-fl {
	background: #f0eded;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 4px 6px;
	width: 190px;
	position: fixed;
	right: -138px;
	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;
}
.sm-img {
	width: 40px;
}

.fa {
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
	
	margin-left: 0px;
}

.fl-fl:hover {
  right: 0;
}

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

.float-fb {
  top: 290px;
}

.float-tw {
  top: 345px;
}

.float-ig {
  top: 400px;
}


.float-yt {
  top: 455px;
}

.float-cs {
  top: 510px;
}

.float-pn {
  top: 435px;
}
/* Floating Social Media Bar Style Ends Here */