/**

 * @version     CVS: 1.0.1

 * @package     com_escorts

 * @subpackage  mod_escorts

 * @copyright   2024 Ingin Ibiza SL

 * @license     Licencia Pública General GNU versión 2 o posterior. Consulte LICENSE.txt

 * @author      Ingin Ibiza SL <gaspar@ingin.es>

**/



.mod-banners-home-elem {

    margin-bottom: 25px !important;

    margin-left: 0px !important;

/*     border: 1px solid #BBB; */

    background-color: #EEE;

    padding-top: 15px !important;
/*    padding-bottom: 15px !important;*/

/*    padding-left: 0px !important;*/

    text-align: center;

    border-radius: 0px 10px 0px 0px;

    -moz-border-radius: 0px 10px 0px 0px;

    -webkit-border-radius: 0px 10px 0px 0px;

    border: 1px solid #DDD;

}

.mod-banners-home-elem > .uk-panel{
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-bottom: 15px !important;
}

.mod-banners-home-title {

    min-height: 36px;

}

.mod-banners-img {

    display: none;

}

.mod-banners-img.active {

    display: unset;

}

