.bf-form-group {
	position:relative;
	background-color: #fff;
}

.bf-widget-ad-row
{
	/*font-size: 20px;*/
	font-size: 1rem;
	color: #000;
	background-color: #fff;
	/*margin-left:10px;*/
	/*margin-right:3px;*/
	margin-top:10px;
	margin-bottom:0px;
	border: none;
	min-height:200px;
	/*width:278px;*/

	
}

.bf-widget-ad {
	font-size: 1rem;
	background-color:ghostwhite;
	border:1px solid black;
	height:120px;
	/* margin-bottom:10px; */
	position:relative;
	transition:all ease-out 225ms;
	overflow-y:hidden;
	min-height:180px;
	color:black;
}

.bf-widget-ad:hover {
	cursor:pointer;
	transition:all ease-out 175ms;
	background-color:#B8D7F2;
	z-index:1
}

.bf-widget-ad:active {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}

.bf-widget-ad-txt h4 {
	font-size: 1rem;
	margin-top:15px;
	margin-bottom:3px
}

.bf-widget-ad-txt p {
	font-size: 1rem;
}

.bf-widget-ad img {
	float:left;
	width:65px;
	height:65px;
	display:inline-block;
	margin:15px 15px 15px 15px
}

.bf-widget-ad .widget-ad-txt {
	float:left;
	display:inline-block;
	width:70%;
	position:relative
}

@media screen and (max-width: 320px) {
	.bf-widget-ad {
		height:65px
	}
	.bf-widget-ad img {
		margin:0 10px 0 0
	}
	.bf-widget-ad h4 {
		margin-top:5px;
		margin-bottom:3px
	}
	.bf-widget-ad .widget-ad-txt p {
		font-size:12px
	}
}

@media (min-width: 992px) and (max-width: 1197px) {
	.bf-widget-ad {
		height:123px
	}
	.bf-widget-ad .widget-ad-txt {
		float:left;
		display:inline-block;
		width:60%
	}
}
.bf-widget-ad-img-row {
	margin-top:25px;
	margin-bottom:25px;
	text-align:center
}
.bf-widget-ad-img-row img {
	margin:0 auto
}

.bf-widget-ad-txt {
	width:100%
}

.text-center {
	text-align:center
}

.bf-row {
	/* margin-right:0px; */
	/* margin-left:0px; */
}
 
#bf-listing-widget { 
	font-family:"Roboto","Arial", Helvetica, sans-serif;
	background-color:#fff;
	color:#000;
	font-size:16px;
	border:1px solid black;
}

.alert-bf-widget {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-bf-widget-info {
	color: #31708f;
	background-color: #f1f1f1;
}