/*.slick-container {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.slick-container.loaded {
  visibility: initial;
  height: auto;
  opacity: 1;
}

section {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}*/

.middle-container {
  padding-top: 0;
}

.page-container {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}

.page-container:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-container.loading:after {
  z-index: 1;
  opacity: 1;
}

.page-container .content-container.desktop-1920px {
  display: block;
}

.page-container .content-container.desktop-1440px {
  display: none;
}

.page-container .left-content-container.mobile,
.page-container .right-content-container.mobile {
  display: none;
}

.page-container .left-content-container.desktop {
  width: 50%;
  float: left;
}

.page-container .right-content-container.desktop {
  width: 50%;
  float: right;
}

.desktop-1920px .desktop-banner-container {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.desktop-1920px .desktop-sports-book-container {
  width: 50%;
  float: right;
  margin-bottom: 15px;
}

.page-container .left-content-container.mobile {
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: -ms-calc(100% - 350px);
  width: -o-calc(100% - 350px);
  width: calc(100% - 350px);
  float: left;
}

.page-container .right-content-container.mobile {
  width: 350px;
  float: right;
}

.banner-container .slick-container {
  margin-bottom: 20px !important;
}

.banner-container .item-container {
  position: relative;
  height: 220px;
  background-repeat: no-repeat;
  background-position: 65% center;
  background-size: cover;
}

.banner-container .item-container > a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.banner-container .item-container.banner-1 {
  background-image: url("/assets/images/banners/banner-1.jpg");
}

.banner-container .item-container.banner-2 {
  background-image: url("/assets/images/banners/banner-2.jpg");
}

.banner-container .text-container {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-container .slick-active .text-container {
  opacity: 1;
}

.banner-container .text-container img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.banner-container .text-container.cab-portal {
  top: 21%;
  left: 12.5%;
  width: 37%;
}

.banner-container .text-container.world-best {
  top: 0;
  left: 0;
  width: 59%;
}

.banner-container .camera_link {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}

.desktop-1440px .desktop-banner-container {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.desktop-1440px .desktop-banner-container .text-container.cab-portal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.desktop-1440px .desktop-banner-container .text-container.world-best {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.desktop-1440px .desktop-sports-book-container {
  width: 50%;
  float: right;
  margin-bottom: 15px;
}

.desktop-1920px .desktop-banner-container .camera_wrap,
.desktop-1440px .desktop-banner-container .camera_wrap {
  margin-bottom: 0 !important;
}

.desktop-1920px .desktop-banner-container .camera_pag,
.desktop-1440px .desktop-banner-container .camera_pag {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.desktop-1920px .desktop-banner-container .camera_wrap .camera_pag .camera_pag_ul li,
.desktop-1440px .desktop-banner-container .camera_wrap .camera_pag .camera_pag_ul li {
  background: transparent;
}

.desktop-1920px .desktop-banner-container .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.desktop-1440px .desktop-banner-container .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #fff;
}

.desktop-1440px .desktop-sports-book-container .item-container .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  height: 280px;
  position: relative;
}

.desktop-1440px .desktop-sports-book-container .item-container.banner-1 .background {
  background-image: url('/assets/images/dashboard/desktop-sports-banner-1.png');
}

.desktop-1440px .desktop-sports-book-container .item-container.banner-2 .background {
  background-image: url('/assets/images/dashboard/desktop-sports-banner-2.png');
}

.desktop-1440px .desktop-sports-book-container .item-container.banner-1 .background .text-container {
  position: absolute;
  left: 22px;
  bottom: 22px;
}

.desktop-1440px .desktop-sports-book-container .item-container.banner-2 .background .text-container {
  position: absolute;
  top: 9px;
  left: 22px;
}

.desktop-sports-book-container .item-container .text-container div {
  color: #fff;
  font-size: 25px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
  margin-top: 10px;
}

.desktop-sports-book-container .item-container .text-container i {
  padding: 4px 5px;
  border: 2px solid #fff;
  font-size: 18px;
  margin-left: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.desktop-1440px .desktop-sports-book-container .item-container.banner-1 .text-container div {
  margin-left: 0;
}

.desktop-1440px .desktop-sports-book-container .item-container.banner-2 .text-container div {
  margin-left: 15px;
}

.desktop-1920px .desktop-sports-book-container .item-container.banner-2 .text-container div {
  margin-left: 10px;
}

.desktop-sports-book-container .slick-container .slick-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  z-index: 1;
  opacity: 0.6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.desktop-sports-book-container .slick-container .slick-arrow:hover {
  opacity: 1;
}

.desktop-sports-book-container .slick-container .slick-prev {
  left: 5px;
}

.desktop-sports-book-container .slick-container .slick-next {
  right: 5px;
}

.desktop-1920px .desktop-sports-book-container .item-container .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  height: 410px;
  position: relative;
}

.desktop-1920px .desktop-sports-book-container .item-container.banner-1 .background {
  background-image: url('/assets/images/dashboard/1920/sports-banner-1.png');
}

.desktop-1920px .desktop-sports-book-container .item-container.banner-2 .background {
  background-image: url('/assets/images/dashboard/1920/sports-banner-2.png');
}

.desktop-1920px .desktop-sports-book-container .item-container.banner-1 .background .text-container {
  position: absolute;
  left: 45px;
  bottom: 35px;
}

.desktop-1920px .desktop-sports-book-container .item-container.banner-2 .background .text-container {
  position: absolute;
  left: 7px;
  bottom: 76px;
}

.desktop-dashboard-game-container {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 -o-justify-content: space-between;
 justify-content: space-between;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 -o-flex-wrap: wrap;
 flex-wrap: wrap;
}

.desktop-dashboard-game-container .item {
  width: -webkit-calc(100%/3 - 10px);
  width: -moz-calc(100%/3 - 10px);
  width: -ms-calc(100%/3 - 10px);
  width: -o-calc(100%/3 - 10px);
  width: calc(100%/3 - 10px);
  padding: 0;
}

.desktop-1440px .desktop-dashboard-game-container .item-container {
  position: relative;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 15px;
}

.desktop-1440px .desktop-dashboard-game-container .item-container img {
  width: 100%;
}

.desktop-1440px .desktop-dashboard-game-container .item-container .text-container {
  height: 46px;
  padding: 0 17px 0 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.desktop-1440px .desktop-dashboard-game-container .item-container .text-container img {
  width: auto;
  max-height: 30px;
}

.desktop-1440px .desktop-dashboard-game-container .item-container .text-container h2 {
  font-size: 16px;
  line-height: 25px;
  color: #D3D3D3;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.desktop-1440px .desktop-dashboard-game-container .item-container .text-container h2 i {
  margin-left: 13px;
}

.desktop-1920px .desktop-dashboard-game-container .item-container {
  position: relative;
  height: 212px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 15px;
}

.desktop-1920px .desktop-dashboard-game-container .item-container img {
  width: 100%;
}

.desktop-1920px .desktop-dashboard-game-container .item-container .text-container {
  height: 68px;
  padding: 0 20px 0 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.desktop-1920px .desktop-dashboard-game-container .item-container .text-container img {
  width: auto;
  max-height: 30px;
}

.desktop-1920px .desktop-dashboard-game-container .item-container .text-container h2 {
  font-size: 16px;
  line-height: 25px;
  color: #D3D3D3;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.desktop-1920px .desktop-dashboard-game-container .item-container .text-container h2 i {
  margin-left: 13px;
}

.desktop-live-game-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.desktop-1440px .desktop-live-game-container .item-container {
  height: 200px;
  width: 50%;
  margin-right: 14px;
  position: relative;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.desktop-1920px .desktop-live-game-container .item-container {
  height: 250px;
  width: 50%;
  margin-right: 14px;
  position: relative;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.desktop-live-game-container .item-container:last-child {
  margin-right: 0;
}

.desktop-live-game-container .item-container a {
  width: 100%;
  height: 100%;
  position: absolute;
}

.desktop-1440px .desktop-live-game-container .item-container h2 {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 16px;
  line-height: 25px;
  color: #D3D3D3;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.desktop-1920px .desktop-live-game-container .item-container h2 {
  position: absolute;
  bottom: 15px;
  right: 26px;
  font-size: 16px;
  line-height: 25px;
  color: #D3D3D3;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.desktop-live-game-container .item-container h2 i {
  margin-left: 13px;
}

.sports-book-container {
  clear: both;
}

.sports-book-container .slick-container .item-container {
  position: relative;
}

.sports-book-container .slick-container .slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 1;
  opacity: 0.7;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sports-book-container .slick-container .slick-arrow:hover {
  opacity: 1;
}

.sports-book-container .slick-container .slick-prev {
  left: 5px;
}

.sports-book-container .slick-container .slick-next {
  right: 5px;
}

.sports-book-container .item-container .background {
  position: relative;
  height: 261px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.sports-book-container .item-container .background a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 12;
}

.sports-book-container .item-container.banner-1 .background {
  background-image: url('/assets/images/dashboard/macpro-sports-banner-1.png');
  background-position: center top;
}
.sports-book-container .item-container.banner-2 .background {
  background-image: url('/assets/images/dashboard/macpro-sports-banner-2.png');
  background-position: top right;
}

.sports-book-container .item-container.banner-1 .desktop {
  display: block;
}

.sports-book-container .item-container.banner-1 .mobile {
  display: none;
}

.sports-book-container .item-container.banner-2 .desktop {
  display: block;
}

.sports-book-container .item-container.banner-2 .mobile {
  display: none;
}

.sports-book-container .item-container .background img {
  position: absolute;
}

.sports-book-container .item-container.banner-1 .text-1 {
  right: 15px;
  bottom: -28px;
}

.sports-book-container .item-container.banner-2 .text-1 {
  top: 6px;
  left: 26px;
}

.sports-book-container .item-container.banner-2 .text-2 {
  bottom: 62px;
  left: 26px;
}

.sports-book-container .text-container {
  height: 28px;
}

.sports-book-container .text-container.red {
  border-top: 5px solid #FC150D;
  background: -webkit-linear-gradient(#590b09 0%, #260000 100%);
  background: -moz-linear-gradient(#590b09 0%, #260000 100%);
  background: -ms-linear-gradient(#590b09 0%, #260000 100%);
  background: -o-linear-gradient(#590b09 0%, #260000 100%);
  background: linear-gradient(#590b09 0%, #260000 100%);
}

.sports-book-container .text-container.yellow {
  border-top: 5px solid #D6A212;
  background: #AA7D00;
}

.sports-book-container .text-container a {
  color: #fff;
  font-size: 14px;
  font-style: italic;
}

.sports-book-container .text-container svg {
  width: 15px;
  color: #fff;
  margin-left: 8px;
}

.dashboard-game-container .item-container {
  position: relative;
  margin-bottom: 10px;
}

.dashboard-game-container .item-container img {
  max-width: 100%;
  max-height: 145px;
  display: block;
  margin: 0 auto;
}

.dashboard-game-container .item-container .text-container {
  position: absolute;
  top: 63%;
  left: 50%;
  text-align: center;
  transform: -webkit-translateX(-50%);
  transform: -moz-translateX(-50%);
  transform: -ms-translateX(-50%);
  transform: -o-translateX(-50%);
  transform: translateX(-50%);
}

.dashboard-game-container .item-container .text-container h2 {
  margin-top: 6px;
  font-size: 12px;
  color: #fff;
}

.dashboard-game-container .item-container .text-container img {
  max-width: 50px;
  max-height: 30px;
}

.dashboard-game-container .list > div {
  margin-bottom: 10px;
}

.dashboard-game-container .list img {
  max-height: 110px;
}

@media (max-width: 1650px) {
  .page-container {
    max-width: 1350px;
  }
}

@media (max-width: 1500px) {
  .sports-book-container .item-container.banner-1 .sub-banner {
    right: 9%;
    bottom: 4%;
  }

  .sports-book-container .item-container.banner-1 .sub-banner img {
    max-width: 650px;
  }

  .sports-book-container .item-container.banner-1 .sub-banner {
    right: 0;
  }
}

@media (min-width: 1441px) {
  .page-container {
    width: 1364px;
  }

  .sports-book-container .item-container .background {
    height: 210px;
  }

  .sports-book-container .item-container.banner-1 .background {
    background-image: url('/assets/images/dashboard/normal-sports-banner-1.png');
  }

  .sports-book-container .item-container.banner-2 .background {
    background-image: url('/assets/images/dashboard/normal-sports-banner-2.png');
  }

  .sports-book-container .item-container.banner-2 .text-1 {
    top: 0;
    left: 0;
  }

  .sports-book-container .item-container.banner-2 .text-2 {
    bottom: 64px;
    left: 190px;
  }
}

@media (max-width: 1440px) {
  .page-container .content-container.desktop-1920px {
    display: none;
  }

  .page-container .content-container.desktop-1440px {
    display: block;
  }
}

@media (min-width: 1200px) {
  .middle-container {
    position: relative;
    background: #0D1626 !important;
  }

  .middle-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 900px;
    background-image: url('/assets/images/dashboard/indexBg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left -100px;
  }
}

@media (min-width: 1441px) {
  .middle-container:before {
    height: 1080px;
  }
}

@media (max-width: 1200px) {
  .page-container .content-container.desktop-1440px {
    display: none;
  }

  .page-container .left-content-container.mobile,
  .page-container .right-content-container.mobile {
    display: block;
  }

  .dashboard-game-container .list img {
    max-width: 300px;
  }

  .banner-container .text-container.world-best {
    top: 0;
    width: 70%;
  }

  .banner-container .text-container img {
    max-height: 200px !important;
  }

  .sports-book-container .item-container.banner-1 .background {
    background-position: 60% top;
  }

  .sports-book-container .item-container.banner-1 .text-1 {
    max-width: 500px;
    bottom: -18px;
  }

  .sports-book-container .item-container.banner-2 .text-1 {
    max-width: 300px;
  }

  .sports-book-container .item-container.banner-2 .text-2 {
    max-width: 500px;
    bottom: 72px;
  }
}

@media (max-width: 991px) {
  .page-container {
    display: inline-block;
  } 
  
  .page-container .left-content-container.mobile, 
  .page-container .right-content-container.mobile {
    width: 100%;
  }

  .banner-container .text-container.cab-portal {
    width: 45%;
    left: 50px;
  }

  .banner-container .text-container.world-best {
    top: 0;
    left: -50px;
  }

  .page-container .left-content-container {
    width: 100%;
  }

  .page-container .right-content-container {
    width: 100%;
    margin-top: 20px;
  }

  .dashboard-game-container .list img {
    max-height: 300px;
  }

  .dashboard-game-container {
    max-width: 640px;
    margin: 0 auto;
  }

  .dashboard-game-container .item-container img {
    max-height: 100%;
  }

  .dashboard-game-container .item-container .text-container img {
    max-width: 100px;
    max-height: 50px;
  }

  .dashboard-game-container .item-container .text-container h2 {
    font-size: 14px;
  }

  .dashboard-game-container .item-container {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .dashboard-game-container .list img {
    max-width: 200px;
  }

  .dashboard-game-container .item-container .text-container h2 {
    font-size: 14px;
  }

  .sports-book-container .text-container a {
    font-size: 16px;
  }

  .sports-book-container .text-container svg {
    width: 20px;
    margin-left: 10px;
  }

  .sports-book-container .slick-container .slick-arrow {
    width: 20px;
  }

  .sports-book-container .text-container {
    height: auto;
  }

  .sports-book-container .banner-1 .text-container {
    padding: 5px 0;
  }

  .sports-book-container .banner-2 .text-container {
    padding-bottom: 1px;
  }

  .sports-book-container .text-container a {
    font-size: 12px;
  }

  .banner-container .text-container.world-best {
    top: 0;
  }

  .banner-container .text-container.cab-portal {
    width: 50%;
    left: 20px;
    top: 40px;
  }

  .sports-book-container .item-container .background {
    height: 170px;
  }

  .sports-book-container .item-container.banner-1 .background {
    background-position: 30% top;
  }

  .sports-book-container .item-container.banner-1 .desktop {
    display: none;
  }

  .sports-book-container .item-container.banner-2 .desktop {
    display: none;
  }

  .sports-book-container .text-container.red {
    border-top: 0;
    border-bottom: 5px solid #FC150D;
    background: -webkit-linear-gradient(#590b09 0%, #260000 100%);
    background: -moz-linear-gradient(#590b09 0%, #260000 100%);
    background: -ms-linear-gradient(#590b09 0%, #260000 100%);
    background: -o-linear-gradient(#590b09 0%, #260000 100%);
    background: linear-gradient(#590b09 0%, #260000 100%);
  }

  .sports-book-container .text-container.yellow{
    border-top: 0;
    border-bottom: 5px solid #D6A212;
    background: -webkit-linear-gradient(#ffc33b 0%, #260000 100%);
    background: -moz-linear-gradient(#ffc33b 0%, #260000 100%);
    background: -ms-linear-gradient(#ffc33b 0%, #260000 100%);
    background: -o-linear-gradient(#ffc33b 0%, #260000 100%);
    background: linear-gradient(#ffc33b 0%, #260000 100%);
  }

  .sports-book-container .text-container a {
    display: none;
  }

  .sports-book-container .text-container svg {
    display: none;
  }

  .sports-book-container .item-container.banner-1 .mobile {
    display: block;
  }

  .sports-book-container .item-container.banner-2 .mobile {
    display: block;
  }
}

@media (max-width: 650px) {
  .sports-book-container .item-container.banner-1 .background {
    background-position: 40% top;
  }
}

@media (max-width: 576px) {
  .dashboard-game-container .list img {
    max-width: 153px;
  }

  .dashboard-game-container .row > div {
    padding: 0;
  }

  .dashboard-game-container .item-container .text-container img {
    max-width: 33px;
    max-height: 27px;
  }

  .dashboard-game-container .item-container .text-container h2 {
    font-size: 11px;
  }

  .dashboard-game-container .item-container .text-container {
    top: 65%;
  }

  .banner-container .text-container.world-best {
    width: 90%;
    top: 0;
    left: -10%;
  }

  .banner-container .text-container.cab-portal {
    width: 67%;
    top: 30px;
  }

  .sports-book-container .item-container.banner-2 .sub-banner img {
    max-height: 130px;
  }
}