.adv_item  {
	position: relative;
	border: 2px solid white;
	border-top: 2px solid #d3d3d3;
	padding: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;

	background: white;
}

.adv_item img {
  max-width: 100%;
  height: auto;
}

.adv_item:hover {
	border: 2px solid orange;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ad_brief_desc {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 5px;
	font-family: se_font, sans-serif, arial;
	color: #0d28ab;
}

.ad_url_link {
	font-size: 14px;
	text-decoration: none;
	color: #4ECB4A;
}

.ad_url_link:link, .ad_url_link:visited, .ad_url_link:hover {
    text-decoration: none;
	color: green;
}

.adv_url_con {
	margin-bottom: 5px;
}


.ad_detail_desc {
	color: #36454f;
}

.adv_name_holder {
	display: inline-block;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	background: #4CB5F5;
	color: white;
	margin-right: 5px;
}