.aq-block-cr_pricingtables_block {
	margin-left: 0 !important;
	display: inline-block;
	vertical-align: middle;
}
.aq-block-cr_pricingtables_block:before, .aq-block-cr_pricingtables_block:after{
	content: '';
	text-align: center;
}
.pricingTableCenter .aq-block-cr_pricingtables_block .pricingTable {
	padding-left: 5px;
}
.pricingTableCenter .aq-block-cr_pricingtables_block:first-child .pricingTable {
	padding-left: 0;
}
.pricingTable {
	position: relative;
	width: 100%;
	background-color: white;
	float: left;
	border: 1px solid #ededed;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pricingTable .price{
	height: 50px;
	text-align: center;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
}
.pricingTable .price p{
	margin-bottom: 0;
	font-size: 30px;
	line-height: 50px;
	color: #a4aeb9;
	background: #e3e4e8;
	padding: 0 20px;
	margin: 0 auto;
	display: table;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	font-family: 'SourceSansSemiBold';
}
.pricingTableCenter{
	margin: 0 auto;
	display: table;
}
.bundleHeader {
	background-color: #f4f4f4;
	height:80px;
	padding: 10px 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pricingTable:hover .bundleHeader h3{
	color: #ffffff;
}
.bundleHeader h3 {
	font-family: 'SourceSansSemiBold';
	text-align:center;
	font-size: 22px;
	line-height: 24px;
	color: #a4aeb9;
	margin-bottom: 4px;
	text-transform: uppercase;
	margin-top:12px;
}
.bundleContent ul {
	padding: 15px 15px 0;
	margin-top: 43px;
}
.bundleContent li {
	list-style:none;
	margin-bottom: 0;
	padding: 10px 0;
	text-align: center;
}
.bundleContent li:first-child {
	border-top: none;
	padding-top: 0;
}
.bundleContent li h3 {
	font-family: 'sourceSans';
	font-size: 17px;
	line-height: 19px;
	color: #333333;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.bundleContent li p {
	font-family: 'sourceSansLight';
	font-size: 16px;
	color: #6a6a6a;
	margin-left: 0;
}
.orderBundle {
	color: #a4aeb9;
	font-family: 'sourceSans';
	font-size: 16px;
	line-height: 18px;
	margin: 20px auto;
	display: table;
	text-transform: uppercase;
	background: #e3e4e8;
	width: 60%;
	text-align: center;
	height: 50px;
	border-radius: 5px;
	line-height: 49px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
}
.pricingTable.active .bundleHeader {
	background-color: #ed5565;
}
.pricingTable.active .bundleContent, .pricingTable:hover .bundleContent {
	background: #f6f8fa;
}
.pricingTable.active .orderBundle, .pricingTable:hover .orderBundle{
	color: #ffffff;
}
.pricingTable.active .price p, .pricingTable:hover .price p{
	color: #ffffff;
}
.pricingTable.active .bundleHeader h3{
	color: #ffffff;
}
/* Mini Pricing Tables */
.miniPricingTable {
	border-radius: 4px;
	text-align: center;
	margin-top: 10px;
	margin-left: 5px;
}
.miniPricingTable .bundlePrice {
	border: 1px solid #c4c4c4;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	padding-top: 40px;
	background: #f4f4f4;
}
.miniPricingTable .bundlePrice h2 {
	margin: 0;
	font-size: 28px;
	line-height: 30px;
	color: #383838;
}
.miniPricingTable .bundlePrice h5 {
	margin: 0;
	color: #909090;
}
.miniPricingTable .ui-arrowUp {
	border-width: 0 6px 9px 6px;
	margin: 31px auto 0;
}
.miniPricingTable .buyBundle {
	border-radius: 0 0 4px 4px;
	padding: 15px 0;
	text-transform: uppercase;
}
.miniPricingTable .buyBundle h3 {
	margin: 0;
}
.miniPricingTable.bestBundle {
	margin-top: 0;
}
.miniPricingTable.bestBundle .bundlePrice {
	padding-top: 50px;
}
.miniPricingTable.bestBundle .ui-arrowUp {
	margin-top: 41px;
}
/* Mini Pricing Tables end */
