TOP
jQuery('.label-league').on('click', function(e) {
if (!Modernizr.mq('only all and (max-width: 768px)')) {return;}
var jQuerycontent = jQuery(this.nextElementSibling);
jQuery('#oblibenekluby .well').hide('slow');
if (jQuerycontent.css('display') === 'none') {
jQuerycontent.show('slow');
}
});