@charset "UTF-8";
/* CSS Document */



/*links default */

a,
a:hover {
	color:#000;
	text-decoration:none;
	 cursor: default;}
	

a.titleAnchor {
	display:none;}
	
	
i.fa-chevron-right {
	font-size:80%;}

/*SHARE BOX*/
	
	
	
.shareButtons {
	display:none;
	height:25px;
	line-height:25px;	
	margin-bottom:10px;
	}
	
	
.shareIcon {
	height:25px;
	line-height:25px;
	margin-bottom:10px;}	
	
.shareIcon i.fa-share-alt {
	font-size:15px;
	color:#000;
	display:inline-block;
	padding-left:10px;}
	
.shareIcon:before {
	content:'share this story';
	color:#000;
	text-transform:uppercase;
	font-size:12px;}		
	
	
	
	
	
.shareButtons a {
	display:inline-block;
	padding:3px;
	 cursor: pointer;
	}
	
.shareButtons a.TW {
	background-color:#55acee;
	margin-left:-5px;}	
	
.shareButtons a.FB {
	background-color:#3b579d;}	
	
.shareButtons a.RD {
	background-color:#6bc1ff;}	
	
.shareButtons a.GP {
	background-color:#000;
	display:none;}	
	
.shareButtons a.PIN {
	background-color:#cc2029;}	
	
.shareButtons a.IN {
	background-color:#0274b3;}	
	
.shareButtons a.EM {
	background-color:#fc6c23;}								
	
	
.shareButtons a i.fa {
	width:20px;
	text-align:center;
	font-size:15px;
	color:#fff;
	display:inline-block;
	}	
	
.itemClear {
	clear:both;}	