#navigation > ul > li.many-subitems{
	
}

#navigation > ul > li > ul{
	background: #22a7f0;
	width: 300px;
}

@media(min-width:866px){
	#navigation > ul > li.many-subitems > ul{width: 500px;}
	#navigation > ul > li.many-subitems > ul > li{
		width: 50%;
		float: left;
	}
	
	#navigation > ul > li.many-subitems > ul li a{
		text-transform: none;
		padding: 10px 15px;
	}
	
	#navigation > ul > li.reverse-submenu > ul{right: 0;}
}

.page-id-285 .post-content strong{color: #22a7f0;}

.pertners-grid{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
	-ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    
    margin-bottom: 30px;
    
}


.pertners-grid:before,
.pertners-grid:after{
	content: "";
	display: table;
}

.pertners-grid:after{clear: both;}

.pertners-grid > *{float: left; padding: 0 15px; box-sizing: border-box;}
.pertners-grid .width-1-4{width: 25%;}

.pertners-grid a{display: block; height: 100%;}

@media(max-width:767px){
	.pertners-grid{display: block;}
	.pertners-grid > *{float: none; width: 100% !important;}
}