/* Even grid cell widths
 ========================================================================== */


/* ELEMENTS

[class*='uk-grid-width-articles'] > * { width: 100%; }
[class*='uk-grid-width-magazines'] > * { width: 100%; }
[class*='uk-grid-width-partners'] > * { width: 20%; }
[class*='uk-grid-width-faq'] > * { width: 100%; }

-------- */
 
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%;
}




@media screen and (max-width: 3400px) { 
[class*='uk-grid-width-articles'] > * { width:11.11111%; }
[class*='uk-grid-width-magazines'] > * { width:11.11111%; }
[class*='uk-grid-width-partners'] > * { width:11.11111%; }
[class*='uk-grid-width-faq'] > * { width:33.33333%; }
}

@media screen and (max-width: 2900px) { 
[class*='uk-grid-width-articles'] > * { width:12.5%; }
[class*='uk-grid-width-magazines'] > * { width:12.5%; }
[class*='uk-grid-width-partners'] > * { width:12.5%; }
}

@media screen and (max-width: 2600px) { 
[class*='uk-grid-width-articles'] > * { width:14.28571%; }
[class*='uk-grid-width-magazines'] > * { width:14.28571%; }
[class*='uk-grid-width-partners'] > * { width:14.28571%; }
}

@media screen and (max-width: 2200px) { 
[class*='uk-grid-width-articles'] > * { width:16.66666%; }
[class*='uk-grid-width-magazines'] > * { width:16.66666%; }
[class*='uk-grid-width-partners'] > * { width:16.66666%; }
}

@media screen and (max-width: 1920px) { 
[class*='uk-grid-width-articles'] > * { width:20%; }
[class*='uk-grid-width-magazines'] > * { width:20%; }
[class*='uk-grid-width-partners'] > * { width:20%; }
[class*='uk-grid-width-faq'] > * { width:50%; }
}

@media screen and (max-width: 1670px) { 
[class*='uk-grid-width-articles'] > * { width:25%; }
[class*='uk-grid-width-magazines'] > * { width:25%; }
[class*='uk-grid-width-partners'] > * { width:25%; }
}

@media screen and (max-width: 1200px) { 
[class*='uk-grid-width-articles'] > * { width:33.33333%; }
[class*='uk-grid-width-magazines'] > * { width:33.33333%; }
[class*='uk-grid-width-partners'] > * { width:33.33333%; }
[class*='uk-grid-width-faq'] > * { width:100%; }
}

@media screen and (max-width: 760px) { 
[class*='uk-grid-width-articles'] > * { width:50%; }
[class*='uk-grid-width-magazines'] > * { width:50%; }
[class*='uk-grid-width-partners'] > * { width:50%; }
}

@media screen and (max-width: 500px) { 
[class*='uk-grid-width-articles'] > * { width:100%; }
[class*='uk-grid-width-magazines'] > * { width:100%; }
[class*='uk-grid-width-partners'] > * { width:100%; }
}

@media screen and (min-width: 3400px) { 
[class*='uk-grid-width-articles'] > * { width:10%; }
[class*='uk-grid-width-magazines'] > * { width:10%; }
[class*='uk-grid-width-partners'] > * { width:10%; }
[class*='uk-grid-width-faq'] > * { width:25%; }
}