@charset "UTF-8";
#mediaboxessearch, .media-boxes-drop-down{
	float: right;
}
.media-box-header {
    font-size: 16px;
}
.media-boxes-drop-down{
	margin-right: 10px;
}
/* Add some border-radius to the boxes  */
.media-box-container{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.50);
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}
/* Remove the margin-bottom of the text */
.media-box-content .media-box-text{
	margin-bottom: 0 !important;
}	
/* Footer style */
.media-box-footer{
	padding: 10px 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(180,180,180,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(180,180,180,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(180,180,180,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(180,180,180,1.00) 100%);
}
.media-box-footer a{
	color: #222222;
	font-size: 11px;
	text-decoration: none;
}
.media-box-footer a:hover{
	cursor: pointer;
	color: #6D6D6D;
}
/* header style */
.media-box-header{
	padding: 10px 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.33) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.33) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.33) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.33) 100%);
}
.media-box-header a{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.media-box-header a:hover{
	cursor: pointer;
	color: #6D6D6D;
}
.media-box-content .media-box-text{
	margin-bottom: 0 !important;
}
.media-box-categories{
	margin: 0;
	font-size: 11px;
	color: #777;
}
.media-box-date{
	margin-bottom: 8px;
}
/* Style of date */
.media-box-date{
	font-size: 11px;
	color: #999;
	margin: 3px 0 0 0;
}
.thumbnail-overlay {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #FFFFFF;
}

.thumbnail-overlay i.fa, .media-box-play-button, .media-box-sound-button {
    color: #000000;
}
.S11RealEstate-ribborn {
    display: inline;
    float: right;
    height: 78px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 78px;
    z-index: 1;
}
.S11RealEstate-ribbornForeclosure {
    bottom: -4px;
    display: inline;
    float: right;
    height: 78px;
    margin: 0;
    position: absolute;
    right: -4px;
    width: 78px;
    z-index: 1;
}
.S11RealEstate-ribbornShortSale {
    bottom: -52px;
    display: inline;
    float: right;
    height: 78px;
    left: -4px;
    margin: 0;
    position: absolute;
    width: 78px;
    z-index: 1;
}
.media-boxes-no-more-entries{
	display: none;
}
.media-box-social-buttons i {
	color: #FFF;
}