@charset "UTF-8";
.sboard {
	font-size: 14px !important;
	font-family: Arial;
}
.sboard a:link, .sboard a:visited{
	color: #a58b49 !important;
	font-size: 14px !important;
}
.sboard .sb-item .sb-inner .sb-title
.sboard .sb-item .sb-inner .sb-info,
.sboard .sb-item .sb-inner .sb-text {
	line-height: 17px !important;
	color: #666;
}
#cboxOverlay{ /* COLOUR BELOW IS KNIGHTBRIDGE GOLD*/
	background-color: rgba(187,164,84,0.9) !important;
}
*****  {
}
.NEWSFEED {
	min-height: 612px;
	background-color: rgba(255,255,255,0.5);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.NEWSFEED iframe {
	position: relative;
	display: block;
	padding: 0;
	border: 0;
}
.NEWSFEED-content {
	top: 0px;
	height: 100%;
	position: absolute;
	width: 100%;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
.NEWSFEED {
	float: left;
	width: 100%;
	min-height: 0px;
	margin-top: 10px;
	background-color: rgba(255,255,255,0.7);
	padding: 0px;
}
