.sub-content .search-wrap {
	background-color:#fff;
    position: relative;
    float: left;
    width: 100%;
    
	padding-bottom: 100px;
}
.search-style { 
	padding-bottom:0px!important;
}
@media only screen and (max-width : 992px) {
.sub-content .search-wrap {
		padding-bottom: 10px;
	}
}
@media only screen and (max-width : 768px) {
	.sub-content .column-wrap {
		padding-top: 30px;
		padding-bottom: 25px;
		font-size:16px;
	}	
}
.search-item:first-child { 
	border-top:1px solid #efefef;
	padding-top:30px;
}
.search-item { 
	 position:relative; 
	 float:left;
	 width:100%;
	 border-bottom:1px solid #efefef;
	 margin-bottom:30px;
}
.search-item:nth-child(odd)  a { 
	color:#04a696; 
}
.search-item:nth-child(even)  a { 
	color:#d3d92b; 
}
.search-item-title { 
	 font-family: 'DINOT-Bold';
	 text-transform:uppercase;
	 font-size: 18px;
	 margin-bottom:5px;
}
@media only screen and (max-width : 768px) {
	.search-item-title { 
		 font-family: 'DINOT-Bold';
		 text-transform:uppercase;
		 font-size: 15px;
		 margin-bottom:5px;
	}
}
.search-item-content a { 
	font-weight:bold;
}
.search-item-link { 

}