/* fixed social*/
#fixed-social {
   position: fixed;
   top: 50%;
	z-index: 999;
	right: 0;
}
#fixed-social img{
    width: 70%
}
#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #00AAE5;
 }
 .fixed-facebook span{
	background-color: #00AAE5;
 }
 .fixed-twitter{
	background-color: #7D3895;

 }
 .fixed-twitter span{
 	background-color: #7D3895;
 }
 .fixed-gplus{
	background-color: #f17511;

 }
 .fixed-gplus span{
 	background-color: #f17511;
 }
 .fixed-linkedin{
	background-color: #e7b21d;

 }
 .fixed-linkedin span{
 	background-color: #e7b21d;
 }
 .fixed-instagrem{
	background-color: #ED2B29;

 }
 .fixed-instagrem span{
 	background-color: #ED2B29;
 }
 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
/*end fixed social*/

.newsabout1 a {
    background: #dc280d;
    /* display: block; */
    /* height: 44px;
    line-height: 44px; */
    text-align: center;
    /* width: 169px; */
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 11px 11px;
	float: inline-end;
}