/* 1. Ensure this sits above everything when visible */
.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 0.7;
    visibility: visible;
    transition-delay: 0s;
    background: #000;
}

.modal-wrapper {
    position: relative;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    height: 70%;
    width: 80%;
    max-width: 700px;
    margin: 100px auto;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-toggle {
    border-width: 0px;
    color: #009ad8;
    font-size: 11px;
    background: none;
    padding: 0;
    margin: 0;
	}

.modal-toggle:hover {
	border:none;
	}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
    padding: 8px;
  color: #aaa;
  background: none;
  border: 0;
    font-size: 36px;
}

.modal-close:hover {
  color: #777;
	border:none;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
/* Popup CSS */
.terms_wrap_popup{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
}

.terms_popup{
    height: 80%;
    width: 80%;
    max-width: 700px;
    margin: 5% auto;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.terms_title{
	display:block;
	background:#2b7308;
	color:#fff;
	font-weight:700;
	padding:10px 5px;
}

.terms_title p{
	margin:5px;
}

.terms_box{ 
    display: block;
    background: #fff;
    padding: 5px;
    color: #000;
    font-size: 13px;
}

.terms_box p{
	margin:5px;
}

.box button{
	padding:10px;
	margin:10px 0px 10px 0px;
	background:#1C91E7;
	color:#DFDFDF;
	border:3px solid #0C63A4;
	border-radius:5px;
}

#main table.comparetable  {
    border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 0px;
	width: 100%;
    border-bottom: 0px solid #ccc;
}

#main table.comparetable th { */
    padding: 5px;
    background: #2e5889;
    color: #fff;
    text-align: center;
}

#main table.comparetable td {
	border:1px  solid rgba(0, 0, 0, 0.1) !important;
	border-width: 0 1px 1px 0 !important;
	font-weight:normal;
	text-align:center;
	line-height:14px;
    vertical-align: middle;
}

#main table.comparetable .cb-image {
    min-width:145px;
}

#main table.comparetable .cb-image-stream {
    min-width:100%;
}

#main table.comparetable .cb-image-stream img {
    max-width: 100%;
    height: auto;
}

#main table.comparetable .cb-image-pf {
    min-width:122px;
    height: 44px;
}

#main table.comparetable .cb-image-mob img {
	height:auto;
	max-width:100%
}

#main table.comparetable .cb-apps {
    min-width:70px;
}


.ctbbutton.mini {
    color: #222;
    padding: 6px 15px 8px;
    border-radius: 3px;
}

.ctbbutton {
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    border: none;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
    line-height: 13px;
    color: #222;
    background-color: #ffde00;
}

.ctbbutton:hover {
    border: none;
    background-color: #ffcc00;
    text-decoration: none !important;
}

.betwithhead img {
padding:4px 0 0 10px;
}

.bfbbutton.mini {
    color: #fff;
    padding: 6px 15px 8px;
    border-radius: 3px;
}

.bfbbutton {
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 13px;
    border: none;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
    line-height: 13px;
    color: #fff;
    background-color: #375f9a;
}

.bfbbutton:hover {
    border: none;
    background-color: #204164;
    text-decoration: none;
}

.betwithhead img {
padding:4px 0 0 10px;
}

.mobbetwith {
width:100%;
padding:0;
color:#fff;
font-size:12px;
letter-spacing:0.5px;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
font-weight:700;
margin-top:17px;
}

.mobbetwithnobar {
width:100%;
padding:0;
color:#fff;
font-size:12px;
letter-spacing:0.5px;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
font-weight:700;
    margin-top: 39px;
}

.mobbetexplained {
width:100%;
padding:0 0 0 0;
color:#fff;
font-size:9px;
letter-spacing:0.3px;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
font-weight:500;
}

.mobbetwithnobarrecc {
width:100%;
padding:0;
color:#fff;
font-size:12px;
letter-spacing:0.5px;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
font-weight:700;
margin-top:27px;
}

.mobbetexplainedrecc {
width:100%;
padding:0px 0 0 0;
color:#fff;
font-size:9px;
letter-spacing:0.3px;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
font-weight:500;
}

.menuadrecc {
    padding: 2px 8px 0px 8px;
    text-align: center;
    font-size: 8px;
    /* line-height: 12px; */
    letter-spacing: 0.5px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.mobbetclaim {
width:100%;
padding:0;
color:#fff;
font-size:13px;
letter-spacing:0.5px;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
font-weight:700;
margin-top:2px;
}

.mobbetfbb {
width:100%;
padding:0;
color:#fff;
font-size:13px;
line-height:13px;
letter-spacing:0.5px;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
font-weight:700;
}

.mobbetam {
width:100%;
padding:0;
color:#fff;
font-size:34px;
line-height:34px;
letter-spacing:0.5px;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
font-weight:700;
text-shadow: 1px 1px 0px rgba(0,0,0, 0.2);
}

ul.mobadscroll  {
    list-style: none;
    margin-left: 0em;
}

.mobadscroll li.mybet {
    background-color:#151F23;
       background-position: center 2px;
       background-repeat: no-repeat;
       background-image: url("https://www.justracing.com.au/wp-content/themes/justracing/images/retina/mybet2.png");
       position: relative;
       overflow: hidden;
   }
   
   .mobadscroll li.mybetrecc {
    background-color:#151F23;
       background-position: center 14px;
       background-repeat: no-repeat;
       background-image: url("https://www.justracing.com.au/wp-content/themes/justracing/images/retina/mybet.png");
       position: relative;
       overflow: hidden;
   }

.mobadscroll li.sportsbet {
 background-color:#0770b4;
    background-position: center 3px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/logos/sportsbet.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.sportsbetrecc {
 background-color:#0770b4;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/logos/sportsbet.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.unibet {
 background-color:#147b45;
    background-position: center 8px;
    background-repeat: no-repeat;
    background-image: url("https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/unibet.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.unibetrecc {
 background-color:#147b45;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-image: url("https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/unibet.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.ladbrokes {
 background-color:#eb1c24;
    background-position: center 6px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/ladbrokes.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.ladbrokesrecc {
 background-color:#eb1c24;
    background-position: center 14px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/ladbrokes.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.robwaterhouse {
 background-color:#6c19b1;
    background-position: center 9px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/robwaterhouse.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.robwaterhouserecc {
 background-color:#6c19b1;
    background-position: center 14px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/robwaterhouse.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.neds {
 background-color:#ff7800;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/neds.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.nedsrecc {
 background-color:#ff7800;
    background-position: center 14px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/neds.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.playup {
 background-color:#1a1a1a;
    background-position: center 6px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/playup.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.playuprecc {
 background-color:#1a1a1a;
    background-position: center 14px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/playup.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.swiftbet {
 background-color:#13274b;
    background-position: center 9px;
    background-repeat: no-repeat;
    background-image: url("https://www.justracing.com.au/wp-content/themes/justracing/images/retina/swiftbet.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.swiftbetrecc {
 background-color:#13274b;
    background-position: center 15px;
    background-repeat: no-repeat;
    background-image: url("https://www.justracing.com.au/wp-content/themes/justracing/images/retina/swiftbet.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.beteasy2 {
 background-color:#8935c0;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/logos/beteasytxt.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.beteasy2recc {
 background-color:#8935c0;
    background-position: center 17px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/logos/beteasytxt.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.palmerbet {
 background-color:#6667ab;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/logos/palmerbet.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.palmerbetrecc {
 background-color:#6667ab;
    background-position: center 14px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/logos/palmerbet.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.tab {
 background-color:#008542;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/tab2.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.tabrecc {
 background-color:#008542;
    background-position: center 14px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/tab2.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.williamhill {
 background-color:#003056;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/williamhill.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.williamhillrecc {
 background-color:#003056;
    background-position: center 13px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/williamhill.png");
    position: relative;
    overflow: hidden;
}

.mobadscroll li.luxbet {
 background-color:#b21e3c;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-image: url("https://www.justbetting.com.au/wp-content/themes/sportsbook/images/retina/luxbet.png");
    position: relative;
    overflow: hidden;
}



		.mobadcontent{
			overflow: auto;
			position: relative;
			width: 100%;
			height: auto;
			max-height:100px;
		}
		.mobadcontent li{
			margin: 0px auto;
			text-align:center;
			padding:0;
			background:#f2f2f2;
			height:100px;
			width:160px;
			overflow: hidden;
			float: left;
		}
		.mobadcontent li a{
			display: inline-block;
		}

		.mobadcontent-large{
    overflow: auto;
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 1px;
    height: auto;
		}
		.mobadcontent-large li{
			margin: 0px auto;
			text-align:center;
			padding:0;
			background:#f2f2f2;
			height:106px;
			width:196px;
		overflow: hidden;
			float: left;
		}
		.mobadcontent-large li a{
			display: inline-block;
		}
		#content-6{ background-color: transparent; }
		#content-6 .mTSButton{
			background-color: rgba(0,0,0,.2);
		}
		#content-6 .mTSButtonLeft{ left: 0px; }
		#content-6 .mTSButtonRight{ right: 0px; }

	

	.mThumbnailScroller{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mThumbnailScroller.mTS_no_scroll{ -ms-touch-action: auto; touch-action: auto; }

	.mTSWrapper{
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mTSContainer{
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	ul.mTSContainer, ol.mTSContainer{ list-style: none; }

	.mTSThumb, 
	ul.mTSContainer > li img{ vertical-align: bottom; }

	.mTS_vertical .mTSContainer{
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.mTS_horizontal .mTSContainer{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

#scrollad a {
color:#fff !important;
text-decoration:none;
}


button.noanim {
    background-color: #f9cf00;
    border: none;
    border-radius: 3px;
    color: #000;
    padding: 0.5rem 0.6rem;
    margin: 3px 0 2px 0;
    max-width: 80%;
    width: inherit;
    font-size: 19px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
    font-weight: 700;
    letter-spacing: .03em;
    position: relative;
    cursor: pointer;
}
button.noanim:hover {
  background-color: #f9c100;
}
button.noanim:focus {
  outline: none;
}
button.noanim:hover:after {
  border-color: transparent;
}
.textaligncenter {
    text-align: center;
}

.headeradbg {
    border: none;
    max-width: 980px;
    margin: 0px auto;
    margin: 0rem auto;
    line-height: normal;
background:#fff;
}

.newbookieterms {
    color: #808080;
    font-size: 8px;
    line-height: 9px;
    margin-top: 4px;
    font-family: 'Roboto', sans-serif;
}


@media only screen and (min-width:220px) and (max-width:980px) {

.mobbetwith {
font-size:10px;
line-height:12px;
}

.mobbetwithnobar {
font-size:10px;
line-height:12px;
}
}

@media only screen and (max-width:980px) and (-webkit-min-device-pixel-ratio: 2) {

.mobbetwithnobar {
margin-top:35px;
}
}

@media only screen and (min-width:981px) and (-webkit-min-device-pixel-ratio: 2) {

.mobbetwithnobar {
margin-top:39px;
}

.mobbetwithnobarrecc {
margin-top:28px;
}
}

@media(min-width: 768px) {
  /* when the screen is 768px or wider,
  turn it into a flexbox */
  .row {
    display: flex;
  }
  .col {
    flex-grow: 1;
  }  
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}

.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}


/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%;  width: 100%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 654px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.bot10margin {
margin-bottom:10px;
}

.bot30margin {
margin-bottom:30px;
}

.heading-border-left {
    border-left: 5px solid #284c7e;
    padding: 0 0 0 6px;
    font-weight: 600 !important;
	}

.fb-flex-button {
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    border: none;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
    line-height: 51px;
    color: #222;
    background-color: #ffa700;
    text-transform: uppercase;
}

.fb-flex-button:hover {
    border: none;
    background-color: #ffae14;
    text-decoration: none !important;
}

.review-stars-right {
    float: right;
    font-size: 20px;
    margin-top: -1px;
}

.review-stars {
    color: #ffa700;
    padding: 0px 1px 0px;
}

review-list ul {
    font-size: 14px;
	}

.fa-good {
    color: #05ae02;
    padding: 0px 1px 0px;
    font-size: 20px;
}

.fa-bad {
    color: #ff0000;
    padding: 0px 1px 0px;
    font-size: 20px;
}

.fb-flex-button.mini {
    color: #222;
    /* padding: 0px 15px 0px; */
    border-radius: 3px;
}



.st-offers {
  height: 100%;
   display:table;
    line-height: 18px;
    margin-bottom: 15px;
}

.st-offers-gap {
margin-bottom:4px;
}

.st-offers-left {
    float: none;
    height: 100%;
    min-width: 110px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 8px;
    text-align: center;
   }

   .st-offers-right {
    float: none;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 3px 8px 5px;
    background: #f1f1f1;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    width: 100vw;
   }

   .st-offers-right:hover  {
background:#f7f7f7;
   }   

   .st-offers-bm-title {
    float: none;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 3px 8px 5px;
    background: #f1f1f1;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    min-width: 212px;
    max-width: 212px;
   }

.st-offers .st-offers-bm-title h2 {
    font-size: 14px;
    line-height: 19px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 2px;
    padding-top: 5px;
	}

   .st-offers-bm-desc {
    float: none;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 3px 8px 5px;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    width: 100vw;
   }

.st-offers-bm-betnow {
    float: none;
    height: 100%;
    min-width: 110px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0 5px 10px;
    text-align: center;
    min-width: 132px;
    max-width: 132px;
   }

   .st-offers-bg {
   background:#fff;
   }


.entry .st-offers a:hover,
.entry .st-offers a:visited,
.entry .st-offers a:link,
.entry .st-offers a:active {
    color: #303030 !important;
    text-decoration: none
}

.st-offers img {
    padding: 0px;
}

.st-offers h2 {
    font-size: 16px;
    line-height: 19px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 2px;
    padding-top: 5px;
	}



.sportsbet-bg {
    background: #0770b4;
	}

.ladbrokes-bg {
    background: #ff0000;
	}

.beteasy-bg {
    background: #8935c0;
	}

.neds-bg {
    background: #ff7800;
	}

.playup-bg {
    background: #1a1a1a;
	}

.tab-bg {
    background: #008542;
	}

.bet365-bg {
    background: #057a5b;
	}

.betstar-bg {
    background: #0c4da2;
	}

.bookmaker-bg {
    background: #2e2e30;
	}

.madbookie-bg {
    background: #282828;
	}

.palmerbet-bg {
    background: #6667ab;
	}

.unibet-bg {
    background: #147b45;
	}

.classicbet-bg {
    background: #1c1c1c;
	}

.topbetta-bg {
    background: #202b35;
	}

.betfair-bg {
    background: #ffb80c;
	}

#tip-box {
    color: #fff;
    display: block;
    background-color: #2e5889;
	border-radius: 4px;
	margin-bottom:15px;
}

#tip-box a:link,
#tip-box a:visited,
#tip-box a:hover {
   color: #000;
    text-decoration: none;
}

.tip-area {
    padding: 8px;
    position: relative;
}

.tip-silks {
    display: inline-flex;
}



.tip-horse {
    background: #fff;
    color: #000;
    display: inline-block;
    width: 75%;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: left;
    padding: 9px;
}

.tip-odds {
    background: #fad802;
    color: #000;
    display: inline-block;
    width: 25%;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 9px 4px;
}

.tip-horse-tri {
    background: #fff;
    color: #000;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    /* text-align: left; */
    padding: 4px;
    text-align: center;
}
 
.tip-odds-tri {
    background: #0e243e;
    color: #f9cf00;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 3px 4px;
}

.tip-betnow {
    padding: 0 10px;
	color:#fff !important;
}

.tip-link {
    text-decoration: none !important;
	}

#noanimsb {
    background-color: #f9cf00;
    border: none;
    border-radius: 3px;
    color: #000;
    padding: 0.3rem 0.4rem;
    letter-spacing: 0.5px;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 8px auto 0px auto;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
    font-weight: 700;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

#noanimsb:hover {
    background: #ffe800;
    transition: 0.2s;
}

.nbabg {
    position: relative;
    background: #2e5889;
    overflow: hidden;
	margin-bottom:15px;
}
.nbabg:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-image: url('https://www.justracing.com.au/wp-content/uploads/2019/11/NBA-Basketball-Tips-and-Odds.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nbabg h1 {
    padding: 14px 30px 10px 30px;
    text-align: center;
    z-index: 2;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 6px #000000;
} 
.nbabg span {
    padding: 30px 30px 0px 30px;
    text-align: center;
    z-index: 2;
    position: relative;
    color: #fff;
} 


.prev_content_team {
    font-family: 'Roboto' ,sans-serif;
    font-size: 20px;
    margin: 0 3px 5px;
    font-weight: 700;
	}

#prev_content_odds {
    font-family: 'Roboto' ,sans-serif;
    font-size: 24px;
    background-color: #fad802;
    border: 0px solid rgba(0, 0, 0, 0);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 10px 15px;
    padding: 10px 0px;
	color:#000;
	}

#prev_content_odds:hover {
    background-color: #facd02;
	}

.prev_head_time {
    padding: 2px 12px;
    margin-bottom: 4px;
    margin-top: 6px;
    text-align: center;
    font-size: 11px;
    background: #ffffff;
    font-family: 'Roboto' ,sans-serif;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: fit-content;
    color: #000;
	}

.prev_head_odds {
    font-family: 'Roboto' ,sans-serif;
    font-size: 24px;
    border-radius: 2px;
    background-color: #fad802;
    border: 0px solid rgba(0, 0, 0, 0);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    position: relative;
    width: fit-content;
    margin: 11px 10px 15px;
    padding: 10px 19px;
    color: #000;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
	}

	h1.prev-vs {
	font-size:44px;
	}

/* FLEXBOX RELATED */
.flexgrid {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
    margin: 10px 0;
	-webkit-hyphens:manual;
-moz-hyphens:manual;
hyphens:manual;
}
.flexblock {
  flex: 1;
  display: flex;
}
.flexcontainer {
  display: flex;
  flex: 0 0 100%; /* Let it fill the entire space horizontally */
  flex-direction: column; /* new */
  /* flex-flow: row wrap; */
  /* align-items: flex-start; */
}
.flexlogo {
  /* flex: 0 100%; */
}
.flextitle {
  /* flex: 0 100%; */
}
.flexdesc {
  /* flex: 0 100%; */
}
.flexbutton {
  margin-top: auto; /* new */
  /* flex: 0 100%; */
  /* align-self: flex-end; */
}


/* NO FLEXBOX RELATED */
.flexblock {
    border-right: 1px solid #fff;
}
.flextitle {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.5rem;
  text-align: center;
}
.flexdesc {
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    padding: 8px 4px 4px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

div.column_ribbon {
    background: #fed32f;
    color: #000
}

div.column_ribbon::before {
    border-color: #fed32f #fed32f #fed32f transparent
}

div.column_ribbon::after {
    border-color: #fed32f transparent #fed32f #fed32f
}

div.column_ribbon {
    z-index: 1;
    padding: 1px 0px 1px 0px;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    width: 90%;
	margin-top:-3px;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
}

.flexcontainer .column_ribbon {
    position: relative;
    margin: -10px 0 0 0;
    z-index: 1;
    padding: 0px;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.flexcontainer .column_ribbon::before {
    position: absolute;
    top: 2px;
    left: -11px;
    content: "";
    z-index: -1;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    width: 0;
}

.flexcontainer .column_ribbon::after {
    position: absolute;
    top: 2px;
    right: -11px;
    content: "";
    z-index: -1;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0
}


.flexblock .sportsbet {
    background: #3e9ac1;
	}

.flexblock .sportsbet .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/sportsbet.png) 50% 50% no-repeat #0187c1;
	}

.flexblock .ladbrokes {
    background: #e83e3e;
	}

.flexblock .ladbrokes .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/ladbrokes.png) 50% 50% no-repeat #ec1a23;
	}

.flexblock .beteasy {
    background: #652f9c;
	}

.flexblock .beteasy .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/beteasylrg.png) 50% 50% no-repeat #8935c0;
	}

.flexblock .neds {
    background: #ff9600;
	}

.flexblock .neds .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/neds.png) 50% 50% no-repeat #ff7800;
	}

.flexblock .tab {
    background: #008542;
	}

.flexblock .tab .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/logos/tab.png) 50% 50% no-repeat #006030;
	}

.flexblock .palmerbet {
    background: #6667ab;
	}

.flexblock .palmerbet .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/palmerbet.png) 50% 50% no-repeat #6667ab;
	}

.flexblock .recommended .flexlogo {
    background-position-y: 30%;
	}

.flexblock .beteasy .recommended .flexlogo {
    background-position-y: 0%;
	}

.flexbutton {
    background: #fad802;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
	}
.flexbutton:hover {
background:#ffe64a;
	}

.bigtips-sb {
    margin-bottom: 0px;
}

.bigtips-sbtitle {
    border-bottom: 2px solid #32830a;
    margin: 5px 0px 0px 0px;
}

.bigtips-sbtitle h2 {
    padding: 7px 14px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
	text-transform:uppercase;
    float: left;
    margin: 0 0 -2px 0;
    font-weight: bold;
    background: #32830a;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.bigtips-bb {    
	padding: 9px 6px 10px 6px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
    text-transform: uppercase;
    width: 75px;
    text-align: center;
    float: left;
    margin: 4px 5px 6px 0;
    font-weight: bold;
    background-color: #f9cf00;
    color: #000;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
}

.bigtips-bd {
    padding: 9px 6px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
    text-transform: uppercase;
    width: 75px;
    text-align: center;
    float: left;
    margin: 4px 5px 6px 0;
    font-weight: bold;
    background-color: #e4e4e4;
    color: #000;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.07);
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
}

.bigtips-ls {
    padding: 9px 6px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
    text-transform: uppercase;
    width: 75px;
    text-align: center;
    float: left;
    margin: 4px 5px 6px 0;
    font-weight: bold;
    background-color: #e4e4e4;
    color: #000;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.07);
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
}

.bigtips-claimbut {
    padding: 6px 10px 7px 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
    text-transform: uppercase;
    /* width: 75px; */
    text-align: center;
    float: right;
    margin: 4px 5px 0px 0;
    font-weight: bold;
    background-color: #f9cf00;
    color: #000;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
}

.bigtips-desc {
    padding: 8px 76px 6px 130px;
    font-size: 15px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

.bigtips-descclaim {
    padding: 30px 6px 0px 16px;
    font-size: 8px;
    letter-spacing: 1px;
    float: left;
    /* text-align: center; */
    /* line-height: 15px; */
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    /* font-weight: 500; */
	}

#bigtips-sportsbet {
    width: 100%;
    color: #fff;
    height: auto;
	min-height: 34px;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/sportsbet.png) 10px 50% no-repeat #20a5e0;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-ladbrokes {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/ladbrokes.png) 10px 50% no-repeat #ee1617;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-betfair {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/betfair.png) 24px 50% no-repeat #ffb80c;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-classicbet {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/classicbet.png) 28px 50% no-repeat #1c1c1c;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-neds {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/neds.png) 24px 50% no-repeat #ff7900;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-beteasy {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/beteasymed.png) 34px 49% no-repeat #8935c0;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-beteasy {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/beteasymed.png) 34px 49% no-repeat #8935c0;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-bookmaker {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/bookmaker.png) 10px 50% no-repeat #231f20;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-unibet {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/unibet.png) 10px 50% no-repeat #4e9743;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-betstar {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/betstar.png) 10px 50% no-repeat #0651a0;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-bet365 {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/bet365.png) 10px 50% no-repeat #007b5d;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-palmerbet {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/palmerbet.png) 10px 50% no-repeat #8391c0;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-madbookie {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/madbookie-long.png) 10px 50% no-repeat #282828;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-tab {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/tab.png) 32px 50% no-repeat #008542;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-sportsbet:hover {
    opacity: .9
}

#bigtips-ladbrokes:hover {
    opacity: .9
}

#bigtips-betfair:hover {
    opacity: .9
}

#bigtips-classicbet:hover {
    opacity: .9
}

#bigtips-neds:hover {
    opacity: .9
}

#bigtips-beteasy:hover {
    opacity: .9
}

#bigtips-bookmaker:hover {
    opacity: .9
}

#bigtips-unibet:hover {
    opacity: .9
}

#bigtips-betstar:hover {
    opacity: .9
}

#bigtips-bet365:hover {
    opacity: .9
}

#bigtips-palmerbet:hover {
    opacity: .9
}

#bigtips-madbookie:hover {
    opacity: .9
}

#bigtips-tab:hover {
    opacity: .9
}


@media only screen and (min-width:224px) and (max-width:604px) {

	.st-offers-left {
    display: block;
    padding: 2px 8px 0;
}
#wpadminbar {
    position: fixed !important;
}
}

@media only screen and (min-width:220px) and (max-width:980px) {

#bigtips-sportsbet {
    width: 100%;
    color: #fff;
    height: auto;
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/sportsbet.png);
    background-color: #20a5e0;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px;
}

#bigtips-ladbrokes {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/ladbrokes.png);
    background-color: #ee1617;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-betfair {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/betfair.png);
    background-color: #ffb80c;
    background-position: right 14px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-classicbet {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/classicbet.png);
    background-color: #1c1c1c;
    background-position: right 14px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-neds {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/neds.png);
    background-color: #ff7900;
    background-position: right 29px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-beteasy {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/beteasymed.png);
    background-color: #8935c0;
    background-position: right 30px top 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-bookmaker {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/bookmaker.png);
    background-color: #231f20;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-unibet {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/unibet.png);
    background-color: #4e9743;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-betstar {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/betstar.png);
    background-color: #0651a0;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-bet365 {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/bet365.png);
    background-color: #007b5d;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-palmerbet {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/palmerbet.png);
    background-color: #8391c0;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-madbookie {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/madbookie-long.png);
    background-color: #282828;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-tab {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/logos/tab.png);
    background-color: #008542;
    background-position:right 32px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}
	
.bigtips-claimbut {
    display: none
}

.bigtips-desc {
    padding: 8px 130px 6px 6px;
    font-size: 13px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

.bigtips-descclaim {
    padding: 24px 14px 0px 6px;
    font-size: 8px;
    letter-spacing: 1px;
    float: right;
    /* text-align: center; */
    /* line-height: 15px; */
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    /* font-weight: 500; */
}
}
