

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



.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.bb-custom-wrapper nav {
    width: 100%;
    height: 100%;
    margin: 1em auto 0;
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}

.bb-custom-wrapper nav span {
width: 60px;
position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform:translateY(-50%);
}
#bb-nav-next {
right: 0;
}
#bb-nav-prev {
left: 0;
}

/*
.bb-custom-wrapper nav a {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 2px;
	background: #72b890;
	color: #fff;
	font-size: 0;
	margin: 2px;
}
*/


.bb-custom-wrapper nav span i {
font-size: 40px;
font-size: 4.0rem;
color: #3f3a39;
opacity: 0.5;
}

/*
.bb-custom-icon:before {
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 60px;
	line-height: 60px;
	display: block;
	-webkit-font-smoothing: antialiased;
    color: #8bac61;
}


.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
}

.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;
}
