@font-face {
	font-family: 'arrows';
	src:url('../fonts/arrows/arrows.eot');
	src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arrows/arrows.woff') format('woff'),
		url('../fonts/arrows/arrows.ttf') format('truetype'),
		url('../fonts/arrows/arrows.svg#arrows') format('svg');
	font-weight: normal;
	font-style: normal;
}

.bb-custom-wrapper {
	width: auto;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.bb-custom-wrapper nav {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	text-align: center;
}

.bb-custom-wrapper nav.btnRow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}
.bb-custom-wrapper nav.prevBtns{
	left: -30px;
}
.bb-custom-wrapper nav.nextBtns{
	right: -30px;
}

.bb-custom-wrapper nav a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 2px;
	background: #72b890;
	color: #fff;
	font-size: 0;
	margin: 2px;
	vertical-align: middle;
}
.bb-custom-wrapper nav a:nth-child(n+2) {
	margin-top: 10px;
}

.bb-custom-wrapper nav a:hover {
	opacity: 0.6;
}

.bb-custom-icon:before {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 20px;
	line-height: 30px;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
	content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
	content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}

.no-js .bb-custom-content {
	height: 470px;
}

.number{
	display: inline-block;margin: 2px; vertical-align: middle;
}
.number input{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 2px;
	background: #fff;
	color: #555;
}

@media (max-width: 640px){
	.bb-custom-wrapper nav.btnRow, .bb-custom-wrapper nav a{
		width: 20px;
		height: 24px;
	}
	.bb-custom-wrapper nav a{
		margin: 0;
	}
	.bb-custom-wrapper nav.prevBtns{
		left: -20px;
	}
	.bb-custom-wrapper nav.nextBtns{
		right: -20px;
	}
	.bb-custom-icon:before {
		font-size: 18px;
		line-height: 24px;
	}
}