@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: 18px !important;
	color: #A9252F; /* BODY COPY*/
}
#cboxOverlay{ /* COLOUR BELOW IS KNIGHTBRIDGE GOLD*/
	background-color: rgba(187,164,84,0.9) !important;
}
*****  {
}
.NEWSFEED {
	min-height: 640px;
	background-color: rgba(255,255,255,0.4);
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 8px;
	padding-left: 17px;
}
.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;
	background-color: rgba(255,255,255,0.6);
	padding: 0px;
}
