/* 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;
}

@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: #8090c1;
	}

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

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

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

.betfair-bg {
    background: #ffb80c;
	}



.flexcontainer .column_ribbon_strip {
    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_strip::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_strip::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.bigbonusbets.com.au/wp-content/themes/racingguide/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.bigbonusbets.com.au/wp-content/themes/racingguide/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.bigbonusbets.com.au/wp-content/themes/racingguide/images/logos/beteasy.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.bigbonusbets.com.au/wp-content/themes/racingguide/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.bigbonusbets.com.au/wp-content/themes/racingguide/images/logos/tab.png) 50% 50% no-repeat #006030;
	}

.flexblock .palmerbet {
    background: #6e7fb5;
	}

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

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


#tip-box {
    color: #fff;
    display: block;
    background-color: #001333;
	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: table-cell;
    width: 100%;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: left;
    padding: 9px;
    vertical-align: middle;
}

.tip-odds {
    background: #fad802;
    color: #000;
    display: table-cell;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 9px 14px;
    vertical-align: middle;
}

.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: #272830;
    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;
}



.oddsspan_2_of_2 {
	width: 100%;
}
.oddsspan_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 654px){.oddsspan_2_of_2, .oddsspan_1_of_2 { width: 100%; }
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.oddsspan_3_of_3, .oddsspan_2_of_3, .oddsspan_1_of_3 { width: 100%; }}

#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: #6e7fb5;
	}

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

.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; */
}}.mobad_sb a, .mobad_sb a:hover, .mobad_sb a:visited,
.mobad_cb a, .mobad_cb a:hover, .mobad_cb a:visited{
text-decoration:none;
}

.mobad_sb {
    display: block;    
	background:url(http://www.justracing.com.au/wp-content/themes/justracing/images/retina/sportsbet.png) 10px 50% no-repeat #0076d9;
    text-decoration: none;
    color: #fff;
    padding: 7px 10px 7px 125px;
    margin-bottom: 20px;
	border-radius: 5px;
    position: relative;
    height: 40px;
    overflow: hidden;
}

.mobad_cb {
    display: block;    
	background:url(http://www.justracing.com.au/wp-content/themes/justracing/images/retina/beteasy.png) 38px 50% no-repeat #8935c0;
    text-decoration: none;
    color: #fff;
    padding: 7px 10px 7px 125px;
    margin-bottom: 20px;
	border-radius: 5px;
    position: relative;
    height: 44px;
    overflow: hidden;
}

.mobad_lb {
    display: block;    
	background:url(http://www.justracing.com.au/wp-content/themes/justracing/images/retina/ladbrokes.png) 10px 50% no-repeat #ff0b24;
    text-decoration: none;
    color: #fff;
    padding: 7px 10px 7px 125px;
    margin-bottom: 20px;
	border-radius: 5px;
    position: relative;
    height: 44px;
    overflow: hidden;
}

.mobad-bonus {
    font-family: Roboto, sans-serif;
	text-transform:uppercase;
    font-weight: 700;
    font-size: 20px;
	padding:3px 0;
	}

.mobad-claim {
	background:url(http://www.justracing.com.au/wp-content/themes/justracing/images/retina/fingerprint.png) 0% 50% no-repeat;
    font-family: Roboto, sans-serif;
	text-transform:uppercase;
    font-weight: 700;
    font-size: 15px;
	padding:4px 0px 2px 22px;
	}

.mobad-bonuscb {
    font-family: Roboto, sans-serif;
	text-transform:uppercase;
    font-weight: 700;
    font-size: 18px;
	line-height:18px;
	margin-top:-5px;
	padding:0px 0;
	}

.mobad-bonuscb span {
    font-weight: 400;
	line-height:10px;
    font-size: 12px;
	padding:0;
	margin-top:-10px;
	}

.mobad-offer {
    font-family: Roboto, sans-serif;
	text-transform:uppercase;
    font-weight: 400;
    font-size: 13px;
	line-height:14px;
	padding:1px 0;
	}

.mobad-offer span {
    font-weight: 400;
    font-size: 9px;
	}

.mobad-requirements {
    font-family: Roboto, sans-serif;
	text-transform:uppercase;
    font-weight: 400;
    font-size: 8px;
	padding:5px 0;
	}

.repeatingPattern {
     background: url(/wp-content/themes/aflbetting/images/bgPattern.png) repeat;
     background-size: 100px 100px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
     .mobad_sb {
	background:url(http://www.justracing.com.au/wp-content/themes/justracing/images/retina/sportsbet-2x.png) 10px 50% no-repeat #0076d9;
     background-size: 106px 22px;
}
     .mobad_cb {
	background:url(http://www.justracing.com.au/wp-content/themes/justracing/images/retina/beteasy-2x.png) 38px 50% no-repeat #8935c0;
     background-size: 52px 27px;
}
     .mobad_lb {
	background:url(http://www.justracing.com.au/wp-content/themes/justracing/images/retina/ladbrokes-2x.png) 10px 50% no-repeat #ff0b24;
     background-size: 106px 22px;
}

	.mobad-claim {
	background:url(http://www.justracing.com.au/wp-content/themes/justracing/images/retina/fingerprint-2x.png) 0% 50% no-repeat;
     background-size: 18px 22px;
	}
}

/*FadeIn*/
.fadeIn{
	display: inline;
}
.fadeIn div{
	animation: fadeEffect 8s linear infinite 0s;
	-ms-animation: fadeEffect 8s linear infinite 0s;
	-webkit-animation: fadeEffect 8s linear infinite 0s;
	color: #fff;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.fadeIn div:nth-child(2){
	animation-delay: 4s;
	-ms-animation-delay: 4s;
	-webkit-animation-delay: 4s;
}
.fadeIn div:nth-child(3){
	animation-delay: 8s;
	-ms-animation-delay: 8s;
	-webkit-animation-delay: 8s;
}

/*FadeIn Animation*/
@-moz-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}/* -----------------------------------
 * Slidebars
 * Version 0.10.3
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */

html, body, #sb-site, .sb-site-container, .sb-slidebar {
	/* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	width: 100%;
	overflow-x: hidden; /* Stops horizontal scrolling. */
}

html {
	height: 100%; /* Site is as tall as device. */
}

body {
	min-height: 100%;
	height: auto;
	position: relative; /* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden;
}

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
	/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
	content: ' ';
	display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
    clear: both;
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	height: 100%;
	overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
	position: fixed;
	top: 56px;
	z-index: 999; /* Slidebars sit behind sb-site. */
	display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	font-size:15px;
	background:#ececec;
	color:#333;
	padding: 10px 10px;
}

.sb-slidebar ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #fff}
.sb-slidebar ul li{display:block;margin:0;line-height:38px;border-top:1px solid #fff;border-bottom:1px solid #dfdfdf}
.sb-slidebar ul li:hover,.sb-slidebar ul li.active,.sb-slidebar ul li.sidr-class-active{border-top:0;line-height:39px}
.sb-slidebar ul li:hover>a,.sb-slidebar ul li:hover>span,.sb-slidebar ul li.active>a,.sb-slidebar ul li.active>span,.sb-slidebar ul li.sidr-class-active>a,.sb-slidebar ul li.sidr-class-active>span{box-shadow:0 0 15px 3px #ebebeb inset}

.sb-slidebar ul li a,.sb-slidebar ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}
.sb-slidebar ul li ul{border-bottom:0;margin:0}
.sb-slidebar ul li ul li{line-height:40px;font-size:13px}
.sb-slidebar ul li ul li:last-child{border-bottom:0}
.sb-slidebar ul li ul li:hover,.sb-slidebar ul li ul li.active,.sb-slidebar ul li ul li.sidr-class-active{border-top:0;line-height:41px}
.sb-slidebar ul li ul li:hover>a,.sb-slidebar ul li ul li:hover>span,.sb-slidebar ul li ul li.active>a,.sb-slidebar ul li ul li.active>span,.sb-slidebar ul li ul li.sidr-class-active>a,.sb-slidebar ul li ul li.sidr-class-active>span{box-shadow:0 0 15px 3px #ebebeb inset}
.sb-slidebar ul li ul li a,.sb-slidebar ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}

.sb-slidebar, .sb-slidebar * {
	-webkit-transform: translateZ( 0px ); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
	left: 0; /* Set Slidebar to the left. */
}

.sb-right {
	right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
	display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
	z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
	.sb-slidebar {
		width: 30%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}

@media (max-width: 480px){/* Slidebar widths on extra small screens. */
	.sb-slidebar {
		width: 70%;
	}
	
	.sb-width-thin {
		width: 55%;
	}
	
	.sb-width-wide {
		width: 85%;
	}}

@media (min-width: 481px){/* Slidebar widths on small screens. */
	.sb-slidebar {
		width: 55%;
	}
	
	.sb-width-thin {
		width: 40%;
	}
	
	.sb-width-wide {
		width: 70%;
	}}

@media (min-width: 768px){/* Slidebar widths on medium screens. */
	.sb-slidebar {
		width: 40%;
	}
	
	.sb-width-thin {
		width: 25%;
	}
	
	.sb-width-wide {
		width: 55%;
	}}

@media (min-width: 992px){/* Slidebar widths on large screens. */
	.sb-slidebar {
		width: 30%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}}

@media (min-width: 1200px){/* Slidebar widths on extra large screens. */
	.sb-slidebar {
		width: 20%;
	}
	
	.sb-width-thin {
		width: 5%;
	}
	
	.sb-width-wide {
		width: 35%;
	}}

/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transform: translate( 0px );
	   -moz-transform: translate( 0px );
	     -o-transform: translate( 0px );
	        transform: translate( 0px );
	
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition:    -moz-transform 400ms ease;
	     -o-transition:      -o-transform 400ms ease;
	        transition:         transform 400ms ease;
	
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
 
.sb-hide { 
	display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){.mobadscroll li.sportsbet {
	background-image:url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/sportsbet-2x.png);
     background-size: 106px 22px;
    background-position: center 8px;
}
.mobadscroll li.beteasy {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/beteasytxt2@2x.png);
    background-size: 70px 40px;
    background-position: center 1px;
} 
 .mobadscroll li.ladbrokes {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/ladbrokes-2x.png);
     background-size: 106px 22px;
    background-position: center 7px;
}
 .mobadscroll li.robwaterhouse {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/robwaterhouse@2x.png);
     background-size: 74px 22px;
    background-position: center 7px;
}
 .mobadscroll li.neds {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/neds-2x.png);
     background-size: 64px 22px;
    background-position: center 7px;
}

.mobadscroll li.palmerbet {
	background-image:url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/logos/palmerbet@2x.png);
     background-size: 106px 22px;
    background-position: center 8px;
}

.mobadscroll li.playup {
	background-image:url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/playup@2x.png);
     background-size: 100px 25px;
    background-position: center 7px;
}

.mobadscroll li.playuprecc {
	background-image:url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/playup@2x.png);
     background-size: 100px 25px;
    background-position: center 17px;
}

.mobadscroll li.tab {
	background-image:url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/tab2@2x.png);
     background-size: 28px 27px;
    background-position: center 7px;
}

.mobadscroll li.tabrecc {
	background-image:url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/tab2@2x.png);
     background-size: 28px 27px;
    background-position: center 17px;
}
 .mobadscroll li.williamhill {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/williamhill-2x.png);
     background-size: 63px 13px;
}
 .mobadscroll li.luxbet {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/luxbet-2x.png);
     background-size: 47px 13px;
}

.mobadscroll li.sportsbetrecc {
	background-image:url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/sportsbet-2x.png);
     background-size: 106px 22px;
    background-position: center 15px;
}
.mobadscroll li.beteasyrecc {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/beteasytxt@2x.png);
     background-size: 70px 32px;
    background-position: center 9px;
} 
.mobadscroll li.beteasy2recc {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/beteasytxt@2x.png);
     background-size: 70px 32px;
    background-position: center 9px;
} 
 .mobadscroll li.ladbrokesrecc {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/ladbrokes-2x.png);
     background-size: 106px 22px;
    background-position: center 15px;
}
 .mobadscroll li.robwaterhouserecc {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/robwaterhouse@2x.png);
     background-size: 74px 22px;
    background-position: center 15px;
}
 .mobadscroll li.nedsrecc {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/neds-2x.png);
     background-size: 64px 22px;
    background-position: center 15px;
}

.mobadscroll li.palmerbetrecc {
	background-image:url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/logos/palmerbet@2x.png);
     background-size: 106px 22px;
    background-position: center 19px;
}
 .mobadscroll li.williamhillrecc {
    background-image: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/williamhill-2x.png);
     background-size: 63px 18px;
}

#mob-sportsbet {
	background-image:url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/sportsbet@2x.png);
     background-size: 106px 22px;
}

#mob-ladbrokes {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/ladbrokes@2x.png);
     background-size: 106px 22px;
}

#mob-neds {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/neds@2x.png);
     background-size: 64px 22px;
}

#mob-tab {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/tab@2x.png);
     background-size: 57px 27px;
}

#mob-palmerbet {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/palmerbet@2x.png);
     background-size: 106px 22px;
}

#fb-sportsbet {
	background-image:url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/sportsbet@2x.png);
     background-size: 106px 22px;
}

#fb-ladbrokes {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/ladbrokes@2x.png);
     background-size: 106px 22px;
}

#fb-betfair {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/betfair@2x.png);
     background-size: 110px 20px;
}

#fb-neds {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/neds@2x.png);
     background-size: 64px 22px;
}

#fb-sportchamps {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/sportchamps@2x.png);
     background-size: 86px 15px;
}

#fb-tab {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/tab@2x.png);
     background-size: 57px 27px;
}

#fb-madbookie {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/madbookie@2x.png);
     background-size: 106px 22px;
    }

#fb-palmerbet {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/palmerbet@2x.png);
     background-size: 106px 22px;
}

#fb-unibet {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/unibet@2x.png);
     background-size: 106px 22px;
}

#fb-beteasy {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/beteasylrg@2x.png);
     background-size: 66px 38px;
}

#fb-bet365 {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/bet365@2x.png);
     background-size: 110px 24px;
}

#fb-betstar {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/betstar@2x.png);
     background-size: 73px 22px;
}

#fb-bookmaker {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/bookmaker@2x.png);
     background-size: 106px 22px;
}

#reg-sportsbet {
	background-image:url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/sportsbet@2x.png);
     background-size: 106px 22px;
}

#bigtips-sportsbet {
	background-image:url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/sportsbet@2x.png);
     background-size: 106px 22px;
}

#bigtips-ladbrokes {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/ladbrokes@2x.png);
     background-size: 106px 22px;
}

#bigtips-neds {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/neds@2x.png);
     background-size: 64px 22px;
}

#bigtips-betfair {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/betfair@2x.png);
     background-size: 110px 20px;
}

#bigtips-classicbet {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/classicbet@2x.png);
     background-size: 106px 21px;
}

#bigtips-beteasy {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/beteasymed@2x.png);
     background-size: 52px 30px;
}

#bigtips-bookmaker {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/bookmaker@2x.png);
     background-size: 106px 22px;
}

#bigtips-unibet {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/unibet@2x.png);
     background-size: 110px 30px;
}

#bigtips-palmerbet {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/palmerbet@2x.png);
     background-size: 106px 22px;
}

#bigtips-madbookie {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/madbookie@2x.png);
     background-size: 52px 23px;
}

#bigtips-tab {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/tab@2x.png);
     background-size: 57px 27px;
}}

@media only screen and (min-width:981px) and (-webkit-min-device-pixel-ratio: 2){.flexblock .neds .flexlogo {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/neds@2x.png);
     background-size: 64px 22px;
}

.flexblock .beteasy .flexlogo {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/beteasylrg@2x.png);
     background-size: 66px 38px;
}

.flexblock .sportsbet .flexlogo {
	background-image:url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/sportsbet@2x.png);
     background-size: 106px 22px;
}

.flexblock .tab .flexlogo {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/tab2@2x.png);
     background-size: 28px 27px;
}

.flexblock .ladbrokes .flexlogo {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/ladbrokes@2x.png);
     background-size: 106px 22px;
}

.flexblock .palmerbet .flexlogo {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/palmerbet@2x.png);
     background-size: 106px 22px;
}}


@media only screen and (max-width:980px) and (-webkit-min-device-pixel-ratio: 2){.flexblock .neds .flexlogo {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/neds-2x.png);
     background-size: 64px 22px;
}

.flexblock .beteasy .flexlogo {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/beteasylrg@2x.png);
     background-size: 66px 38px;
}

.flexblock .sportsbet .flexlogo {
	background-image:url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/sportsbet-2x.png);
     background-size: 106px 22px;
}

.flexblock .tab .flexlogo {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/tab2@2x.png);
     background-size: 28px 27px;
}

.flexblock .ladbrokes .flexlogo {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/ladbrokes-2x.png);
     background-size: 106px 22px;
}

.flexblock .palmerbet .flexlogo {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/palmerbet@2x.png);
     background-size: 106px 22px;
}

#fb-sportsbet {
    background-position: 50% 8px;
}

#fb-ladbrokes {
    background-position: 50% 8px;
}

#fb-betfair {
    background-position: 50% 8px;
}

#fb-neds {
    background-position: 50% 8px;
}

#fb-tab {
    background-position: 50% 5px;
}

#fb-sportchamps {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/sportchamps@2x.png);
     background-size: 65px 11px;
    background-position: 50% 11px;
}

#fb-beteasy {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/beteasy@2x.png);
    background-size: 39px 22px;
    background-position: 50% 6px;
}

#fb-bookmaker {
    background-position: 50% 8px;
}

#fb-unibet {
    background-position: 50% 8px;
}

#fb-betstar {
    background-position: 50% 8px;
}

#fb-bet365 {
    background-position: 50% 8px;
}

#fb-palmerbet {
    background-position: 50% 8px;
}

#fb-madbookie {
    background-position: 50% 8px;
}

#sb-sportsbet {
	background-image:url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/sportsbet@2x.png);
     background-size: 106px 22px;
}

#sb-ladbrokes {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/ladbrokes@2x.png);
     background-size: 106px 22px;
}

#sb-neds {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/neds@2x.png);
     background-size: 64px 22px;
}

#sb-tab {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/tab@2x.png);
     background-size: 57px 27px;
}

#sb-palmerbet {
    background-image: url(https://www.justracing.com.au/wp-content/themes/justracing/images/retina/palmerbet@2x.png);
     background-size: 106px 22px;
}}