/**
 * @package    sponsorswall
 * @subpackage component
 * @author     Alexander Grözinger {@link http://www.agmedia.de}
 * @author     Created on Mar-2018
 * @license    GNU/GPL
 * @copyright  AGMedia.de
 */
/* _   ___ __  __        _ _           _
  /_\ / __|  \/  |___ __| (_)__ _   __| |___
 / _ \ (_ | |\/| / -_) _` | / _` |_/ _` / -_)
/_/ \_\___|_|  |_\___\__,_|_\__,_(_)__,_\___|
*/

/*
|----------------------------------------------------------------------------------
| ROW EQUAL HEIGHT FLEXBOX CORRETION
|----------------------------------------------------------------------------------
*/ 
 
#agmedia_sponsorswall .row-eq-height > div {
	margin-bottom: 30px;
} 

#agmedia_sponsorswall .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#agmedia_sponsorswall .row-eq-height.bs2 a {
	margin: 0;
}

#agmedia_sponsorswall .row-eq-height a {
	padding: 10px;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
	justify-content: center;
} 

/*
|----------------------------------------------------------------------------------
| SPAN MARGIN CORRECTION FOR BOOTSTRAP 2.3.2
|----------------------------------------------------------------------------------
*/

/* SPAN2 */
#agmedia_sponsorswall .row-eq-height.bs2 .span1:nth-child(12n+13) {
	margin-left: 0;
}

/* SPAN3 */
#agmedia_sponsorswall .row-eq-height.bs2 .span3:nth-child(4n+5) {
	margin-left: 0;
}

/* SPAN4 */
#agmedia_sponsorswall .row-eq-height.bs2 .span4:nth-child(3n+4) {
	margin-left: 0;
}

/* SPAN6 */
#agmedia_sponsorswall .row-eq-height.bs2 .span6:nth-child(2n+3) {
	margin-left: 0;
}

/* SPAN12 */
#agmedia_sponsorswall .row-eq-height .span12 {
	margin-left: 0;
}
