.sport-bookie_bookie {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	margin-top: 13px
}

.sport-bookie_bookie:nth-of-type(1) {
	margin-top: 0px;
}

.sport-bookie_bookie {
		font-family: 'Helvetica Neue'
}

.sport-bookie_header {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
	padding-left: 5px;
}

.sport-bookie_header h3 {
	display: flex;
	font-family: 'Helvetica Neue' !important;
	margin-left: 5px;
	font-weight: 600;
	letter-spacing: -.5px;
	font-size: 1.3em;
	color: #505a64;
}

.sport-bookie_header img {
	max-height: 20px;
}

/* RB TOP */

.sport-bookie_top {
	display: flex;
	padding-left: 18px;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-end;
}

.sport-bookie_top p {
	margin: 0;
}

.sb_bonus-code,
.sb_recommended {
	color: #fffd36;
	font-weight: 600;
	font-size: .7em;
	text-transform: uppercase;
	padding: 3px 23px;
	border-radius: 5px 5px 0 0;
}

.sb_recommended {
	background: linear-gradient(#484f54 70%, #272b2e 130%);
	color: #9fff51;
	margin-right: 5px !important;
}

.sb_bonus-code {
	background: linear-gradient(#484f54 70%, #272b2e 130%);
	color: #fff;
}

.sb_bonus-code strong {
	color: #9fff51
}

.sb-app-icon {
	width: 25px;
	position: relative;
	margin-right: 5px;
}

.sb-app-icon.ios-app-icon {
	background: #989898;
	border-radius: 50% 50% 0 0;
}

.sb-app-icon.android-app-icon {
	background: #9cbd42;
		border-radius: 50% 50% 0 0;
}

/* RB TOP -- END */

/*  RB MAIN  */

.sport-bookie_main {
	width: 100%;
	background: #fff;
	border: 1px solid #d8dade;
	border-radius: 8px 8px 0 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.sb_logo-ranking {
 width: 180px;
	height: 90px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
}

.sb_logo-ranking a img {
	height: 30px;
	max-height: 30px;
max-width: 115px
}

.sb_ranking {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 4px;
	border-radius: 7px
}

.sb_ranking span {
	background: #fcfdfe;
	border: 1px solid #b4bbc2;
	color: #88919a;
	font-weight: 600;
	font-size: .85em;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
		align-items: center;
	border-radius: 4px
}

.sb_info {
	flex: 1;
	padding: 10px 10px 10px 0;
	line-height: 1.2em;
}

.sb_title-flag {
	display: flex;
	align-items: baseline;
	
}

.sb_title-flag img {
	max-height: 20px;
	margin-right: 5px
}

.sb_title-flag h2.title-link {
		font-family: 'Impact' !important;
	color: #383c40 !important;
		font-size: 2.3em;
	margin: 0 !important;
	text-transform: uppercase !important;
	line-height: 1.2em
}

.sb_slogan {
	background: #f5f8fb;
	border: 1px solid #565e67;
	color: #25272a;
	font-size: .7em;
	border-radius: 4px;
	padding: 1px 25px;
}

.sb_info > a {
	color: #3c7bef;
	font-weight: 900;
letter-spacing: -.1px
}

.sb_links {
	display: flex;
	flex-direction: column;
	padding: 20px;
	justify-content: center;
	align-items: flex-start;
	border-left: 1px dashed #d8dee7
}

.sb_links a {
	line-height: 1.2em;
	text-align: left !important;
	text-transform: uppercase;
	font-size: .75em;
    transition: 80ms ease-in;
}

.sb_links a.sb_bet-link {
	background: #12af5e;
	color: #fff !important;
 border: 1px solid #12af5e;
	padding: 8px 15px;
	min-width: 150px;
	border-radius: 6px;
	font-weight: 600;
}

.sb_links a.sb_review-link {
	background: #fff;
	color: #9b9fa5 !important;
 border: 1px solid #9b9fa5;
	min-width: 90px;
border-radius: 4px;
	margin: 5px 0 0 0;
	padding: 3px 15px;
		font-weight: 600;
}

.sb_links a.sb_review-link:hover {
    background: #fff;;
	color: #12af5e !important;
 border: 1px solid #12af5e;
}

.sb_links a.sb_bet-link:hover {
    background: #fff;;
	color: #12af5e !important;
 border: 1px solid #12af5e;
}

/* RB LINKS END */

/* RB TERMS */

.sport-bookie_terms {
	background: #fcfdfe;
	width: 100%;
	border: 1px solid #d8dade;
	border-top: none;
	border-radius: 0 0 6px 6px;
	padding: 5px 12px
}


.sport-bookie_terms p {
	margin: 0;
	line-height: 1.2em;
	color: #7e899e;
	font-size: .8em
}

/* SMALL */

@media(max-width: 770px ) {
	
	.sb_links {
	flex-direction: row;
	padding: 0px 10px 10px 10px;
	justify-content: flex-start;
	align-items: flex-start;
	border-left: none;
		width: 100%;
}
	
	.sb_links a {
	font-size: .9em;
		flex: 1;
}
	
	.sb_links a.sb_bet-link {
				padding: 6px 15px;
	}

.sb_links a.sb_review-link {
	background: #fff;
	color: #9b9fa5 !important;
 border: 1px solid #9b9fa5;
	max-width: 150px;
border-radius: 6px;
	margin: 0 0 0 10px;
	padding: 6px 15px;
}
	
.sb_logo-ranking {
 width: 160px;
	height: 75px;
}

.sb_logo-ranking a img {
	height: 45px;
	max-height: 35px;
max-width: 120px
}

.sb_ranking {
	width: 33px;
	height: 33px;
	padding: 3px;
}

	.sb_title-flag h2.title-link {
		font-size: 2em;
}


.sb_info > a {
	line-height: 1em;
}
	
}

@media(max-width: 500px ) {
	.sb_logo-ranking {
		width: 100%
	}
	
		.sb_title-flag h2.title-link {
		font-size: 2.2em;
}
	
	.sb_info {
		padding: 0 10px 10px;
	}
	
	.sb_links {
	padding: 10px;
	border-top: 1px dashed #d8dee7
}
	
	
	.sb_links a.sb_review-link {
	max-width: 90px;
}
	
}
