.casino-brand_bookie {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	margin-top: 13px
}

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

.casino-brand_bookie {
		font-family: 'Helvetica Neue'
}

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

.casino-brand_header h3 {
	display: flex;
	font-family: 'Helvetica Neue' !important;
	margin-left: 5px;
	font-weight: 600;
	letter-spacing: -.5px;
	font-size: 1.3em;
	color: #565b61;
}

.casino-brand_header img {
	max-height: 20px;
}

/* RB TOP */

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

.casino-brand_top p {
	margin: 0;
}

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

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

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

.cb_bonus-code strong {
	color: #fffd43
}

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

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

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

/* RB TOP -- END */

/*  RB MAIN  */

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

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

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

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

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

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

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

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

.cb_title-flag h2.title-link {
		font-family: 'Impact' !important;
	color: #4a4c4d !important;
		font-size: 1.7em;
	margin: 0 !important;
	text-transform: uppercase !important;
	line-height: 1em
}

.cb_slogan {
	background: #fffafc;
	border: 1px solid #e55d86;
	color: #e3275f;
	font-size: .7em;
	border-radius: 4px;
	padding: 1px 25px;
}

.cb_info > a {
	color: #0cb25c;
	font-weight: 900;
letter-spacing: -.1px
}

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

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

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

.cb_links a.cb_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;
}

.cb_links a.cb_review-link:hover {
    background: #fff;;
	color: #e3275f !important;
 border: 1px solid #e3275f;
}

.cb_links a.cb_bet-link:hover {
    background: #fff;;
	color: #e3275f !important;
 border: 1px solid #e3275f;
}

/* RB LINKS END */

/* RB TERMS */

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


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

/* SMALL */

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

.cb_links a.cb_review-link {
	max-width: 150px;
border-radius: 6px;
	margin: 0 0 0 10px;
	padding: 6px 15px;
}
	
.cb_logo-ranking {
 width: 160px;
	height: 75px;
}

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

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

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


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

@media(max-width: 500px ) {
	.cb_logo-ranking {
		width: 100%
	}
	
		.cb_title-flag h2.title-link {
		font-size: 2.2em;
}
	
	.cb_info {
		padding: 0 10px 10px;
	}
	
	.cb_links {
	padding: 10px;
	border-top: 1px dashed #d8dee7
}
	
	
	.cb_links a.cb_review-link {
	max-width: 90px;
}
	
}
