@charset "utf-8";
/* CSS Document */



	#holderSocialMedia {
		display: inline-block;
		float: right;
		margin-top: -28px;
	}
	
	@media screen and (max-width: 980px) { /* header styles for vertical and horizontal composition on most mobile phones */
		#holderSocialMedia {
			position: absolute;
			left: 0;
			padding-bottom: 20px;
			clear: both;
			background-color: #00628d;
			width: 100%;
			margin: 10px auto 0 auto;
			text-align: center;
		}
	}

	.fa {
		padding: 5px;
		font-size: 20px;
		width: 20px;
		height: 20px;
		text-align: center;
		text-decoration: none;
		margin: 5px 2px;
		border-radius: 50%
	}
	
	.fa:hover {
		opacity: 0.7;
	}

	/* specific background color for each brand */
	.fa-facebook {
		background: #3B5998;
		color: white;
	}
	
	.fa-twitter {
		background: #55ACEE;
		color: white;
	}
	
	.fa-google {
		background: #dd4b39;
		color: white;
	}
	
	.fa-linkedin {
		background: #007bb5;
		color: white;
	}
	
	.fa-youtube {
		background: #bb0000;
		color: white;
	}
	
	.fa-instagram {
		background: #125688;
		color: white;
	}

	.fa-pinterest {
		background: #cb2027;
		color: white;
	}
	
	.fa-skype {
		background: #00aff0;
		color: white;
	}
	
	.fa-rss {
		background: #ff6600;
		color: white;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	