/*
	b-add-buttons
*/

.b-add-buttons
	{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 130px 0 0 -497px;
	}
	
	/* .b-add-buttons__pres, */
	.b-add-buttons__social
		{
		display: block;
		width: 95px;
		padding: 7px 3px 10px 32px;
		margin: 0 0 10px 0;
		border-radius: 5px 5px 5px 5px;
		background-color: #D4D0C6;
		text-decoration: none;
		line-height: 13px;
		text-align: left;
		}
		
		/* .b-add-buttons__pres:hover, */
		.b-add-buttons__social:hover
			{
			background-color: #DBD7CC;
			}
		
	/* .b-add-buttons__pres
		{
		background-image: url('/img/icon-presentation.png'); 
		background-position: 6px 10px;
		background-repeat: no-repeat;
		} */
		
	.b-add-buttons__social
		{
		background-image: url('/img/icon-fb.png'); 
		background-position: 6px 6px;
		background-repeat: no-repeat;
		}
		
		/* .b-add-buttons__pres-text, */
		.b-add-buttons__social-text
			{
			color: #575C60;
			font-family: Open sans;
			font-size: 12px;
			}