/*-----------------------------------------------------------------------------------*/
/*	TWITTER FEED
/*-----------------------------------------------------------------------------------*/

.twitterfeed {
	width: 100%;
	font-size: 12px;
	line-height: 21px;
}

.twitterfeed_home {
	padding-top: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 10px !important;
}

.twitterfeed_home a {
	color: #2b8080 !important;
}

.twitterfeed_home a:hover {
	color: #CCCCCC !important;
}

.twitterfeed_home ul {
	padding: 0px !important;
}

.twitterfeed .tweet {
	position: relative;
	height: 225px;
	overflow: hidden;
	color: #bdbdbd;
}

.tweet_home {
	height: 270px !important;
	color: #333!important;
}

.smallcontent .date,
.twitterfeed .tweet_home .date {
	color: #CCC !important;
	font-style: italic;
	font-weight: bold;
}

.twitterfeed .tweet .date {
	font-size: 11px;
}
.twitterfeed ul {
	height: 999px;
	list-style: none;
}
.twitterfeed ul li {
	background-image: url(/images/icon-twitterfeed.png);
	background-repeat: no-repeat;
	background-position: left 7px;
    background-size: 16px 13px;
	padding: 0 0 10px 26px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { 
	.twitterfeed ul li {
	    background-image: url(/images/icon-twitterfeed@2x.png)
	}
}

.smallcontent,
.twitterfeed .tweetloading {
	font-family: "News Cycle", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
}
.smallcontent a {
	color: #FFF;
	border-bottom: 1px solid #999;
}
.smallcontent a:hover {
	color: #CCCCCC;
	border-bottom: 1px solid #333;
}
.smallcontent .date,
.twitterfeed .tweet .date {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.twitterfeed a {
	color: #FFFFFF;
}

.twitterfeed a:hover {
	color: #CCCCCC;
}

