/** RESET AND LAYOUT
===================================*/

.bx-wrapper, .bx-viewport{
	position: relative;
	height: 385px !important;
}
.bxslider{
	height: 385px;
	position: relative;
}
.bx-wrapper img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	display: block;
}
.bxslider li .info{ padding: 29px 0 0 25px; height: 358px;  position: absolute;}
.bxslider li .info .title p{
	background: #fff;
	display: inline-block;
	margin-bottom: 5px;
	color: #000;
	font: 700 32px/42px Ubuntu;
	padding-left: 10px;
}
.bxslider li .info .title p span{
	background: #ffeb45;
	display: inline-block;
	padding: 0 10px;
}
.bxslider li .info .delivery_count{
	position: absolute;
	bottom: 12px;
	right: 110px;
	text-align: center;
	color: #010101;
	font: 24px/24px Ubuntu;
}
.bxslider li .info .delivery_count p{ background: #fff; display: inline-block; padding: 1px 7px 4px; margin-top: 7px; }
.bxslider li .info .delivery_count p.name{
	background: #230a57;
	color: #fff;
	font: 700 28px/37px Ubuntu;
	text-transform: uppercase;
	padding: 0 14px;
}
.bxslider li .info .delivery_count p.numbers{ background: none; color: #000;font:700 54px/90px Ubuntu; text-align: center; }
.bxslider li .info .delivery_count p.numbers span{
	display: inline-block;
	height: 90px;
	border-radius: 3px;
	background: #feeb46;
	padding: 0 10px;
}
.bxslider li .info .delivery_count:before{
	display: block;
	width: 195px;
	height: 140px;
	position: absolute;
	bottom: 0px;
	left: -185px;
	content: '';
	background: url(../images/slider_arrow.png) 0 0 no-repeat;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto { display: none; }

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 50%;
	margin-left: -490px;
	background: url(../images/slider_arrows.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 50%;
	margin-right: -490px;
	background: url(../images/slider_arrows.png) no-repeat -64px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 205px;
	outline: 0;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-caption{ display: none; }