.metro-social {
	padding-top:10px;
	padding-bottom:10px;
	}

.metro-height-extend {
	height:145px;
	}

.metro-height {
	height:212px;
	}

.metro-social li {
	position:relative;
	cursor:pointer;
	list-style:none;
	margin:1px;
	}

.metro-social .metro-facebook,.metro-twitter,.metro-googleplus,.metro-pinterest,.metro-linkedin,.metro-youtube,.metro-rss,.rss-feed,.metro-specific,.googleplus-one,.twitter-one,.linkedin-one,.pinterest-one,.twitter-one-extend,.pinterest-one-extend,.youtube-one,.twitter-extend-one { 
	float:left;
	margin:1px;
	position:relative;
	display:block;
	}

.metro-social .metro-facebook {
	background:url(../images/facebook.png) no-repeat center center #1f69b3;
	width:47%;
	height:140px;
	padding:0;
	}

.metro-social .metro-twitter {
	background:url(../images/twitter.png) no-repeat center center #43b3e5;
	width:23%;
	height:69px;
	padding:0;
	}

.metro-social .metro-googleplus {
	background:url(../images/google.png) no-repeat center center #da4a38;
	width:23.3%;
	height:69px;
	padding:0;
	}

.metro-social .metro-pinterest {
	background:url(../images/pinterest.png) no-repeat center center #d73532;
	width:23.2%;
	height:69px;
	padding:0;
	}

.metro-social .metro-linkedin {
	background:url(../images/linkedin.png) no-repeat center center #0097bd;
	width:23%;
	height:69px;
	padding:0;
	}

.metro-social .metro-youtube {
	background:url(../images/youtube.png) no-repeat center center #e64a41;
	width:47%;
	height:69px;
	padding:0;
	}

.metro-social .metro-rss {
	background:url(../images/feed.png) no-repeat center center #e9a01c;
	width:47%;
	height:69px;
	padding:0;
	}

.metro-social .rss-feed {
	background:url(../images/feed.png) no-repeat center center #e9a01c;
	width:95%;
	height:69px;
	padding:0;
	}

.metro-social .metro-specific {
	background:url(../images/specificfeed.png) no-repeat center center gainsboro;
	width:94.3%;
	height:69px;
	padding:0;
	}

.metro-social .youtube-one {
	background:url(../images/youtube.png) no-repeat center center #e64a41;
	width:95%;
	height:69px;
	padding:0;
	}

.metro-social .googleplus-one {
	background:url(../images/google.png) no-repeat center center #da4a38;
	width:47%;
	height:69px;
	padding:0;
	}

.metro-social .twitter-one {
	background:url(../images/twitter.png) no-repeat center center #43b3e5;
	width:47%;
	height:69px;
	padding:0;
	}

.metro-social .twitter-one-extend {
	background:url(../images/twitter.png) no-repeat center center #43b3e5;
	width:47%;
	height:140px;
	padding:0;
	}

.metro-social .twitter-extend-one {
	background:url(../images/twitter.png) no-repeat center center #43b3e5;
	width:95%;
	height:69px;
	padding:0;
	}

.metro-social .linkedin-one {
	background:url(../images/linkedin.png) no-repeat center center #0097bd;
	width:47%;
	height:69px;
	padding:0;
	}

.metro-social .pinterest-one {
	background:url(../images/pinterest.png) no-repeat center center #d73532;
	width:47%;
	height:69px;
	padding:0;
	}

.metro-social .pinterest-one-extend {
	background:url(../images/pinterest.png) no-repeat center center #d73532;
	width:95%;
	height:69px;
	padding:0;
	}

.metro-social li:hover {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	}

.metro-social .fbhover, .twitterhover, .googlehover, .linkedinhover, .pinteresthover{
	visibility:hidden;
	opacity:0;
	transition:visibility 2.5s linear 0.5s,opacity 0.5s linear;
	}
.metro-facebook:hover .fbhover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.metro-twitter:hover .twitterhover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.twitter-one-extend:hover .twitterhover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.metro-googleplus:hover .googlehover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.metro-youtube:hover .googlehover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.youtube-one:hover .googlehover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.googleplus-one:hover .googlehover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.twitter-one:hover .twitterhover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.twitter-extend-one:hover .twitterhover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.metro-linkedin:hover .linkedinhover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.linkedin-one:hover .linkedinhover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.metro-pinterest:hover .pinteresthover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.pinterest-one:hover .pinteresthover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.pinterest-one-extend:hover .pinteresthover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}