body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', Arial, sans-serif; }

html {
  margin-top: 0px !important; }

.odds-widget-wrapper {
  color: white;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 200; }
  .odds-widget-wrapper .event-wrapper {
    background: #2F3239; }
  .odds-widget-wrapper .odds-list__item__odds__link span {
    display: flex;
    align-items: center;
    color: white;
    border-radius: 4px;
    padding: 1px 6px 1px 6px;
    font-size: .75rem;
    border: 0;
    transition: .15s ease all; }
    .odds-widget-wrapper .odds-list__item__odds__link span:hover {
      color: #00c9d2 !important;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.odd-js-href:hover {
  cursor: pointer; }

#odds-iframe {
  overflow: hidden; }

.odds-list__item__odds {
  min-width: 240px !important; }

.odds-list__item__main {
  flex: 1 1 calc(50%) !important; }

#oddsnav-loadmore {
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: .15s ease all; }
  #oddsnav-loadmore:hover {
    cursor: pointer;
    color: #00c9d2; }

.odds-search {
  flex-grow: 1; }

.head-container {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  position: relative; }
  .head-container .odds-search {
    box-sizing: border-box;
    margin-left: 75px;
    height: 50px;
    font-size: 1rem; }
  .head-container .odds-search-btn span {
    font-size: .75rem; }
  .head-container .menu-full {
    transition: 0.4s cubic-bezier(0.91, 0.02, 0.71, 1.43) all;
    z-index: 20;
    position: absolute;
    left: -310px; }
    .head-container .menu-full-inner {
      position: relative;
      width: 100%;
      height: 100%; }
  .head-container .menu-full__burger {
    position: absolute;
    left: calc(100% + 10px);
    width: 50px;
    height: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 5px;
    background: #2F3239;
    margin-right: 50px; }
    .head-container .menu-full__burger .menu-full__burger__bars {
      width: 75%;
      height: 6px;
      border-radius: 2px;
      background: white;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: .2s ease all; }
      .head-container .menu-full__burger .menu-full__burger__bars:before, .head-container .menu-full__burger .menu-full__burger__bars:after {
        transition: .2s ease all;
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: white;
        border-radius: inherit; }
      .head-container .menu-full__burger .menu-full__burger__bars:before {
        top: -12px; }
      .head-container .menu-full__burger .menu-full__burger__bars:after {
        top: 12px; }
  .head-container .menu-full__burger:hover {
    cursor: pointer; }
    .head-container .menu-full__burger:hover .menu-full__burger__bars:before {
      transform: rotate(45deg);
      transform-origin: bottom right;
      top: 0;
      right: 0;
      width: 30px; }
    .head-container .menu-full__burger:hover .menu-full__burger__bars:after {
      transform-origin: top right;
      transform: rotate(-45deg);
      top: 0;
      right: 0;
      width: 30px; }
  .head-container .menu-full__burger.active-embed .menu-full__burger__bars {
    background: rgba(255, 255, 255, 0); }
    .head-container .menu-full__burger.active-embed .menu-full__burger__bars:before {
      transform: rotate(-45deg);
      background: #1ab2c8;
      top: 0; }
    .head-container .menu-full__burger.active-embed .menu-full__burger__bars:after {
      transform: rotate(45deg);
      background: #1ab2c8;
      top: 0; }
  .head-container .menu-full__burger.active-embed:hover {
    cursor: pointer; }
    .head-container .menu-full__burger.active-embed:hover .menu-full__burger__bars {
      background: #1ab2c8; }
      .head-container .menu-full__burger.active-embed:hover .menu-full__burger__bars:before {
        transform-origin: bottom left;
        top: 0;
        left: 0;
        width: 30px; }
      .head-container .menu-full__burger.active-embed:hover .menu-full__burger__bars:after {
        transform-origin: top left;
        top: 0;
        left: 0;
        width: 30px; }

.active-embed-full {
  left: 0px !important; }

.category-icon {
  margin-top: 5px;
  height: 13px;
  width: 18px; }

#odds-mini-search {
  color: white;
  padding: 0px;
  position: relative; }
  #odds-mini-search .odds-search-mini__breadcrumb {
    opacity: .5;
    float: none;
    width: auto;
    height: auto;
    line-height: 14px; }
  #odds-mini-search i.fa-times-circle {
    position: absolute;
    top: 16px;
    right: 16px;
    display: none; }
  #odds-mini-search input {
    width: 270px !important;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 15px;
    margin: 0;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
    border: 0;
    margin-bottom: 10px; }
  #odds-mini-search .odds-list__term strong {
    color: #00c9d2; }
  #odds-mini-search #odds-mini-search__content {
    display: none;
    padding: 5px 25px 15px 25px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.75); }
    #odds-mini-search #odds-mini-search__content h4 {
      margin-bottom: 0; }
  #odds-mini-search #odds-mini-search__sports, #odds-mini-search #odds-mini-search__categories, #odds-mini-search #odds-mini-search__tournaments {
    display: none; }

.widget_odd_mega_menu_widget {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7); }
  .widget_odd_mega_menu_widget #style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    border-radius: 10px;
    background-color: transparent; }
  .widget_odd_mega_menu_widget #style-1::-webkit-scrollbar {
    width: 12px;
    background-color: transparent; }
  .widget_odd_mega_menu_widget #style-1::-webkit-scrollbar-thumb {
    border-radius: 3px;
    width: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }

li.sport {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  color: white;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  li.sport .odds-list__item__main__teams {
    display: flex;
    justify-content: space-between;
    flex-grow: 1; }
  li.sport:hover img {
    filter: grayscale(0);
    margin-right: 10px; }
  li.sport img {
    transition: .2s ease all;
    filter: grayscale(1);
    transform: scale(0.6);
    margin-right: 10px; }
  li.sport .count {
    opacity: .6; }

.submenu {
  display: none; }

li.active-sub + .submenu {
  display: block; }

.active-sub {
  display: block;
  color: #00c9d2; }
  .active-sub i.fa, .active-sub > span {
    color: #00c9d2; }
  .active-sub > .submenu {
    display: block !important; }

.odd-tournament-ul {
  padding-left: 16px; }

li.odd-tournament-li {
  position: relative; }
  li.odd-tournament-li:before {
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #00c9d2;
    content: '';
    display: block; }
  li.odd-tournament-li:first-child:before {
    top: 10px;
    height: calc(100% - 10px); }
  li.odd-tournament-li:last-child:before {
    top: 0px;
    height: calc(100% - 10px); }

.open {
  display: block !important; }

.odds-nav-down.fa-angle-down {
  color: white;
  padding-left: 20px;
  padding-right: 10px;
  position: relative; }
  .odds-nav-down.fa-angle-down:before {
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .odds-nav-down.fa-angle-down:hover {
    cursor: pointer; }
    .odds-nav-down.fa-angle-down:hover:before {
      color: #00c9d2; }

.submenu .odds-nav-down {
  padding-right: 25px;
  padding-left: 0; }

.category-icon {
  margin-right: 10px;
  padding-left: 5px; }

.submenu.odds-nav-sub-js {
  padding-left: 0;
  margin: 0; }
  .submenu.odds-nav-sub-js .has_submenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .submenu.odds-nav-sub-js .has_submenu .odd-category-link {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-grow: 1; }
    .submenu.odds-nav-sub-js .has_submenu .submenu {
      padding-left: 30px;
      width: 90%; }

.mega-more--hidden {
  display: none !important; }
.mega-more__button {
  text-align: center;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #00c9d2; }
  .mega-more__button:hover {
    cursor: pointer;
    color: #008086; }

.odd-match-header__mobile {
  display: none; }

.odd-match-header {
  color: white;
  font-family: 'Lato', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px; }
  .odd-match-header__wrapper {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
    .odd-match-header__wrapper:after {
      content: '';
      display: block;
      width: 100%;
      padding-top: 32.24%; }
  .odd-match-header__headline {
    text-align: center;
    font-size: .7rem;
    width: 100%;
    margin-bottom: -25px; }
    .odd-match-header__headline:hover {
      cursor: pointer; }
      .odd-match-header__headline:hover .odd-match-header__headline__top {
        opacity: .8; }
    .odd-match-header__headline__top {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: center;
      align-items: center; }
      .odd-match-header__headline__top i {
        margin-right: 10px; }
      .odd-match-header__headline__top span {
        font-size: .9rem;
        padding-left: 5px;
        padding-right: 5px; }
  .odd-match-header__middle {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .odd-match-header__footer {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center; }
    .odd-match-header__footer .odds-list__item__odds__col {
      width: 140px;
      min-width: 73px;
      margin-right: 15px; }
      .odd-match-header__footer .odds-list__item__odds__col:last-child {
        margin-right: 0; }
      .odd-match-header__footer .odds-list__item__odds__col .top-odd-link {
        position: relative;
        width: 100%; }
        .odd-match-header__footer .odds-list__item__odds__col .top-odd-link .odds-list__item__odds__odd {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-right: 5px;
          height: 30px;
          text-align: right;
          position: relative;
          background: white;
          border: 1px solid transparent;
          border: 0;
          font-weight: bold;
          font-size: .95rem;
          overflow: hidden;
          color: rgba(0, 0, 0, 0.9);
          font-size: 13px; }
          .odd-match-header__footer .odds-list__item__odds__col .top-odd-link .odds-list__item__odds__odd:after {
            content: '';
            display: block;
            background: #DADADA;
            top: 9px;
            width: 1px;
            height: calc(100% - 18px);
            right: 37px;
            position: absolute;
            z-index: 6; }
          .odd-match-header__footer .odds-list__item__odds__col .top-odd-link .odds-list__item__odds__odd .odds-list__item__odds__odd__side {
            font-size: .8rem;
            font-weight: normal;
            width: 30px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #109B23;
            text-shadow: none;
            color: white; }
        .odd-match-header__footer .odds-list__item__odds__col .top-odd-link:hover {
          cursor: pointer; }
        .odd-match-header__footer .odds-list__item__odds__col .top-odd-link .odds-list__item__odds__brand {
          background: transparent;
          position: absolute;
          height: 10px;
          z-index: 3;
          left: 35px;
          right: 40px; }
  .odd-match-header__left, .odd-match-header__right {
    text-align: center;
    width: calc(100% * .4);
    display: flex;
    flex-direction: row;
    align-items: center; }
    .odd-match-header__left .logo, .odd-match-header__right .logo {
      flex-shrink: 0;
      position: relative;
      z-index: 1;
      width: 82px;
      height: 82px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      position: relative;
      z-index: 2; }
      .odd-match-header__left .logo:before, .odd-match-header__right .logo:before {
        position: absolute;
        width: 92px;
        height: 92px;
        border-radius: 50%;
        background: white;
        opacity: .3;
        content: '';
        display: blocK;
        z-index: 1;
        top: -5px;
        left: -5px; }
      .odd-match-header__left .logo img, .odd-match-header__right .logo img {
        max-width: 75px;
        max-height: 75px; }
    .odd-match-header__left .team, .odd-match-header__right .team {
      text-transform: uppercase;
      z-index: 3;
      font-size: 17px;
      line-height: 19px;
      font-weight: bold; }
  .odd-match-header__left {
    justify-content: flex-end; }
    .odd-match-header__left .team {
      text-align: right; }
    .odd-match-header__left .logo {
      margin-left: 30px; }
  .odd-match-header__right {
    justify-content: flex-start; }
    .odd-match-header__right .team {
      text-align: left; }
    .odd-match-header__right .logo {
      margin-right: 30px; }
  .odd-match-header__center {
    width: calc(100% * .2); }
    .odd-match-header__center .date-time {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .odd-match-header__center .date-time .kickoff-date, .odd-match-header__center .date-time .kickoff-time {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
      .odd-match-header__center .date-time .kickoff-time {
        font-size: 0.75rem;
        opacity: .7; }
      .odd-match-header__center .date-time .kickoff-date {
        font-size: 0.85rem;
        opacity: .9; }
        .odd-match-header__center .date-time .kickoff-date-hide {
          display: none; }
      .odd-match-header__center .date-time strong {
        color: white !important; }

.odds-widget-wrapper {
  overflow: hidden; }

/*# sourceMappingURL=style.css.map */
