div.evtr-widget {
	margin: auto;
	max-width: 975px;
}

a.evtr-partner-url {
	display: none !important;
}

a.evtr-partner-name  {
	display: none !important;
}


div.evtr-partner {
	
	width: 100px!important;
    height: 50px!important;
	display: flex!important;
	display: -webkit-flex!important;
 	 flex-direction: column;
  	justify-content: center;
	 -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
	margin: 8px;
	margin-right: 13px;
	margin-left: 13px;
	margin-bottom: 30px!important;
	
			
}
.bw_img { 
		-webkit-filter: grayscale(1);
  filter: grayscale(1);
		opacity: 0.7;
		-webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}
.bw_img:hover { 
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 0.9;
	-webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
	}
.evtr-partner-img {
 
}
div.evtr-partners {
	
	
	display: inline-block;
	display: -webkit-flex!important;
	flex-wrap: wrap;
 	-webkit-flex-wrap: wrap;
	justify-content: center!important;
	
		
}

a.evtr-partner-img {
	padding: 12px;
	display: block;
	
	
}

img.imgpartner {

	max-width: 120px!important;
    max-height: 70px!important;
    margin: auto;

   
}

h2.partner_type {
	
	text-align: center;
	margin-top: 30px!important;
	width: 100%;
	font-size: 20px;
    margin-top: 0;
    
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
    padding: 0px 50px;
    background: #fff;
	color: #1b75ba;
	margin: auto;

}

h3.section-subheading {
	margin-top: 10px!important;
	border-bottom: #B2415F 2px solid;
	width: 100px!important;
	
}

ul.evtr-partners:nth-of-type(1) li
{
	max-height: 220px!important;
	width: 220px!important;
	margin: 15px !important;
}

ul.evtr-partners:nth-of-type(1) img
{
	max-height: 220px!important;
	max-width: 220px!important;
	
}
ul.evtr-partners:nth-of-type(2) li
{
	max-height: 220px!important;
	width: 260px!important;
	margin: 15px !important;
	
}

ul.evtr-partners:nth-of-type(2) img
{
	max-height: 200px!important;
	max-width: 260px!important;
	
}
ul.evtr-partners:nth-of-type(3) li
{
	max-height: 220px!important;
	width: 260px!important;
	margin: 15px !important;
	
}

ul.evtr-partners:nth-of-type(3) img
{
	max-height: 200px!important;
	max-width: 230px!important;
	
}
ul.evtr-partners:nth-of-type(4) li
{
	max-height: 220px!important;
	width: 260px!important;
	margin: 15px !important;
	
}

ul.evtr-partners:nth-of-type(4) img
{
	max-height: 200px!important;
	max-width: 230px!important;
	
}

ul.evtr-partners li
{
	max-height: 220px!important;
	width: 100px!important;
	margin: 15px !important;
	
}

ul.evtr-partners img
{
	max-height: 200px!important;
	max-width: 100px!important;
	
}

ul.evtr-partners:last-of-type {
	
	
	display: block;
	margin: auto;
	
}

