*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section {
    width: 100%;
    float: left;
    background: #edeef0;
    padding-top: 10px;
}

.home_slider {
    width: 910px;
    float: left;
    padding: 0 10px 4px 8px;
    background: #fff;
	margin-bottom:12px;
}
.cycle-pager span {
    font-size: 36px; 
    cursor: pointer;
    display: inline-block;
}
.cycle-pager span.cycle-pager-active {
    color: aqua;
}
.cycle-carousel-wrap {
     width: 100%;   
}
.slider_main {
    width: 583px;
    float: left;
    margin-right: 9px;
    position: relative;
	z-index:9;
}
.slider_thumb {
    width: 300px;
    float: left;
}
.slider_main .slide_title,
.slide_thumb_wrap,
.slider_main ul,.slider_thumb ul    {
    width: 100%;
    float: left;
}
.slide_thumb_wrap {
    padding-left: 10px;
    border-left:1px solid #edeef0;
    position: relative;
}
.slide_thumb_wrap .slider_pointer {
    position: absolute;
    top: 0;
    left: -24px;
    width: 35px;
    height: 65px;
    z-index: 999;
    background: url('../images/slider_pointer.png') no-repeat;
}
.slider_main .slide_title {
     margin-bottom: 5px;   
}
.slider_main .slide_title h3 {
    float: left;
    background: #e52600;
    color: #fffefe;
    font: 16px 'Tahoma-Bold';
    padding: 7px 10px;
}
.slider_main .slide_title .today_date {
    display: inline-block;
    margin-top: 10px;
}
.slider_main .slide_title .today_date, .free-games .soccer-top h4 {
    float: right;
    color: #383838;
    font: 14px 'Tahoma-Bold';
}
/*.slider_main ul li {
    margin-left: 5px;
}
.slider_main ul li:first-child {
    margin-left: 0px;
}*/
.slider_main .slide_img {
     position: relative;
}
.slider_main .slide_img img {
    max-width: 100%;
}
.slider_main .slide_cont {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.8);
    padding: 10px 9px 15px 13px;
    bottom: 0;
    left: 0;
    color: #1c1c1c;
}
.slider_main .slide_cont h2 {
    font: 22px/26px 'Tahoma-Bold';
    margin-bottom: 6px;
}
.slider_main .slide_cont h2 a{
	color:#383838;
}
.slider_main .slide_cont h2 a:hover{
	color:#E52600;
}
.slider_main .slide_cont p {
    font: 12px/16px 'Tahoma';
    margin-bottom: 6px;
}
.slider_main .slide_cont p a {
    font: 14px 'Tahoma-Bold';
    color: #1c1c1c;
    padding-right: 12px;
    background: url('../images/sprite-2.png') no-repeat 40px -114px;
}
.slider_main .slide_cont p a:hover{
	color:#e52600;
}
.slider_main .slide_cont .author_name {
    display: block;
    color: #565656;
    font:600 12px 'Tahoma';
    font-style: italic;	
}
.slider_thumb h3  {
    float: right;
    background: #e52600;
    color: #fffefe;
    font: 16px 'Tahoma-Bold';
    padding: 7px 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.slider_thumb ul li  {
    background: #edeef0;
    padding: 0px 0 0 1px;
    min-height: 65px;
    transition: all linear 0.3s;
}
.slider_thumb ul li a  {
    color: #1c1c1c;
    font: 13px/16px 'Tahoma-Bold';
    padding: 6px 12px 7px;
    border-top: 1px solid #fff;
    display: block;
    transition: all linear 0.3s;
}
.slider_thumb ul li:first-child a  {
    border-top: 0;
}
.slider_thumb ul li:hover,
.slider_thumb ul li.cycle-slide-active  {
    background: #fff;
}
.slider_thumb ul li:hover a,
.slider_thumb ul li.cycle-slide-active a {
    color: #383838;   
	font-style:italic;
}
.slider_main .control_nav a {
    position: absolute;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 30px;
    top: 35%;
    z-index: 9999;
    cursor: pointer;
    transition: all linear 0.2s;
    background: url('../images/sprite-2.png') no-repeat 0 0;
}
.slider_main .control_nav a.prev {
    background-position: -3px -44px;
    left: 13px;
}
.slider_main .control_nav a.next {
    background-position: -3px 0px;
    right: 13px;
}
.slider_main .control_nav a.prev:hover {
    background-position: -76px -44px;
    left: 20px;
}
.slider_main .control_nav a.next:hover {
    background-position: -76px 0;
    right: 20px;
}
.custom_pager {
    position: absolute;
    z-index: 999;
    right: 20px;
    bottom: 137px;
}
.custom_pager span {
    text-indent: -9999px;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 3px;
    background: #c8c8c8;
    cursor: pointer;
    border-radius: 50%;
}
.custom_pager span:hover,
.custom_pager span.cycle-pager-active {
    background: #ff9600;
}
.slider_main .slide_comnt {
    color: #fffefe;
    position: absolute;
    font: 12px 'Tahoma';
    background: url('../images/sprite-2.png') no-repeat -1px -92px;
    top: 10px;
    right: 20px;
    padding-left: 15px;
}
.slider_main .slider_label {
    position: absolute;
    color: #fff;
    font: 10px 'Tahoma-Bold';
    text-transform: uppercase;
    left: 0;
    top: 10px;
    background: #ff9600;
    padding: 2px 8px;
}
.slideshow li{
	width:100%;
}
/*Home Menu work*/
.main_menu{
	position:relative;
}
nav.focused li a,
nav.focused .close-icon, .main_menu:hover li a{
	opacity:0.5;
}
nav.focused li.over a,
nav.focused .close-icon.over{
	opacity:1;
}
/*Post Page Style Starts*/
.post_page_cont .left-section {
    min-height: 0;
    width: 200px;
}
.left_menu_wrap nav {
    border-bottom: 0;
}
.left_menu_wrap .page_title {
    color: #fff;
    font: 30px 'Tahoma-Bold';
    padding: 8px 0 9px 58px;
    background: url('../images/news_title_logo.png') no-repeat 15px 10px;
}
.menu_sect_left ul li a {
    display: block;
    color: #fff;
    font: 16px 'Tahoma-Bold';
    padding: 10px 13px;
    position: relative;
    transition: all linear 0.3s;
}
.menu_sect_left ul li a .menu_icon {
    position: absolute;
    width: 12px;
	height: 12px;
    top: 13px;
    right: 10px;
    background: url('../images/sprite-2.png') no-repeat -1px -152px;
}
.menu_sect_left ul li.open a .menu_icon {
    background-position: -1px -185px;
}
/*.menu_sect_left ul li.item_children > a {
    background: url("../images/sprite-2.png") no-repeat 175px -139px;
}
.menu_sect_left ul li.item_children.open > a {
    background: url("../images/sprite-2.png") no-repeat 175px -172px;
}*/
.menu_sect_left ul li ul.sub-menu li a {
    font: 14px 'Tahoma-Bold';
    padding: 8px 15px 8px 28px;   
}
.menu_sect_left ul li a:hover {
    background-color: #656464;
}




.post_page_cont .mid-section {
    width: 760px;
}
.post_container{
    background: #fff;
    padding: 6px 10px 0 13px;
    width: 100%;
    float: left;
}
.post_container .post_title, .bet-promo-cont h4 {
    color: #1c1c1c;
    font: 24px 'Tahoma-Bold';
    margin-bottom: 10px;
}
.author_info {
    background: #edeef0;
    padding:8px 0 8px 45px;
    position: relative;
    margin-bottom: 8px;
    width: 99%;
    margin-left: 1%;
}
.author_info .auth_img {
    position: absolute;
    width: 36px;
    height: 36px;
    top: -2px;
    left: -6px;
}
.author_info .auth_img img {
    max-width: 100%;
    border-radius: 50%;
}
.author_info p, .cliam-cont span, .offer-cont span, .detail-cont p {
    display: inline-block;
    color: #9f9f9f;
    font: 12px 'Tahoma';
}
.author_info p .author_name {
    color: #383838;
}
.author_info p span {
    color: #e52600;
}
.author_info .post_views {
    color: #383838;   
    font: 12px 'Tahoma';
    background: url('../images/sprite-2.png') no-repeat -1px -482px;
    margin-left: 7px;
    padding-left: 23px;
}
.post_social_share {
    padding: 7px 0 6px;
    border-top: 1px solid #edeef0;
    border-bottom: 1px solid #edeef0;
    margin-bottom: 7px;
	float:left;
	width:100%;
}
.post_content_wrap .post_img {
    margin-bottom: 10px;   
}
.post_content_wrap .post_img img {
     max-width: 100%;   
}
.post_content_wrap .post_content {
    color: #1c1c1c;
    font: 12px 'Tahoma';
}
.post_content_wrap .post_content .post_ad {
    float: right;
    margin-left: 20px;
}
.post_content_wrap .post_content > p {
    margin-bottom: 15px;
}
.post_content_wrap .post_content > h3 {
    color: #383838;
    font: 18px 'Tahoma-Bold';
    margin-bottom: 13px;
}
.post_content_wrap .post_content > h4 {
    color: #383838;
    font: 14px 'Tahoma-Bold';
    margin-bottom: 14px;
}
.post_content_wrap .post_content > ul {
    margin-bottom: 14px;
}
.post_content_wrap .post_content > ul > li {
    color: #1c1c1c;
    font: 12px 'Tahoma-Bold';
    margin-bottom: 7px;
    padding-left: 10px;
    background: url('../images/list_bullet.png') no-repeat 0 5px;
}

.post_content_wrap .post_content .quotes {
    background: #edeef0; 
    color: #929191;
    font: 14px 'Tahoma';
    font-style: italic;
    padding: 15px 25px 15px 95px;
    border: 1px dashed #cececf;
    position: relative;
}
.post_content_wrap .post_content .quotation {
    position: absolute;
    width: 51px;
	height: 37px;
    left: 18px;
    background: url('../images/sprite-2.png') no-repeat -1px -235px;
}
.post_content_wrap .post_content .quote_author {
    color: #383838;
    font-family: 'Tahoma-Bold';
}
.abt_author {
    border-bottom: 5px solid #27b5fb;
    margin-bottom: 13px;
}
.abt_author .auth_title {
    color: #929191;
    position: relative;
    font: 18px 'Tahoma-Bold';
    z-index: 1;
}
.abt_author .auth_title span {
    display: inline-block;
    background: #fff;
    padding: 5px 7px 5px 0;
}
.abt_author .auth_title:before {
    content: "";
    position: absolute;
    background: #edeef0;
    height: 12px;
    top: 10px;
    width: 100%;
    z-index: -1;
}
.abt_auth_img {
    width: 70px;
    /*height: 70px;*/
    display: inline-block;
    margin-top: 14px;
}
.abt_auth_img img {
    border-radius: 50%;
    max-width: 100%;
}
.abt_auth_cont {
    width: 650px;
    display: inline-block;  
    margin-left: 10px;
    vertical-align: top;
}
.abt_auth_cont h2 {
    color: #383838;
    font: 24px 'Tahoma-Bold';
    margin-bottom: 6px;
	float:left;
}
.follow{
	text-indent:-9999px;
	background: url('../images/sprite-icons.png') no-repeat -470px 0;
	width:114px;
	height:36px;
	display:inline-block;
}
/* .follow{
	color:#fff;
	font:14px 'Tahoma-Bold';
	background:#27b5fb;
	padding:8px 7px;
	text-transform:uppercase;
	display:inline-block;
	margin-top:1px;
	padding-bottom:7px;
}
.follow:hover{
	background:#16a4dc;
} */
/* .twitter{
	text-indent:-9999px;
	background: url('../images/sprite_new.png') no-repeat -343px -568px;
	width:34px;
	height:36px;
	display:inline-block;
	margin-left:2px;
}
.twitter:hover{
	background-position:-343px -666px;
	transition:none;
} */
.abt_auth_cont ul{
	display:inline-block;
	margin-left:10px;
}
.abt_auth_cont li{
	float:left;
}
.abt_auth_cont p {
    color: #929191;
    font: 12px/18px 'Tahoma';
    margin-bottom: 15px;
}
.abt_auth_cont p a {
    color: #383838;
}
.share-article{
	width:111px;
	float:left;
	margin-right:25px;	
}
.share-article ul {
  width: 98px;
  margin: 0 auto;
  margin-top: 10px;
}
.fb-share-count{
	font:24px 'tahoma-bold';
	text-transform:uppercase;
	color:#3a589b;
	text-align:center;
	width:120px;
}
.share-txt {
  background: #edeef0;
  margin-top: 3px;
  padding: 2px 6px;
  text-align: center;
  font: 12px 'tahoma-bold';
  width:120px;
}
.fb-share-count span{
	color:#383838;
	text-transform:capitalize;
	font:14px 'tahoma-bold';
}
.fb-count {
  float: left;
}
.share-article p{
	text-transform:uppercase;
	font:14px 'tahoma-bold';
	text-align:center;
	width:105px;
}
.article_related .share-article li{
	float:left;
	width:auto;
}
.share-article li .fbshare{
	background:#4263af;
	text-transform:uppercase;
	font:14px 'tahoma-bold';
	padding:7px;
	display:inline-block;
	color:#fff;
}
.share-article li .fbshare:hover{
	background:#2d4e9a;
}	
.share-article li .fb{
	text-indent:-9999px;
	background:url("../images/sprite_new.png") no-repeat -212px -568px;
	width:34px;
	height:36px;
	display:inline-block;
	margin-left:2px;
}
.share-article li .fb:hover{
	background-position: -214px -667px;
	transition:none;
}
.post_tags {
    border-top: 1px solid #ddd;  
    border-bottom: 1px solid #ddd;
    padding: 9px 0 11px;
    margin-bottom: 13px;
}
.post_tags a {
    display: inline-block;
    color: #fff;
    font: 14px 'Tahoma-Bold';
    background: #ff9600;
    padding: 2px 10px 3px;
    margin-left: 7px;
    transition: all linear 0.5s;
}
.post_tags a.first {
    margin-left: 4px;
}
.post_tags a:hover ,
.post_tags a.first {
   /*  font-family: 'Tahoma-Bold'; */
    background: #383838;
}
.related_articles {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.related_articles .article_related {
    float: left;
    width: 100%;
}
.related_articles .article_related h3 {
    color: #383838;
    font: 14px 'Tahoma-Bold';
    text-transform: uppercase;
    margin-bottom: 7px;
}
.article_related ul li {
    float: left;
    width: 290px;
    margin-bottom: 2px;    
}
.article_related ul li.second {
    margin-left: 15px;
}
.article_related ul li .related_img {
    width: 55px;
    float: left;
}
.article_related ul li .related_arti_title {
    width: 235px;
    float: left;
    background: #edeef0;
    padding: 10px 0 0 12px;
    min-height:55px;
}
.article_related ul li .related_arti_title a, .bet-tab-cont h3, .bet-tab-cont h4,
.btng-online-cont h3 {
    color: #383838;
    font: 14px 'Tahoma-Bold';
}
.article_related ul li:hover .related_arti_title a{
	color:#e52600;
}
.article_social_share {
    width: 100%;
    display: inline-block;
	margin-bottom: 12px;
    padding: 7px 0 6px;
}
.article_social_share h3 {
    color: #383838;
    font: 13px 'Tahoma-Bold';
    margin-bottom: 4px;
    text-transform: uppercase;
}
.article_social_share .add_comment {
    float: right;
    color: #fff;
    font: 18px 'Tahoma-Bold';
    padding: 5px 12px 5px 33px;
    background:#06c74a url("../images/sprite-2.png") no-repeat 7px -306px;
}
.article_social_share .add_comment:hover{
	background:#00b639 url("../images/sprite-2.png") no-repeat 7px -306px;
}
.share_opinion .add_comment:hover, .show_more_comment:hover{
	background:#00b639 url("../images/sprite-2.png") no-repeat 7px -306px;
}
.banner_ads {
    display: inline-block;
    margin-bottom: 18px;   
}
.recommend_post {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.recommend_post h3 {
    text-align: center;
}
.recommend_post h3 span {
    background: #e52600;
    display: inline-block;
    color: #fff;
    font: 18px 'Tahoma-Bold';
    padding: 4px 24px;
    position: relative;
}
.recommend_post h3 span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #e52600;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
ul.promotions li {
    float: left;
    width: 184px;
}

ul.promotions li a {
    display: inline-block;
}
ul.promotions li a .recom_img {
    margin-bottom: 4px;
    transition: all linear 0.3s;
    position: relative;
    height: 105px;
}
ul.promotions li a .recom_img:after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: all linear 0.3s;
}
ul.promotions li a .recom_img:before {
    content: "";
    position: absolute;
    background: #e52600;
    opacity: 0.75;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 2;
    transition: all linear 0.3s;
}
ul.promotions li a:hover .recom_img:after {
    opacity: 0.3;
}
ul.promotions li a:hover .recom_img:before {
    height: 12px;
}
ul.promotions li a h4 , .offer-cont h5{
    color: #383838;
    font: 12px 'Tahoma-Bold';
}
ul.promotions li a:hover h4 {
    color: #e52600;
}
.share_opinion {
    width: 100%;
    float: left;
    padding: 11px 0;
    margin-bottom: 13px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.comment_counts {
    float: left;
    padding:0 0 1px 48px;
    background: url('../images/sprite-2.png') no-repeat -1px -399px;
}
.comment_counts span {
    color: #383838;
    font: 14px 'Tahoma';
    display: block;
}
.comment_counts .comment {
    font: 18px 'Tahoma-Bold';    
}
.share_opinion .add_comment, .show_more_comment {
    background: #06c74a url("../images/sprite-2.png") no-repeat 7px -306px;
    color: #ffffff;
    float: right;
    font: 18px "Tahoma-Bold";
    padding: 5px 12px 5px 33px;
    margin-top: 5px;
	text-transform:uppercase;
}
/*Post Page Style Ends*/

/* Soccer Reviews  */
.left-main{
	float:left;
	width:967px;
	margin-right:12px;
}
.left-main.review {
	background: #fff;
	padding: 10px 20px 5px;
	margin: 10px 0;
}
/* guna new styles */
/* soccer reviews page style start */
.livestream-btn:hover, .moreinfo-cont.compare-link a.livestream-btn:hover {
	background:#6fa913;
}
.bet-cont-head, .tot-score, .bonus, .bet-review-tab, .hits-miss-cont, ul.hitmiss-head,
.text-container, .deposit-table, .editor-news-rating, .editor-sub-container, .review-social,
.recommend-betlist-container, .recommend-bet-list.review h3, .deposit-table table, 
.recommend-bet-head, .review-banner, .bodr-line{
	width: 100%;
	float: left;
	background: #fff;
}
.bet-cont-head {
	border-top: 8px solid #1c1c1c;
	padding:10px 10px 5px 18px;
}
a.logo-review {
	/* background: url('../images/new/logo_review.png'); */	
	float: left;	
}
.review-banner {
	border-bottom: 1px solid #edeef0;
	margin-bottom: 0;
	padding-bottom: 35px;
}
.review-banner .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
	background: url("../images/new/sprite_upgrade.png") no-repeat -294px -75px;
	width: 24px;
	height: 54px;
}
.review-banner .ms-skin-default .ms-nav-prev {
	background: url("../images/new/sprite_upgrade.png") no-repeat -188px -75px;
	width: 24px;
	height: 54px;
}
.review-banner .ms-skin-default .ms-bullet {
	background: url("../images/new/sprite_upgrade.png") no-repeat -39px -227px;
	width: 10px;
	height: 10px;
}
.review-banner .ms-bullets {
	bottom: -30px !important;
}
.review-banner .ms-skin-default .ms-bullet-selected {
	background-position: -71px -227px;
}
.bet-info, .bet-rating {
	float: left;
	margin-left: 20px;
}
.bet-info h3, .bet-info ul li, .bet-bonus-offer h5, .hitmiss-info ul li, .text-container h3 {
	font: 36px 'tahoma-bold';
	color: #383838;
}
.bet-info h4, .bet-bonus-offer h4 {
	font: 20px 'tahoma-bold';
	color: #e52600;
	padding-bottom: 8px;
}
.bet-info h5, .rating-info h3 {
	font: 18px 'tahoma-bold';
	color: #1c1c1c;
	padding-bottom: 8px;
}
.bet-info ul li {
	background: url("../images/new/sprite_upgrade.png") no-repeat -32px -21px;
	font-size: 13px;
	padding: 0 0 7px 33px;
}
.bet-rating {	
	width: 286px;
}
.tot-score, .bonus {
	background: #bfbfbf;
	padding: 2px 7px 2px 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 3px;
}
.tot-score h3, .bonus h3 {
	font: 14px 'tahoma-bold';
	color: #fff;
	float: left;
	padding-top: 4px;
}
.tot-score ul, .bonus ul {
	float: right;
}
.tot-score .rating-star li, .tot-score .rating-star li span {
	background: url("../images/new/sprite_upgrade.png") no-repeat -84px -78px;
	width: 26px;
	height: 24px;
	margin-right: 1px;
}
.tot-score .rating-star li span {
	background-position: -32px -78px;
}
.bonus {
	background: #edeef0;
	border-color: #f1f1f3;
	padding: 4px 5px 5px 10px;
}
.bonus h3 {
	font-size: 12px;
	color: #4b4b4b;
}
.bet-bonus-offer {
	float: left;
	width: 244px;
	background: #edeef0;
	margin-left: 12px;
	text-align: center;
}
.bet-bonus-offer h4 {
	font-size: 50px;
	padding-bottom: 0;
}
.bet-bonus-offer h4 sup {
	margin-left: 3px;
}
.bet-bonus-offer h5 {
	font: 20px 'tahoma-bold';
	padding-bottom: 8px;
}
.bet-bonus-offer p {
	font: 16px 'tahoma';
	color: #808080;
	padding-bottom: 8px;
}
.bet-bonus-offer p span {
	font: 16px 'tahoma-bold';
	color: #e52600;
}
.bet-play {
	float: left;
	margin-left: 12px;
}
.bet-play .livestream-btn {
	margin-bottom: 0;
	padding-left:53px;
	text-transform: uppercase;
	font-size: 19px;
	border-top: 1px solid #e5f1d3;
}
.bet-play .livestream-btn:hover {
	background: #6fa913;
}
.bet-play .livestream-btn span.arrow {
	padding: 8px 5px 7px;
	background: url("../images/new/sprite_upgrade.png") no-repeat -20px -365px;
}
.bodr-line {
	border-top: 1px solid #edeef0;
	margin-top: 4px;
}
.playgames-menu {
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #edeef0;
	margin-top: 16px;
	padding: 10px 0 15px;
}
.playgames-menu h2 {
	font: 30px 'tahoma-bold';
	color: #1e9702;
	padding-bottom: 3px;
}
.playgames-menu p, .moreinfo-cont.compare-link a.tc{
	font: 10px 'tahoma';
	color: #7e7e7e;
}
.playgames-menu ul {
	margin-top: 20px;
}
.playgames-menu ul li {
	display: inline-block;
	width: 73px;
	vertical-align: top;
	margin-left: 17px;
}
.playgames-menu ul li:first-child,
.bet-review-tab ul.bet365-hd li:first-child,
.recommend-bet-list.fchild, .bet-play.last {
	margin-left: 0;
}
.playgames-menu ul h4, ul.hitmiss-head li a {
	font: 12px 'tahoma-bold';
	color: #818181;
	padding-top: 10px;
	display: inline-block;
}
.playgames-menu ul li span {
	background: url("../images/new/games_menu.png") no-repeat -50px -97px;
	width: 73px;
	height: 73px;
	float:left;
}
.playgames-menu ul li span.tablet {
	background-position: -177px -97px;
}
.playgames-menu ul li span.mobile {
	background-position: -307px -97px;
}
.playgames-menu ul li span.slots {
	background-position: -403px -97px;
}
.playgames-menu ul li span.jackpot {
	background-position: -511px -97px;
}
.playgames-menu ul li span.casino {
	background-position: -622px -97px;
}
.playgames-menu ul li span.dealer {
	background-position:  -733px -97px;
}
.playgames-menu ul li span.poker {
	background-position: -856px -97px;
}
.bet-play.games, .review-social {
	float: none;
	display: inline-block;
	margin: 10px 0 0;
}
.bet-play.games .livestream-btn {
	font-size: 25px;
	padding: 0 0 0 46px;
	text-transform: inherit;
}
.bet-play.games .livestream-btn span.arrow {
	width: 53px;
	padding: 8px 5px 10px;
	margin-left: 46px;
	background: url("../images/new/sprite_upgrade.png") no-repeat -539px -460px;
	/* background-position: 19px -822px; */
}
.bet-review-tab, .hits-miss-cont, .text-container, .deposit-table {
	margin-top: 20px;
}
.bet-review-tab ul.bet365-hd li {
	float: left;
	margin-left: 2px;
}
.bet-review-tab ul.bet365-hd li:last-child {
	border-right: 1px solid #edeef0;
}
.bet-review-tab ul.bet365-hd li a {
	font: 14px/50px 'tahoma-bold';
	color: #818181;
	display: inline-block;
	text-align: center;
	background: #edeef0;
	width: 230px;
	height: 56px;
	border-top: 1px solid #d3d4d6;
}
.bet-review-tab ul.bet365-hd li.active a,
.soccer-team-ind .bet-review-tab ul.bet365-hd li:hover a{
	background: #fff;
	border-top: 5px solid #e52600;
	border-left: 1px solid #edeef0;
	color: #e52600;
}
.bet-tab-cont {
	width: 100%;
	float: left;
	padding: 15px 20px;
	border: 5px solid #edeef0;
	display: none;
}
.bet-promo-cont {
	display:  none;
	background: #fff;
}
.bet-tab-cont#tab1, .hitmiss-info#tab-1, .bet-promo-cont#tab1 {
	display: block;
}
.bet-tab-cont .bet365-info h3, .btng-online-cont h3{
	font-size: 24px;
	float: left;
	position: relative;
	padding-bottom: 15px;
}
.btng-online-cont h3 {
	padding-bottom: 10px;
	width: 100%;
}
.bet-tab-cont .bet365-info h3:after, .btng-online-cont h3:after{
	position: absolute;
	background: #e52600;
	content: "";
	left: 2px;
	bottom: 0;
	width: 60px;
	height: 5px;
}
.bet-tab-cont .bet365-info h4 {
	float: right;
	padding-top: 10px;
}
.bet-tab-cont .bet365-info p, .text-container p {
	font: 14px 'tahoma';
	color: #1c1c1c;
	float: left;
	width: 100%;
	padding-top: 15px;
}
.hits-miss-cont {
	background: #d4ffca;
}
ul.hitmiss-head li, .hitmiss-info ul li {
	float: left;
	width: 50%;
	background: #edeef0;
	padding: 0 0 0 15px;
}
ul.hitmiss-head li.active {
	background: #1c9600;
}
ul.hitmiss-head li.active a{
	color: #fff;
}
ul.hitmiss-head li a {
	font-size: 24px;
	padding: 15px 0 15px 55px;
	background: url("../images/new/sprite_upgrade.png")no-repeat -532px 5px;
	width: 100%;
	transition: none;
}
ul.hitmiss-head li a.wrong {
	background-position: -532px -202px;
}
ul.hitmiss-head li a.right {
	background-position: -538px -366px;
}
ul.hitmiss-head li.active a.right{
	background: #1c9600 url("../images/new/sprite_upgrade.png")no-repeat -525px 5px;
}
.hitmiss-info {
	float: left;
	padding-top: 18px;
	display: none;
}
.hitmiss-info ul li {
	font-size: 14px;
	color: #383838;
	background: none;
	padding: 0 0 20px 50px;
	background: url("../images/new/sprite_upgrade.png")no-repeat -529px -322px;
}
.hitmiss-info li.wrong {
	background-position: -522px -119px;	
}
.text-container h3 {
	font-size: 18px;
	float: left;
}
.text-container h3.first-child, .pad-top, .recommend-betlist-container {
	margin-top: 15px;
}
.deposit-table table thead tr {
	background: #1c9600;
}
.deposit-table table tbody tr {
	background: #edeef0;
}
.deposit-table table tbody tr.alternate {
	background: #e3e3e3;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.deposit-table table thead th, .deposit-table table tbody td, .language-flag h3 {
	text-align: left;
	font: 14px 'tahoma-bold';
	color: #fff;
	padding: 6px 8px 6px 15px;
	vertical-align: middle;
}
.deposit-table table tbody td {
	color: #383838;
	padding: 5px 8px 4px 15px;
	height: 40px;
}
.deposit-table thead th.amount, .deposit-table thead th.match-amt, .deposit-table thead th.wager, .deposit-table tbody td.amount, .deposit-table tbody td.match-amt, .deposit-table tbody td.wager {
	width: 150px;
	text-align: center;
}
.deposit-table table thead th.match-amt {
	width: 240px;
}
.deposit-table table tbody td a {
	background: #ff9600;
	color: #fff;
	float: left;
	height: 30px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.deposit-table table tbody td a:hover {
	background: #EA593F;
}
.faq.pad-top {
	padding-bottom: 15px;
	border-bottom: 1px solid #edeef0;
}
.bet-tab-cont .faq.pad-top {
	border-bottom: 0;
	padding-bottom: 0;
}
.editor-news-rating {
	margin-top: 4px;
	/* border-top: 1px solid #edeef0; */
	padding-top: 12px;
}
.rating-info h3 {
	padding-bottom: 10px;
}
.editor-sub-container{
	background: #edeef0;
	border: 2px dashed #dbdbdb;
}
.rating-info {
	float: left;
	width: 820px;
	padding: 10px 13px 5px 15px;
}
ul.ratng-point {
	float: left;
	margin-right: 40px;
}
ul.ratng-point li {
	font: 13px 'tahoma-bold';
	color: #e52600;
	width: 80px;
	display: block;
	text-align: center;
	background: #fff;
	line-height: 28px;
	height: 30px;
}
ul.ratng-point li.rate-count {
	font-size: 24px;
	color: #fff;
	background: #e52600;
}
.rating-info p {
	font: italic 13px/16px 'tahoma';
	color: #898989;
	width: 600px;
	float: left;
	padding-left: 70px;
	position: relative;
}
.rating-info p:before {
	background: url("../images/new/sprite_upgrade.png")no-repeat -32px -161px;
	width: 35px;
	height: 25px;
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
}
.rating-info span.review {
	font: 10px 'tahoma-bold';
	color: #121c1d;
	float: right;
}
.rating-info span.review a {
	color: #e62601;
}
.edit-review-logo {
	float: right;
	width: 103px;
	height: 111px;
}
.edit-review-logo img {
	height: 100%;
	width: 100%;
}
.review-social {
	text-align: center;
	margin: 20px 0 0;
}
.review-social p, .company-info p, .company-info p a, .flag-cont p {
	font: 12px 'tahoma';
	color: #1c1c1c;
	padding-bottom: 8px;
}	
.review-social ul.social_links {
	float: none;
}
.bet-logo.review img {
  width: 236px;
}
.recommend-betlist-container {
	padding-bottom: 56px;
}
.recommend-bet-list.review {
	width: 226px;
}
.recommend-bet-list.review h3,
.recommend-bet-list.review .compare-link a.review-btn {
	text-align: center;
	font: 17px 'tahoma-bold';
	color: #000;
	padding: 10px 0 3px;
	text-transform: uppercase;
}
.recommend-bet-list.review .compare-link a.review-btn{
	width: 100%;
	color: #fff;
	padding: 5px 0;
}
.recommend-bet-head {
	padding-bottom: 8px;
}
.recommend-bet-head h2 {
	font: 15px 'tahoma-bold';
	color: #1c1c1c;
	text-transform: uppercase;
	position: relative;
	width: 715px;
	float: left;	
}
.recommend-bet-head h2:after {
	background: #edeef0;
	height: 15px;
	width: 485px;
	position: absolute;
	top: 3px;
	left: 230px;
	content: "";
}
.recommend-bet-head img {
	margin-top: -5px;
	float: right;
}
.recommend-carousel .bx-wrapper .bx-controls-direction a {
	background: url("../images/new/sprite_upgrade.png")no-repeat -168px -161px;
	width: 32px;
	height: 32px;
	top: auto;
	right: 0;
	bottom: -50px;
	margin-top: 0;
	transition: none;
}
.recommend-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
	background-position: -122px -161px;
	left: auto;
	right: 42px;
}
.recommend-carousel .bx-wrapper .bx-controls-direction .bx-next:hover {
	background-position: -294px -161px;
}
.recommend-carousel .bx-wrapper .bx-controls-direction .bx-prev:hover {
	background-position: -247px -161px;
}
.right-section.review {
	margin-top: 10px;
}
.company-info {
	border: 1px solid #dfdfdf;
	padding: 12px 30px 3px 10px;
}
.company-info p {
	padding-bottom: 10px;
}
.company-info p span {
	font: 12px 'tahoma-bold';
	width: 140px;
	float:left;
}
.language-flag {
	float: left;
	border: 1px solid #dfdfdf;
	background: #fff;
	margin-bottom: 12px;
	width: 100%;
}
.language-flag h3 {
	background: url("../images/new/sprite_upgrade.png")no-repeat  245px -306px;
	color: #1c1c1c;
	padding-left: 10px;
	cursor: pointer;
}
.language-flag h3:hover, .language-flag h3.open {
	background: #ff9600 url("../images/new/sprite_upgrade.png")no-repeat  245px -306px;
	color: #fff;
}
.language-flag h3.open, .slot-games h3.open  {
	background-position: 245px -266px;
	border-bottom: 1px solid #dfdfdf;
}
.flag-cont {
	float: left;
	padding: 15px 18px;
	width: 100%;
}
.flag-cont.payment, .flag-cont.market, .flag-cont.country {
	display: none;
}
.slot-games .flag-cont.payment {
	display: block;
}
.flag-cont.tot-score {
	background: #fff;
	border-bottom: 0 none;
	margin-bottom: 0;
	padding: 5px 18px;
}
.flag-cont p {
	font: 14px/25px 'tahoma';
	padding-bottom: 0;
}
.flag-cont.tot-score h4, .flag-cont.tot-score h5 {
	font: 45px 'tahoma-bold';
	color: #818181;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.flag-cont ul.rating-star {
	float: none;
	margin: 0 auto;
	width: 52%;
}
.flag-cont.tot-score h5 {
	font-size: 18px;
	padding-top: 13px;
}
.bet-play.last .livestream-btn {
	padding-left: 75px;
}
.bet-play.last .livestream-btn span.arrow {
	margin-left: 75px;
	padding: 10px 5px 7px;
	background-position:-16px -363px;
}
.review-rghtsec {
	display: none;
}
/* soccer reviews page style end */
/* soccer betting promotions style start */
.left-main.promo, .right-section.promo {
	padding: 0;
	margin-top: 5px;
}
.left-main.promo .top-videos-container, .betting-promo-tab, .bet-promo-cont, 
.current-offers-head, .bet-promo-cont ul li, .spins-cont, .game-list-container,
.recommended-games  {
	width: 100%;
	float: left;
}
.promo .btm-cnt {
	padding: 8px 11px 0 15px;
}
.promo .title-nav h3:after,
.title-nav.revw h3:after {
	width: 487px;
}
.promo .recommend-bet-list /* .promo .bet-logo */ {
	width: 266px;
	margin: 0 35px;
	position: relative;
}
.promo .recommend-bet-list:after {
	background: url("../images/new/promo-list-divider.png") repeat;
	content: "";
	height: 100%;
	position: absolute;
	right: -36px;
	top: 0;
	width: 2px;
}
.promo .recommend-bet-list:last-child:after {
	background: none;
}
.promo .recommend-bet-list:first-child {
	margin-left: 0;
}
.promo .recommend-bet-list:last-child {
	margin-right: 0;
}
.promo .recommend-bet-list li p {
	width: 208px;
	margin: 0 auto;
	font: 18px "tahoma-bold";
}
.promo .recommend-bet-list li.treble {
	border-bottom: 0;
	padding-top: 10px;
}
.promo .recommend-bet-list li.treble span {
	color: #e52600;
}
.promo .recommend-bet-list li a {
	font: 14px 'tahoma';
	color: #1c1c1c;
	padding-bottom: 5px;
	display: inline-block;
}
.promo .compare-link {
	padding-top: 5px;
}
.promo .compare-link a {
	font-size: 14px;
}
.promo .recommend-bet-list li a:hover {
	color: #27b5fb;
}
.promo .compare-link a.review-btn {
	padding: 8px 36px;
}
.promo .compare-link a.livestream-btn {
	padding-left: 12px;
}
.promo .livestream-btn span.arrow {
	padding: 8px 7px;
	margin-left: 7px;
	background-position: -1425px -683px;
}
.right-section.promo .livestream-btn span.arrow {
	background-position: -1425px -680px;
	margin-left: 25px;
}
.promo-mob .bet-logo img {
	width: 100%;
	height: 100%;
}
.promo-mob .tag {
	width: 80px;
	height: 76px;
}
.betting-promo-tab {
	padding: 3px 11px 5px 15px;
	background: #fff;
} 
ul.betng-bonus {
	width: 100%;
	border-bottom: 4px solid #a3a3a3;
	float: left;
} 
ul.betng-bonus li {
	float: left;
	margin: 0 2px;
}
ul.betng-bonus li:first-child {
	margin-left: 0;
}
ul.betng-bonus li:last-child {
	margin-right: 0;
}
ul.betng-bonus li a{
	font: 12px 'tahoma-bold';
	color: #383838;
	display: inline-block;
	width: 185px;
	padding: 10px 0;
	text-align: center;
	background: #edeef0;
}
ul.betng-bonus li.active a {
	background: #a3a3a3;
	color: #fff;
}
.betting-promo-tab .soccer-top h3, .current-offers-head h3 {
	font: 12px 'tahoma-bold';
	color: #383838;
	float: left;
	padding: 6px 15px 0 0;
}
.betting-promo-tab .soccer-top {
	padding: 0;
	margin-top: 13px;
}
.betting-promo-tab .select-title {
	position: static;
	float: left;
}
.betting-promo-tab .select-title .selectric .label {
	font-size: 12px;
	color: #383838;
	padding: 4px 25px 5px 15px;
}
.betting-promo-tab .select-title .selectricWrapper {
	width: auto;
}
.betting-promo-tab .select-title {
	width: auto;
	padding-right: 15px;
}
.betting-promo-tab .selectricItems li {
	width: 100%;
}
.betting-promo-tab .selectricItems {
	border-radius: 0;
}
.betting-promo-tab .select-title .selectric .button {
	height: 28px;
	background-position: -521px -741px;
}
.bet-promo-cont h4 {
	text-transform: uppercase;
	border-bottom: 2px solid #dbdbdb;
	padding-bottom: 5px;
}
.bet-promo-cont ul li {
	background: #edeef0;
	margin-bottom: 2px;
}
.bet-promo-cont ul li.alternate {
	background: #dbdbdb;
}
.current-offers-head {
	background: #ff9600;
}
.current-offers-head h3 {
	color: #fff;
	padding: 8px 0;
}
.current-offers-head h3.claim, .cliam-cont, .current-offers-head h3.offer, .offer-cont,
.current-offers-head h3.detail, .detail-cont, .current-offers-head h3.moreinfo, .moreinfo-cont {
	width: 110px;
	float: left;
	padding: 6px 10px;
}
.current-offers-head h3.claim {
	padding-left: 15px;
}
.current-offers-head h3.offer, .offer-cont {
	width: 226px;
}
.current-offers-head h3.moreinfo, .moreinfo-cont{
	width: 120px;
	text-align: center;
}
.current-offers-head h3.detail, .detail-cont {
	width: 474px;
}
.cliam-cont {	
	width: 110px;
	display: inline-block;
	text-align: center;
}
.cliam-cont img {
	width: 82px;
	height: 29px;
	margin-top: 5px;
}
.current-offers-info {
	height: 100px;
	vertical-align: middle;
	display: table-cell;
	width: 941px;
}
.cliam-cont span, .offer-cont h5, .offer-cont span, .detail-cont p, .moreinfo-cont.compare-link a.tc, .detail-cont p a{ 
	color: #1c1c1c;
	transition: none;
}
.offer-cont h5, .detail-cont p {
	line-height: 18px;
}
.offer-cont h5:hover {
	color: #0a6da7;
}
.detail-cont p a:hover {
	color: #ff6900;
	font-weight: bold;
}
.moreinfo-cont.compare-link {
	margin: 0;
	padding: 0;
}
.moreinfo-cont a.tc {
	text-decoration: underline;
}
.moreinfo-cont.compare-link a.more-info, 
.moreinfo-cont.compare-link a.livestream-btn {
	font: 13px 'tahoma-bold';
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	background: #0096e0;
	padding: 6px 0;
}
.moreinfo-cont.compare-link a.more-info {
	margin-bottom: 6px;	
}
.moreinfo-cont.compare-link a.more-info:hover {
	background: #0f6b98;
}
.moreinfo-cont.compare-link a.livestream-btn {
	padding: 0;
	background: #7fb923 ;
}
.moreinfo-cont a.livestream-btn span.arrow {
	padding: 6px 0;
	width: 32px;
}
.ongoing-promo {
	float: left;
	margin-top: 8px;
}
.ongoing-promo .cliam-cont {
	padding-top: 20px;
}
.free-casino.spins  {
	margin: 10px 0;
	background: #1c1c1c;
}
.free-casino.spins h3 {
	color: #fff;
	font-size: 14px;
	float: left;
	background: #1c1c1c;
}
.free-casino.spins a.viewmore {
	float: right;
	color: #fff;
	font: 12px 'tahoma-bold';
	text-transform: uppercase;
	background: url('../images/new/sprite_upgrade.png')no-repeat 43px -423px;
	padding: 6px 28px 0px 0;
}
.free-casino.spins a.viewmore:hover {
	color: #E52600;
}
.spins-cont {
	background: #fff;
	display: inline-block;
	text-align: center;
	padding: 20px 0 10px;
}
.spins-cont .bx-wrapper, .spins-cont ul li {
	display: inline-block;
	position: relative;
	height: 180px;
	width: 180px;
}
.spins-slider-cont {
	width: 180px;
	height: 180px;
	background: #dbdbdb;
	border: 4px solid #edeef0;
	border-radius: 100px;
	display:table-cell;
	vertical-align: middle;	
	position: relative;
}
.spins-hover-cont a, .spins-cont.middle.spins-hover-cont p {
	width: 180px;
	height: 180px;
	vertical-align: middle;
	display: table-cell;
	font: 18px 'tahoma-bold';
	color: #fff;
	text-transform: uppercase;
}
.spins-cont.middle.spins-hover-cont p {
	font-size: 13px;
}
.spins-hover {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	height: 180px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 180px;
	cursor: pointer;
}
.spins-hover-cont, .spins-slider-cont {
	width: 180px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100px;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.spins-hover .spins-slider-cont {
	z-index: 2;
}
.spins-hover .spins-hover-cont {
	background: #ff9600;
	display: block;
	position: absolute;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	/* -webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg); */
	width: 180px;
	/* z-index: 10; */
}
.spins-hover:hover .spins-slider-cont {
	z-index: -1;
}

.spins-hover:hover .spins-hover-cont {
	z-index: 9999;
	display: block;
}
.spins-hover:hover .spins-slider-cont {
	z-index: 5;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.spins-hover:hover .spins-hover-cont {
	z-index: 9999;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.spins .spins-slider-cont h3 {
	font: 58px 'tahoma-bold';
	color: #e52600;
	background: none;
	float: none;
}
.spins-slider-cont img {
	position: relative;
	top: 10px;
	left: 5px;
}
.spins .spins-slider-cont h4 {
	font: 13px 'tahoma-bold';
	color: #1c1c1c;
	margin-bottom: 0;
}
.spins-slider-cont a {
	font: 10px 'tahoma-bold';
	color: #383838;
}
.spins-slider-cont a:hover, .spins-cont-last a:hover, .moreinfo-cont a.tc:hover,
.game-listimg .overlay-cont a:hover {
	color: #ff9600;
}
.spins-cont .bx-wrapper {
	padding-top: 20px;
}
.spins-cont .bx-wrapper .bx-controls-direction a {
	background: url('../images/new/sprite_upgrade.png')no-repeat -264px -212px;
	width: 21px;
	height: 42px;
}
.spins-cont .bx-wrapper .bx-controls-direction .bx-prev {
	background-position: -212px -212px;
}
.spins-cont .bx-wrapper .bx-prev {
	left: -40px;
}
.spins-cont .bx-wrapper .bx-next {
	right: -40px;
}
.spins-cont .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: auto;
	top: -25px;
}
.spins-cont .bx-wrapper .bx-pager.bx-default-pager a {
	background: url('../images/new/sprite_upgrade.png')no-repeat -162px -227px;
	width: 12px;
	height: 12px;
	transition: none;
}
.spins-cont .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.spins-cont .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position: -116px -227px;
}
.spins-cont .bx-wrapper .bx-prev:hover {
	background-position: -316px -212px;
	transition: none;
}
.spins-cont .bx-wrapper .bx-next:hover {
	background-position: -365px -212px;
	transition: none;
}
.spins-cont-last a {
	display: inline-block;
	font: 10px 'tahoma-bold';
	color: #a3a3a3;
	width: 100%;
}
.spins-cont.last, .spins-cont.middle {
	padding-top: 0;
}
.spins-cont-last a.livestream-btn {
	width: auto;
	margin-left: 0;
	width: auto;
	color: #fff;
	padding-left: 35px;
	font-size: 18px;
}
.spins-cont-last a.livestream-btn span.arrow {
	margin-left: 30px;
	padding: 6px 7px;
	background-position: -1427px -683px;
}
/* soccer betting promotions style end */
/* casino games page styles start */
.plus_500 {
	background: url('../images/plus_500_games.png')no-repeat;
}
.top_pick {
	background: url('../images/top-pick.png')no-repeat;
	width: 80px;
	height: 47px;
}
.new {
	background: url('../images/new/new-img.png')no-repeat;
}
.casino-games .title-nav {
	padding-top: 15px;
}
.casino-games .title-nav a {
	top: 17px;
	background-position: -1352px -946px;
}
.casino-games .title-nav h3:after {
	width: 300px;
}
.casino-games .recommend-betting {
	margin-top: 13px;
}
.casino-games .recommend-bet-list/* , .casino-games .bet-logo */ {
	width: 280px;
	margin: 0 25px;
}
.casino-games .bet-logo a {
	width: 280px;
	height: auto;
}
.casino-games .bet-logo img {
	width: 100%;
}
.casino-games .recommend-bet-list:after {
	right: -27px;
}
.casino-games ul.features-list {
	display: inline-block;
}
.casino-games .rating-bet h5.grade {
	float: left;
	padding-left: 5px;
	color: #1c1c1c;
}
.casino-games .compare-link a {
	font-size: 13px;
}
.casino-games .compare-link a.review-btn {
	padding: 7px 38px;
}
.casino-games .compare-link a.livestream-btn {
	padding-left: 18px;
}
.casino-games .livestream-btn span.arrow {
	padding: 7px;
	margin-left: 18px;
}
.free-games .title-nav h3:after {
	width: 145px;
}
.free-games .soccer-top h3 {
	padding: 0;
}
.free-games .soccer-top {
	margin: 7px 0 0;
	width: auto;
}
.free-games .soccer-top h4 {
	float: left;
	padding: 0 10px;
}
.free-games .soccer-top .select-title {
	margin-top: -5px;
}
.free-games .select-title .selectric .label {
	font-size: 14px;
	padding-right: 50px;
}
.free-games .select-title .selectric .button {
	border-left: 0;
}
.free-games .complist .items {
	width: 760px;
}
ul.ratng-list, ul.ratng-list li{
	float: left;
}
ul.ratng-list {
	padding-top: 2px;
}
ul.ratng-list li a{
    font: 14px 'Tahoma-Bold';
	color: #383838;
	width: 70px;
	padding: 5px 0 6px;
	text-align: center;
	display: inline-block;
	background: #edeef0;
	margin-right: 10px;
}
ul.ratng-list li a.active, ul.ratng-list li a:hover{
	background: #1c1c1c;
	color: #fff;
}
.free-games .stream-search .search-box {
	margin-left: 0;
	padding: 5px 29px 6px 9px;
	width: 160px;
	margin-top: 2px;
	font-size: 14px;
	color: #818181;
}
.free-games .stream-search .btn-search {
	background-position: -46px 10px;
}
.game-list-container {
	background: #fff;
	padding: 18px 0 2px;
	float: left;
}
.game-list-container ul li {
	width: 225px;
	height: 236px;
	float: left;
	background: #edeef0;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0 8px 15px 0;
}
.game-slide-cont, .rdmore-btn  {
	position: relative;
	float: left;
	width: 100%;
}
.rdmore-btn {
	height: 237px;
}
.recommended-games {
	padding-bottom: 25px;
}
.game-list-container ul li.last, .recommended-games li:last-child{
	margin-right: 0;
}
.game-list-container .rating-star {
	margin: 0;
	width: 100%;
	padding: 4px 0;
}
.game-list-container .rating-star li {
	width: 18px;
	height: 17px;
	text-align: left;
	margin: 0;
	background: url('../images/new/sprite_upgrade.png')no-repeat -137px -85px;
}
.game-list-container .rating-star li span {
	background: url('../images/new/sprite_upgrade.png')no-repeat -137px -115px;
	width: 18px;
	height: 17px;
}
.game-list-container .rating-star ul {
	width: 95px;
	margin:0 auto;
}
.game-list-container .game-listimg {
	float: left;
	position: relative;
	width: 226px;
	cursor: pointer;
}
.game-listimg {
	border-radius: 0 0 5px 5px;
	border-bottom: 3px solid #e62601;
}
.game-listimg h3, .game-listimg .overlay-cont a, .gameinfo-overlay h3, .gameinfo-overlay p,
.recommended-tit h3{
	font: 18px 'tahoma-bold';
	color: #1c1c1c;
	padding: 4px 0 2px;
}
.game-listimg h4 {
	font: 14px 'tahoma-bold';
	color: #e52600;
	padding: 0 0 6px;
}
a.i-icon, a.i-close-icon {
	background: url('../images/new/sprite_upgrade.png')no-repeat -346px -93px;
	width: 19px;
	height: 18px;
	float: right;
	margin-right: 5px;
}
a.i-close-icon {
	background-position: -429px -95px;
	margin-top: 1px;
}
.game-listimg .overlay-cont {
	background: url('../images/new/gamelist-overly-bg.png')repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
.game-listimg .overlay-cont a {
	color: #fff;
	padding: 0;
	position: absolute;
	left: 66px;
	top: 110px;
}
span.playnw-btn {
	background: url('../images/new/sprite_upgrade.png')no-repeat -376px -142px;
	width: 44px;
	height: 51px;
	float:left;
	top: -68px;
	left: 30px;
	position: absolute;
}
.gameinfo-overlay {
	left: -100%;
	position: absolute;
	top: 0;
	width: 225px;
	height: 237px;
	background: #edeef0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.game-list-container ul li.active .gameinfo-overlay {
	left: 0;
}
.gameinfo-overlay h3 {
	font-size: 16px;
	display: inline-block;
	padding: 0 0 2px 30px;
}
.gameinfo-overlay .rating-star {
	border-bottom: 1px solid #fff;
}
.gameinfo-overlay p, .recommended-info p {
	float: left;
	text-align: left;
	font: 12px 'tahoma';
	color: #1c1c1c;
	width: 100%;
	padding: 8px 0 8px 12px;
	border-bottom: 1px solid #fff;
}
.gameinfo-overlay p span, .recommended-info p span {
	font: 12px "tahoma-bold";
	width: 108px;
	float: left;
}
.gameinfo-overlay a.read-mr {
	font: 14px 'tahoma-bold';
	background: #e62601;
	display: inline-block;
	padding: 9px 0 8px;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	border-radius: 0 0 5px 5px;
	border-bottom: 3px solid #e62601;
	margin-top: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.recommended-games .title-nav {
	padding-top: 0;
}
.recommended-games .title-nav a {
	top: 2px;
}
.recommended-games .title-nav h3:after {
	width: 540px;
}
.recommended-games li {
	width: 311px;
	float: left;
	margin-right: 4px;
}
.recommended-tit h3 {
	background: #e62601;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	text-transform: uppercase;
}
.recommended-tit h3.colr-grey {
	background: #383838;
}
.recommended-tit h3.colr-yellow {
	background: #ff9600;
}
.recommended-img {
	width: 311px;
	height: 172px;
	position: relative;
}
.recommended-img img {
	width: 100%;
}
.recommended-img a {
	display: inline-block;
}
.hover-effect {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
.recommended-img:hover .hover-effect,
.slidelst-img:hover .hover-effect{
	opacity: 1;
}
.recommended-info {
	float: left;
	background: #edeef0;
	width: 100%;
}
.recommended-info p, .recommended-info p span {
	font-size: 14px;
	padding: 8px 0 8px 17px;
}
.recommended-info p span {
	width: 180px;
	padding: 0;
}
.recommended-link {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 12px 0;
}
.recommended-link a.livestream-btn {
	float: none;	
	padding-left: 60px;
}
.recommended-link a.livestream-btn span.arrow {
	margin-left: 60px;
	background-position: -1424px -681px;
}
.free-casino.casino .spins-slider-cont h3 {
	font-size: 48px;
}
.free-casino.spins.casino {
	margin-top: 0;
}
span.free-spins {
	background: url('../images/new/free-spins-img.png')no-repeat;
	width: 18px;
	height: 57px;
	float: left;
	position: absolute;
	right: 26px;
	bottom: 25px;
}
.spins-cont.middle.spins-hover-cont {
	background: #ff9600;
	border-color: #ffb400;
}
.spins-cont.middle p {
	font: 14px 'tahoma-bold';
	color: #fff;
	padding: 0 20px;
}
.right-tabs, .progress-jackpot .picks-inner-cnt {
	background: #fff;
}
.right-tabs.ui-tabs.ui-widget .right-tab-title.changeicon li a {
	padding: 15px 4px 5px;
}
.right-tab-title.changeicon li a:before {
	background: url('../images/new/sprite_upgrade.png') no-repeat -533px -640px; 
	height: 42px;
}
.right-tab-title li.deposit-icon a:before {
	background-position: -7px -548px;
}
.right-tab-title li.stratergy-icon a:before {
	background-position: -530px -550px;
}
.right-tab-title li.suppliers-icon a:before {
	background-position: -13px -644px;
}
.right-tab-title.changeicon li.promos-icon.ui-tabs-active.ui-state-active a:before{
	background-position: -400px -640px;
}
.right-tab-title li.deposit-icon.ui-tabs-active.ui-state-active a:before{
	background-position: -169px -548px;
}
.right-tab-title li.stratergy-icon.ui-tabs-active.ui-state-active a:before{
	background-position: -390px -551px;
}
.right-tab-title li.suppliers-icon.ui-tabs-active.ui-state-active a:before{
	background-position: -177px -642px
}
#previews-tab.stratergy li,
#tips-tab.stratergy li  {
	background: none;
	padding: 7px 0;
	margin: 0 12px;
}
#previews-tab.stratergy ul,
#tips-tab.stratergy ul {
	margin-top: 10px;
}
#previews-tab.stratergy li a {
	line-height: 32px;
}
#previews-tab.stratergy li:hover,
#tips-tab.stratergy li:hover {
	background: #ededef;
}
#previews-tab.stratergy .top-picks-list label,
#previews-tab.stratergy .top-picks-list h4,
#tips-tab.stratergy .top-picks-list label,
.dark-knight-info h4 {
	float: left;
	font: 15px "tahoma-bold";
	color: #1c1c1c;
	padding: 7px 10px 0 0;
	width: auto;
}
#previews-tab.stratergy .top-picks-list h4 {
	color: #ff9600;
	width: 65px;
}
#previews-tab.stratergy .top-picks-list .info {
	margin-left: 5px;
}
#tips-tab.stratergy .top-picks-list label {
	width: 140px;
	padding: 5px 10px 0 0;
}
#tips-tab.stratergy .top-picks-list img {
	width: 69px;
	height: 29px;
	margin-right: 5px;
}
.progress-jackpot h3.grey {
	background: #2f2f2f;
}
.progress-jackpot .right-title {
	padding: 8px 0;
	text-align: center;
}
.progress-jackpot .picks-inner-cnt {
	padding: 10px 12px;
}
.progress-jackpot .top-picks {
	margin-bottom: 0;
}
.dark-knight-group, .dark-knight-select, ul.casino-play, .progress-jackpot,
ul.playingtime{
	width: 100%;
	float: left;
}
.progress-jackpot, ul.playingtime, .most-played .dark-knight-group{
	margin-bottom: 12px;
}
.dark-knight {
	width: 67px;
	height: 67px;
	float: left;
}
.dark-knight img, .dark-knight-details {
	width: 100%;
}
.dark-knight-details {
	float: left;
}
.most-played .dark-knight-group:hover,
.dark-knight-details:hover {
	background: #dbdbdb;
}
.dark-knight-info {
	margin: 0 0 0 10px;
	float: left;
	width: 200px;
}
.dark-knight-info h4 {
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 0;
}
.dark-knight-info h5 {
	font: 24px "tahoma-bold";
	color: #e52600;
}
.dark-knight-select {
	padding: 10px 0;
}
.dark-knight-select .select-title {
	position: static;
	width: auto;
	float: left;
}
.dark-knight-select .selectric {
	background: #edeef0;
}
.dark-knight-select .selectric .label {
	color: #2f2f2f;
	padding: 5px 13px;
}
.dark-knight-select .selectricWrapper {
	width: 277px;
}
.dark-knight-select .selectric .button {
	border-color: #fff;
	height: 30px;
}
.most-played .see-more{
	padding: 0;
}
.dark-knight-select.last {
	padding: 10px 0 0;
}
.dark-knight-select .selectricItems ul li {
	width: 100%;
}
.casino-play .selectricItems {
	border: 0;
	position: relative;
}
.casino-play .selectricItems ul {
	background: #edeef0;
	border-top: 1px solid #fff;
	padding: 0;
}
.casino-play .selectricItems ul li:first-child {
	display: none;
}
.casino-play .selectricItems ul li {
	border: 0;
	width: 100%;
	background: url('../images/new/sprite_upgrade.png') no-repeat -174px -368px;
	font: 14px 'tahoma';
	color: #2f2f2f;
	padding: 5px 0 5px 25px;
}
.casino-play .selectricItems ul li:hover {
	background: #e52600 url('../images/new/sprite_upgrade.png') no-repeat -174px -368px;
	color: #eaeaea;
	transition: .3s;
}
.progress-jackpot .right-title.orange {
	padding: 8px 10px;
	text-align: left;
}
.most-played {
	padding-top: 12px;
}
.most-played .dark-knight-info {
	width: 186px;
}
.tab-played-cont {
	display: none;
}
#tab3.tab-played-cont {
	display: block;
}
.most-played .dark-knight {
	width: 81px;
	height: 59px;
}
.most-played .dark-knight-info h4 {
	font-size: 18px;
	text-transform: inherit;
	color: #383838;
}
ul.playingtime li a{
	font: 14px 'tahoma-bold';
	color: #383838;
	float:left;
	background: #edeef0;
	padding: 8px 6px;
	margin-right: 8px;
}
ul.playingtime li a.active {
	background: #383838;
	color: #fff;
}
.dark-knight-info .rating-star {
	width: 100%;
	margin-left: 0;
}
.dark-knight-info .rating-star li,
.dark-knight-info .rating-star li span {
	background: url('../images/new/sprite_upgrade.png') no-repeat -202px -312px;
	width: 20px;
	height: 19px;
	margin-right: 3px;
}
.dark-knight-info .rating-star li span {
	background-position: -155px -310px;
}
.browse-alphabet .ui-accordion-content ul {
	padding-bottom: 5px;
}
.casino-gameslider .bookmarker-slider,
.bookmarker-slider.casino-games,
.socrteam-indslider .bookmarker-slider{
	display: none;
}
.casino-gameslider  .bookmarker-slider.casino-games {
	display: block;
}
.bookmarker-slider.casino-games ul li span {
	background: url('../images/casino-games-topicon.png') no-repeat 0 0;
}
.bookmarker-slider.casino-games ul li span.free-casino-ico {
	background-position: -77px -85px;
	width: 44px;
	height: 44px;
}
.bookmarker-slider.casino-games ul li span.slot-ico {
	background-position: -193px -76px;
	width: 63px;
	height: 53px;
}
.bookmarker-slider.casino-games ul li span.blackjack-ico {
	background-position: -333px -80px;
	width: 36px;
	height: 52px;
}
.bookmarker-slider.casino-games ul li span.video-poker-ico {
	background-position: -449px -81px;
	width: 51px;
	height: 51px;
}
.bookmarker-slider.casino-games ul li span.roulette-ico {
	background-position: -568px -82px;
	width: 50px;
	height: 50px;
}
.bookmarker-slider.casino-games ul li span.craps-ico {
	background-position: -681px -78px;
	width: 58px;
	height: 54px;
}
.bookmarker-slider.casino-games ul li span.baccarat-ico {
	background-position: -799px -85px;
	width: 53px;
	height: 53px;
}
.bookmarker-slider.casino-games ul li span.keno-ico {
	background-position: -914px -85px;
	width: 47px;
	height: 53px;
}
.bookmarker-slider.casino-games ul li span.scratch-ico {
	background-position: -1031px -95px;
	width: 51px;
	height: 43px;
}
.bookmarker-slider.casino-games ul li:hover span.free-casino-ico {
	background-position: -68px -291px;
}
.bookmarker-slider.casino-games ul li:hover span.slot-ico {
	background-position: -193px -282px;
}
.bookmarker-slider.casino-games ul li:hover span.blackjack-ico {
	background-position: -332px -278px;
}
.bookmarker-slider.casino-games ul li:hover span.video-poker-ico {
	background-position: -439px -278px;
}
.bookmarker-slider.casino-games ul li:hover span.roulette-ico {
	background-position: -567px -278px;
}
.bookmarker-slider.casino-games ul li:hover span.craps-ico {
	background-position: -682px -264px;
}
.bookmarker-slider.casino-games ul li:hover span.baccarat-ico {
	background-position: -799px -265px;
}
.bookmarker-slider.casino-games ul li:hover span.keno-ico {
	background-position: -914px -264px;
}
.bookmarker-slider.casino-games ul li:hover span.scratch-ico {
	background-position: -1031px -257px;
}
.bookmarker-slider.casino-games.mob-slider {
  display: none;
}
/* casino games page styles end */
/* soccer betting glossary page new changes styles start */
.rating-bet.glossary {
	width: 165px;
}
.rating-bet.glossary h4{
	margin-top: 4px;
}
.rating-bet.glossary h5.grade {
	font: 18px/18px "tahoma-bold";
}
.glossary .rating-star li, .glossary .rating-star li span {
	background: url("../images/new/sprite_upgrade.png") no-repeat -138px -50px;
	width: 18px;
	height: 17px;
}
.glossary .rating-star li span  {
	background-position: -137px -115px;
}
.recommend-bet-list.review .compare-link a.review-btn {
	height: 35px;
}
a.rd-more {
	font: 13px 'tahoma-bold';
	color: #e76200;
	text-transform: uppercase;
	text-decoration: underline;
}
a.rd-more:hover {
	color: #004A36;
	text-decoration: none;
}
/* compare bookmakers style changes start */
.compare-logo span {
	height: 70px !important;
}
.compare-headhgt {
	height: 154px;
}
.exceed-rgtsechgt {
	width: 967px;
	float: left;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.spins-cont-last {
		margin-top: 20px;
	}
	.gameinfo-overlay a.read-mr {
		margin-top: 11px;
	}
	.sherif-left {
		width: 650px;
	}
	ul.flag-right {
		width: 350px;
	}
	.full-scrn-rgt {
		width: 365px;
	}
}