/*-----------------------------------------------------------------------------------*/
/*  FONTS
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: "Interface";
  src: url('../fonts/Interface/if_corp_rg-webfont.woff2') format('woff2'),
       url('../fonts/Interface/if_corp_rg-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Interface";
  src: url('../fonts/Interface/if_corp_bd-webfont.woff2') format('woff2'),
       url('../fonts/Interface/if_corp_bd-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Interface";
  src: url('../fonts/Interface/if_corp_xbd-webfont.woff2') format('woff2'),
       url('../fonts/Interface/if_corp_xbd-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Interface";
  src: url('../fonts/Interface/if_corp_it-webfont.woff2') format('woff2'),
       url('../fonts/Interface/if_corp_it-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
/*-----------------------------------------------------------------------------------*/
/*  BASE CLASSES
/*-----------------------------------------------------------------------------------*/
.scroll::-webkit-scrollbar {
  width: 5px;
}
.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 0;
}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #202020;
}
.scroll {
  height: 55vh;
  overflow: scroll;
  overflow-x: hidden;
}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-wrapper {
  z-index: 1040;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden; 
  background-color: #202020;s
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  width: 100%;
}
#page-content-wrapper {
  width: 100%;
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -250px;
}
#wrap {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flex {
  display: flex !important;
  flex-wrap: wrap !important;
}
h5 {
  font-weight: bold;
  font-size: 16px;
} 
.xsmall{ font-size: 8px;}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
}
.navbar-toggle {
  border: none;
}
.navbar-brand {
  padding: 0 15px;
}
.logo {
  transition: .4s ease-in-out all;
  max-width: 400px;
}
.logo-width {
  max-width: 300px;
}
.panel {
  border: 1px solid #0d3451;
  border-radius: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-default {
  border-color: #333;
}
.panel-heading {
  border-radius: 0;
}
.panel-heading h5 {
  margin: 0;
}
.panel-default > .panel-heading {
  color: #fff;
  background: linear-gradient(71deg, #b8001a 75%, #202020 0);
}
/* Banner Styles */
.banner {
  font-family: 'Interface',Arial,sans-serif;
  background-color: #061a29;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
.five-left {
  padding-left: 5px;
}
.five-right {
  padding-right: 5px;
}
.jumbotron {
  background-color: #000000;
  color: #fff;
  padding-top: 0;
  padding-bottom: 15px;
}
.head-block {
  margin: 15px 0 0;
  height: 100%;
}
.head-block-main {
  background-image: url(../img/welcome-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  margin: 15px 0 0;
  text-align: right;
  padding: 23px;
  background-color: #000;
  height: 96.4%;
}
.head-block-main h1 {
  margin-top: 0;
  font-size: 3vw;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}
.head-block-main p {
  font-size: 1.7vw;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
  margin-bottom: 0;
}
.head-betgames {
  background-image: url(../img/betgames-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  margin: 15px 0 0;
  text-align: right;
  padding: 23px;
  background-color: #000;
  height: 96.4%;
}
.head-betgames h1 {
  margin-top: 0;
  font-size: 1.8vw;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}
.head-betgames p {
  font-size: 1.5vw;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}
.img-border {
  border: 1px solid #202020;
}
.green-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 2vw;
  font-weight: bold;
  background: -webkit-linear-gradient(71deg,rgba(67,149,68,0) 10%,rgba(67,149,68,1) 10%);
  background: -o-linear-gradient(71deg,rgba(67,149,68,0) 10%,rgba(67,149,68,1) 10%);
  background: -moz-linear-gradient(71deg,rgba(67,149,68,0) 10%,rgba(67,149,68,1) 10%);
  background: linear-gradient(71deg, rgba(67,149,68,0) 10%, rgba(67,149,68,1) 10%);
  padding: 10px 20px 10px 40px;
  color: #fff;
}
.green-btn:hover {
  color: #fff;
  text-decoration: none;
}
.pink-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 2vw;
  font-weight: bold;
  background: -webkit-linear-gradient(71deg, rgba(179,17,77,0) 10%, rgba(179,17,77,1) 10%);
  background: -o-linear-gradient(71deg, rgba(179,17,77,0) 10%, rgba(179,17,77,1) 10%);
  background: -moz-linear-gradient(71deg, rgba(179,17,77,0) 10%, rgba(179,17,77,1) 10%);
  background: linear-gradient(71deg, rgba(179,17,77,0) 10%, rgba(179,17,77,1) 10%);
  padding: 10px 20px 10px 40px;
  color: #fff;
}
.pink-btn:hover {
  color: #fff;
  text-decoration: none;
}
.solid-btn {
  font-family:interface,Arial,sans-serif;
  font-size:2vw;
  font-weight:700;
  background-color:#439539;
  color:#fff;
  border:2px solid #fff;
  border-radius:4px;
  padding:6px 30px;
  display:inline-block;
  margin-left:3px;
  transition:.3s
}
.solid-btn:hover {
  background-color:#fff;
  color:#439539;
  border:2px solid #439539;
  text-decoration:none
}
.bet-btn {
  font-family:interface,Arial,sans-serif;
  font-size:2vw;
  font-weight:700;
  background-color: #439539;
  color:#fff;
  border:2px solid #fff;
  border-radius:4px;
  padding:6px 30px;
  display:inline-block;
  transition:.3s
}
.bet-btn:hover {
  background-color:#fff;
  color: #439539;
  border:2px solid #439539;
  text-decoration:none
}
.navbar-inverse {
  background-color: #000;
  border-bottom: none;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.navbar-inverse .navbar-nav > .active > a ,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: rgba(184,0,26,0.7);
  border-bottom: 4px solid #b8001a;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  border-bottom: 4px solid #b8001a;
}
.sub-nav {
  color: #fff;
  background-color: #202020;
  padding: 10px 15px;
}
.time {
  line-height: 2.9;
}
.app {
  max-width: 120px;
  margin-left: 15px;
}
/*-----------------------------------------------------------------------------------*/
/*  MOBILE NAVIGATION CLASSES
/*-----------------------------------------------------------------------------------*/
.navbar-toggle {
  margin-right: 0;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navmenu-nav > .active > a, .navmenu-nav > .active > a:hover, .navmenu-nav > .active > a:focus {
  background-color: #4C6C92;
  color: #fff;
}
.side-logo {
  max-width: 250px;
}
.sidebar-nav {
  font-size: 16px;
  font-family: 'Interface',Arial,sans-serif;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 10px;
  line-height: 55px;
}
.sidebar-nav li a {
  background-color: #500;
  display: block;
  text-decoration: none;
  color: #ccc;
  border-top: 1px solid #700;
  border-bottom: 1px solid #400;
}
.sidebar-nav li:first-child {
  border-bottom: none;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #ccc;
  background-color: #400;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.side-mobi {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
}
.side-mobi a {
  color: #222;
  text-decoration: none;
}
.side-mobi a:hover {
  color: #439539;
}
 ul.side-mobi {
  padding-left: 0;
  list-style: none;
}
.side-mobi li {
  padding: 10px 15px;
  border-bottom: 1px solid #efefef;
}
.mobi-menu hr {
  margin-top: 40px;
  margin-bottom: 0;
}
.navmenu-nav {
  font-size: inherit;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
  box-shadow: none;
}
.navmenu-nav li a {
  background-color: #400;
  padding: 15px 30px 15px 0;
}
.navbar-fixed-bottom {
  z-index: 1000;
}
.sidebar-nav .close {
  right: 15px;
  top: 5px;
}
.close {
  color: #fff;
  font-size: 45px;
  font-weight: normal;
  right: 72px;
  opacity: 1;
  position: absolute;
  z-index: 100;
  background: transparent;
  border: none;
  text-shadow: 0 0;
}
/*-----------------------------------------------------------------------------------*/
/*  CUSTOM CLASSES
/*-----------------------------------------------------------------------------------*/
.text-container {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.75rem;
  max-height: 200px;
  overflow: hidden;
  padding: 10px 0 60px 0;
  transition: max-height .5s ease;
}
.text-container.show {
  max-height: 2000px;
}
.gradient::before {
  content:''; 
  height: 150px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
  transition:height .25s ease;
}
.show.gradient::before {
  height:50px;
}
.show-btn {
  box-shadow:0 2px 5px rgba(0,0,0,.6);          
  background-color: #33a741;
  border: none;
  border-radius: 100%;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  transition: background-color .25s ease;
  width: 40px;
  font-size:20px;
}
.show-btn:hover {
  background-color: grey;
}
.show-btn:focus {
  outline: none;
}
.show-btn.glyphicon.rotate {
  transform: rotate(180deg);
}
.glyphicon {
  top: auto;
}
.modal-header {
  font-family: 'Interface',Arial,sans-serif;
  color: #fff;
  padding: 5px;
  background-color: #439539;
  border-radius: 5px 5px 0 0;
}
.modal-header h3 {
  font-weight: 700;
}
/*-----------------------------------------------------------------------------------*/
/*  ODDS TABLE
/*-----------------------------------------------------------------------------------*/
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}
.panel {
  background-color: #efefef;
  border-radius: 0;
}
.panel-title {
  font-weight: bold;
}
.panel-body {
  padding: 0;
}
#OddsAccordion .panel-body {
  font-size: 13px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-heading .accordion-toggle:after {
  font-family: "Glyphicons Halflings";
  content: "\e260";
  float: right;
  color: #33a741;
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\e259";
}
#OddsAccordion table {
  margin-bottom: 0;
}
.table a {
  color: #33a741;
}
.table>tbody>tr>td, .table>tbody>tr>th {
  line-height: 3;
}
.table>tbody>tr.info>th{
  background-color: #000;
  color: #fff;
}
.table-hover>tbody>tr.info:hover>th {
  background-color: #222;
}
.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #bbb;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #ddd;
}
.table-striped>tbody>tr:nth-of-type(even):hover, .table-striped>tbody>tr:nth-of-type(odd):hover {
  background-color: #efefef;
}
#side-panel.scroll {
  height: 90vh; 
}
/* Note: Try to remove the following lines to see the effect of CSS positioning */
.affix {
  top: 68px;
  right: 15px;
  z-index: 9999 !important;
}
.betslip {
  border-top: 3px solid #fff;
  padding: 5px 0 5px 0;
}
.betslip p {
  margin-bottom: 0;
}
#odds-total, #potential-payout, input {
  font-weight: bold;
}
.odd {
  font-size: 13px;
  color: #fff;
  background-color: #202020;
  margin: 2px;
  width: 30%;
  padding: 5px;
}
.odd:hover {
  background-color: #33a741;
  color: #fff;
}
.odd:focus {
  color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*  VIRTUAL BET MODAL CLASSES
/*-----------------------------------------------------------------------------------*/
div.mobi-bet-count {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 52px;
  z-index: 100;
}
.mobi-bet-count a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}
.modal-open .modal {
  background-color: rgba(255,255,255,0.7);
}
.modal-body {
  color: #222;
  background-color: #eaeaea;
}
.modal-header {
  font-family: 'Interface',Arial,sans-serif;
  color: #fff;
  padding: 5px;
  background-color: #202020;
  border-radius: 0;
}
.modal-header h3 {
  font-weight: 700;
}
.virt-bet {
  padding: 15px;
}
.bet-close {
  color: #fff;
  font-size: 45px;
  font-weight: normal;
  right: 10px;
  top: 5px;
  opacity: 1;
  position: absolute;
  z-index: 100;
  background: transparent;
  border: none;
  text-shadow: 0 0;
}
.solid-btn a:focus, .solid-btn a:hover {
  color: #fff;
  text-decoration: none;
}
/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
  background-color: #202020;
  color: #fff;
  padding: 25px;
}
@media (max-width: 768px) {
  body, h5 {
    font-size: 14px;
  }
  .jumbotron {
    padding-top: 5px;
  }
  .head-block-main {
    padding: 15px 15px 30px;
    margin: 11px 0 0;
  }
  .head-block-main h1 {
    font-size: 6vw;
  }
  .head-block-main p {
    font-size: 3.7vw;
  }
  .solid-btn, .bet-btn, .green-btn {
    font-size: 4vw;
  }
  .odd {
    width: 32.1%;
    height: 40px;;
    line-height: normal;
    margin: 2px;
  }
  .league-title {
    text-align: center;
    background-color: #000;
    padding: 10px 5px 10px 5px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
  }
  .match-details {
    padding-left: 5px;
    margin-bottom: 0px;
  }
  .match-odds {
    padding: 5px;
    margin-bottom: 2px;
    border-bottom: 1px solid #efefef;
  }
  .panel {
    margin-bottom: 5px;
  }
  .logo {
    max-width: 265px;
  }
  .navbar-brand {
    padding: 0 5px;
  }
}
@media (max-width: 414px) {
  .head-block-main {
    padding: 15px 10px;
    margin: 9px 0 0;
  }
  .sub-nav {
    padding: 10px;
  }
}
@media (max-width: 375px) {
  .time {
    font-size: 12px;
    line-height: 3;
  }
}
@media (max-width: 368px) {
  .odd {
    width: 32%;
  }
  .sub-nav {
    padding: 10px 0;
  }
  .app {
    max-width: 90px;
    margin-left: 10px;
  }
}