/**
Designed by ######
Copyright 2017

Live Casino
**/

#live{ background: url(../../assets/img/livecasino/live_bg.jpg) repeat center center #151515; }
#live .banner{ height: 197px; background: url(../../assets/img/livecasino/live_banner.jpg) no-repeat top center; }

#live .live-content{ padding: 2rem 1rem; margin: 1rem 0; border: 1px solid #262626; background-color: #1b1b1b; }
#live .live-content > li{ text-align: center; position: relative; }

#live .live-content > li .thumb{ width: 230px; height: 259px; margin: 0 auto; background: url(../../assets/img/livecasino/live_category.png) no-repeat 0 0; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
#live .live-content > li.ag .thumb{ background-position: -230px 0; }
#live .live-content > li.bbin .thumb{ background-position: -460px 0; }
#live .live-content > li.gpi .thumb{ background-position: 0 -259px; }
#live .live-content > li.allbet .thumb{ background-position: -230px -259px; }
#live .live-content > li.og .thumb{ background-position: -460px -259px; }
#live .live-content > li.lebo .thumb{ background-position: 0 -518px; }
#live .live-content > li.mg .thumb{ background-position: -230px -518px; }
#live .live-content > li.pt .thumb{ background-position: -460px -518px; }

#live .live-content > li .provider{ width: 230px; height: 76px; margin: .5rem auto 1rem; background: url(../../assets/img/livecasino/live_provider.png) no-repeat 0 0; }
#live .live-content > li.ag .provider{ background-position: -230px 0; }
#live .live-content > li.bbin .provider{ background-position: -460px 0; }
#live .live-content > li.gpi .provider{ background-position: 0 -76px; }
#live .live-content > li.allbet .provider{ background-position: -230px -76px; }
#live .live-content > li.og .provider{ background-position: -460px -76px; }
#live .live-content > li.lebo .provider{ background-position: 0 -152px; }
#live .live-content > li.mg .provider{ background-position: -230px -152px; }
#live .live-content > li.pt .provider{ background-position: -460px -152px; }

#live .live-content > li a{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 99; }
#live .live-content > li a i{ width: 153px; height: 80px; margin-bottom: 3rem; background: url(../../assets/img/livecasino/live_providernav.png) no-repeat 0 0; opacity: 0; }
#live .live-content > li:hover a i{ opacity: 1; }
#live .live-content > li:hover a ~ .thumb{ opacity: .5; }
#live .live-content > li.ag a i{ background-position: -153px 0; }
#live .live-content > li.bbin a i{ background-position: -306px 0; }
#live .live-content > li.gpi a i{ background-position: 0 -80px; }
#live .live-content > li.allbet a i{ background-position: -153px -80px; }
#live .live-content > li.og a i{ background-position: -306px -80px; }
#live .live-content > li.lebo a i{ background-position: 0 -160px; }
#live .live-content > li.mg a i{ background-position: -153px -160px; }
#live .live-content > li.pt a i{ background-position: -306px -160px; }