/**
 * @version: $Id: default-responsive.css 3990 2014-01-15 10:01:29Z Sigrid Suski $
 * @package: SobiPro Component for Joomla!

 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: http://www.Sigsiu.NET

 * @copyright Copyright (C) 2006 - 2014 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved.
 * @license GNU/GPL Version 3
 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3
 * as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3.
 * See http://www.gnu.org/licenses/gpl.html and http://sobipro.sigsiu.net/licenses.

 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

 * $Date: 2014-01-15 11:01:29 +0100 (Wed, 15 Jan 2014) $
 * $Revision: 3990 $
 * $Author: Sigrid Suski $
 */
@media (max-width: 599px) {
  .SobiPro .entry-container > .row-fluid > [class*='span'],
  .SobiPro .category-container > .row-fluid > [class*='span'] {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
