
.bookie-bar {
	display: flex;
	flex-wrap: wrap;
    width: 1170px;
	max-width: 95%;
	margin: 18px auto 5px !important;
}

.bb-card_wrapper {
	background: #fff;
	min-width: 150px;
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 5px;
	margin: 5px 5px 0 0;
	transition: 100ms ease-in;
	border: 1px solid #dae0e3;
	cursor: pointer;
	border-radius: 4px;;
	box-shadow: 0px 1px 4px 1px #ddd;
}

.bb-card {
    flex: 1;
    position: relative;
}



.bb-card_info {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 6px 5px 9px;
		justify-content: center;
}

.bb-card_terms p,
.bb-card_terms h5,
.bb-card_info p {
	margin: 0;
}

.bb-card_info p {
	line-height: 1.15em;
}

.bb-card_info > :first-child {
	font-size: .55em;
	letter-spacing: .03em;
	text-transform: uppercase;
	font-family: Helvetica Neue;
	margin-bottom: 2px;
	font-weight: 500;
}

.bb-card_info a:last-of-type  {
	font-size: .65em;
	font-weight: 600;
	font-family: Helvetica Neue;
}


.bb-card_logo {
	position: relative;
	background: #000; 
		display: flex;
	justify-content: flex-start;
	padding: 5px
}

.bb-card_logo p {
	position: absolute;
	background: none !important;
	border: none ;
	color: #fff;
	right: 4px;
	bottom: -16px
}

.bb-card_logo img {
	max-width: 55px;
	max-height: 15px;
}

.bb-card_cta {
	position: absolute;
	font-size: .5em;
    background: #848a8d;
	bottom: 0;
	border-radius: 0 20px 20px 0;
	transform: translatey(80%);
	border-right: 5px solid #fff;
	color: #fff;
	padding: 2px 10px;
    z-index: 100;
    transition: 100ms ease-in;
}

.bb-card_cta:active,
.bb-card_cta:hover {
    background: #f99f49;
    color: #fff;
    font-weight: 900;
}


.bb-card_terms {
	background: linear-gradient(to right, #ffffff00, #e2ecf1);
	position: relative;
    border-radius: 0 50px 50px 0;
    z-index: 2;
}


.bb-card_terms h5 {
	font-size: .45em;
	text-align: right;
	color: #777;
	margin: 3px 5px
}

.bb-card_terms .bb-card_term_text {
	display: none;
	transition: 100ms ease-in;
	position: absolute;
	background: #ffffffeb;
	width: 100%;
	font-size: .6em;
	padding: 6px 8px;
	border-radius: 4px;
	text-align: center;
	box-shadow: 0 1px 3px #00000044;
	bottom: 0px;
	transform: translatey(100%);
	overflow: hidden;
}

.bb-card_terms:hover .bb-card_term_text {
	display: block;
}
