/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#bdblockbadges {
	margin: 0 -15px 8px;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
}
	.index #bdblockbadges {
		margin-bottom: 20px;
	}
	#bdblockbadges .bdbadge{
		margin-bottom: 20px;
		float: left;
		padding: 0 15px;
		position: relative;
    	min-height: 1px;
    	color: #777777;
    	cursor: default;
	}
		#bdblockbadges .bdbadge:first-child{
			padding-left: 0;
		}
		#bdblockbadges .bdbadge:last-child{
			padding-right: 0;
		}

		#bdblockbadges.num_1 .bdbadge, #bdblockbadges.mobile_num_1 .bdbadge{
			width: 100%;
		}
		#bdblockbadges.num_2 .bdbadge, #bdblockbadges.mobile_num_2 .bdbadge{
			width: 50%;
		}
		#bdblockbadges.num_3 .bdbadge, #bdblockbadges.mobile_num_3 .bdbadge{
			width: 33.3333333333%;
		}
		#bdblockbadges.num_4 .bdbadge, #bdblockbadges.mobile_num_4 .bdbadge{
			width: 25%;
		}
		#bdblockbadges.num_5 .bdbadge, #bdblockbadges.mobile_num_5 .bdbadge{
			width: 20%;
		}
		#bdblockbadges.num_6 .bdbadge, #bdblockbadges.mobile_num_6 .bdbadge{
			width: 16.6666666667%;
		}

		#bdblockbadges .bdbadge .badge-icon{
			font-size: 42px;
			float: left;
			margin-right: 8px;
		}
		#bdblockbadges .bdbadge .badge-title, #bdblockbadges .bdbadge .badge-desc{
			display: block;
			font-size: 13px;
		}
		#bdblockbadges .bdbadge .badge-title {
			text-transform: uppercase;
			font-weight: bold;
			padding-top: 3px;
		}
		#bdblockbadges .bdbadge .badge-desc {
		}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	#bdblockbadges .bdbadge {
		text-align: center;
	}
	#bdblockbadges .bdbadge .badge-icon {
		font-size: 42px;
		float: none;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#bdblockbadges .bdbadge{
		display: none;
	}
	#bdblockbadges .bdbadge.show-mobile{
		display: block;
	}

	#bdblockbadges.mobile_num_1 .bdbadge{
		width: 100%;
	}
	#bdblockbadges.mobile_num_2 .bdbadge{
		width: 50%;
	}
	#bdblockbadges.mobile_num_3 .bdbadge{
		width: 33.3333333333%;
	}
	#bdblockbadges.mobile_num_4 .bdbadge{
		width: 25%;
	}
	#bdblockbadges.mobile_num_5 .bdbadge{
		width: 20%;
	}
	#bdblockbadges.mobile_num_6 .bdbadge{
		width: 16.6666666667%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}