/*********************************************************************************************************/
/*********************************************************************************************************/
/******************************************            RESETS        *************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1.2;
		font-family:Verdana, Geneva, sans-serif;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
/*********************************************************************************************************/
/*********************************************************************************************************/
	body {
		font-size:11px;
		background-color:#eceff1;
		margin: 0 auto;
	}
	label {
		color: #1b1b1b;
	}
	input, select {
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 0;
		color: #222222;
		font-size: 11px;
		height: 2em;
		line-height: 2em;
		width: auto;
	}
	select {
		-moz-appearance: none;
	}
	input[type="text"], input[type="password"] {
		text-indent: 10px;
	}
	input[type="text"]:focus {
		outline: none;
	}
	input[type="radio"] {
		-moz-appearance: radio!important;
	}
	select {
		padding: 0px 0px 0px 10px;
	}
	b, strong {
		font-weight: bold;
	}
	img {
		margin:0;
		padding:0;
		border:none;
		vertical-align: middle;
	}
	hr {
		border:0;
		display:none;
	}
	h1 {
		font-size:16px;
		color:#414141;
		font-weight:bold;
	}
	h2 {
		margin:0 0 0 10px;
		font-size: 16px;
		font-weight: bold;
		text-align:left;
		color:#414141;
	}
	h3 {
		color: #212121;
		font-weight: bold;
		font-size: 14px;
		border: 0;
	}
	h4 {
		margin: 0 0 10px 0;
		font-size:12px;
		font-weight:bold;
	}
	h5 {
		margin:0 0 0 0;
		font-size: 10px;
		text-align:center;
		color:#212121;
	}
	h6 {
		margin:0 2px 0 2px;
		font-size: 11px;
		text-align:center;
		color:#000000;

	}


	/*
	label {
		display: block;
		width:auto;
		height:20px;
		line-height:20px;
		font-size:14px!important;
		text-indent: 2%;
	}*/
	label {
		display: inline-block;
		max-width: 100%;
		margin-bottom: 5px;
		font-weight: 700;
	}

	a:link   {text-decoration:none;color:#FFF}
	a:visited{text-decoration:none;color:#FFF}
	a:hover  {text-decoration:none;color:#FFF}
	a:active {text-decoration:none;color:#FFF}

	#menu1{float:left;font-size:10px;font-family:Verdana,Geneva,sans-serif;margin:0;padding:0;border:none}
	ul#menu{border-top:none;list-style-type:none;margin:0;padding:0}
	ul#menu ol{display:block;text-align:left;list-style-type:none;margin:0;padding:1px;background:#fff;color:#212121}
	ul#menu li,ul#menu a{font-family:Verdana,Geneva,sans-serif;font-weight:700;color:#212121}
	ul#menu li,ul#menu a{font-family:Verdana,Geneva,sans-serif;font-size:10px;font-weight:700;color:#212121}
	ul#menu li{border-bottom:none;line-height:20px;color:#FAFAFA;font-size:12px}
	ul#menu ol li{text-align:left;font-family:Verdana,Geneva,sans-serif;font-size:10px;border-bottom:none;color:#212121}
	ul#menu li ol li{padding-left:5px;font-family:Verdana,Geneva,sans-serif;font-size:10px;border-bottom:none;color:#212121}
	ul#menu ol li:before{content:" "}
	ul#menu a{text-decoration:none;outline:none}
	ul#menu a:hover{color:#212121;text-decoration:underline}
	ul#menu a.active{color:#212121;text-decoration:underline}




	.left   { text-align: left!important;   }
	.right  { text-align: right!important;  }
	.center { text-align: center!important; }
	.no-pad { padding: 0!important;         }
	.pad-5  { padding: 5px!important;       }
	.pad-10 { padding: 10px!important;      }
	.no-break-line { white-space: nowrap!important; }
/*********************************************************************************************************/
/*********************************************************************************************************/
/******************************************            MAIN          *************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
#sel_lang::-ms-expand { /* for IE 11 */
    display: none;
}
#lang_lbl {position:relative}
#lang_lbl:after {
    content:'<>';
    font:13px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:-2px;
    padding:0 0 2px;
    border-bottom:1px solid #81d4fa;
    position:absolute;
    pointer-events:none;
}
#lang_lbl:before {
    content:'';
    right:6px; top:0px;
    width:30px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
 #sel_lang {
 	width:200px;
 	height:28px;
    padding:5px;
    margin-top: 11px;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;;
}

#nav_holder{
	position: relative;
	min-width:960px;
	max-width:1400px;
	height:100%;
	margin:0 auto;
}
#billboard_message{
	width:100%;
	height:22px;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:30px;
}
#forgot_pass {
	float: right;
    min-width: 100px;
    width: auto;
	height:15px;
	text-align:right;
	color:#fff;
	font-size:14px;
	line-height:15px;
}
#top_links{
	position: relative;
	float: left;
	width:100%;
	height:20px;
	color:#fff;
	font-size:14px;
}
/*.top_menu_item{
	position: relative;
	float: left;
	min-width:55px;
	width:auto;
	height:20px;
	line-height:20px;
	margin-right:10px;
	cursor:pointer;
	text-indent:28px;
	-webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
    font-size:14px;
}
.top_menu_item:hover,#forgot_pass:hover { color:#B0BEC5; }*/
#forgot_pass { float:right; margin-right:0; text-indent:0; }
#taxes{  text-indent:0; }
/*.mid{
	height:60px;
	line-height: 60px;
	color:#FFF!important;
	text-indent: 0;
	font-size:10px;
}*/
/*#help{
	height:60px;
	line-height: 60px;
	background:url(/images/help.png?v=1) 4px center no-repeat;
	background-size:18px 18px;
	color:#FFF;
	font-size:10px;
}
#contact_us{
	background:url(/images/contact.png?v=1) 4px center no-repeat;
	background-size:18px 18px;
	height:60px;
	line-height: 60px;
	color:#FFF;
	font-size:10px;
}*/
#login_sign_up{
	position: relative;
	float: right;
	width:100%;
	height:50px;
	color:#fff;
	font-size:14px;
}
#settingsM {
	background:url(/images/settings_m.png?v=1) 4px center no-repeat;
	background-size:18px 18px;
	height:60px;
	line-height: 60px;
	color:#FFF;
	font-size:10px;
}
#sign_up,#sign_in,#logout_btn{
	position: relative;
	float: right;
	min-width:100px;
	width:auto;
	height:25px;
	line-height:25px;
	padding:5px;
	text-align:center;
	margin-top:4px;
	margin-right:5px;
	background-color:#D50000;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
#sign_in{ background-color:#009688; margin-right:0; }
#logout_btn{ margin-right: 0; margin-left: 15px; margin-top:6px; }
#sign_up:hover,#logout_btn:hover { background-color:#C62828; }
#sign_in:hover{ background-color:#00897B; }
#logo_socials_wrapper{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:53px;
	background-color: #263238;
	margin:0;
	z-index:1000000;
}
.scrolling_top_panel{
    border-bottom: 2px solid #068DBC;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.6);
}
#logo_info_holder{
	position: relative;
	min-width:960px;
	max-width:1400px;
	height:100%;
	margin:0 auto;
}
#logo{
	position: relative;
	float: left;
	width:192px;
	height:60px;
	background:url(/images/logo2.png?v=1) left center no-repeat;
	background-size:180px 47px;
}
#help_contact{
	position: relative;
	float: left;
	width:auto;
	height:60px;
}
#socials{
	position: absolute;
	min-width:135px;
	width:auto;
	margin-top: 54px;
	height:40px;
}
#fb_icon,#tw_icon,#gplus_icon,#insta_icon{
	position: relative;
	float: left;
	width:30px;
	margin-top: 10px;
	height:30px;
	background:url(/images/social_facebook.png) center center no-repeat;
	background-size:24px 24px;
}
#tw_icon{
	background:url(/images/social_twitter.png) center center no-repeat;
	background-size:24px 24px;
}
#gplus_icon{
	background:url(/images/social_google_plus.png) center center no-repeat;
	background-size:24px 24px;
}
#insta_icon{
	background:url(/images/social_instagram.png) center center no-repeat;
	background-size:24px 24px;
	margin-right:10px;
}
#langs_wrapper{
	position: relative;
	float: right;
	width:200px;
	height:50px;
}
#main_wrapper{
	position: relative;
	float: left;
	width:100%;
	min-height:1000px;
	height:auto;
}
#center_content{
	position: relative;
	min-width:960px;
	max-width:1400px;
	min-height:1000px;
	height:auto;
	margin:0 auto 30px auto;
}
#left_col{
	position: relative;
    float:left;
    width:80%;
    min-height:1000px;
	height:100%;
}
#right_col{
	position: relative;
    float:left;
    width:20%;
    min-height:1000px;
	height:100%;
}
#promo_bets_wrapper{
	position: relative;
    float:left;
    width:100%;
    height:340px;
	background-color:#37474F;
	margin-top:125px;
	margin-bottom:12px;
}
#promo_bets{
	position: relative;
	min-width:960px;
	max-width:1400px;
	height:310px;
	margin:15px auto 0 auto;
}
#livebet_match,.pregame_match{
	float: left;
    width: 49%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-right:1%;
    webkit-box-shadow: inset 0px 0px 1px 1px #263238;
    -moz-box-shadow: inset 0px 0px 1px 1px #263238;
    box-shadow: inset 0px 0px 1px 1px #263238;
}
.pregame_match{ width:24%; }
#promo_bets > div:nth-of-type(3n+3) { margin-right:0; width:24%; margin-left:1%;}
.bet_overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.6;
}
.livebet_ribbon{
	width:100px;
	height:30px;
	line-height:30px;
	position:absolute;
	right:0px;
	top:10px;
	background-color:#FFC107;
    text-shadow: 2px 2px 2px #000;
	color:#fff;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
.bet_ribbon{
	width:100px;
	height:30px;
	line-height:30px;
	position:absolute;
	right:0px;
	top:10px;
	background-color:#546E7A;
    text-shadow: 2px 2px 2px #000;
	color:#fff;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
#live_content{
	position:absolute;
	width:100%;
	top:25%;
	height:auto;
	color:#FFF;
	text-align:center;
}
.pregame_bottom_content{
	position:absolute;
	width:100%;
	bottom:0;
	padding-bottom:2%;
	height:110px;
	color:#FFF;
	background-color:rgba(55, 71, 79, 1);
}
#game_time_icon {
	margin:0 auto 18px auto;
	width:auto;
	height:43px;
	line-height: normal;
	text-align:center;
	font-size:26px;
	font-weight: bold;
	/*background:url(/images/gametime_W.png?v=1) 46% center no-repeat;
	background-size:38px 38px;*/
    text-shadow: 2px 2px 2px #000;
}
#player_names{
	position: relative;
	float: left;
	width:100%;
	height:100%;
}
#live_odds{
	position: relative;
	float: left;
	width:65%;
	height:100%;
	padding-top:10px;
}
.pg_player_names{
	position: relative;
	float: left;
	width:100%;
	height:100%;
	padding-top:10px;
}
#live_host_name,#live_away_name{
	float: left;
	font-size: 2.0vw;
	font-weight:700;
    text-shadow: 2px 2px 2px #000;
    width:48%;
}
.vs_text{
	float: left;
	font-size: 1.5vw;
	font-weight:700;
    text-shadow: 2px 2px 2px #000;
    width:4%;
}
#live_odds{ width:100%; }
#host_odd,#away_odd {
	float: left;
    width: 30%;
    height: 40px;
    line-height: 40px;
    background-color: #FAFAFA;
    margin-right: 2%;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 15px;
    cursor: pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
#host_odd{ margin-left:20%; }
#away_odd { margin-right:0; }
#host_odd:hover,#away_odd:hover { background-color: #068DBC; color:#FFF; }
#host_name,#away_name{
	font-size:26px;
	font-weight:700;
    text-shadow: 2px 2px 2px #000;
    text-indent:10px;
}
.game_time{
	position:absolute;
	top:10px;
	left:10px;
	color:#FFF;
    font-size:14px;
    font-weight:700;
    text-shadow: 2px 2px 2px #000;
}
.game_point{
	position: relative;
	float: left;
	width:31.333%;
	margin-top:8px;
	height:45px;
	margin-right:3%;
}
.point_name {
	position: relative;
	float: left;
	width:100%;
	height:15px;
	text-align:center;
	font-size:12px;
}
.point_odd{
	position: relative;
	float: left;
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#FAFAFA;
	color:#263238;
	text-align:center;
    font-size:14px;
    font-weight:700;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.point_odd:hover{ background-color:#068DBC; color:#FFF;}
#news_Content {
    height: 220px;
    padding: 40px 3%;
    width: 94%;
    position: absolute;
    top: 0;
    z-index: 3;
    color: #fff;
}
#news_title{
	font-size: 72px;
	font-weight:bold;
    text-shadow: 2px 2px 2px #000;
}
#left_sidebar{
	position: relative;
    float:left;
    width:23%;
    min-height:500px;
    height:auto;
	margin-right:1%;
}
.calendar,.sports_list,.sports_list_inner,.sport_country_list,.special_sports_list,.dates_list{
	position: relative;
    float:left;
    width:100%;
    height:auto;
    margin-bottom:12px;
    webkit-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    -moz-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    box-shadow: inset 0px 0px 1px 1px #C3C3C3;
}
.sports_list,.sports_list_inner,.sport_country_list,.special_sports_list,.dates_list{margin-bottom:0; }
.sel_date{
	position: relative;
    float:left;
    width:100%;
    height:35px;
    line-height:35px;
    color:#263238;
    background:#FFF url(/images/Calendar.png?v=1) 10px center no-repeat;
    background-size:22px 22px;
    font-size:12px;
    border-bottom:1px solid #EEEEEE;
    text-indent:38px;
    cursor:pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.sel_from_sports_menu,.sel_from_countries,.special_sport,.sel_champ,.special_sport_option,.sel_from_basket_menu,.sel_from_handball_menu{
	position: relative;
    float:left;
    width:100%;
    height:35px;
    line-height:36px;
    color:#263238;
    background-size:22px 22px;
    font-size:12px;
    background-color:#FFF;
    border-bottom:1px solid #EEEEEE;
    text-indent:38px;
    cursor:pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.sel_from_sports_menu,.sel_from_countries,.special_sport,.sel_champ,.sel_from_basket_menu,.sel_from_handball_menu{ text-indent:9px; }
.sel_from_sports_menu a,.sel_from_countries a,.special_sport a,.sel_champ a,.special_sport_option a,.sel_from_basket_menu a,
.sel_from_handball_menu a { color:#263238; text-decoration:none; }
.sel_date:hover,.sel_from_sports_menu:hover,.sel_from_countries:hover,.special_sport:hover,.sel_champ:hover,.special_sport_option:hover,
.sel_from_basket_menu:hover,.sel_from_handball_menu:hover { background-color:#F3F5F7;  }
.centerized_vertical {
	width: 96%;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    word-wrap: break-word;
    text-indent: 0;
    padding-top: 5px;
}
#main_content{
	position: relative;
    float:left;
    width:75%;
    height:auto;
	background-color:#FFF;
	webkit-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    -moz-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    box-shadow: inset 0px 0px 1px 1px #C3C3C3;
}
.promo_pics {
	position: relative;
	float: left;
    width:100%;
	height:280px;
	margin-bottom:12px;
	-webkit-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    -moz-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    box-shadow: inset 0px 0px 1px 1px #C3C3C3;
}
#banner_title{
    position: relative;
    margin:10px auto;
	height: auto;
    width: 90%;
    text-align:center;
    color: #fff;
	font-size: 1.5vw;
	font-weight:bold;
	line-height: 130%;
    text-shadow: 2px 2px 2px #000;
}
.right_col_more_btn{
	position: absolute;
	bottom:10px;
	left:15%;
    width:70%;
	height:40px;
	line-height:40px;
	background-color:#009688;
	text-align:center;
	color:#FFF!important;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.right_col_more_btn:hover{
	background-color:#00897B;
}
#footer_wrapper{
	position: relative;
	float: left;
	width:100%;
	/* 	height:400px; */
	background-color:#263238;
	padding-bottom: 10px;
}
#footer_inner{
	position: relative;
	min-width:960px;
	max-width:1400px;
	height:100%;
	margin:0 auto;
}
#payment_logos,#footer_links,#company_details{
	position: relative;
	float: left;
	width:100%;
	height:70px;
	text-align:center;
	margin-top:20px;
}
#payment_logos { height:35px; }
#footer_links{ height:30px; line-height:30px; }
#company_details {  height:auto;
	font-size:14px; }
#footer_links a{
	color:#7C8184;
	text-decoration:none;
	font-size:14px;
	-webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
#footer_links a:hover{ color:#FFF; }
.special_sport_option { min-height:35px; height:auto; text-indent: 0; }
.special_sport_option span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size: 12px;
    width: 96%;
    padding: 5px 2%;
}
/*.ddown_menu, .ddown_msg_list {
    position: absolute;
    text-align: left;
    top: 45px;
    width: 240px;
    height: auto;
    background-color: #ecf0f1;
    z-index: 100;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #303030;
    -webkit-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
    -moz-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
    box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
}*/
/*.ddown_msg_list {
	position: absolute;
    top: 50px;
    width: 90%;
    height: auto;
    background-color: #ecf0f1;
    z-index: 100000;
    display: none;
    margin: 36px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ddown_menu {
    position: absolute;
    top: 45px;
    right: 10px;
    width: 65%;
    height: auto;
    background-color: #ecf0f1;
    z-index: 999;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #303030;
    -webkit-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
    -moz-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
    box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
}*/
.top_arr{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: #303030 transparent #ecf0f1 transparent;
	position: absolute;
	right: 1px;
	top: -10px;
}
/*.top_arr {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: #303030 transparent #ecf0f1 transparent;
	position: absolute;
	right: 20px;
	top: -10px;
}*/
.mnu_item{
	display: flex;
    width: 98%;
    height: 48px;
    position: relative;
    line-height: 48px;
    margin: 0 auto;
    border-bottom: 1px solid #afafaf!important;
    color: #2f2f2f;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-indent: 20px;
    font-weight: 700;
}
.mnu_item:last-child { border-bottom: 0; }
.mnu_item:hover { background-color: #F3F5F7;  }
#popup_overlay {
	display: none;
	z-index: 9999999;
    position: fixed;
    top: 0px;
    left: 10%;
    width: 70%;
    height: 350px;
    margin-top: 150px;
    background-color: rgba(0,0,0,0.8);
}
#popup_msg {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 25px;
    text-shadow: 2px 2px 2px #000;
}
#close_popup {
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding: 6px;
    text-align: center;
    background-color: #D50000;
    color: #FFF;
    font-size: 18px;
}
#close_popup:hover { background-color: #C62828; }
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently*/
}
.logged_mnu{
	text-indent: 0;
    text-align: center;
    width: auto;
    padding: 0 10px;
    margin-right: 0;
}
.top_mnu_products{
	text-indent: 0;
	min-width:20px;
    width: auto;
    padding: 0;
    margin-left: 10px;
}
.MenuItemSelected{
	color:#B0BEC5!important;
}
.best_matches_icon {
	padding-right: 10px;
    vertical-align: middle;
	height: 24px;
}
#usrReqBonus{
	border-radius: 6px;
	margin-left: 6px;
	cursor:pointer;
	margin-bottom: 0px!important;
}
.usrBonusPopup{
	width: 220px;
	height: 130px;
	background-color: #32454e;
	position: absolute;
	right: 98px;
	top: 56px;
	border-radius: 5px;
	display: none;
}
#bArrow{
	background: #32454e;
	width: 26px;
	height: 26px;
	position: absolute;
	top: -8px;
	right: 26px;
	transform: rotate(45deg);
	border-radius: 4px;
	z-index: -1;
}
#bonusText{
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	line-height: 50px;
}
#bonusAmount{
	height: 20px;
	width: 100%;
	position: absolute;
	text-align: center;
	line-height: 1;
	font-size: 17px;
}
#cancelBonus{
	background: #cc4444;
	width: 98px;
	height: 26px;
	position: absolute;
	bottom: 8px;
	left: 8px;
	border-radius: 4px;
	line-height: 26px;
	text-align: center;
	font-size: 15px;
    cursor: pointer;
}
#cancelBonus:hover{
	background-color: #e05959;
}
#confirmBonus{
	background: #07b36b;
	width: 98px;
	height: 26px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	border-radius: 4px;
	line-height: 26px;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
}
#confirmBonus:hover{
	background-color: #10ca7c;
}
/*********************************************************************************************************/
/*********************************************************************************************************/
/******************************************            MAIN          *************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/


table.page-content{margin: 0 auto;margin-bottom: 20px}

table.SearchTbl {
	width: 100%;
	font-size:11px;
	font-family:Verdana,Geneva,sans-serif;
	border:none;
	background-color:#FFF;
	color:#212121;
}
table.SearchTbl tr td {
	width: auto;
	padding: 5px;
	/*white-space: nowrap;*/
	box-sizing: border-box;
	vertical-align: middle;
}
table.SearchTbl tr td a { color: black; }
table#TblDepositOpts tr td:last-child {  white-space: inherit; }


td.tdHeader { /* TO DELETE! */
	background-color: #263238;
	color: #FAFAFA!important;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

td.deldb1, td.deldb2 {
	border-right:1px solid lightgrey;
}

.headtd, #SeltblHeader {
	line-height: 25px;
	text-align: left;
	background-color: #263238;
	color: #FAFAFA!important;
	height: 30px;
	font-weight: bold;
	padding: 0px;
	text-indent: 5px;
}
.maintd{
	background:#ffffff;
	color:#212121;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
}
.section-header, .section-footer, .section-page {
	border: none;
	width: 100%;
	position: relative;
	float: left;
}
.section-page {
	min-height: 450px;
}

.glb-btn {
/* 	display: block; */
	margin: auto;
	height: auto;
	font-family: Tahoma,Arial;
	font-size: 90%;
	cursor: pointer;
	font-weight: 700;
	background-color: #009688;
	color: #FFF;
	border: 1px solid #eaeaea;
	width: auto;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
	padding: 10px;
	line-height: 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.xstooltip {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font: normal 8pt sans-serif;
	padding: 3px;
	border: solid 1px;
	background-color: #333333;
	border-color: #FFFF99;
	color: #FFFFCC;
}

.ResBetTbl{
	font-size:11px;
	border:none;color:#FFFFFF;
	width:100%;
	white-space: nowrap;
}
.ResBetTbl tr { display:table-row; }
.ResBetTbl tr td, .ResBetTbl tr td a {
	color: black;
}
.ResBetTbl tr:nth-child(odd) {background-color: #eee }
.ResBetTbl tr:nth-child(even){background-color: #fff }

#regDiv a {
	color: #FF9803;
	text-decoration: none;
}


#UploaderBut {
	cursor: pointer;
	font-size: 10px;
	background-color: #e44643;
	color: black;
	font-size: small;
	font-weight: 700;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	border: 1px solid #000;
}
#textDiv {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 5px;
}

#divErr, #divErrorInfo, .ErrDiv, .RegErrDiv {
	padding-bottom:5px;
	font-weight:bold;
	font-size:11px;
	color:#F00;
	text-align: left;
}
.ErrDiv img, #divErr img {
	vertical-align: middle;
	margin-right: 5px;
}

.label_class {
    float: left;
    clear: none;
    display: block;
    padding: 2px 1em 0 0;
    cursor: pointer;
    text-indent: 0px;
	color: #000;
}

div#DivfotoUploader{
	position:fixed;
	margin-left:0 auto;
	margin-top:0 auto;
	margin-bottom:0 auto;
	left:0;
	top:0;
	bottom:0;
	width:100%;
	height:110%;
	background-image:url(/images/UpFotoBack.png);z-index:10000000
}
























#page {
	/*//width:940px;*/
	width:90%;
	background:transparent;
	/*//margin:0 auto;*/
	margin:0;
	height:100%;

}


#page-coupon {
	background:#d2d2d2;
	margin:20px;
	padding:0;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000
}

#page-showbets {
	background:#ffffff;
	margin: 20px;
	padding:0;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000
}

#couponpage {
	/*//width:900px;*/
	float:left;
	width:100%;
	background:transparent;
	height:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/*************************************************************
*                  this controls the header                  *
*************************************************************/

#header {
	border:1px solid #000000;
	height:90px;
}

#header2{
	border:1px solid #000000;
	height:115px;
	width:1000px;
}

#branding {
	background: url(../css/images/logo960.jpg);
	text-align:left;
	/*padding:20px;*/
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	height: 90px;
	font-size:25px;
	color:#FFFFFF;
}

#branding2 {
	background: transparent url ('images/logo960.jpg') no-repeat;
	text-align:center;
	/*//padding:80px;*/
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*//width: 940px;*/
	width:100%;
	height: 85px;
	font-size:25px;
	color:#FFFFFF;
}
#search {
	text-align:right;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

input.textarea {
	padding:5px;
	border:solid 0 #fff;
	background: transparent url("images/search.gif") no-repeat;
	font-size: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #999;
	width:200px;
	height:20px;
}

/*************************************************************
*                  this is all the content                   *
*************************************************************/

#content {
	background:#313131;
	height:100%;
	width:100%;
	font-size:10px;
}

#content2 {
	float : left;
	background:#313131;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:1000px;
	font-size:10px;
	font-weight: bold;
}

#menu2 {
	background:#fff;
	height:100%;
	margin:0 0 0 0;
	/*//padding:1px 0 10px 0;*/
	padding:0 0 0 0;

	/*//width:940px;
	//width:100%;*/
	width: auto;
	font-size:10px;
}

#main{
	float:left;
	/*//width:800px;*/
	width: 80%;
	text-align:left;
	padding:5px;
	border-top:5px solid #d0d7f6;
	border:5px solid #d0d7f6;
}

#main2{
	float:left;
	width:80%;
	/*//width: auto;*/
	background:#fff;
	text-align:left;
	/*//padding:5px;*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top:5px solid #d0d7f6;
	border:5px solid #d0d7f6;
}

/* #main3{
	float:inherit;
	width: 80%;
	background:#fff;
	text-align:left;
	padding:5px;
}
 */

#main55{
	float:left;
	width: 800px;
	text-align:left;
	margin-left: 10px;
	/*
	padding:5px;
	border-top:5px solid #d0d7f6;
	border:5px solid #d0d7f6;
	*/
}
#sub{
	float:right;
	/*//width:555px;*/
	width: 80%;
	background:#fff;
	text-align:left;
	margin:5px 4px 0 15px;
	padding:5px;
	border-left:3px solid #333;
	border:5px dashed #e4e4e4;
}

/*************************************************************
*               this is the navigation stuff                 *
*************************************************************/
#local {
	float:left;
	/*//background:url('images/local.gif') no-repeat;*/
	background:202020 ;
	border-top:1px solid #000000;
	width:100%;
	height:52px;
	color: #ffffff;
	font-color: #ffffff;
	font-weight: bold;
	padding:3px;

}




#local ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ccc;
}

#local ul li {
	display: inline;
	font-weight:bolder;
}

#local a {
	display:inline;
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
}

#local a:hover {
	color: #fbb63d;
	padding-top: 3px;
	padding-bottom: 13px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
}

#nav {
	float:left;
	width:150px;
	margin: 0 5px 0 0;
	padding-bottom: 2px;
	background:#FFFFFF;
	border-top: 1px dashed  #000000;
	border-bottom:1px dashed #000000;
	border-right: 1px dashed  #000000;
}

#nav2 {
	float:left;
	width:150px;
	margin: 0 5px 0 1px;
	padding-bottom: 2px;
	background:#FFFFFF;
	border-top: 1px dashed  #FFFFFF;
	border-bottom:1px dashed #FFFFFF;
	border-right: 1px dashed  #FFFFFF;
}

.wrapper {
	width:148px;
	background:#fff;
	margin:5px 0 5px 0;
	text-align:left;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#fbe9ca;
	color:#ccc;
}

#nav a {
	display: block;
	padding: 3px 3px 3px 3px;
	width: 150px;
	border-top:1px solid #fff;
	/*//color = #000000;
	//text-decoration:none;*/
}

#nav a:hover {
	background-color: #fff;
	/*//color: #000;*/
}


/*************************************************************
*                           footer                           *
*************************************************************/

#footer {
	bottom:1px;
	/*//width:961px;*/
	width:100%;
	background:#202020;
	border-top:1px solid #ccc;
	text-align:center;
	color: ffffff;
	font-size:10px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#footer2 {
	bottom:0;
	width:auto;
	/*//width:100%;*/
	background:#FFFFFF url('images/background.jpg') repeat-x;
	border-top:1px solid #ccc;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#footer55 {
	bottom:1px;
	/*//width:961px;*/
	width:100%;
	background:#202020;
	border-top:1px solid #ccc;
	text-align:center;
	color: ffffff;
	font-size:10px;
}




#footer p {
	color:#000;
}

#footer a{
	text-decoration:none;
	color:#000;
}




/***  LOGIN MEMBERSHIP BOX  ***/
.login_container {display:block;margin:0 auto;margin-top:0px; padding:0; padding-bottom:5px;
width:148px; text-align:left; background: #FBB63D; border: 1px solid #000000;}
.username_box {margin:0 auto;padding:0;width:75%;background-color: #eaeaea;text-align:left;
color: #000000;font-size:10px;}
.password_box {margin:0 auto;padding:0;width:75%;background-color: #eaeaea;text-align:left;color: #000000;font-size:10px;}
.checkbox {}
.login_button {margin:0;padding:0;color: #000000;font-size:10px; /** background-color: #4B7CAD; **/}
/****  "LOGIN BOX BASE LINKS STYLES  ****/
.login_container a:link, .login_container a:visited { color:#000000;  width:50px; text-decoration:none;border-bottom:1px dashed #000000;}
.login_container a:hover, .login_container a:active  {color:#000000;  width:50px; text-decoration:none;border-bottom:1px dashed #ffffff; background-color: #4B7CAD;}
/****  END LOGIN MEMBERSHIP BOX  ****/

/* .showmyuser_box {margin:0 auto;padding:0;width:97%;background-color: #ffffff;text-align:left;
color: #000000; border: 1px solid #6699CC}

.showmyuser_passbox1 {margin:0 auto;padding:0;width:150px;background-color: #ffffff;text-align:left;
color: #000000; border: 1px solid #6699CC}

.showmyuser_passbox2 {margin:0 auto;padding:0;width:150px;background-color: #ffffff;text-align:left;
color: #000000; border: 1px solid #6699CC}

.showmyuser_dial {margin:0 auto;padding:0;width:350px;background-color: #ffffff;text-align:left;
color: #000000; border: 1px solid #6699CC}
 */


/*************************************************************
*                           login menu                       *
*************************************************************/
#menu1 {
	width:110px;
	background-color:#263238;
	color:#FAFAFA;
}

#menu2 {
	float:left;
	width:90px;
	height:1px;
	margin:0px 5px 0 3px;
	background:#FFFFFF;
}


.myselect {background-color: #FFFFFF; color: #000000; border: 1px solid #666666;}

.infotext {
	background:#ffffff;
	border:1px solid #000000;
	font-size:11px;

	color:#0000CC;
}

table.list	{border-collapse:collapse; margin:0; padding:0; border:0; margin-bottom:3;}
table.list	td {font-size: 11px; border: 1px solid #FFFFFF; padding: 2 0 2 0;}
table.list 	td img {border:0}

table.list2	{border-collapse:collapse; margin:0; padding:0; border:0; margin-bottom:3;}
table.list2	td {font-size:11px; border:1px solid #CACACA; padding:2 0 2 0; }
table.list2 td img {border:0}

table.mytable {border-collapse:collapse; margin:0; padding:0; border:0; margin-bottom:3;}
table.mytable td {font-size:11px; border:1px solid #ffffff; padding:2 0 2 0; }
table.mytable td img {border:0}

table.mytable2 {border-collapse:collapse; margin:0; padding:0; border:0; margin-bottom:3;}
table.mytable2 td {font-size:10px; border:1px solid #FFFFFF; padding:0 0 0 0; }
table.mytable2 td img {border:0}

table.mytable3 {border-collapse:collapse; margin:0; padding:0; border:0; margin-bottom:3;}
table.mytable3 td {font-size:10px; border:1px solid #ffaa00; padding:0 0 0 0; }
table.mytable3 td img {border:0}

table.mytable4 {border-collapse:collapse; margin:0; padding:0; border:0; margin-bottom:3;}
table.mytable4 td {font-size:10px; border:1px solid #ffaa00; padding:0 0 0 0; }
table.mytable4 td img {border:0}




td.column1	{BACKGROUND-COLOR: #E1E1E1; text-align: center}
td.column2	{BACKGROUND-COLOR: #FFFFFF; text-align: center}
td.column3	{text-align: center;}
td.column11	{BACKGROUND-COLOR: #E1E1E1; text-align: right}
td.column11b	{BACKGROUND-COLOR: #E1E1E1; text-align: left}
/*td.column22	{BACKGROUND-COLOR: #eeeeee; text-align: center}*/
/*td.deldb1	{BACKGROUND-COLOR: #ffcc33; text-align: center;}
td.deldb2	{BACKGROUND-COLOR: #ffffcc; text-align: center;}*/
/*td.systxt	{BACKGROUND-COLOR: #ffffcc; text-align: center;}*/
td.systxt	{BACKGROUND-COLOR: #404040; text-align: center; color:#FFFFFF; FONT-WEIGHT: bold;}
/*td.syschk	{BACKGROUND-COLOR: #ffcc33; text-align: center;}*/
td.syschk	{BACKGROUND-COLOR: #A5A5A5; text-align: center;color:#000000; FONT-WEIGHT: bold;}
td.syschka	{BACKGROUND-COLOR: #ffe671; text-align: center;color:#000000; FONT-WEIGHT: bold;}

td.gr1c		{BACKGROUND-COLOR: #263238; text-align: center; COLOR: #FAFAFA;}
td.gr1r		{BACKGROUND-COLOR: #e9f4e9; text-align: right}
td.gr1l		{BACKGROUND-COLOR: #e9f4e9; text-align: left}

td.gr2c		{BACKGROUND-COLOR: #e9fea9; text-align: center}
td.gr2r		{BACKGROUND-COLOR: #e9fea9; text-align: right}
td.gr2l		{BACKGROUND-COLOR: #e9fea9; text-align: left}

td.gr3c		{BACKGROUND-COLOR: #263238; text-align: center; COLOR: #FAFAFA;}
td.gr3r		{BACKGROUND-COLOR: #b8dca0; text-align: right}
td.gr3l		{BACKGROUND-COLOR: #b8dca0; text-align: left}

td.chance	{BACKGROUND-COLOR: #263238; text-align: center; COLOR: #FAFAFA;}
td.dd2c		{BACKGROUND-COLOR: #FFFFCC; text-align: center; color:#FF0000; FONT-WEIGHT: bold}
/*td.eidika	{BACKGROUND-COLOR: #FFFFCC; text-align: center; color:#000000}*/
td.eidika	{BACKGROUND-COLOR: #000000; text-align: center; color:#000000}

td.coupdate	{BACKGROUND-COLOR: #263238; text-align: center; COLOR: #FFF; FONT-WEIGHT: bold; height: 25px; }
td.coupcateg{BACKGROUND-COLOR: #263238; text-align: center; COLOR: #FFF; FONT-WEIGHT: bold; height: 25px; }

/*
td.maincateg{BACKGROUND-COLOR: #FF7800; text-align: center; COLOR: #FFFFFF; FONT-WEIGHT: bold}
td.maintype{BACKGROUND-COLOR: #FFFFCC; text-align: center; COLOR: #000000; FONT-WEIGHT: bold}
*/

td.deldb1	{BACKGROUND-COLOR: #FFF; text-align: center; color: #263238; FONT-WEIGHT: bold;}
td.deldb1a	{BACKGROUND-COLOR: #ffe671; text-align: center; color: #000000; FONT-WEIGHT: bold;}
td.deldb2	{BACKGROUND-COLOR: #E8E8E8; text-align: center; color: #263238; FONT-WEIGHT: bold;}
td.deldb2a	{BACKGROUND-COLOR: #ffaa00; text-align: center; color: #000000; FONT-WEIGHT: bold;}
td.deldb2b	{BACKGROUND-COLOR: #202020; text-align: center; color: #000000; FONT-WEIGHT: bold;}

td.maintype  {BACKGROUND-COLOR: #A5A5A5; text-align: center; COLOR: black; FONT-WEIGHT: bold;}
td.maincateg{BACKGROUND-COLOR: #404040; text-align: center; COLOR: white; FONT-WEIGHT: bold;}

td.gr8c {BACKGROUND-COLOR: #263238; text-align: center; COLOR: #FFF; height: 25px;}
td.gr9c {BACKGROUND-COLOR: #000000; text-align: center; COLOR: #FFFFFF;}

td.gametype1b	     {BACKGROUND-COLOR: #404040; text-align: center; color: #FF0000;}
td.gametype2b     {BACKGROUND-COLOR: #404040; text-align: center; color: #FDCB00;}
td.gametype3b	     {BACKGROUND-COLOR: #404040; text-align: center; color: #3AFF28;}
td.gametype4b     {BACKGROUND-COLOR: #404040; text-align: center; color: #FF00CC;}
td.gametype5b	     {BACKGROUND-COLOR: #404040; text-align: center; color: #0066FF;}




/*td.dd1c		{BACKGROUND-COLOR: #FFFFCC; text-align: center;}*/
td.dd1c		    {BACKGROUND-COLOR: #FFF; text-align: center; color: #212121;  FONT-WEIGHT: bold; }
/*td.tt1c		{BACKGROUND-COLOR: #FBB63D; text-align: center}*/
td.tt1c		    {/*BACKGROUND-COLOR: #A5A5A5; text-align: center; FONT-WEIGHT: bold;*/


text-align: center; color: #263238;

font-weight: bold;
background-color: #EEE; /* for non-css3 browsers */

}

td.tt1cover	{BACKGROUND-COLOR: #068DBC; color:#FFFFFF!important; text-align: center}
td.point	{BACKGROUND-COLOR: #FBB63D; text-align: center}
td.teams	{BACKGROUND-COLOR: #FFF; text-align: center; color: #212121;  FONT-WEIGHT: bold; }

td.teamschanged	    {background-color: #fff; text-align: center; color: #FF0000;FONT-WEIGHT: bold; }
td.deltorange	    {background-color: #fff; text-align: left;   COLOR: #000000; FONT-WEIGHT: bold;}
td.deltorcenter	    {background-color: #fff; text-align: center; COLOR: #000000; FONT-WEIGHT: bold;}
td.deltorcenter2    {background-color: #fff; text-align: center; COLOR: #000000; FONT-WEIGHT: bold;}
td.deltgrright	    {background-color: #d2d2d2; text-align: right; font: 12px Verdana, Geneva, sans-serif;  COLOR: #000000; }
td.deltgrleft	    {background-color: #d2d2d2; text-align: left;  font: 12px Verdana, Geneva, sans-serif;  COLOR: #000000; }
td.deltgrcenter	    {background-color: #d2d2d2; text-align: center; font: 12px Verdana, Geneva, sans-serif; COLOR: #000000; }
td.deltgr2center    {background-color: #263238; text-align: center; font: 12px Verdana, Geneva, sans-serif; COLOR: #FAFAFA; }
td.deltwhitecenter	{background-color: #ffffff; text-align: center; font-family:Tahoma, Arial; COLOR: #000000; }
#apotkerdismeno	    {text-align: center; font-family:Tahoma; COLOR: #08ae00; FONT-WEIGHT: bold;}
#apottrexwn	        {text-align: center; font-family:Tahoma; COLOR: #0538df; FONT-WEIGHT: bold;}
#apotxameno         {text-align: center; font-family:Tahoma; COLOR: #F00000; FONT-WEIGHT: bold;}
/*--- BUTTON STYLE -------------------------------*/
		.buttonstyleorange {
			font-family: Tahoma,Arial;
			font-size: 90%;
			cursor: pointer;
			font-weight: 700;
			background-color: #009688;
			color: #FFF;
			border: 1px solid #eaeaea;
			width: auto;
			height: 35px;
			text-shadow: 0 1px 2px rgba(0,0,0,1);
		}
/*--- END BUTTON STYLE -------------------------------*/

/*--- BUTTON STYLE -------------------------------*/
		.buttonstyleorange2 {
			font-family: Tahoma, Arial;
			font-size: 90%;
			cursor: pointer; cursor: hand;
			font-weight: bold;
			color: #FBB63D;
			background-color: #000000;
			width: auto;
			height: 18px;
			border:1px solid #ffca00;
		}
/*--- END BUTTON STYLE -------------------------------*/
td.yec		{BACKGROUND-COLOR: #263238; text-align: center; COLOR: #FAFAFA;}
td.yer		{BACKGROUND-COLOR: #FFFFCC; text-align: right}
td.yel		{BACKGROUND-COLOR: #FFFFCC; text-align: left}

td.rec		{BACKGROUND-COLOR: #FFDDBB; text-align: center}
td.rer		{BACKGROUND-COLOR: #FFDDBB; text-align: right}
td.rel		{BACKGROUND-COLOR: #FFDDBB; text-align: left}

td.gametype1	{BACKGROUND-COLOR: #FF0000; text-align: center; color:#FFFFFF}
td.gametype2	{BACKGROUND-COLOR: #FDCB00; text-align: center; color:#FFFFFF}
td.gametype3	{BACKGROUND-COLOR: #008000; text-align: center; color:#FFFFFF}
td.gametype4	{BACKGROUND-COLOR: #FF00CC; text-align: center; color:#FFFFFF}
td.gametype5	{BACKGROUND-COLOR: #0066FF; text-align: center; color:#FFFFFF}


td.gr5c		{BACKGROUND-COLOR: #CCFFCC; text-align: center; COLOR: #000000; FONT-WEIGHT: bold}
td.gr4c		{BACKGROUND-COLOR: #263238; text-align: center; COLOR: #FAFAFA; FONT-WEIGHT: bold}
td.gr4r		{BACKGROUND-COLOR: #009300; text-align: right; COLOR: #ffffff; FONT-WEIGHT: bold}
td.gr4l		{BACKGROUND-COLOR: #009300; text-align: left; COLOR: #ffffff; FONT-WEIGHT: bold}

td.re4c		{BACKGROUND-COLOR: #CC0000; text-align: center; COLOR: #ffffff; FONT-WEIGHT: bold}
td.re4r		{BACKGROUND-COLOR: #CC0000; text-align: right; COLOR: #ffffff; FONT-WEIGHT: bold}
td.re4l		{BACKGROUND-COLOR: #CC0000; text-align: left; COLOR: #ffffff; FONT-WEIGHT: bold}

td.bl4c		{BACKGROUND-COLOR: #0000C0; text-align: center; COLOR: #ffffff; FONT-WEIGHT: bold}
td.bl4r		{BACKGROUND-COLOR: #0000C0; text-align: right; COLOR: #ffffff; FONT-WEIGHT: bold}
td.bl4l		{BACKGROUND-COLOR: #0000C0; text-align: left; COLOR: #ffffff; FONT-WEIGHT: bold}

td.grbyday	{BACKGROUND-COLOR: #CCFFCC; text-align: center; COLOR: #000000; FONT-WEIGHT: bold}

table.mytable td a:link	    {color:#212121; }
table.mytable td a:visited 	{color:#212121;}
table.mytable td a:hover	{color:#212121; }



table.list td a 		    {color:#000000; text-decoration:underline}
table.list td a a:link		{color:#000000; text-decoration:underline}
table.list td a a:visited 	{color:#000000; text-decoration:underline}
table.list td a a:hover		{color:#FF0000; text-decoration:underline}


table.list2 td a:link		{color:#000000; text-decoration:none}
table.list2 td a:visited 	{color:#000000; text-decoration:none}
table.list2 td a:hover		{color:#FF0000;	text-decoration:underline;}

td.dd2cBLACK  {BACKGROUND-COLOR: #404040; text-align: center; COLOR:#FAFAFA;}
td.dd2cRED	  {BACKGROUND-COLOR: #FFFFCC; text-align: center; COLOR:#FF0000; font-weight: bold; }
td.pointBLACK {BACKGROUND-COLOR: #EEEEEE; text-align: center; COLOR:#212121; font-weight: bold; }

td.pointRED		{	BACKGROUND-COLOR: #FBB63D;	text-align: center;	color: #FF0000;	font-weight: bold; }
td.tt1cBLACK		{	BACKGROUND-COLOR: #FBB63D;	text-align: center;	color: #000000;	font-weight: bold; }
td.tt1cRED		{	BACKGROUND-COLOR: #FBB63D;	text-align: center;	color: #FF0000;	font-weight: bold; }


table.casino td a 		{
	color:#FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #000066;
	text-align: center;
	text-decoration: underline;
}
table.casino td a:link		{
	color:#FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #000066;
	text-align: center;
	text-decoration: underline;
}
table.casino td a:visited 	{
	color:#FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #000066;
	text-align: center;
	text-decoration: underline;
}
table.casino td a:hover		{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #000066;
	text-align: center;
	text-decoration: underline;
}
.casinohr {
	border-bottom-style: dotted;
	border-bottom-color: #6699FF;
	border-bottom-width: 2px;
}
table.casino_outter {
	border-bottom-style: solid;
	border: 1;
	border-color: #000000;
	border-left-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 0px;
}
table.casino_outter hr{
	border:3;
	display:compact;
}





























/*********************************************************************************************************/
/*********************************************************************************************************/
/******************************************           MOBILE         *************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
.top_menu{
	width:100%;
	height:44px;
	position: relative;
	float:left;
	background-color: #434343;
	/* border-bottom: 1px solid #242424; */
	font-family: Helvetica, Arial, sans-serif;
	/* 	margin-bottom: 6px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.top_menu_active{ background-color: #f1c40f!important; color:#000!important; }

.left_side { width:74%; height:100%; float: left; }
.right_side {
	width:33.3%;
	height:100%;
	/*float: right;*/
	font-size:11px;
	background: url(./images/open_arrow.png) 90% 50% no-repeat;
	background-size: 16px 16px;
}

.left_mnu{
	width: auto;
	line-height: 0px;
	background-color: #303030;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	float: left;
	margin-top: 7px;
	margin-left: 7px;
	font-weight: 700;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
}


.ddown_menu {
	position: absolute;
    top: 44px;
    right: 0px;
    width: 65%;
    height: auto;
    background-color: #ecf0f1;
    z-index: 1000000;
    display: none;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.82);
    -moz-box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.82);
    box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.82);
    overflow: hidden;
}
/*.ddown_menu_bonus {
	text-align: center;
    max-width: 400px;
	position:absolute;
	top:45px;
	right:10px;
	width:94%;
	height:auto;
	background-color: #ecf0f1;
	z-index:100;
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #303030;
	-webkit-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
	-moz-box-shadow:    4px 4px 14px 0px rgba(50, 50, 50, 0.82);
	box-shadow:         4px 4px 14px 0px rgba(50, 50, 50, 0.82);
}
*/
.ddown_menu_bonus {
    text-align: center;
    max-width: 400px;
    position: absolute;
    top: 45px;
    right: 10px;
    width: 94%;
    height: auto;
    background-color: #ecf0f1;
    z-index: 100;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #303030;
    -webkit-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
    -moz-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
    box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
    overflow: hidden;
	height: 45px;
}

.upd_browser_msg {
	position: fixed;
    bottom: 0;
    width:100%;
    height: 130px;
    background-color: #e74c3c;
    color: #FFF;
    font-weight: 700;
    padding-top:30px;
    text-align: center;
    display: none;
    z-index: 1000;
}

.set_msg_state {
	position: absolute;
    bottom: 20px;
    left: 50%;
    width:60px;
    height: 40px;
	margin-left: -30px;
    line-height: 40px;
    background-color: #2c3e50;
    color: #FFF;
    font-weight: 700;
    text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.big_wrap{
    position: relative;
    float: left;
	width:100%;
	height:44px;
	overflow-x:auto;
	overflow-y:hidden;

	/* border-bottom: 1px solid #242424; */
	display: block;
	margin-bottom:6px;
}


.company_logo{
	position: relative;
    float: left;
    width: 100%;
    height: 44px;
    background: url(/mobile/images/logo_big3.png) no-repeat center center;
    background-size: 123px 32px;
    margin-left: 3px;
}

.games_scroll,.casino_games_scroll{
	position: relative;
	height:100%;
    display: inherit;
    border-collapse:separate;
    border-spacing:7px;
	background-color: #434343;
	font-family: Helvetica, Arial, sans-serif;
	overflow-x:auto;
	overflow-y:hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.games_scroll{ margin-left: 43px; }

.game_mnu{
	height:22px;
	line-height: 22px;
    background-color: #303030;
    text-align: center;
    padding:4px 8px;
    color:#FFF;
    font-size: 11px;
    font-weight: 700;
    display: table-cell;
    white-space: nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.limits_notify_row{
	background-color: #3498db;
    font-size: 12px;
    color: #fff;
    margin: 5px 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* display: none; */
}

.coin_sum {
    background: #FFF url(/ext/games/grfx/refresh.svg) center/32px no-repeat;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.3);
    position: absolute;
    margin-top: -31px;
    margin-left: 5px;
    cursor: pointer;
    z-index: 5;
}

.redish { color:#f66; font-weight: bold;}
.greenify { color:#9f6; font-weight: bold;}

.login_wrapper{
	width:100%;
	height:auto;
	position: relative;
	float:left;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.login_form{
	width:96%;
	height:200px;
	position: relative;
	margin:10px auto;
	background-color: #303030;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#count {
	position:relative;
	width:90%;
	margin:0 auto;
}

#logme_btn:active {
    background-color: green;
}

#pass, #qbMixedGC {
	position:relative;
	width:100%;
	height:20px;
	line-height: 21px;
	margin:10px auto;
	padding: 10px 0;
	text-indent: 10px;
	border: none;
    border-bottom: solid 4px #c9c9c9;
}

/*#ImgPassword, #ImgOKPassword {
	position: absolute;
    float: none;
    width: 20px;
    margin-left: 5px;
}
*/
#ImgPasswordText {
    display: none;
    color: #f1c40f;
    width: 96%;
    margin: 5px 2%;
    font-size: 14px !important;
}

#qbMixedGC {
	margin-top: 0;
	border-top: solid 2px #434343;
	border-bottom: solid 2px #434343;
}

#DynTeams{
	position: relative;
	float: left;
	width:100%;
	height:50px;
	line-height: 50px;
	text-align: center;
	background-color: #303030;
	color:#FFF;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#DynSelections {
	position: relative;
	float: left;
	width:100%;
	height:50px;
}

#qbSelections{
	width:100%;
	height:50px;
}




.titles_wrapper{
	width:100%;
	height:40px;
	position: relative;
	float: left;
	text-align: center;
	background-color: #ffcc04;
	margin-top: 10px;
}
.qbTitle{
	position: relative;
	float: left;
	width:33.333%;
	height:40px;
	line-height: 40px;
}


#logme_btn{
	position:relative;
	width:100%;
	height:50px;
	line-height: 30px;
	padding:10px;
	margin:5px auto;
	background-color: #2c3e50;
	text-align: center;
	font-size: 18px;
	color:#FFF;
	font-weight: 700;
	border:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
}

.log_error_msg {
	width:100%; height:20px; line-height:20px; text-align:center; color:red; font-weight: 700; font-size:14px;
}
.top_arr_bonus {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: #303030 transparent #ecf0f1 transparent;
    position: relative;
    margin: 0px 0 0 9px;
    display: none;
    z-index: 1000;
}

.Usr_ID { width:80%; line-height: 12px; color:#FFCC04; padding-top:12px; white-space: nowrap;}
.Usr_Balanace {
    width: 100%;
    height: 12px;
    line-height: 12px;
    white-space: nowrap;
    text-align: right;
    font-size: 11px;
    margin-top: 6px;
}
.main_wrapper{
	width:100%;
	height:auto;
	position: relative;
	float:left;
	background-color:#434343;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bets_wrapper{
	position: relative;
	width:96%;
	height:auto;
	margin:5px auto 0 auto;
	background-color:#434343;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bet_row_wrapper{
	float:left;
	width:100%;
	height:99px;
	padding:0;
	color:#fff;
	border:1px solid #2a2a2a;
	margin-bottom: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bet_types_captions{
	position: relative;
	float:left;
	width:100%;
	height:28px;
	background-color:#777;
	border-bottom: 1px solid #2a2a2a;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.event_row { overflow: hidden; min-height:44px; height:auto; line-height:44px; }

.event_row span { display: inline-block; vertical-align: middle; line-height: normal; font-size: 14px; padding: 4px 10px; }

.options_tab_menu{
width:50%;
height:28px;
float:left;
	-webkit-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	-moz-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	box-shadow: inset -1px 0px 0px 0px #2a2a2a;
}

.sel_type1X2_captions,.sel_typeUO_captions,.sel_typeGG_captions{
width:50%;
height:28px;
float:right;/*
-webkit-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
-moz-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
box-shadow: inset -1px 0px 0px 0px #2a2a2a; */
}




.sel_typeUO_captions,.sel_typeGG_captions{ display:none; }

.sel_typeUO_captions .point_caption, .sel_typeGG_captions .point_caption{
	width:50%;
	text-align:center;
	height:100%;
	line-height: 28px;
	float:left;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}


.bet_details{
width:100%;
height:70px;
position: relative;
float:left;
}

.option_1X2, .option_UO, .option_GG {
	width:33.33%;
	text-align:center!important;
	height:100%;
	line-height: 28px;
	float:left;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	-webkit-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
    -moz-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
    box-shadow: inset -1px 0px 0px 0px #2a2a2a;
}


.option_1X2:last-child, .option_UO:last-child, .option_GG:last-child {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
 }



.active_option { background-color: #303030!important; }

.active_selection { background-color: #717171!important; }


.point_caption{
	width:33.33%;
	text-align:center;
	height:100%;
	line-height: 28px;
	float:left;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.teams_date_holder, .bet_1X2_holder, .bet_UO_holder, .bet_GG_holder {
	width:50%;
	height:70px;
	position:relative;
	float:left;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.teams_date_holder { background-color: #434343; font-size: 11px; }

.bet_1X2_holder, .bet_UO_holder, .bet_GG_holder { padding-top:0px; }

.bet_UO_holder, .bet_GG_holder { display: none; }




.teams_date_holder {
	-webkit-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	-moz-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	box-shadow: inset -1px 0px 0px 0px #2a2a2a;
}

.autonumber_row{
	min-width:30px;
	width:auto;
	height:auto;
	font-size:11px;
	color:#FFCC04;
	padding-top:5px;
	margin-bottom:5px;
	text-indent:4px;
}


.home_team,.away_team {
	width:100%;
	height:auto;
	margin-bottom:5px;
	text-indent:4px;
	color:#FFF;
}

.game_time_options
{
	width:100%;
	height:auto;
	margin-bottom:5px;
	text-indent:4px;
}

.game_time,.more_options {
	height:16px;
	line-height:16px;
	width:auto;
	margin-right:8px;
	color:#95a5a6;
}

.more_options { color:#ccc; }
/* .point_selection:nth-child(3n+3) {
  	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
} */




.point_selection1, .point_selectionX, .point_selection2, .basket_point_selection1,
.basket_point_selection2, .special_selection_1,.special_selection_2,.special_selection_X,.no_choice {
	width:33.33%;
	text-align:center;
	height:100%;
	line-height: 70px;
	float:left;
	color: #f1c40f;
	font-size: 14px;
	font-weight: 700;
	background-color: #585858;
	-webkit-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	-moz-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	box-shadow: inset -1px 0px 0px 0px #2a2a2a;
}

.half_width { width:50%!important; }

.point_selection2, .basket_point_selection2,.special_selection_1,.special_selection_2 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.inner_shadow{

	-webkit-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	-moz-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	box-shadow: inset -1px 0px 0px 0px #2a2a2a;
}

.point_selectionU, .point_selectionO, .point_selectionGG, .point_selectionNG {
	width:50%;
	text-align:center;
	height:100%;
	line-height: 70px;
	float:left;
	color: #f1c40f;
	font-size: 14px;
	font-weight: 700;
	background-color: #585858;
	-webkit-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	-moz-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	box-shadow: inset -1px 0px 0px 0px #2a2a2a;
}

.point_selection2, .point_selectionO, .point_selectionNG {
  	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.footer{
	width:100%;
	min-height:60px;
	height:auto;
	position: relative;
	float:left;
	background-color: #434343;
	margin-bottom:60px;
}

.bottom_mnu_item{
	position: relative;
	float: left;
	width:33.333%;
	height:50px;
	font-size: 12px;
	line-height: 80px;
	color: #434343;
	text-align:center;
	font-weight:bold;
}
#casinolnk{
	background:url(/mobile/images/cas3.png) center 2px / 32px 32px no-repeat;
}
#livecasinolnk{
	background:url(/mobile/images/casinomnu2.png) center 6px / 24px 24px no-repeat;
}
#tvglnk{
	background:url(/mobile/images/tvgames.png) center 6px / 32px 19px no-repeat;
}

.bet_button {
position: relative;
float: left;
width:100%;
height:auto;
margin:10px auto;
}

.adapted_wrapper {
position: relative;
float: left;
width:100%;
height:auto;
margin:10px auto;
}

#back_top, #qbAddtoCoupon {
	width:96%;
	height:50px;
	line-height: 50px;
	margin:5px auto;
	background-color: #2c3e50;
	text-align: center;
	font-size: 18px;
	color:#FFF;
	font-weight: 700;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#spanRegErr { color:#e74c3c; }

#qbAddtoCoupon { position: relative; margin:0 auto; border:0; background-color: #95a5a6; color:#FFF; }

#more_btn{
	min-width:27px;
	background:url(/mobile/images/open_arrow.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}


.bet_slip_holder{
	position: fixed;
	bottom: 51px;
	min-width:150px;
	height:60px;
	left:50%;
	margin-left: -78px;
	line-height: 60px;
	background-color:#ecf0f1;
	color:#303030;
	font-weight: 700;
	text-align: center;
	border-top:2px solid #303030;
	border-left:2px solid #303030;
	border-right:2px solid #303030;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #ecf0f1 url(/images/arrow_up.png) 90% 50% no-repeat;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#slip_caption {
    position: relative;
    float: left;
    margin-left: 23px;
    margin-right: 4px;
}

#bet_counter{
    float: left;
    margin-top: 14px;
    width: 20px!important;
    height: 20px!important;
    background-color: #303030;
    color: #fff;
    padding: 4px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

.footer_lang{
	position: relative;
	width:10%;
	height:32px;
	margin:0;
	background-color: #303030;
}

.footer_langs_wrapper{
	position: relative;
	float: left;
	width:100%;
	height:auto;
	display: none;
	margin:0 auto 80px auto;
	background-color: #303030;

}

.bottom_links {
	width:100%;
	height:30px;
	line-height: 30px;
	text-align: center;
	margin: 10px 0;
	font-size: 12px;
	color: #FFF;
}
.flags_inner {
	position: relative;
	width:96%;
	height:auto;
	margin:0 auto;
}
.socialcontainer,.glbgmbh{
	width:100%;
	height:auto;
	text-align: center;
	margin: 10px 0;
}
.glbgmbh{ font-size: 12px; color:#BDC3C7; }
.social {
	display: inline-block;
	background-size: 100%;
	width: 30px;
	height: 30px;
	text-indent: -999em;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
.social:last-child { margin-right: 0; }
.social.small {
	width: 20px;
	height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }
.social.large {
	width: 48px;
	height: 48px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/* restore webicons accessibility for print */
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	  }

	.social {
		text-indent: 0;
		width: auto !important;
		height: auto !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
	  }
}
.social.facebook { background: url("/_images/social-facebook.svg"); }
.social.twitter { background: url("/_images/social-twitter.svg"); }
.social.googleplus { background: url("/_images/social-googleplus.svg"); }
.social.instagram { background: url("/_images/social-instagram.svg"); }
/* END - Social icons */


/* flags section */
.flag_btn {
	width:9%;
	height: 32px;
	position: relative;
	float: left;
	margin:6px;
	background-color:#474747;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.flags { background: url(/mobile/images/flags-nq8.png) no-repeat; text-indent: 28px; margin: 16% auto 0 auto;}
.ad { width: 19px; height: 19px; background-position: 0 0;}
.ae { width: 19px; height: 19px; background-position: 0 -22px; }
.af { width: 19px; height: 19px; background-position: 0 -44px; }
.ag { width: 19px; height: 19px; background-position: 0 -66px; }
.ai { width: 19px; height: 19px; background-position: 0 -88px; }
.al { width: 19px; height: 19px; background-position: 0 -110px; }
.am { width: 19px; height: 19px; background-position: 0 -132px; }
.an { width: 19px; height: 19px; background-position: 0 -154px; }
.ao { width: 19px; height: 19px; background-position: 0 -176px; }
.ar { width: 19px; height: 19px; background-position: 0 -198px; }
.as { width: 19px; height: 19px; background-position: 0 -220px; }
.at { width: 19px; height: 19px; background-position: 0 -242px; }
.au { width: 19px; height: 19px; background-position: 0 -264px; }
.aw { width: 19px; height: 19px; background-position: 0 -286px; }
.ax { width: 19px; height: 19px; background-position: 0 -308px; }
.ba { width: 19px; height: 19px; background-position: 0 -330px; }
.bb { width: 19px; height: 19px; background-position: 0 -352px; }
.bd { width: 19px; height: 19px; background-position: 0 -374px; }
.be { width: 19px; height: 19px; background-position: 0 -396px; }
.bf { width: 19px; height: 19px; background-position: 0 -418px; }
.bg { width: 19px; height: 19px; background-position: 0 -440px; }
.bh { width: 19px; height: 19px; background-position: 0 -462px; }
.bi { width: 19px; height: 19px; background-position: 0 -484px; }
.bj { width: 19px; height: 19px; background-position: 0 -506px; }
.bm { width: 19px; height: 19px; background-position: 0 -528px; }
.bn { width: 19px; height: 19px; background-position: 0 -550px; }
.bo { width: 19px; height: 19px; background-position: 0 -572px; }
.br { width: 19px; height: 19px; background-position: 0 -594px; }
.bs { width: 19px; height: 19px; background-position: 0 -616px; }
.bt { width: 19px; height: 19px; background-position: 0 -638px; }
.bw { width: 19px; height: 19px; background-position: 0 -660px; }
.by { width: 19px; height: 19px; background-position: 0 -682px; }
.bz { width: 19px; height: 19px; background-position: 0 -704px; }
.ca { width: 19px; height: 19px; background-position: 0 -726px; }
.cd { width: 19px; height: 19px; background-position: 0 -748px; }
.cf { width: 19px; height: 19px; background-position: 0 -770px; }
.cg { width: 19px; height: 19px; background-position: 0 -792px; }
.ch { width: 19px; height: 19px; background-position: 0 -814px; }
.ci { width: 19px; height: 19px; background-position: 0 -836px; }
.ck { width: 19px; height: 19px; background-position: 0 -858px; }
.cl { width: 19px; height: 19px; background-position: 0 -880px; }
.cm { width: 19px; height: 19px; background-position: 0 -902px; }
.cn { width: 19px; height: 19px; background-position: 0 -924px; }
.co { width: 19px; height: 19px; background-position: 0 -946px; }
.cr { width: 19px; height: 19px; background-position: 0 -968px; }
.cu { width: 19px; height: 19px; background-position: 0 -990px; }
.cv { width: 19px; height: 19px; background-position: 0 -1012px; }
.cx { width: 19px; height: 19px; background-position: 0 -1034px; }
.cy { width: 19px; height: 19px; background-position: 0 -1056px; }
.cz { width: 19px; height: 19px; background-position: 0 -1078px; }
.de { width: 19px; height: 19px; background-position: 0 -1100px; }
.dj { width: 19px; height: 19px; background-position: 0 -1122px; }
.dk { width: 19px; height: 19px; background-position: 0 -1144px; }
.dm { width: 19px; height: 19px; background-position: 0 -1166px; }
.do { width: 19px; height: 19px; background-position: 0 -1188px; }
.dz { width: 19px; height: 19px; background-position: 0 -1210px; }
.ec { width: 19px; height: 19px; background-position: 0 -1232px; }
.ee { width: 19px; height: 19px; background-position: 0 -1254px; }
.eg { width: 19px; height: 19px; background-position: 0 -1276px; }
.er { width: 19px; height: 19px; background-position: 0 -1298px; }
.es { width: 19px; height: 19px; background-position: 0 -1320px; }
.et { width: 19px; height: 19px; background-position: 0 -1342px; }
.eu { width: 19px; height: 19px; background-position: 0 -1364px; }
.fi { width: 19px; height: 19px; background-position: 0 -1386px; }
.fj { width: 19px; height: 19px; background-position: 0 -1408px; }
.fk { width: 19px; height: 19px; background-position: 0 -1430px; }
.fm { width: 19px; height: 19px; background-position: 0 -1452px; }
.fo { width: 19px; height: 19px; background-position: 0 -1474px; }
.fr { width: 19px; height: 19px; background-position: 0 -1496px; }
.ga { width: 19px; height: 19px; background-position: 0 -1518px; }
.gd { width: 19px; height: 19px; background-position: 0 -1540px; }
.ge { width: 19px; height: 19px; background-position: 0 -1562px; }
.gg { width: 19px; height: 19px; background-position: 0 -1584px; }
.gh { width: 19px; height: 19px; background-position: 0 -1606px; }
.gi { width: 19px; height: 19px; background-position: 0 -1628px; }
.gl { width: 19px; height: 19px; background-position: 0 -1650px; }
.gm { width: 19px; height: 19px; background-position: 0 -1672px; }
.gn { width: 19px; height: 19px; background-position: 0 -1694px; }
.gq { width: 19px; height: 19px; background-position: 0 -1716px; }
.gr { width: 19px; height: 19px; background-position: 0 -1760px; }
.gs { width: 19px; height: 19px; background-position: 0 -1782px; }
.gt { width: 19px; height: 19px; background-position: 0 -1804px; }
.gu { width: 19px; height: 19px; background-position: 0 -1826px; }
.gw { width: 19px; height: 19px; background-position: 0 -1848px; }
.gy { width: 19px; height: 19px; background-position: 0 -1870px; }
.hk { width: 19px; height: 19px; background-position: 0 -1892px; }
.hn { width: 19px; height: 19px; background-position: 0 -1914px; }
.hr { width: 19px; height: 19px; background-position: 0 -1936px; }
.ht { width: 19px; height: 19px; background-position: 0 -1958px; }
.hu { width: 19px; height: 19px; background-position: 0 -1980px; }
.id { width: 19px; height: 19px; background-position: 0 -2002px; }
.ie { width: 19px; height: 19px; background-position: 0 -2024px; }
.il { width: 19px; height: 19px; background-position: 0 -2046px; }
.im { width: 19px; height: 19px; background-position: 0 -2068px; }
.in { width: 19px; height: 19px; background-position: 0 -2090px; }
.io { width: 19px; height: 19px; background-position: 0 -2112px; }
.iq { width: 19px; height: 19px; background-position: 0 -2134px; }
.ir { width: 19px; height: 19px; background-position: 0 -2156px; }
.is { width: 19px; height: 19px; background-position: 0 -2178px; }
.it { width: 19px; height: 19px; background-position: 0 -2200px; }
.je { width: 19px; height: 19px; background-position: 0 -2222px; }
.jm { width: 19px; height: 19px; background-position: 0 -2244px; }
.jo { width: 19px; height: 19px; background-position: 0 -2266px; }
.jp { width: 19px; height: 19px; background-position: 0 -2288px; }
.ke { width: 19px; height: 19px; background-position: 0 -2310px; }
.kg { width: 19px; height: 19px; background-position: 0 -2332px; }
.kh { width: 19px; height: 19px; background-position: 0 -2354px; }
.ki { width: 19px; height: 19px; background-position: 0 -2376px; }
.km { width: 19px; height: 19px; background-position: 0 -2398px; }
.kn { width: 19px; height: 19px; background-position: 0 -2420px; }
.kp { width: 19px; height: 19px; background-position: 0 -2442px; }
.kr { width: 19px; height: 19px; background-position: 0 -2464px; }
.kw { width: 19px; height: 19px; background-position: 0 -2486px; }
.ky { width: 19px; height: 19px; background-position: 0 -2508px; }
.kz { width: 19px; height: 19px; background-position: 0 -2530px; }
.la { width: 19px; height: 19px; background-position: 0 -2552px; }
.lb { width: 19px; height: 19px; background-position: 0 -2574px; }
.lc { width: 19px; height: 19px; background-position: 0 -2596px; }
.li { width: 19px; height: 19px; background-position: 0 -2618px; }
.lk { width: 19px; height: 19px; background-position: 0 -2640px; }
.lr { width: 19px; height: 19px; background-position: 0 -2662px; }
.ls { width: 19px; height: 19px; background-position: 0 -2684px; }
.lt { width: 19px; height: 19px; background-position: 0 -2706px; }
.lu { width: 19px; height: 19px; background-position: 0 -2728px; }
.lv { width: 19px; height: 19px; background-position: 0 -2750px; }
.ly { width: 19px; height: 19px; background-position: 0 -2772px; }
.ma { width: 19px; height: 19px; background-position: 0 -2794px; }
.mc { width: 19px; height: 19px; background-position: 0 -2816px; }
.md { width: 19px; height: 19px; background-position: 0 -2838px; }
.me { width: 19px; height: 19px; background-position: 0 -2860px; }
.mg { width: 19px; height: 19px; background-position: 0 -2882px; }
.mh { width: 19px; height: 19px; background-position: 0 -2904px; }
.ml { width: 19px; height: 19px; background-position: 0 -2926px; }
.mn { width: 19px; height: 19px; background-position: 0 -2948px; }
.mo { width: 19px; height: 19px; background-position: 0 -2970px; }
.mp { width: 19px; height: 19px; background-position: 0 -2992px; }
.mq { width: 19px; height: 19px; background-position: 0 -3014px; }
.mr { width: 19px; height: 19px; background-position: 0 -3036px; }
.ms { width: 19px; height: 19px; background-position: 0 -3058px; }
.mt { width: 19px; height: 19px; background-position: 0 -3080px; }
.mu { width: 19px; height: 19px; background-position: 0 -3102px; }
.mv { width: 19px; height: 19px; background-position: 0 -3124px; }
.mw { width: 19px; height: 19px; background-position: 0 -3146px; }
.mx { width: 19px; height: 19px; background-position: 0 -3168px; }
.my { width: 19px; height: 19px; background-position: 0 -3190px; }
.mz { width: 19px; height: 19px; background-position: 0 -3212px; }
.na { width: 19px; height: 19px; background-position: 0 -3234px; }
.ne { width: 19px; height: 19px; background-position: 0 -3256px; }
.nf { width: 19px; height: 19px; background-position: 0 -3278px; }
.ng { width: 19px; height: 19px; background-position: 0 -3300px; }
.ni { width: 19px; height: 19px; background-position: 0 -3322px; }
.nl { width: 19px; height: 19px; background-position: 0 -3344px; }
.nm { width: 19px; height: 19px; background-position: 0 -3366px; }
.no { width: 19px; height: 19px; background-position: 0 -3388px; }
.np { width: 19px; height: 19px; background-position: 0 -3410px; }
.nr { width: 19px; height: 19px; background-position: 0 -3432px; }
.nu { width: 19px; height: 19px; background-position: 0 -3454px; }
.nz { width: 19px; height: 19px; background-position: 0 -3476px; }
.om { width: 19px; height: 19px; background-position: 0 -3498px; }
.pa { width: 19px; height: 19px; background-position: 0 -3520px; }
.pf { width: 19px; height: 19px; background-position: 0 -3542px; }
.pg { width: 19px; height: 19px; background-position: 0 -3564px; }
.ph { width: 19px; height: 19px; background-position: 0 -3586px; }
.pk { width: 19px; height: 19px; background-position: 0 -3608px; }
.pl { width: 19px; height: 19px; background-position: 0 -3630px; }
.pm { width: 19px; height: 19px; background-position: 0 -3652px; }
.pn { width: 19px; height: 19px; background-position: 0 -3674px; }
.pr { width: 19px; height: 19px; background-position: 0 -3696px; }
.pt { width: 19px; height: 19px; background-position: 0 -3718px; }
.pw { width: 19px; height: 19px; background-position: 0 -3740px; }
.py { width: 19px; height: 19px; background-position: 0 -3762px; }
.qa { width: 19px; height: 19px; background-position: 0 -3784px; }
.ro { width: 19px; height: 19px; background-position: 0 -3806px; }
.rs { width: 19px; height: 19px; background-position: 0 -3828px; }
.ru { width: 19px; height: 19px; background-position: 0 -3850px; }
.rw { width: 19px; height: 19px; background-position: 0 -3872px; }
.sa { width: 19px; height: 19px; background-position: 0 -3894px; }
.sb { width: 19px; height: 19px; background-position: 0 -3916px; }
.sc { width: 19px; height: 19px; background-position: 0 -3938px; }
.sd { width: 19px; height: 19px; background-position: 0 -3960px; }
.se { width: 19px; height: 19px; background-position: 0 -3982px; }
.sg { width: 19px; height: 19px; background-position: 0 -4004px; }
.sh { width: 19px; height: 19px; background-position: 0 -4026px; }
.si { width: 19px; height: 19px; background-position: 0 -4048px; }
.sk { width: 19px; height: 19px; background-position: 0 -4070px; }
.sl { width: 19px; height: 19px; background-position: 0 -4092px; }
.sm { width: 19px; height: 19px; background-position: 0 -4114px; }
.sn { width: 19px; height: 19px; background-position: 0 -4136px; }
.so { width: 19px; height: 19px; background-position: 0 -4158px; }
.sr { width: 19px; height: 19px; background-position: 0 -4180px; }
.st { width: 19px; height: 19px; background-position: 0 -4202px; }
.sv { width: 19px; height: 19px; background-position: 0 -4224px; }
.sy { width: 19px; height: 19px; background-position: 0 -4246px; }
.sz { width: 19px; height: 19px; background-position: 0 -4268px; }
.tc { width: 19px; height: 19px; background-position: 0 -4290px; }
.td { width: 19px; height: 19px; background-position: 0 -4312px; }
.tg { width: 19px; height: 19px; background-position: 0 -4334px; }
.th { width: 19px; height: 19px; background-position: 0 -4356px; }
.tj { width: 19px; height: 19px; background-position: 0 -4378px; }
.tl { width: 19px; height: 19px; background-position: 0 -4400px; }
.tm { width: 19px; height: 19px; background-position: 0 -4422px; }
.tn { width: 19px; height: 19px; background-position: 0 -4444px; }
.to { width: 19px; height: 19px; background-position: 0 -4466px; }
.tr { width: 19px; height: 19px; background-position: 0 -4488px; }
.tt { width: 19px; height: 19px; background-position: 0 -4510px; }
.tv { width: 19px; height: 19px; background-position: 0 -4532px; }
.tw { width: 19px; height: 19px; background-position: 0 -4554px; }
.tz { width: 19px; height: 19px; background-position: 0 -4576px; }
.ua { width: 19px; height: 19px; background-position: 0 -4598px; }
.ug { width: 19px; height: 19px; background-position: 0 -4620px; }
.uk { width: 19px; height: 19px; background-position: 0 -4642px; }
.us { width: 19px; height: 19px; background-position: 0 -4664px; }
.uy { width: 19px; height: 19px; background-position: 0 -4686px; }
.uz { width: 19px; height: 19px; background-position: 0 -4708px; }


/* end flags */


.sport_header,.bet_type_header,#more_sports,.specials_sport_header{
	width:100%;
	height:50px;
	line-height:50px;
	float: left;
	background-color:#303030!important;
	border-top:1px solid #2b2b2b;
	text-indent:48px;
	color:#FFF;
	cursor: pointer;
}

.bet_type_header{
	text-indent:10px;
	background: url(/mobile/images/open_arrow.png) 98% 50% no-repeat;
    background-size: 16px 16px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.three_options_label{
	width:33.333%; float:left; min-width:90px; text-align:center; height:50px; line-height:50px;
	-webkit-box-shadow: inset -1px 1px 0px 0px #2a2a2a;
	-moz-box-shadow: inset -1px 1px 0px 0px #2a2a2a;
	box-shadow: inset -1px 1px 0px 0px #2a2a2a;
	color:#FFF;
}

.three_options,.two_options,.single_option,.total_goals_label{
	width:31.333%; float:left; min-width:90px; text-align:center; height:70px; line-height:70px; padding: 0 1%;
	-webkit-box-shadow: inset -1px 1px 0px 0px #2a2a2a;
	-moz-box-shadow: inset -1px 1px 0px 0px #2a2a2a;
	box-shadow: inset -1px 1px 0px 0px #2a2a2a;
	color:#FFF;
}

.three_options_right_shadow{
	width:31.333%; float:left; min-width:90px; text-align:center; height:70px; line-height:70px; padding: 0 1%;
	-webkit-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	-moz-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	box-shadow: inset -1px 0px 0px 0px #2a2a2a;
	color:#FFF;
}

.two_options{ width:48%; padding: 0 1%;}
.single_option{ width:98%; text-align: left; text-indent: 10px; padding: 0 1%; }

.no_box_shadow {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
 }

.main_wrapper .sport_header:last-child { border-bottom:1px solid #2b2b2b;  }

.main_wrapper .specials_sport_header:last-child { border-bottom:1px solid #2b2b2b;  }


.main_filters,.special_filters{
	width:100%; height:auto; position:relative; float:left; display: none;
}

.by_filters {
	position: relative;
	float: left;
	background:#222;
	height:44px;
	width:100%;
	line-height: 44px;
	text-indent: 14px;
	color:#f9f9f9;
	border-bottom: 1px dashed #7f8c8d;
}

.by_filters:last-child {  border-bottom: 0; }

.collapsible_choice {
	display: none;
	width:100%;
	height:auto;
}

.collapsible_choice li {
	position: relative;
	float: left;
	height:auto;
	width:100%;
	background-color: #ecf0f1!important;
	color:#34495e;
	border-bottom:1px solid #95a5a6!important;
}

.collapsible_choice li:last-child { border-bottom: 0; }

.champ_row_wrapper,.country_row_wrapper {
    width: 100%;
	height: auto;
    color: #000;
    position: relative;
    float: left;
	background-color: #ecf0f1;
	color:#34495e;
}

.country_row_wrapper { background-color: transparent;!important; }

.champ_row,.country_champ_row{
    position: relative;
    float: left;
    width: 100%;
	height: 44px;
    line-height: 44px;
    text-indent: 20px;
	border-bottom: 1px solid #95a5a6;
}

.open_inner_country{
	background-color:#16a085!important;
	width:100%;
	height:34px;
	line-height:44px;
	color:#fff;
	text-indent: 44px!important;
	border-bottom: 1px solid #ccc!important;
}


.options_wrapper{
	width:96%;
	height:auto;
	margin:0 auto;
	background-color:#ecf0f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.champion_standings{
	position: relative;
    float: left;
    width: 100%;
	height: 200px;
	background-color: red;
}

.no_choices_available{
	width:100%;
	min-height: 70px;
	height:auto;
	text-align: center;
	color: #FFF;
}

.back_wrapper{
	position: relative;
	width:44px;
	height: 44px;
    top: 44px;
    left: 0;
    display: block;
    background-color: #434343;
    z-index: 3;
}

.go_back_btn{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 22px;
    z-index: 2;
    background: #95a5a6 url(/mobile/images/back_btn.png) no-repeat center center;
    background-size: 16px 16px;
    text-align: center;
    padding: 4px;
    color: #FFF;
    font-size: 11px;
    float: left;
    margin-top: 7px;
    margin-left: 7px;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	box-sizing: content-box;
}


.inner_odd {
	width: 96%;
	padding-left:2%;
	padding-right:2%;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	word-wrap: break-word;
}

.help_pop{
	position:absolute; top:10%; width:80%; left:10%; min-height:100px; height:auto; text-align:center;
	padding:40px 5px 0 5px; background-color:#A9A9A9; display: none; z-index: 100;
	font-size:16px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	-webkit-box-shadow: 6px 6px 44px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 44px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 44px 0px rgba(0,0,0,0.75);
}

#close_popup{
	height: 24px;
	width:24px;
	position: absolute; right:-6px; top:-10px;
	background-color: red;
	color: #FFF;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}

.bonusButtons{
	width: 50%;
	float: left;
	color: #fff;
	margin-top:8px;
}
#cancelBonus{
	background-color: #e74c3c;
}
#confirmBonus{
	background-color: #2ecc71;
}
.top_arr_msg{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: #303030 transparent #ecf0f1 transparent;
	position: relative;
	margin: 17px 0 0 9px;
	display:none;
	z-index: 1000;
}

#msgNum{
	position: relative;
    width: 13px;
    height: 13px;
    background-color: red;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    line-height: 13px;
    font-size: 11px;
    margin: 10px 0px 0px 24px;
    z-index: 100;
}
.bottom_menu{ position: fixed; bottom:0; width:100%; height:50px; background-color: #e4e4e4; border-top:1px solid #607D8B; z-index:10;}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 320px) {
/* STYLES GO HERE */

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 480px) {
/* STYLES GO HERE */
  .right_side { width:23%; background: url(/mobile/images/open_arrow.png) 90% 50% no-repeat; background-size:16px 16px;}
  .ddown_menu { width:65%; }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* STYLES GO HERE */
    .right_side { width:26%; background: url(/mobile/images/open_arrow.png) 90% 50% no-repeat; background-size:16px 16px;}
}

/* ----------- Galaxy S4, S5, NOTE 3 etc ----------- */

/* Portrait and Landscape */
@media only screen and (device-width: 640px) and (device-height: 360px) {
  .right_side { width:15%; background: url(/mobile/images/open_arrow.png) 90% 50% no-repeat; background-size:16px 16px;}
  .ddown_menu { width:35%; }
}

/* Portrait */
@media only screen and (device-width: 360px) and (device-height: 640px) and (orientation: portrait) {
  .right_side { width:23%; background: url(/mobile/images/open_arrow.png) 90% 50% no-repeat; background-size:16px 16px;}
  .ddown_menu { width:65%; }
}

/* Landscape */
@media only screen and (min-device-width :667px) and (min-device-width :736px) {
  .right_side { width:15%; background: url(/mobile/images/open_arrow.png) 90% 50% no-repeat; background-size:16px 16px;}
  .ddown_menu { width:35%; }
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* STYLES GO HERE */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* STYLES GO HERE */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* STYLES GO HERE */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* STYLES GO HERE */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* STYLES GO HERE */
}

/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
/* STYLES GO HERE */
}

/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
/* STYLES GO HERE */
  .right_side { width:15%; background: url(/mobile/images/open_arrow.png) 90% 50% no-repeat; background-size:16px 16px;}
  .ddown_menu { width:35%; }
}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
/* STYLES GO HERE */
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */

@media only screen and (min-device-width: 640px) and (min-device-width: 667px) {
  .right_side { width:21%; background: url(/mobile/images/open_arrow.png) 90% 50% no-repeat; background-size:16px 16px;}
  .ddown_menu { width:35%; }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait */
@media only screen and (device-width: 414px) {
  .ddown_menu { width:65%; }
}

/* Landscape */
@media only screen and (min-device-width: 736px) {
.right_side { width:12%; background: url(/mobile/images/open_arrow.png) 90% 50% no-repeat; background-size:16px 16px;}
}

#fn_wrapper_div {
    position: absolute!important;
    left: -5000px!important;
}

/*********************************************************************************************************/
/*********************************************************************************************************/
/******************************************        OTHER             *************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
	#qTip {
		padding: 3px;
		border: 1px solid #666;
		border-right-width: 2px;
		border-bottom-width: 2px;
		display: none;
		background: #999;
		color: #FFF;
		font: bold 9px Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		position: absolute;
		z-index: 1000;
	}

	.tb-payment-info-text {
		font-weight: bold;
		font-size: 11px;
	}


/*********************************************************************************************************/
/*********************************************************************************************************/
/******************************************         NEW              *************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
@media only screen and (min-width : 0px) and (max-width : 1024px) {
	/*  Reset */
	body {
		background-color:#414141;
	}
	*[id^='du_'] {
		width: auto!important;
		height: auto!important;
		margin: 0px!important;
		padding: 0px!important;
		border: 1px solid #a9a9a9!important;
	}
	/* reset this fields*/
	#txtSerial, #txtVoucherCode, #txtDepAmount,
	#txtDepUsrAccountID, #txtDepUsrAccountPass,
	#txtDepCardCVV, #txtDepUsrDate, #txtDepUsrAccountID,
	#txtDepUsrDate, #sfpCardNumber, #CardHolder,
	#txtCVV, #txtDepEmail, #w_code,
	#txtBankName, #txtAccountNumber, #txtAccountIBAN,
	#txtAccountSWIFT, #txtPassword, #txtWithdrawAmount,
	#txtEmail, #txtRptEmail, #txtDocID, #txtVerCode,
	#txtMSPhone, #txtMBEmail, #txtFirstName, #txtLastName,
	#txtDOB, #txtVWPhone, #txtEmailReg, #captcha,
	#txtname, #txtsurname, #txttown, #txttown,
	#txtperioxi, #txtaddress, #txtZIP, #country,
	#txtmobile, #emailone,
	#emailtwo, #txtusername, #passCheck, #question,
	#txtanswer, #AffiliateCode, #amount_limit, #selLimitDate,
	#captcha, #passval, #pass  {
		height: auto;
		margin: 0px;
		padding: 1px;
		font-size: 12px;
		float: left;
		width: 100%;
		position: relative;
		display: block;
		margin-bottom: 5px;
		border: 1px solid #a9a9a9;
	}
	/* end of reset */

	sup {position: relative;bottom: 1ex;font-size: 80%;}


	table.page-content{width: 100%;}

	table.tb-payment-fields tr td {width: 100%;float: left;}
	select[name="resultselect"],
	select[name="dayfrom"], select[name="monthfrom"], select[name="yearfrom"],
	select[name="dayto"],   select[name="monthto"],   select[name="yearto"],
	select[name="SfromDay"],select[name="SfromMonth"],select[name="SfromYear"],
	select[name="StoDay"],  select[name="StoMonth"],  select[name="StoYear"],
	select[name="selDay"],  select[name="selMonth"],  select[name="selYear"]
	{
		height: 25px;
	}

	#DivfotoUploader {
		position: absolute!important;
		float: left!important;
		width: 100%!important;
		margin: 0 auto!important;
	}
	#DivfotoUploader:first-child > div { width:100%!important; }
	#DivfotoUploader > div:nth-child(2n) iframe {
		width: 100%!important;
		height: 750px!important;
	}

	#textDiv {text-align: center;}
	#menu1 { display: none; }
	#main55 {width: 100%;margin-left: 0px;float: left;position: relative;}

	.mnu_item { font-weight: 700; }
	.tb-payment-info-text { text-align: center; padding: 5px;}

	.bottom_links a {
		color: #fff!important;
	}

	#BetsDiv {
		overflow-x: scroll;
	}


	#user, #pass {
		position: relative;
		width: 100%;
		height: 20px;
		line-height: 21px;
		margin: 10px auto;
		padding: 10px 0;
		text-indent: 10px;
		border: none;
		border-bottom: solid 4px #c9c9c9;
	}

}
/*********************************************************************************************************/
/*********************************************************************************************************/
/******************************************         HEADER           *************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
#loginSelector {
	position: relative;
	float: right;
	min-width: 100px;
	width: auto;
	height: 30px!important;
	line-height: 18px;
	padding: 5px;
	text-align: center;
	margin-top: 11px;
	margin-right: 5px;
	background-color: #009688;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	transition: background-color 0.25s;
}
#sign_up { height: 30px!important; }
#sign_in { line-height: 15px!important; }

#pass, #user, #Hidtextpass{
	float:right;
    width: 17%;
    /*padding: 15px 10px!important;*/
    margin: 4px 5px 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
}

.headtd-1 {background-color: #263238; text-align: center; font: 12px Verdana, Geneva, sans-serif; COLOR: #FAFAFA; }
ul.results-sidebar-sports {
	list-style: none;
	text-indent: 10px;
}

/* New Header */
#header-menu-container {
    display: flex;
    width: 100%;
    height: 42px;
    position: relative;
    background-color: #434343;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    box-shadow: 0px 1px 3px 0px rgba(23, 22, 22, 0.85);
}
#header-menu-container > div {
    height: 40px;
}
.header-menu-left-wrapper {
    display: flex;
}
.header-menu-live {
    color: #fff;
    font-size: 14px;
    margin-left: 35px;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-menu-live-label {
    padding: 0px 5px;
    margin-top: 1px;
}

.header-menu-logo {
	width: 110px;
    background: url(/mobile/images/logo_big3.png) no-repeat center center;
    background-size: 95px;
}
.header-menu-right-wrapper {
    display: flex;
    color: #FFF;
    font-size: 14px;
    justify-content: space-evenly;
    align-items: center;
}

.header-menu-right-item {
    margin-right: 10px;
}
.header-menu-right-item:last-child {
    margin-right: 5px;
}
.header-menu-right-item.cashout {
	color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 5px;
}
.header-menu-right-item.row {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-end;
    margin-right: 5px;
	min-width: 50px;
}
.header-menu-balance {
    font-size: 11px;
    margin-top: 3px;
    white-space: nowrap;
}
.header-menu-user-icon {
	width: 25px;
    height: 22px;
    background: url(/img/icon_profile.png) no-repeat;
    background-size: 21px;
}
.header-menu-item-selected {
	border-bottom: 3px solid #068DBC;
}

.ddown_user_info {
	color: white;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    height: 70%;
    top: 15%;
    width: 100%;
}
.ddown_user_info > div {
    display: flex;
    align-items: center;
    height: 50%;
}
.ddown_user_info_id {
    color: #FFCC04;
    font-weight: bold;
}
#header-submenu-nav {
	display:none;
	width: 100%;
}
.header-submenu-container {
	position: relative;
	width: 100%;
    height: 40px;
    background-color: #303030;
    border-bottom: 1px solid #616161;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.header-submenu-product-wrapper {
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
    overflow-y: hidden;
    margin-right: 6px;
    width: 83%;
}
.header-submenu-product {
	color: #f5f5f5;
    font-size: 12px;
    padding-right: 25px;
}
.header-submenu-product:last-child {
    padding-right: 0px;
}
.header-submenu-hide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #999;
	font-size: 10px;
    padding: 0 5px;
    line-height: 12px;
    border-left: 1px solid #444;
}
.header-submenu-hide::before {
	display: block;
    height: 14px;
    content: url('/mobile/images/arrow_up_small.png');
}

#action-button-container {
	display: none;
}
.action-button-back{
    position: fixed;
    bottom: 70px;
    right: 30px;
    background-color: #575757;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #575757;
    border: none;
    outline: none;
    color: #FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: .3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 1000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.action-button-back:hover {
  background: #575757 radial-gradient(circle, transparent 1%, #575757 1%) center/15000%;
}
.action-button-back:active {
  background-color: #7A7A7A;
  background-size: 100%;
  transition: background 0s;
}
