
	body {
		text-align: left;
		text-decoration: none;
		padding: 0px;
		border:0px;
		margin:0px;
	}

	#holder {
		width:100%;
		padding:0px;
		margin: 0px;
		border:0px;
		top:0px;
		left:0px;
		text-align: left;
	}
	
	.result {
		width: 100%;
		height: 110px;
		display: block;
		overflow: hidden;
		margin: 0 0px 12px 0;
		background-color: #dddede;
		position: relative;
		border-bottom: 1px solid #c8c8c8;
	}
	
	a {
		text-decoration: none;
		color: #5b5b5b;
		display: block;
	}
	
	.result_main_image {
		display: inline-block;
	    vertical-align: top;
	    min-height: 110px;
	    object-fit: cover;
	    max-width: 100px;
	    width: 100px;
	    height: auto;
	}
	
	.subtitle{
		padding:0px;
		margin: 0px;
		border:0px;
		margin: 0px;
		display: inline-block;
		overflow: none;
		height: 110px;
		max-height: 110px;
		width: 70%;
		position: absolute;
		top: 0px;
		right: 0px;
		background-color: #dddede;
		
	}
	
	h3{
		font-family: 'Ubuntu', sans-serif;
	    font-style: normal;
	    font-weight: 700;
	    background-color: #1994c2;
	    padding: 10px 12px;
	    text-transform: uppercase;
	    color: white;
	    margin: 0px 0px 12px 0px;
	}
	

	h4 {
		color: #00374c;
		text-align: left;
		margin: 0px;
		padding: 14px 12px 0px 16px;
		border: 0px;
		font-size: 16px;
		line-height: 17px;
		font-family: 'Ubuntu', sans-serif;
		font-style: normal;
		font-weight: 700;
		letter-spacing: 0.02em;
	}


	h5 {
		color: #5b5b5b;
		text-align: left;
		margin:0px;
		padding: 4px 12px 12px 16px;
		border:0px;
		font-size: 12px;
		line-height: 16px;
		border:0px;
		font-family: "lato",sans-serif ;
		font-weight: 400;
	}

	

	.blur_image {
		filter: blur(5px);
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		margin:-1px;
		padding:1px;
	}


	
	
	.result:nth-child(3n) {
		margin-right: 0px;
	}

	

@media screen and (max-width: 875px) {
  


}

@media screen and (max-width: 500px) {
	

	
}