.fyre img {
	width: auto;
	height: auto;
}

/*.fyrewidget .fyre .fyre-box-wrapper .fyre-logo-drop {
	right: 7px;
	left: auto;
}

.fyrewidget .fyre .fyre-box-wrapper img.fyre-logo-help {
	padding: 4px 0 0px 8px;
}*/

.fyrewidget .fyre .fyre-stream-stats, .accordion .fyre .fyre-stream-stats, .accordion .fyre .fyre-user-loggedout, .accordion .fyre .fyre-stream-livecount {
	color: #959595;
}

.fyrewidget .fyre .fyre-livecount {
	top: 0;
}

.fyrewidget .fyre .fyre-stream-sort {
	border-color: #444;
}

.fyrewidget .fyre .fyre-comment-divider>div.fyre-comment-divider {
	background: #444;
}

.fyre .fyre-comment-actions {
	height: 15px;
}

.fyre .fyre-comment-actions:hover {
	height: 40px;
}

.fyrewidget .fyre a {
	color: #fff;
	text-decoration: none !important;
}

.fyrewidget .fyre-comment p, .fyre-comment-title a {
	color: #fff;
	font-size: 15px;
}

.fyrewidget .fyre .fyre-comment-head a.fyre-twitter-handle .fyre-comment-from-text {
	color: #fff;
}

/* Twitter */
.modal { 
	margin-bottom: 20px;
}

.es-carousel { overflow: visible; width: 100%; }

.es-carousel ul {
	padding-left: 0;
	list-style: none;
}

.es-carousel a {
	text-decoration: none;
}

.es-carousel ul {
	overflow: hidden;
	clear: both;
	display: block;
	left: 0;
}

.es-carousel-wrapper {
	padding: 0;
}

#events_carousel {
	height: auto;
}

#events_carousel ul li {
	/*background: rgba(255, 255, 255, 0.2);*/
	background: #222;
	padding: 5px 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

#twitter_carousel ul li {
	border-top: 1px solid #262626;
	padding: 25px 0;
	width: 100%;
}

.body_home .back { display: none; }

#twitter_carousel ul li p {
	font-size: 15px;
	line-height: 17px;
}

#twitter_carousel ul li em {
	color: #999999;
	font-size: 14px;
	font-style: normal;
}

#events_carousel ul li, #video_carousel ul li {
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
}

#video_carousel ul li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #212121;
}

#video_carousel ul li a, #video_carousel ul li a:visited {
	color: #fff;
	text-align: center;
}

#video_carousel ul li a p {
	padding: 15px 0 20px;
	margin: 0;
}

#video_carousel ul li a:hover {
	color: #fff;
	text-align: center;
}

#video_carousel ul li:nth-child(odd) {
	width: 49%;
	margin-right: 2%;
}
#video_carousel ul li:nth-child(even) {
	width: 49%;
	margin-right: 0;
}

#video_carousel ul li a img {
	border: 1px solid #fff;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

#video_carousel ul li a:hover img {
	border: 1px solid rgba(255, 255, 255, 0.8);
}

#video_carousel ul li a:hover p {
	opacity: 0.8;
    filter: alpha(opacity=80);
}

#events_carousel ul li {
	min-height: 130px;
	width: 32%;
}

.profile-link {
	font-size: 22px;
	padding-bottom: 20px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.es-carousel p {
	/*font-size: 18px;*/
	color: #fff;
	margin: 0;
}

#events_carousel p {
	font-size: 15px;
}

.es-carousel h2 {
	margin: 3px 0 5px 0;
}

#events_carousel h2 {
	font-size: 16px;
	line-height: 16px;
}

#twitter_carousel p em {
	display: block;
	font-size: 14px;
}

#twitter_carousel a {
	font-weight: bold;
	text-decoration: none;
}

.streamhub-media-wall-view {
	color: #000;
}

.content-body img{
	max-width: 100%;
}

.bit-events {
	width: 100%;
}

.bit-events, .bit-events a {
	color: #fff;
}

.bit-events td, .bit-events th {
	text-align: left;
}

.table_header th {
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	color: #999;
	padding: 10px 0;
}
.bit-events  td {
	border-bottom: 1px solid #212121;
	padding: 10px 0;
	padding-right: 8px;
}
.bit-events  td:last-child, .bit-events  th:last-child {
	padding-right: 0;
	text-align: center;
}

.bit-events  td:last-child a {
	background: #999999;
	color: #000;
	padding: 6px;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bit-events  td:last-child a:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}