.brns_search_area, .brns_search_results {
	max-width: 1200px;
	margin: auto;
}
.brns_search_results .brns_result {
	float: left;
	width: 22%;
	margin: 1.5%;
	border: 1px solid #ebebeb;
	position: relative;
	height: 210px;
	box-shadow: 0px 5px 20px 0px #c3c3c3;
	border: 2px solid #ebebeb;
    border-radius: 1px;
}
.brns_search_results .brns_result .highlight_banner {
	position: absolute;
	bottom: 3px;
	left: 0;
}
.brns_search_results .brns_result .highlight_banner img {
	width: 90%;
}
.brns_search_results .brns_result .highlight_banner p{
	margin: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.brns_search_results .brns_result .title {
	display: none;
	position: absolute;
	top: 32%;
	left: 0;
	text-align: center;
    width: 100%;
	font-size: 12px;
    line-height: 30px;
    font-weight: bold;
}
.brns_search_results .brns_result .title a {
	color: #fff;
}
.brns_search_results .brns_result .brns_logo {
	text-align: center;
}
.brns_search_results .brns_result .brns_logo img {
    max-height: 200px;
    max-width: 80%;
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	margin: auto;
}
.brns_search_results .brns_result:hover {
	border: 2px solid #0177be;
	cursor: pointer;
	transition-duration: 1s;
}
.brns_search_results .brns_result:hover .highlight_banner {
	/*display: none;*/
}
.brns_search_results .brns_result:hover .brns_logo {
 	/*opacity: 0;*/
}
.brns_search_results .brns_result:hover .title{
	display: block;
}
.brns_search_area div.letter {
	margin: 0px 10px;
	text-transform: uppercase;
	float: left;
}
.brns_search_area div.letter.letter_inactive {
	color: #bbbbbb;
}
.brns_search_area div.letter.letter_active:hover {
	cursor: pointer;
	color: #0177be;
}
.brns_show_all:hover {
	cursor: pointer;
}
.brns_show_all {
	text-align: center;
}
.brns_show_all img {
	width: 150px;
}
.brns_search_area_inside {
	margin: 20px 1%;
	text-align: center;
	background: #eef1f5;
	padding: 20px;
	border-radius: 10px;
}
.brns_search_area_inside .title {
	font-weight: bold;
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 50px;
}
.brns_search_area_inside p {
	font-weight: bold;
	letter-spacing: 1px;
}
.brns_search_area_inside .brns_search {
	border: none;
    line-height: 30px;
    margin: 0px 10px;
}
.brns_search_area_inside input[type='submit']:hover {
	cursor: pointer;
}
.brns_search_area_inside input[type='submit'] {
	background: #0177be;
	color: #fff;
	border: 0px;
	border-radius: 2px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0px 40px;
}
.brns_alphabetically {
	line-height: 50px;
	display: inline-block;
}
.brns_custom_image {
	text-align: center;
}
.brns_custom_image img {
	max-height: 100px;
    width: auto;
}
.heading_custom {
	text-align: center;
	margin: 15px auto;
	color: #47484D;
}

.description_custom {
	text-align: center;
	margin: 15px auto;
	color: #47484D;
}
.heading_custom {
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Artegra Sans Semi Bold", Arial, Sans-serif;
}
.description_custom {
    font-weight: 100;
    line-height: 22px;
}
.brns_search_results .show_more {
	text-align: center;
}
.brns_search_results .show_more p {
	font-weight: 700;
	color: #fff;
	background: #0684c9;
	border: 2px solid #0684c9;
	border-radius: 5px;
	width: 150px;
	text-transform: uppercase;
	margin: 20px auto;
	padding: 10px;
	
}
.brns_search_results .show_more p:hover {
	cursor: pointer;
	color: #0684c9;
	background: #fff;
}

.elementor-element-8141a98 p {
	font-family: "Artegra Sans Semi Bold", Arial, Sans-serif;
}

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

	.brns_search_area_inside .title {
		line-height: 30px;
	}
	.brns_alphabetically {
		line-height: 25px;
	}
	.brns_search_results .brns_result {
		width: 97%;
		height: 300px;
		margin: 10px 1.5%;
	}
	.brns_search_results .brns_result .highlight_banner p {
		margin: 17px;
	}
	.mktoForm.mktoHasWidth.mktoLayoutAbove {
		width: 100% !important;
	}

}







