@charset "utf-8";

#controls-container {
	display : flex;
	padding : 8px;
}

#controls-container select {
	margin-right : 8px;
}

.with-frame {
	border : 1px solid #013d79
}

.pure-img {
	max-width : 100%;
	height    : auto;
	display   : block
}

.pure-g {
	letter-spacing    : -.31em;
	text-rendering    : optimizespeed;
	font-family       : Arial, FreeSans, Arimo, "Droid Sans", Helvetica, sans-serif;
	display           : -webkit-flex;
	-webkit-flex-flow : row wrap;
	display           : -ms-flexbox;
	-ms-flex-flow     : row wrap
}

.opera-only :-o-prefocus, .pure-g {
	word-spacing : -.43em
}

.pure-u {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto
}

.pure-g [class*=pure-u] {
	font-family : sans-serif
}

.pure-u-1, .pure-u-1-1, .pure-u-1-12, .pure-u-1-2, .pure-u-1-24, .pure-u-1-3, .pure-u-1-4, .pure-u-1-5, .pure-u-1-6, .pure-u-1-8, .pure-u-10-24, .pure-u-11-12, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-2-24, .pure-u-2-3, .pure-u-2-5, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24, .pure-u-3-24, .pure-u-3-4, .pure-u-3-5, .pure-u-3-8, .pure-u-4-24, .pure-u-4-5, .pure-u-5-12, .pure-u-5-24, .pure-u-5-5, .pure-u-5-6, .pure-u-5-8, .pure-u-6-24, .pure-u-7-12, .pure-u-7-24, .pure-u-7-8, .pure-u-8-24, .pure-u-9-24 {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto
}

.pure-u-1-24 {
	width : 4.1667%
}

.pure-u-1-12, .pure-u-2-24 {
	width : 8.3333%
}

.pure-u-1-8, .pure-u-3-24 {
	width : 12.5%
}

.pure-u-1-6, .pure-u-4-24 {
	width : 16.6667%
}

.pure-u-1-5 {
	width : 20%
}

.pure-u-5-24 {
	width : 20.8333%
}

.pure-u-1-4, .pure-u-6-24 {
	width : 25%
}

.pure-u-7-24 {
	width : 29.1667%
}

.pure-u-1-3, .pure-u-8-24 {
	width : 33.3333%
}

.pure-u-3-8, .pure-u-9-24 {
	width : 37.5%
}

.pure-u-2-5 {
	width : 40%
}

.pure-u-10-24, .pure-u-5-12 {
	width : 41.6667%
}

.pure-u-11-24 {
	width : 45.8333%
}

.pure-u-1-2, .pure-u-12-24 {
	width : 50%
}

.pure-u-13-24 {
	width : 54.1667%
}

.pure-u-14-24, .pure-u-7-12 {
	width : 58.3333%
}

.pure-u-3-5 {
	width : 60%
}

.pure-u-15-24, .pure-u-5-8 {
	width : 62.5%
}

.pure-u-16-24, .pure-u-2-3 {
	width : 66.6667%
}

.pure-u-17-24 {
	width : 70.8333%
}

.pure-u-18-24, .pure-u-3-4 {
	width : 75%
}

.pure-u-19-24 {
	width : 79.1667%
}

.pure-u-4-5 {
	width : 80%
}

.pure-u-20-24, .pure-u-5-6 {
	width : 83.3333%
}

.pure-u-21-24, .pure-u-7-8 {
	width : 87.5%
}

.pure-u-11-12, .pure-u-22-24 {
	width : 91.6667%
}

.pure-u-23-24 {
	width : 95.8333%
}

.pure-u-1, .pure-u-1-1, .pure-u-24-24, .pure-u-5-5 {
	width : 100%
}

.pure-button {
	display             : inline-block;
	line-height         : normal;
	white-space         : nowrap;
	vertical-align      : baseline;
	text-align          : center;
	cursor              : pointer;
	-webkit-user-drag   : none;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none
}

.pure-button::-moz-focus-inner {
	padding : 0;
	border  : 0
}

.pure-button {
	font-family      : inherit;
	font-size        : 100%;
	padding          : .5em 1em;
	color            : rgba(0, 0, 0, .8);
	border           : none transparent;
	background-color : #e6e6e6;
	text-decoration  : none;
	border-radius    : 2px
}

.pure-button-hover, .pure-button:focus, .pure-button:hover {
	filter           : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
	background-image : -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image : -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1));
	background-image : -o-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image : linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}

.pure-button:focus {
	outline : 0
}

.pure-button-active, .pure-button:active {
	box-shadow : 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset
}

.pure-button-disabled, .pure-button-disabled:active, .pure-button-disabled:focus, .pure-button-disabled:hover, .pure-button[disabled] {
	border           : none;
	background-image : none;
	filter           : progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter           : alpha(opacity=40);
	-khtml-opacity   : .4;
	-moz-opacity     : .4;
	opacity          : .4;
	cursor           : not-allowed;
	box-shadow       : none
}

.pure-button-hidden {
	display : none
}

.pure-button::-moz-focus-inner {
	padding : 0;
	border  : 0
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
	background-color : #0078e7;
	color            : #ffffff
}

.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=tel], .pure-form input[type=color], .pure-form input[type=search], .pure-form select, .pure-form textarea {
	padding            : .5em .6em;
	display            : inline-block;
	border             : 1px solid #cccccc;
	box-shadow         : inset 0 1px 3px #dddddd;
	border-radius      : 4px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	box-sizing         : border-box
}

.pure-form input:not([type]) {
	padding            : .5em .6em;
	display            : inline-block;
	border             : 1px solid #cccccc;
	box-shadow         : inset 0 1px 3px #dddddd;
	border-radius      : 4px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	box-sizing         : border-box
}

.pure-form input[type=color] {
	padding : .2em .5em
}

.pure-form input[type=text]:focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus, .pure-form input[type=date]:focus, .pure-form input[type=month]:focus, .pure-form input[type=time]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .pure-form input[type=number]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=color]:focus, .pure-form input[type=search]:focus, .pure-form select:focus, .pure-form textarea:focus {
	outline      : 0;
	border-color : #129fea
}

.pure-form input:not([type]):focus {
	outline      : 0;
	border-color : #129fea
}

.pure-form input[type=file]:focus, .pure-form input[type=radio]:focus, .pure-form input[type=checkbox]:focus {
	outline : thin dotted #333333;
	outline : 1px auto #129fea
}

.pure-form .pure-checkbox, .pure-form .pure-radio {
	margin  : .5em 0;
	display : block
}

.pure-form input[type=text][disabled], .pure-form input[type=password][disabled], .pure-form input[type=email][disabled], .pure-form input[type=url][disabled], .pure-form input[type=date][disabled], .pure-form input[type=month][disabled], .pure-form input[type=time][disabled], .pure-form input[type=datetime][disabled], .pure-form input[type=datetime-local][disabled], .pure-form input[type=week][disabled], .pure-form input[type=number][disabled], .pure-form input[type=tel][disabled], .pure-form input[type=color][disabled], .pure-form input[type=search][disabled], .pure-form select[disabled], .pure-form textarea[disabled] {
	cursor           : not-allowed;
	background-color : #eaeded;
	color            : #cad2d3
}

.pure-form input:not([type])[disabled] {
	cursor           : not-allowed;
	background-color : #eaeded;
	color            : #cad2d3
}

.pure-form input[readonly], .pure-form select[readonly], .pure-form textarea[readonly] {
	background   : #eeeeee;
	color        : #777777;
	border-color : #cccccc
}

.pure-form input:focus:invalid, .pure-form select:focus:invalid, .pure-form textarea:focus:invalid {
	color        : #b94a48;
	border-color : #ee5f5b
}

.pure-form input:focus:invalid:focus, .pure-form select:focus:invalid:focus, .pure-form textarea:focus:invalid:focus {
	border-color : #e9322d
}

.pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus {
	outline-color : #e9322d
}

.pure-form select {
	border           : 1px solid #cccccc;
	background-color : #ffffff
}

.pure-form select[multiple] {
	height : auto
}

.pure-form label {
	margin : .5em 0 .2em
}

.pure-form fieldset {
	margin  : 0;
	padding : .35em 0 .75em;
	border  : 0
}

.pure-form legend {
	display       : block;
	width         : 100%;
	padding       : .3em 0;
	margin-bottom : .3em;
	color         : #333333;
	border-bottom : 1px solid #e5e5e5
}

.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=search], .pure-form-stacked label, .pure-form-stacked select, .pure-form-stacked textarea {
	display : block;
	margin  : .25em 0
}

.pure-form-stacked input:not([type]) {
	display : block;
	margin  : .25em 0
}

.pure-form-aligned .pure-help-inline, .pure-form-aligned input, .pure-form-aligned select, .pure-form-aligned textarea, .pure-form-message-inline {
	display        : inline-block;
	vertical-align : middle
}

.pure-form-aligned textarea {
	vertical-align : top
}

.pure-form-aligned .pure-control-group {
	margin-bottom : .5em
}

.pure-form-aligned .pure-control-group label {
	text-align     : right;
	display        : inline-block;
	vertical-align : middle;
	width          : 10em;
	margin         : 0 1em 0 0
}

.pure-form-aligned .pure-controls {
	margin : 1.5em 0 0 10em
}

.pure-form .pure-input-rounded, .pure-form input.pure-input-rounded {
	border-radius : 2em;
	padding       : .5em 1em
}

.pure-form .pure-group fieldset {
	margin-bottom : 10px
}

.pure-form .pure-group input {
	display       : block;
	padding       : 10px;
	margin        : 0;
	border-radius : 0;
	position      : relative;
	top           : -1px
}

.pure-form .pure-group input:focus {
	z-index : 2
}

.pure-form .pure-group input:first-child {
	top           : 1px;
	border-radius : 4px 4px 0 0
}

.pure-form .pure-group input:last-child {
	top           : -2px;
	border-radius : 0 0 4px 4px
}

.pure-form .pure-group button {
	margin : .35em 0
}

.pure-form .pure-input-1 {
	width : 100%
}

.pure-form .pure-input-2-3 {
	width : 66%
}

.pure-form .pure-input-1-2 {
	width : 50%
}

.pure-form .pure-input-1-3 {
	width : 33%
}

.pure-form .pure-input-1-4 {
	width : 25%
}

.pure-form .pure-help-inline, .pure-form-message-inline {
	display        : inline-block;
	padding-left   : .3em;
	color          : #666666;
	vertical-align : middle;
	font-size      : .875em
}

.pure-form-message {
	display   : block;
	color     : #666666;
	font-size : .875em
}

.pure-menu ul {
	position   : absolute;
	visibility : hidden
}

.pure-menu.pure-menu-open {
	visibility : visible;
	z-index    : 2;
	width      : 100%
}

.pure-menu ul {
	left       : -10000px;
	list-style : none;
	margin     : 0;
	padding    : 0;
	top        : -10000px;
	z-index    : 1
}

.pure-menu > ul {
	position : relative
}

.pure-menu-open > ul {
	left       : 0;
	top        : 0;
	visibility : visible
}

.pure-menu-open > ul:focus {
	outline : 0
}

.pure-menu li {
	position : relative
}

.pure-menu .pure-menu-heading, .pure-menu a {
	display         : block;
	color           : inherit;
	line-height     : 1.5em;
	padding         : 5px 20px;
	text-decoration : none;
	white-space     : nowrap
}

.pure-menu.pure-menu-horizontal > .pure-menu-heading {
	display        : inline-block;
	margin         : 0;
	vertical-align : middle
}

.pure-menu.pure-menu-horizontal > ul {
	display        : inline-block;
	vertical-align : middle
}

.pure-menu li a {
	padding : 5px 20px
}

.pure-menu-can-have-children > .pure-menu-label:after {
	content      : '\25B8';
	float        : right;
	font-family  : 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
	margin-right : -20px;
	margin-top   : -1px
}

.pure-menu-can-have-children > .pure-menu-label {
	padding-right : 30px
}

.pure-menu-separator {
	background-color : #dfdfdf;
	display          : block;
	height           : 1px;
	font-size        : 0;
	margin           : 7px 2px;
	overflow         : hidden
}

.pure-menu-hidden {
	display : none
}

.pure-menu-fixed {
	position : fixed;
	top      : 0;
	left     : 0;
	width    : 100%
}

.pure-menu-horizontal li {
	display        : inline-block;
	vertical-align : middle
}

.pure-menu-horizontal li li {
	display : block
}

.pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label:after {
	content : "\25BE"
}

.pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label {
	padding-right : 30px
}

.pure-menu-horizontal li.pure-menu-separator {
	height : 50%;
	width  : 1px;
	margin : 0 7px
}

.pure-menu-horizontal li li.pure-menu-separator {
	height : 1px;
	width  : auto;
	margin : 7px 2px
}

.pure-menu.pure-menu-horizontal li .pure-menu-children, .pure-menu.pure-menu-open {
	background : #ffffff;
	border     : 1px solid #b7b7b7
}

.pure-menu.pure-menu-horizontal, .pure-menu.pure-menu-horizontal .pure-menu-heading {
	border : none
}

.pure-menu a {
	border       : 1px solid transparent;
	border-left  : none;
	border-right : none
}

.pure-menu .pure-menu-can-have-children > li:after, .pure-menu a {
	color : #777777
}

.pure-menu .pure-menu-can-have-children > li:hover:after {
	color : #ffffff
}

.pure-menu .pure-menu-open {
	background : #dedede
}

.pure-menu li a:focus, .pure-menu li a:hover {
	background : #eeeeee
}

.pure-menu li.pure-menu-disabled a:focus, .pure-menu li.pure-menu-disabled a:hover {
	background : #ffffff;
	color      : #bfbfbf
}

.pure-menu .pure-menu-disabled > a {
	background-image : none;
	border-color     : transparent;
	cursor           : default
}

.pure-menu .pure-menu-can-have-children.pure-menu-disabled > a:after, .pure-menu .pure-menu-disabled > a {
	color : #bfbfbf
}

.pure-menu .pure-menu-heading {
	color               : #565d64;
	text-transform      : uppercase;
	font-size           : 90%;
	margin-top          : .5em;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #dfdfdf
}

.pure-menu .pure-menu-selected a {
	color : #000000
}

.pure-menu.pure-menu-open.pure-menu-fixed {
	border        : none;
	border-bottom : 1px solid #b7b7b7
}

.pure-paginator {
	letter-spacing : -.31em;
	text-rendering : optimizespeed;
	list-style     : none;
	margin         : 0;
	padding        : 0
}

.opera-only :-o-prefocus, .pure-paginator {
	word-spacing : -.43em
}

.pure-paginator li {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto
}

.pure-paginator .pure-button {
	border-radius  : 0;
	padding        : .8em 1.4em;
	vertical-align : top;
	height         : 1.1em
}

.pure-paginator .pure-button:active, .pure-paginator .pure-button:focus {
	outline-style : none
}

.pure-paginator .next, .pure-paginator .prev {
	color       : #c0c1c3;
	text-shadow : 0 -1px 0 rgba(0, 0, 0, .45)
}

.pure-paginator .prev {
	border-radius : 2px 0 0 2px
}

.pure-paginator .next {
	border-radius : 0 2px 2px 0
}

.pure-table {
	border-collapse : collapse;
	border-spacing  : 0;
	empty-cells     : show;
	border          : 1px solid #cbcbcb
}

.pure-table caption {
	color      : #000000;
	font       : italic 85%/1 arial, sans-serif;
	padding    : 1em 0;
	text-align : center
}

.pure-table td, .pure-table th {
	border-left  : 1px solid #cbcbcb;
	border-width : 0 0 0 1px;
	font-size    : inherit;
	margin       : 0;
	overflow     : visible;
	padding      : .5em 1em
}

.pure-table td:first-child, .pure-table th:first-child {
	border-left-width : 0
}

.pure-table thead {
	background     : #e0e0e0;
	color          : #000000;
	text-align     : left;
	vertical-align : bottom
}

.pure-table td {
	background-color : transparent
}

.pure-table-odd td {
	background-color : #f2f2f2
}

.pure-table-striped tr:nth-child(2n-1) td {
	background-color : #f2f2f2
}

.pure-table-bordered td {
	border-bottom : 1px solid #cbcbcb
}

.pure-table-bordered tbody > tr:last-child td, .pure-table-horizontal tbody > tr:last-child td {
	border-bottom-width : 0
}

.pure-table-horizontal td, .pure-table-horizontal th {
	border-width  : 0 0 1px 0;
	border-bottom : 1px solid #cbcbcb
}

.pure-table-horizontal tbody > tr:last-child td {
	border-bottom-width : 0
}

/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/

[data-ellipsis] {
	white-space           : nowrap !important;
	overflow              : hidden;
	-webkit-text-overflow : ellipsis;
	-moz-text-overflow    : ellipsis;
	-ms-text-overflow     : ellipsis;
	-o-text-overflow      : ellipsis;
	text-overflow         : ellipsis
}

input.error, select.error, textarea.error {
	border : 1px dashed #cb2129 !important
}

input[type=text].error {
	padding-left  : 2px !important;
	padding-right : 2px !important
}

input[type=checkbox].error {
	outline : 1px dashed #cb2129 !important
}

label.error {
	display : block;
	clear   : left;
	margin  : 0 !important;
	padding : 2px 0 0 !important;
	color   : #cb2129 !important
}

.disabled-text {
	color : #6e6e6e !important
}

.clearfix:after {
	content     : ".";
	display     : block;
	clear       : both;
	visibility  : hidden;
	line-height : 0;
	height      : 0
}

.clearfix {
	display : block
}

.clear {
	border   : none !important;
	clear    : both !important;
	float    : none !important;
	height   : 1px;
	overflow : hidden;
	padding  : 0 !important
}

.cl-left {
	clear : left
}

.cl-right {
	clear : right
}

.fl-left {
	float : left !important
}

span.question {
	background : #ffffff;
	float      : none !important;
	display    : inline !important;
	margin     : 0 !important;
	padding    : 0 2px !important;
	width      : auto;
	height     : auto;
	cursor     : pointer;
	color      : #013d79;
	font       : 700 14px Arial, 'PT Sans', sans-serif !important;
	text-align : left !important
}

span.arrow {
	display      : block;
	border-color : #013d79 transparent;
	border-style : solid;
	border-width : 4px 4px 0 4px;
	position     : absolute;
	height       : 0;
	width        : 0;
	font-size    : 0
}

.carrying-over {
	white-space : pre;
	white-space : pre-wrap;
	white-space : pre-line;
	white-space : -pre-wrap;
	white-space : -o-pre-wrap;
	white-space : -moz-pre-wrap;
	white-space : -hp-pre-wrap;
	word-wrap   : break-word
}

.container {
	height   : 100%;
	position : relative
}

.body-container {
	background-color : #f9f9f9;
	min-width        : 994px;
	position         : relative
}

.marathon-client-body .body-container {
	height : 100%;
	top    : 0;
	bottom : 0
}

.main-content {
	background-color : #f9f9f9;
	min-height       : 100%;
	height           : auto !important;
	height           : 100%;
	position         : relative
}

.content {
	padding : 0
}

.content p {
	margin  : 5px 0 0;
	padding : 0
}

.content p.text {
	margin  : 0;
	padding : 10px 0 5px
}

.info {
	border-bottom : 1px solid #013d79;
	margin        : 0 0 15px;
	padding       : 0 0 5px
}

.infop {
	margin : 2px 0 0;
	font   : 700 13px Arial, 'PT Sans', sans-serif
}

#myswf {
	display  : block;
	position : absolute;
	top      : 1px;
	left     : 1px
}

.show-help-link {
	display         : inline-block;
	cursor          : pointer;
	color           : #013d79;
	text-decoration : underline
}

.word-marker {
	background-color : #ffff96
}

.nowrap {
	white-space : nowrap
}

.hover-underline {
	text-decoration : none
}

.hover-underline:hover, .underline {
	text-decoration : underline
}

.hover-underline:hover.disable, .underline.disable {
	text-decoration : none
}

.visibility-hidden {
	visibility : hidden
}

.block {
	display : block
}

.inline {
	display : inline
}

.hidden {
	display : none
}

.link {
	color           : #013d79;
	text-decoration : underline;
	cursor          : pointer
}

.transition {
	-webkit-transition : all .2s ease-out;
	-moz-transition    : all .2s ease-out;
	-o-transition      : all .2s ease-out;
	transition         : all .2s ease-out
}

.simplemodal-overlay {
	background-color : #000000;
	opacity          : .5
}

.strike-center {
	position    : relative;
	white-space : nowrap;
	display     : inline-block
}

.strike-center:after {
	border-top : 1px solid;
	position   : absolute;
	content    : "";
	right      : 0;
	top        : 50%;
	left       : 0
}

.pure-g {
	font-family : Arial, 'PT Sans', sans-serif
}

.pure-g [class*=pure-u] {
	font-family : Arial, 'PT Sans', sans-serif
}

#header_container {
	display  : block;
	position : absolute;
	top      : 0;
	left     : 0;
	right    : 0;
	width    : 100%;
	height   : 100px;
	padding  : 0;
	margin   : 0;
	z-index  : 110
}

#header_container .header-content {
	min-width : 994px
}

#body_container {
	height   : 100%;
	position : relative
}

.grid-leftbar {
	display                    : inline-block;
	letter-spacing             : normal;
	word-spacing               : normal;
	vertical-align             : top;
	text-rendering             : auto;
	position                   : absolute;
	width                      : 200px;
	top                        : 100px;
	bottom                     : 0;
	left                       : 200px;
	margin-left                : -200px;
	overflow-x                 : hidden;
	overflow-y                 : auto;
	z-index                    : 60;
	-webkit-overflow-scrolling : touch;
	background-color           : #c2ddf3
}

.leftbar-helper {
	margin-left : 206px
}

.grid-main {
	display                    : inline-block;
	letter-spacing             : normal;
	word-spacing               : normal;
	vertical-align             : top;
	text-rendering             : auto;
	position                   : absolute;
	width                      : 100%;
	top                        : 100px;
	left                       : 0;
	right                      : 0;
	bottom                     : 0;
	overflow-x                 : hidden;
	overflow-y                 : scroll;
	z-index                    : 40;
	-webkit-overflow-scrolling : touch
}

.marathon-client-body .grid-main {
	position : static;
	height   : 100%
}

.main-container {
	height   : 100%;
	position : relative
}

.grid-rightbar {
	display    : none;
	position   : absolute;
	top        : 100px;
	right      : 0;
	bottom     : 0;
	overflow-x : hidden;
	overflow-y : scroll;
	z-index    : 40
}

.betslip-wrapper {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto;
	width          : 30%;
	position       : absolute;
	right          : 0;
	z-index        : 40
}

.grid-main.main-panel-helper, .grid-rightbar.main-panel-helper {
	top : 128px
}

.body-bet-constructor .grid-main.main-panel-helper, .body-bet-constructor .grid-rightbar.main-panel-helper {
	top : 179px
}

.grid-middle {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto;
	width          : 100%
}

.main-panel-container {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto;
	width          : 70%
}

.grid-footer {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto;
	width          : 100%;
	padding-top    : 20px;
	position       : relative
}

.home-page .home-page-left, .home-page .home-page-right {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto;
	width          : 100%
}

.body-bet-constructor .grid-middle {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto;
	width          : 70.8333%
}

.body-bet-constructor .grid-rightbar {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto;
	width          : 29.1667%
}

.body-bet-constructor .main-panel-container {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto;
	width          : 70.8333%
}

.body-bet-constructor .betslip-wrapper {
	display        : inline-block;
	letter-spacing : normal;
	word-spacing   : normal;
	vertical-align : top;
	text-rendering : auto;
	width          : 29.1667%
}

.icon-sport {
	width      : 16px;
	height     : 16px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/sport-sprite.png) 0 -833px no-repeat
}

.icon-sport.icon-sport-alternative-matches {
	background : url(images/sport-sprite.png) 0 0 no-repeat
}

.icon-sport.icon-sport-american-football {
	background : url(images/sport-sprite.png) 0 -17px no-repeat
}

.icon-sport.icon-sport-aussie-rules, .icon-sport.icon-sport-australian-rules {
	background : url(images/sport-sprite.png) 0 -34px no-repeat
}

.icon-sport.icon-sport-autosport {
	background : url(images/sport-sprite.png) 0 -51px no-repeat
}

.icon-sport.icon-sport-badminton {
	background : url(images/sport-sprite.png) 0 -68px no-repeat
}

.icon-sport.icon-sport-bandy {
	background : url(images/sport-sprite.png) 0 -85px no-repeat
}

.icon-sport.icon-sport-baseball {
	background : url(images/sport-sprite.png) 0 -102px no-repeat
}

.icon-sport.icon-sport-basketball {
	background : url(images/sport-sprite.png) 0 -119px no-repeat
}

.icon-sport.icon-sport-beach-football, .icon-sport.icon-sport-beach-soccer {
	background : url(images/sport-sprite.png) 0 -136px no-repeat
}

.icon-sport.icon-sport-biathlon {
	background : url(images/sport-sprite.png) 0 -153px no-repeat
}

.icon-sport.icon-sport-bowls {
	background : url(images/sport-sprite.png) 0 -170px no-repeat
}

.icon-sport.icon-sport-boxing {
	background : url(images/sport-sprite.png) 0 -187px no-repeat
}

.icon-sport.icon-sport-karate {
	background : url(images/sport-sprite.png) 0 -204px no-repeat
}

.icon-sport.icon-sport-chess {
	background : url(images/sport-sprite.png) 0 -221px no-repeat
}

.icon-sport.icon-sport-cricket {
	background : url(images/sport-sprite.png) 0 -238px no-repeat
}

.icon-sport.icon-sport-e-sports {
	background : url(images/sport-sprite.png) 0 -255px no-repeat
}

.icon-sport.icon-sport-darts {
	background : url(images/sport-sprite.png) 0 -272px no-repeat
}

.icon-sport.icon-sport-greyhounds {
	background : url(images/sport-sprite.png) 0 -289px no-repeat
}

.icon-sport.icon-sport-mma {
	background : url(images/sport-sprite.png) 0 -306px no-repeat
}

.icon-sport.icon-sport-floorball {
	background : url(images/sport-sprite.png) 0 -323px no-repeat
}

.icon-sport.icon-sport-football {
	background : url(images/sport-sprite.png) 0 -340px no-repeat
}

.icon-sport.icon-sport-football-ante-post {
	background : url(images/sport-sprite.png) 0 -340px no-repeat
}

.icon-sport.icon-sport-gaelic-football {
	background : url(images/sport-sprite.png) 0 -374px no-repeat
}

.icon-sport.icon-sport-handball {
	background : url(images/sport-sprite.png) 0 -391px no-repeat
}

.icon-sport.icon-sport-golf {
	background : url(images/sport-sprite.png) 0 -408px no-repeat
}

.icon-sport.icon-sport-field-hockey {
	background : url(images/sport-sprite.png) 0 -425px no-repeat
}

.icon-sport.icon-sport-ice-hockey {
	background : url(images/sport-sprite.png) 0 -442px no-repeat
}

.icon-sport.icon-sport-horse-racing {
	background : url(images/sport-sprite.png) 0 -459px no-repeat
}

.icon-sport.icon-sport-hurling {
	background : url(images/sport-sprite.png) 0 -476px no-repeat
}

.icon-sport.icon-sport-curling {
	background : url(images/sport-sprite.png) 0 -493px no-repeat
}

.icon-sport.icon-sport-lottery {
	background : url(images/sport-sprite.png) 0 -510px no-repeat
}

.icon-sport.icon-sport-pool {
	background : url(images/sport-sprite.png) 0 -527px no-repeat
}

.icon-sport.icon-sport-rugby-union {
	background : url(images/sport-sprite.png) 0 -544px no-repeat
}

.icon-sport.icon-sport-rugby-league {
	background : url(images/sport-sprite.png) 0 -561px no-repeat
}

.icon-sport.icon-sport-rugby-sevens {
	background : url(images/sport-sprite.png) 0 -578px no-repeat
}

.icon-sport.icon-sport-snooker {
	background : url(images/sport-sprite.png) 0 -595px no-repeat
}

.icon-sport.icon-sport-specials {
	background : url(images/sport-sprite.png) 0 -612px no-repeat
}

.icon-sport.icon-sport-sumo {
	background : url(images/sport-sprite.png) 0 -629px no-repeat
}

.icon-sport.icon-sport-table-tennis {
	background : url(images/sport-sprite.png) 0 -646px no-repeat
}

.icon-sport.icon-sport-tennis {
	background : url(images/sport-sprite.png) 0 -663px no-repeat
}

.icon-sport.icon-sport-toto-result {
	background : url(images/sport-sprite.png) 0 -680px no-repeat
}

.icon-sport.icon-sport-trotting {
	background : url(images/sport-sprite.png) 0 -697px no-repeat
}

.icon-sport.icon-sport-cycling {
	background : url(images/sport-sprite.png) 0 -714px no-repeat
}

.icon-sport.icon-sport-beach-volleyball {
	background : url(images/sport-sprite.png) 0 -731px no-repeat
}

.icon-sport.icon-sport-water-polo {
	background : url(images/sport-sprite.png) 0 -748px no-repeat
}

.icon-sport.icon-sport-winter-sports {
	background : url(images/sport-sprite.png) 0 -765px no-repeat
}

.icon-sport.icon-sport-softball {
	background : url(images/sport-sprite.png) 0 -782px no-repeat
}

.icon-sport.icon-sport-volleyball {
	background : url(images/sport-sprite.png) 0 -799px no-repeat
}

.icon-sport.icon-sport-futsal {
	background : url(images/sport-sprite.png) 0 -816px no-repeat
}

.icon-sport.icon-sport-summer-olympics-2016 {
	background : url(images/sport-sprite.png) 0 -850px no-repeat
}

.icon-sport.icon-sport-winter-olympics-2018 {
	background : url(images/sport-sprite.png) 0 -850px no-repeat
}

.icon-sport.icon-sport-euro-2016 {
	background : url(images/sport-sprite.png) 0 -867px no-repeat
}

.icon-sport.icon-sport-beach-handball {
	background : url(images/sport-sprite.png) 0 -884px no-repeat
}

.icon-sport.icon-sport-indoor-soccer {
	background : url(images/sport-sprite.png) 0 -901px no-repeat
}

.icon-sport.icon-sport-squash {
	background : url(images/sport-sprite.png) 0 -918px no-repeat
}

.icon-sport.icon-sport-rowing {
	background : url(images/sport-sprite.png) 0 -935px no-repeat
}

.icon-sport.icon-sport-fifa-world-cup {
	background : url(images/sport-sprite.png) 0 -969px no-repeat
}

.icon-sport.icon-sport-ball-hockey {
	background : url(images/sport-sprite.png) 0 -986px no-repeat
}

.icon-sport.icon-sport-minifootball {
	background : url(images/sport-sprite.png) 0 -1003px no-repeat
}

.icon-sport.icon-sport-sepak-takraw {
	background : url(images/sport-sprite.png) 0 -1020px no-repeat
}

.icon-sport.icon-sport-ski-jumping {
	background : url(images/sport-sprite.png) 0 -1037px no-repeat
}

.icon-sport.icon-sport-bobsleigh {
	background : url(images/sport-sprite.png) 0 -1054px no-repeat
}

.icon-sport.icon-sport-luge {
	background : url(images/sport-sprite.png) 0 -1071px no-repeat
}

.icon-sport.icon-sport-skeleton {
	background : url(images/sport-sprite.png) 0 -1088px no-repeat
}

.icon-sport.icon-sport-cross-country-skiing {
	background : url(images/sport-sprite.png) 0 -1105px no-repeat
}

.icon-sport.icon-sport-freestyle-skiing {
	background : url(images/sport-sprite.png) 0 -1122px no-repeat
}

.icon-sport.icon-sport-figure-skating {
	background : url(images/sport-sprite.png) 0 -1139px no-repeat
}

.icon-sport.icon-sport-nordic-combined {
	background : url(images/sport-sprite.png) 0 -1156px no-repeat
}

.icon-sport.icon-sport-short-track {
	background : url(images/sport-sprite.png) 0 -1173px no-repeat
}

.icon-sport.icon-sport-alpine-skiing {
	background : url(images/sport-sprite.png) 0 -1190px no-repeat
}

.icon-sport.icon-sport-snowboard {
	background : url(images/sport-sprite.png) 0 -1207px no-repeat
}

.icon-sport.icon-sport-speed-skating {
	background : url(images/sport-sprite.png) 0 -1224px no-repeat
}

.icon-sport.icon-sport-constructor {
	background : url(images/sport-sprite.png) 0 -1241px no-repeat
}

.icon-sport.icon-sport-moto-sport {
	background : url(images/sport-sprite.png) 0 -1258px no-repeat
}

.icon-sport.icon-sport-indoor-hockey {
	background : url(images/sport-sprite.png) 0 -1275px no-repeat
}

.icon-sport-big {
	width      : 24px;
	height     : 24px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/sport-sprite-big.png) 0 -1225px no-repeat
}

.icon-sport-big.icon-sport-alternative-matches {
	background : url(images/sport-sprite-big.png) 0 0 no-repeat
}

.icon-sport-big.icon-sport-american-football {
	background : url(images/sport-sprite-big.png) 0 -25px no-repeat
}

.icon-sport-big.icon-sport-aussie-rules, .icon-sport-big.icon-sport-australian-rules {
	background : url(images/sport-sprite-big.png) 0 -50px no-repeat
}

.icon-sport-big.icon-sport-autosport {
	background : url(images/sport-sprite-big.png) 0 -75px no-repeat
}

.icon-sport-big.icon-sport-badminton {
	background : url(images/sport-sprite-big.png) 0 -100px no-repeat
}

.icon-sport-big.icon-sport-bandy {
	background : url(images/sport-sprite-big.png) 0 -125px no-repeat
}

.icon-sport-big.icon-sport-baseball {
	background : url(images/sport-sprite-big.png) 0 -150px no-repeat
}

.icon-sport-big.icon-sport-basketball {
	background : url(images/sport-sprite-big.png) 0 -175px no-repeat
}

.icon-sport-big.icon-sport-beach-football, .icon-sport-big.icon-sport-beach-soccer {
	background : url(images/sport-sprite-big.png) 0 -200px no-repeat
}

.icon-sport-big.icon-sport-biathlon {
	background : url(images/sport-sprite-big.png) 0 -225px no-repeat
}

.icon-sport-big.icon-sport-bowls {
	background : url(images/sport-sprite-big.png) 0 -250px no-repeat
}

.icon-sport-big.icon-sport-boxing {
	background : url(images/sport-sprite-big.png) 0 -275px no-repeat
}

.icon-sport-big.icon-sport-karate {
	background : url(images/sport-sprite-big.png) 0 -300px no-repeat
}

.icon-sport-big.icon-sport-chess {
	background : url(images/sport-sprite-big.png) 0 -325px no-repeat
}

.icon-sport-big.icon-sport-cricket {
	background : url(images/sport-sprite-big.png) 0 -350px no-repeat
}

.icon-sport-big.icon-sport-e-sports {
	background : url(images/sport-sprite-big.png) 0 -375px no-repeat
}

.icon-sport-big.icon-sport-darts {
	background : url(images/sport-sprite-big.png) 0 -400px no-repeat
}

.icon-sport-big.icon-sport-greyhounds {
	background : url(images/sport-sprite-big.png) 0 -425px no-repeat
}

.icon-sport-big.icon-sport-mma {
	background : url(images/sport-sprite-big.png) 0 -450px no-repeat
}

.icon-sport-big.icon-sport-floorball {
	background : url(images/sport-sprite-big.png) 0 -475px no-repeat
}

.icon-sport-big.icon-sport-football {
	background : url(images/sport-sprite-big.png) 0 -500px no-repeat
}

.icon-sport-big.icon-sport-football-ante-post {
	background : url(images/sport-sprite-big.png) 0 -500px no-repeat
}

.icon-sport-big.icon-sport-gaelic-football {
	background : url(images/sport-sprite-big.png) 0 -550px no-repeat
}

.icon-sport-big.icon-sport-handball {
	background : url(images/sport-sprite-big.png) 0 -575px no-repeat
}

.icon-sport-big.icon-sport-golf {
	background : url(images/sport-sprite-big.png) 0 -600px no-repeat
}

.icon-sport-big.icon-sport-field-hockey {
	background : url(images/sport-sprite-big.png) 0 -625px no-repeat
}

.icon-sport-big.icon-sport-ice-hockey {
	background : url(images/sport-sprite-big.png) 0 -650px no-repeat
}

.icon-sport-big.icon-sport-horse-racing {
	background : url(images/sport-sprite-big.png) 0 -675px no-repeat
}

.icon-sport-big.icon-sport-hurling {
	background : url(images/sport-sprite-big.png) 0 -700px no-repeat
}

.icon-sport-big.icon-sport-curling {
	background : url(images/sport-sprite-big.png) 0 -725px no-repeat
}

.icon-sport-big.icon-sport-lottery {
	background : url(images/sport-sprite-big.png) 0 -750px no-repeat
}

.icon-sport-big.icon-sport-pool {
	background : url(images/sport-sprite-big.png) 0 -775px no-repeat
}

.icon-sport-big.icon-sport-rugby-union {
	background : url(images/sport-sprite-big.png) 0 -800px no-repeat
}

.icon-sport-big.icon-sport-rugby-league {
	background : url(images/sport-sprite-big.png) 0 -825px no-repeat
}

.icon-sport-big.icon-sport-rugby-sevens {
	background : url(images/sport-sprite-big.png) 0 -850px no-repeat
}

.icon-sport-big.icon-sport-snooker {
	background : url(images/sport-sprite-big.png) 0 -875px no-repeat
}

.icon-sport-big.icon-sport-specials {
	background : url(images/sport-sprite-big.png) 0 -900px no-repeat
}

.icon-sport-big.icon-sport-sumo {
	background : url(images/sport-sprite-big.png) 0 -925px no-repeat
}

.icon-sport-big.icon-sport-table-tennis {
	background : url(images/sport-sprite-big.png) 0 -950px no-repeat
}

.icon-sport-big.icon-sport-tennis {
	background : url(images/sport-sprite-big.png) 0 -975px no-repeat
}

.icon-sport-big.icon-sport-toto-result {
	background : url(images/sport-sprite-big.png) 0 -1000px no-repeat
}

.icon-sport-big.icon-sport-trotting {
	background : url(images/sport-sprite-big.png) 0 -1025px no-repeat
}

.icon-sport-big.icon-sport-cycling {
	background : url(images/sport-sprite-big.png) 0 -1050px no-repeat
}

.icon-sport-big.icon-sport-beach-volleyball {
	background : url(images/sport-sprite-big.png) 0 -1075px no-repeat
}

.icon-sport-big.icon-sport-water-polo {
	background : url(images/sport-sprite-big.png) 0 -1100px no-repeat
}

.icon-sport-big.icon-sport-winter-sports {
	background : url(images/sport-sprite-big.png) 0 -1125px no-repeat
}

.icon-sport-big.icon-sport-softball {
	background : url(images/sport-sprite-big.png) 0 -1150px no-repeat
}

.icon-sport-big.icon-sport-volleyball {
	background : url(images/sport-sprite-big.png) 0 -1175px no-repeat
}

.icon-sport-big.icon-sport-futsal {
	background : url(images/sport-sprite-big.png) 0 -1200px no-repeat
}

.icon-sport-big.icon-sport-summer-olympics-2016 {
	background : url(images/sport-sprite-big.png) 0 -1250px no-repeat
}

.icon-sport-big.icon-sport-winter-olympics-2018 {
	background : url(images/sport-sprite-big.png) 0 -1250px no-repeat
}

.icon-sport-big.icon-sport-euro-2016 {
	background : url(images/sport-sprite-big.png) 0 -1275px no-repeat
}

.icon-sport-big.icon-sport-beach-handball {
	background : url(images/sport-sprite-big.png) 0 -1300px no-repeat
}

.icon-sport-big.icon-sport-indoor-soccer {
	background : url(images/sport-sprite-big.png) 0 -1325px no-repeat
}

.icon-sport-big.icon-sport-squash {
	background : url(images/sport-sprite-big.png) 0 -1350px no-repeat
}

.icon-sport-big.icon-sport-rowing {
	background : url(images/sport-sprite-big.png) 0 -1375px no-repeat
}

.icon-sport-big.icon-sport-fifa-world-cup {
	background : url(images/sport-sprite-big.png) 0 -1425px no-repeat
}

.icon-sport-big.icon-sport-ball-hockey {
	background : url(images/sport-sprite-big.png) 0 -1450px no-repeat
}

.icon-sport-big.icon-sport-minifootball {
	background : url(images/sport-sprite-big.png) 0 -1475px no-repeat
}

.icon-sport-big.icon-sport-sepak-takraw {
	background : url(images/sport-sprite-big.png) 0 -1500px no-repeat
}

.icon-sport-big.icon-sport-ski-jumping {
	background : url(images/sport-sprite-big.png) 0 -1525px no-repeat
}

.icon-sport-big.icon-sport-bobsleigh {
	background : url(images/sport-sprite-big.png) 0 -1550px no-repeat
}

.icon-sport-big.icon-sport-luge {
	background : url(images/sport-sprite-big.png) 0 -1575px no-repeat
}

.icon-sport-big.icon-sport-skeleton {
	background : url(images/sport-sprite-big.png) 0 -1600px no-repeat
}

.icon-sport-big.icon-sport-cross-country-skiing {
	background : url(images/sport-sprite-big.png) 0 -1625px no-repeat
}

.icon-sport-big.icon-sport-freestyle-skiing {
	background : url(images/sport-sprite-big.png) 0 -1650px no-repeat
}

.icon-sport-big.icon-sport-figure-skating {
	background : url(images/sport-sprite-big.png) 0 -1675px no-repeat
}

.icon-sport-big.icon-sport-nordic-combined {
	background : url(images/sport-sprite-big.png) 0 -1700px no-repeat
}

.icon-sport-big.icon-sport-short-track {
	background : url(images/sport-sprite-big.png) 0 -1725px no-repeat
}

.icon-sport-big.icon-sport-alpine-skiing {
	background : url(images/sport-sprite-big.png) 0 -1750px no-repeat
}

.icon-sport-big.icon-sport-snowboard {
	background : url(images/sport-sprite-big.png) 0 -1775px no-repeat
}

.icon-sport-big.icon-sport-speed-skating {
	background : url(images/sport-sprite-big.png) 0 -1800px no-repeat
}

.icon-sport-big.icon-sport-constructor {
	background : url(images/sport-sprite-big.png) 0 -1825px no-repeat
}

.icon-sport-big.icon-sport-moto-sport {
	background : url(images/sport-sprite-big.png) 0 -1850px no-repeat
}

.icon-sport-big.icon-sport-indoor-hockey {
	background : url(images/sport-sprite-big.png) 0 -1875px no-repeat
}

.icon-sport-menu-fire {
	width      : 18px;
	height     : 18px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/sport-menu-sprite.png) 0 0 no-repeat
}

.icon-sport-menu-TV {
	width         : 20px;
	height        : 20px;
	overflow      : hidden;
	display       : inline-block;
	background    : url(images/sport-menu-sprite.png) 0 -18px no-repeat;
	margin-bottom : 2px
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport, .prematch-sport-sub-menu-header.selected .icon-sport, .prematch-sport-sub-menu-header:hover .icon-sport {
	width      : 16px;
	height     : 16px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/sport-sprite.png) -18px -833px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-alternative-matches, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-alternative-matches, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-alternative-matches, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-alternative-matches {
	background : url(images/sport-sprite.png) -18px 0 no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-american-football, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-american-football, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-american-football, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-american-football {
	background : url(images/sport-sprite.png) -18px -17px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-aussie-rules, .live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-australian-rules, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-aussie-rules, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-australian-rules, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-aussie-rules, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-australian-rules, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-aussie-rules, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-australian-rules {
	background : url(images/sport-sprite.png) -18px -34px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-autosport, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-autosport, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-autosport, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-autosport {
	background : url(images/sport-sprite.png) -18px -51px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-badminton, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-badminton, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-badminton, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-badminton {
	background : url(images/sport-sprite.png) -18px -68px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-bandy, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-bandy, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-bandy, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-bandy {
	background : url(images/sport-sprite.png) -18px -85px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-baseball, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-baseball, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-baseball, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-baseball {
	background : url(images/sport-sprite.png) -18px -102px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-basketball, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-basketball, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-basketball, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-basketball {
	background : url(images/sport-sprite.png) -18px -119px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-beach-football, .live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-beach-soccer, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-beach-football, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-beach-soccer, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-beach-football, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-beach-soccer, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-beach-football, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-beach-soccer {
	background : url(images/sport-sprite.png) -18px -136px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-biathlon, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-biathlon, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-biathlon, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-biathlon {
	background : url(images/sport-sprite.png) -18px -153px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-bowls, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-bowls, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-bowls, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-bowls {
	background : url(images/sport-sprite.png) -18px -170px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-boxing, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-boxing, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-boxing, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-boxing {
	background : url(images/sport-sprite.png) -18px -187px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-karate, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-karate, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-karate, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-karate {
	background : url(images/sport-sprite.png) -18px -204px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-chess, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-chess, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-chess, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-chess {
	background : url(images/sport-sprite.png) -18px -221px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-cricket, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-cricket, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-cricket, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-cricket {
	background : url(images/sport-sprite.png) -18px -238px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-e-sports, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-e-sports, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-e-sports, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-e-sports {
	background : url(images/sport-sprite.png) -18px -255px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-darts, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-darts, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-darts, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-darts {
	background : url(images/sport-sprite.png) -18px -272px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-greyhounds, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-greyhounds, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-greyhounds, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-greyhounds {
	background : url(images/sport-sprite.png) -18px -289px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-mma, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-mma, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-mma, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-mma {
	background : url(images/sport-sprite.png) -18px -306px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-floorball, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-floorball, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-floorball, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-floorball {
	background : url(images/sport-sprite.png) -18px -323px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-football, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-football, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-football, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-football {
	background : url(images/sport-sprite.png) -18px -340px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-football-ante-post, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-football-ante-post, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-football-ante-post, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-football-ante-post {
	background : url(images/sport-sprite.png) -18px -340px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-gaelic-football, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-gaelic-football, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-gaelic-football, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-gaelic-football {
	background : url(images/sport-sprite.png) -18px -374px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-handball, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-handball, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-handball, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-handball {
	background : url(images/sport-sprite.png) -18px -391px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-golf, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-golf, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-golf, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-golf {
	background : url(images/sport-sprite.png) -18px -408px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-field-hockey, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-field-hockey, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-field-hockey, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-field-hockey {
	background : url(images/sport-sprite.png) -18px -425px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-ice-hockey, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-ice-hockey, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-ice-hockey, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-ice-hockey {
	background : url(images/sport-sprite.png) -18px -442px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-horse-racing, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-horse-racing, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-horse-racing, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-horse-racing {
	background : url(images/sport-sprite.png) -18px -459px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-hurling, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-hurling, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-hurling, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-hurling {
	background : url(images/sport-sprite.png) -18px -476px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-curling, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-curling, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-curling, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-curling {
	background : url(images/sport-sprite.png) -18px -493px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-lottery, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-lottery, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-lottery, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-lottery {
	background : url(images/sport-sprite.png) -18px -510px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-pool, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-pool, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-pool, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-pool {
	background : url(images/sport-sprite.png) -18px -527px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-rugby-union, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-rugby-union, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-rugby-union, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-rugby-union {
	background : url(images/sport-sprite.png) -18px -544px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-rugby-league, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-rugby-league, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-rugby-league, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-rugby-league {
	background : url(images/sport-sprite.png) -18px -561px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-rugby-sevens, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-rugby-sevens, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-rugby-sevens, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-rugby-sevens {
	background : url(images/sport-sprite.png) -18px -578px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-snooker, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-snooker, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-snooker, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-snooker {
	background : url(images/sport-sprite.png) -18px -595px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-specials, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-specials, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-specials, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-specials {
	background : url(images/sport-sprite.png) -18px -612px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-sumo, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-sumo, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-sumo, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-sumo {
	background : url(images/sport-sprite.png) -18px -629px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-table-tennis, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-table-tennis, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-table-tennis, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-table-tennis {
	background : url(images/sport-sprite.png) -18px -646px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-tennis, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-tennis, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-tennis, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-tennis {
	background : url(images/sport-sprite.png) -18px -663px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-toto-result, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-toto-result, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-toto-result, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-toto-result {
	background : url(images/sport-sprite.png) -18px -680px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-trotting, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-trotting, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-trotting, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-trotting {
	background : url(images/sport-sprite.png) -18px -697px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-cycling, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-cycling, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-cycling, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-cycling {
	background : url(images/sport-sprite.png) -18px -714px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-beach-volleyball, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-beach-volleyball, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-beach-volleyball, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-beach-volleyball {
	background : url(images/sport-sprite.png) -18px -731px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-water-polo, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-water-polo, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-water-polo, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-water-polo {
	background : url(images/sport-sprite.png) -18px -748px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-winter-sports, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-winter-sports, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-winter-sports, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-winter-sports {
	background : url(images/sport-sprite.png) -18px -765px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-softball, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-softball, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-softball, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-softball {
	background : url(images/sport-sprite.png) -18px -782px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-volleyball, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-volleyball, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-volleyball, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-volleyball {
	background : url(images/sport-sprite.png) -18px -799px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-futsal, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-futsal, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-futsal, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-futsal {
	background : url(images/sport-sprite.png) -18px -816px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-summer-olympics-2016, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-summer-olympics-2016, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-summer-olympics-2016, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-summer-olympics-2016 {
	background : url(images/sport-sprite.png) -18px -850px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-winter-olympics-2018, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-winter-olympics-2018, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-winter-olympics-2018, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-winter-olympics-2018 {
	background : url(images/sport-sprite.png) -18px -850px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-euro-2016, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-euro-2016, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-euro-2016, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-euro-2016 {
	background : url(images/sport-sprite.png) -18px -867px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-beach-handball, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-beach-handball, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-beach-handball, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-beach-handball {
	background : url(images/sport-sprite.png) -18px -884px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-indoor-soccer, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-indoor-soccer, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-indoor-soccer, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-indoor-soccer {
	background : url(images/sport-sprite.png) -18px -901px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-squash, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-squash, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-squash, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-squash {
	background : url(images/sport-sprite.png) -18px -918px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-rowing, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-rowing, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-rowing, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-rowing {
	background : url(images/sport-sprite.png) -18px -935px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-fifa-world-cup, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-fifa-world-cup, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-fifa-world-cup, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-fifa-world-cup {
	background : url(images/sport-sprite.png) -18px -969px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-ball-hockey, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-ball-hockey, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-ball-hockey, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-ball-hockey {
	background : url(images/sport-sprite.png) -18px -986px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-minifootball, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-minifootball, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-minifootball, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-minifootball {
	background : url(images/sport-sprite.png) -18px -1003px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-sepak-takraw, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-sepak-takraw, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-sepak-takraw, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-sepak-takraw {
	background : url(images/sport-sprite.png) -18px -1020px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-ski-jumping, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-ski-jumping, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-ski-jumping, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-ski-jumping {
	background : url(images/sport-sprite.png) -18px -1037px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-bobsleigh, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-bobsleigh, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-bobsleigh, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-bobsleigh {
	background : url(images/sport-sprite.png) -18px -1054px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-luge, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-luge, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-luge, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-luge {
	background : url(images/sport-sprite.png) -18px -1071px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-skeleton, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-skeleton, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-skeleton, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-skeleton {
	background : url(images/sport-sprite.png) -18px -1088px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-cross-country-skiing, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-cross-country-skiing, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-cross-country-skiing, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-cross-country-skiing {
	background : url(images/sport-sprite.png) -18px -1105px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-freestyle-skiing, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-freestyle-skiing, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-freestyle-skiing, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-freestyle-skiing {
	background : url(images/sport-sprite.png) -18px -1122px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-figure-skating, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-figure-skating, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-figure-skating, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-figure-skating {
	background : url(images/sport-sprite.png) -18px -1139px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-nordic-combined, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-nordic-combined, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-nordic-combined, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-nordic-combined {
	background : url(images/sport-sprite.png) -18px -1156px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-short-track, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-short-track, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-short-track, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-short-track {
	background : url(images/sport-sprite.png) -18px -1173px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-alpine-skiing, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-alpine-skiing, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-alpine-skiing, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-alpine-skiing {
	background : url(images/sport-sprite.png) -18px -1190px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-snowboard, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-snowboard, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-snowboard, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-snowboard {
	background : url(images/sport-sprite.png) -18px -1207px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-speed-skating, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-speed-skating, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-speed-skating, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-speed-skating {
	background : url(images/sport-sprite.png) -18px -1224px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-constructor, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-constructor, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-constructor, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-constructor {
	background : url(images/sport-sprite.png) -18px -1241px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-moto-sport, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-moto-sport, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-moto-sport, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-moto-sport {
	background : url(images/sport-sprite.png) -18px -1258px no-repeat
}

.live-events-menu .sport-submenu .submenu-header.selected .icon-sport.icon-sport-indoor-hockey, .live-events-menu .sport-submenu .submenu-header:hover .icon-sport.icon-sport-indoor-hockey, .prematch-sport-sub-menu-header.selected .icon-sport.icon-sport-indoor-hockey, .prematch-sport-sub-menu-header:hover .icon-sport.icon-sport-indoor-hockey {
	background : url(images/sport-sprite.png) -18px -1275px no-repeat
}

.sport-bar-button.selected .icon-sport-big, .sport-bar-button:hover .icon-sport-big {
	width      : 24px;
	height     : 24px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/sport-sprite-big.png) -26px -1225px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-alternative-matches, .sport-bar-button:hover .icon-sport-big.icon-sport-alternative-matches {
	background : url(images/sport-sprite-big.png) -26px 0 no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-american-football, .sport-bar-button:hover .icon-sport-big.icon-sport-american-football {
	background : url(images/sport-sprite-big.png) -26px -25px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-aussie-rules, .sport-bar-button.selected .icon-sport-big.icon-sport-australian-rules, .sport-bar-button:hover .icon-sport-big.icon-sport-aussie-rules, .sport-bar-button:hover .icon-sport-big.icon-sport-australian-rules {
	background : url(images/sport-sprite-big.png) -26px -50px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-autosport, .sport-bar-button:hover .icon-sport-big.icon-sport-autosport {
	background : url(images/sport-sprite-big.png) -26px -75px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-badminton, .sport-bar-button:hover .icon-sport-big.icon-sport-badminton {
	background : url(images/sport-sprite-big.png) -26px -100px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-bandy, .sport-bar-button:hover .icon-sport-big.icon-sport-bandy {
	background : url(images/sport-sprite-big.png) -26px -125px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-baseball, .sport-bar-button:hover .icon-sport-big.icon-sport-baseball {
	background : url(images/sport-sprite-big.png) -26px -150px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-basketball, .sport-bar-button:hover .icon-sport-big.icon-sport-basketball {
	background : url(images/sport-sprite-big.png) -26px -175px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-beach-football, .sport-bar-button.selected .icon-sport-big.icon-sport-beach-soccer, .sport-bar-button:hover .icon-sport-big.icon-sport-beach-football, .sport-bar-button:hover .icon-sport-big.icon-sport-beach-soccer {
	background : url(images/sport-sprite-big.png) -26px -200px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-biathlon, .sport-bar-button:hover .icon-sport-big.icon-sport-biathlon {
	background : url(images/sport-sprite-big.png) -26px -225px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-bowls, .sport-bar-button:hover .icon-sport-big.icon-sport-bowls {
	background : url(images/sport-sprite-big.png) -26px -250px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-boxing, .sport-bar-button:hover .icon-sport-big.icon-sport-boxing {
	background : url(images/sport-sprite-big.png) -26px -275px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-karate, .sport-bar-button:hover .icon-sport-big.icon-sport-karate {
	background : url(images/sport-sprite-big.png) -26px -300px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-chess, .sport-bar-button:hover .icon-sport-big.icon-sport-chess {
	background : url(images/sport-sprite-big.png) -26px -325px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-cricket, .sport-bar-button:hover .icon-sport-big.icon-sport-cricket {
	background : url(images/sport-sprite-big.png) -26px -350px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-e-sports, .sport-bar-button:hover .icon-sport-big.icon-sport-e-sports {
	background : url(images/sport-sprite-big.png) -26px -375px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-darts, .sport-bar-button:hover .icon-sport-big.icon-sport-darts {
	background : url(images/sport-sprite-big.png) -26px -400px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-greyhounds, .sport-bar-button:hover .icon-sport-big.icon-sport-greyhounds {
	background : url(images/sport-sprite-big.png) -26px -425px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-mma, .sport-bar-button:hover .icon-sport-big.icon-sport-mma {
	background : url(images/sport-sprite-big.png) -26px -450px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-floorball, .sport-bar-button:hover .icon-sport-big.icon-sport-floorball {
	background : url(images/sport-sprite-big.png) -26px -475px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-football, .sport-bar-button:hover .icon-sport-big.icon-sport-football {
	background : url(images/sport-sprite-big.png) -26px -500px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-football-ante-post, .sport-bar-button:hover .icon-sport-big.icon-sport-football-ante-post {
	background : url(images/sport-sprite-big.png) -26px -500px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-gaelic-football, .sport-bar-button:hover .icon-sport-big.icon-sport-gaelic-football {
	background : url(images/sport-sprite-big.png) -26px -550px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-handball, .sport-bar-button:hover .icon-sport-big.icon-sport-handball {
	background : url(images/sport-sprite-big.png) -26px -575px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-golf, .sport-bar-button:hover .icon-sport-big.icon-sport-golf {
	background : url(images/sport-sprite-big.png) -26px -600px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-field-hockey, .sport-bar-button:hover .icon-sport-big.icon-sport-field-hockey {
	background : url(images/sport-sprite-big.png) -26px -625px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-ice-hockey, .sport-bar-button:hover .icon-sport-big.icon-sport-ice-hockey {
	background : url(images/sport-sprite-big.png) -26px -650px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-horse-racing, .sport-bar-button:hover .icon-sport-big.icon-sport-horse-racing {
	background : url(images/sport-sprite-big.png) -26px -675px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-hurling, .sport-bar-button:hover .icon-sport-big.icon-sport-hurling {
	background : url(images/sport-sprite-big.png) -26px -700px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-curling, .sport-bar-button:hover .icon-sport-big.icon-sport-curling {
	background : url(images/sport-sprite-big.png) -26px -725px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-lottery, .sport-bar-button:hover .icon-sport-big.icon-sport-lottery {
	background : url(images/sport-sprite-big.png) -26px -750px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-pool, .sport-bar-button:hover .icon-sport-big.icon-sport-pool {
	background : url(images/sport-sprite-big.png) -26px -775px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-rugby-union, .sport-bar-button:hover .icon-sport-big.icon-sport-rugby-union {
	background : url(images/sport-sprite-big.png) -26px -800px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-rugby-league, .sport-bar-button:hover .icon-sport-big.icon-sport-rugby-league {
	background : url(images/sport-sprite-big.png) -26px -825px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-rugby-sevens, .sport-bar-button:hover .icon-sport-big.icon-sport-rugby-sevens {
	background : url(images/sport-sprite-big.png) -26px -850px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-snooker, .sport-bar-button:hover .icon-sport-big.icon-sport-snooker {
	background : url(images/sport-sprite-big.png) -26px -875px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-specials, .sport-bar-button:hover .icon-sport-big.icon-sport-specials {
	background : url(images/sport-sprite-big.png) -26px -900px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-sumo, .sport-bar-button:hover .icon-sport-big.icon-sport-sumo {
	background : url(images/sport-sprite-big.png) -26px -925px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-table-tennis, .sport-bar-button:hover .icon-sport-big.icon-sport-table-tennis {
	background : url(images/sport-sprite-big.png) -26px -950px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-tennis, .sport-bar-button:hover .icon-sport-big.icon-sport-tennis {
	background : url(images/sport-sprite-big.png) -26px -975px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-toto-result, .sport-bar-button:hover .icon-sport-big.icon-sport-toto-result {
	background : url(images/sport-sprite-big.png) -26px -1000px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-trotting, .sport-bar-button:hover .icon-sport-big.icon-sport-trotting {
	background : url(images/sport-sprite-big.png) -26px -1025px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-cycling, .sport-bar-button:hover .icon-sport-big.icon-sport-cycling {
	background : url(images/sport-sprite-big.png) -26px -1050px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-beach-volleyball, .sport-bar-button:hover .icon-sport-big.icon-sport-beach-volleyball {
	background : url(images/sport-sprite-big.png) -26px -1075px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-water-polo, .sport-bar-button:hover .icon-sport-big.icon-sport-water-polo {
	background : url(images/sport-sprite-big.png) -26px -1100px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-winter-sports, .sport-bar-button:hover .icon-sport-big.icon-sport-winter-sports {
	background : url(images/sport-sprite-big.png) -26px -1125px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-softball, .sport-bar-button:hover .icon-sport-big.icon-sport-softball {
	background : url(images/sport-sprite-big.png) -26px -1150px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-volleyball, .sport-bar-button:hover .icon-sport-big.icon-sport-volleyball {
	background : url(images/sport-sprite-big.png) -26px -1175px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-futsal, .sport-bar-button:hover .icon-sport-big.icon-sport-futsal {
	background : url(images/sport-sprite-big.png) -26px -1200px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-summer-olympics-2016, .sport-bar-button:hover .icon-sport-big.icon-sport-summer-olympics-2016 {
	background : url(images/sport-sprite-big.png) -26px -1250px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-winter-olympics-2018, .sport-bar-button:hover .icon-sport-big.icon-sport-winter-olympics-2018 {
	background : url(images/sport-sprite-big.png) -26px -1250px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-euro-2016, .sport-bar-button:hover .icon-sport-big.icon-sport-euro-2016 {
	background : url(images/sport-sprite-big.png) -26px -1275px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-beach-handball, .sport-bar-button:hover .icon-sport-big.icon-sport-beach-handball {
	background : url(images/sport-sprite-big.png) -26px -1300px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-indoor-soccer, .sport-bar-button:hover .icon-sport-big.icon-sport-indoor-soccer {
	background : url(images/sport-sprite-big.png) -26px -1325px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-squash, .sport-bar-button:hover .icon-sport-big.icon-sport-squash {
	background : url(images/sport-sprite-big.png) -26px -1350px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-rowing, .sport-bar-button:hover .icon-sport-big.icon-sport-rowing {
	background : url(images/sport-sprite-big.png) -26px -1375px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-fifa-world-cup, .sport-bar-button:hover .icon-sport-big.icon-sport-fifa-world-cup {
	background : url(images/sport-sprite-big.png) -26px -1425px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-ball-hockey, .sport-bar-button:hover .icon-sport-big.icon-sport-ball-hockey {
	background : url(images/sport-sprite-big.png) -26px -1450px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-minifootball, .sport-bar-button:hover .icon-sport-big.icon-sport-minifootball {
	background : url(images/sport-sprite-big.png) -26px -1475px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-sepak-takraw, .sport-bar-button:hover .icon-sport-big.icon-sport-sepak-takraw {
	background : url(images/sport-sprite-big.png) -26px -1500px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-ski-jumping, .sport-bar-button:hover .icon-sport-big.icon-sport-ski-jumping {
	background : url(images/sport-sprite-big.png) -26px -1525px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-bobsleigh, .sport-bar-button:hover .icon-sport-big.icon-sport-bobsleigh {
	background : url(images/sport-sprite-big.png) -26px -1550px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-luge, .sport-bar-button:hover .icon-sport-big.icon-sport-luge {
	background : url(images/sport-sprite-big.png) -26px -1575px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-skeleton, .sport-bar-button:hover .icon-sport-big.icon-sport-skeleton {
	background : url(images/sport-sprite-big.png) -26px -1600px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-cross-country-skiing, .sport-bar-button:hover .icon-sport-big.icon-sport-cross-country-skiing {
	background : url(images/sport-sprite-big.png) -26px -1625px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-freestyle-skiing, .sport-bar-button:hover .icon-sport-big.icon-sport-freestyle-skiing {
	background : url(images/sport-sprite-big.png) -26px -1650px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-figure-skating, .sport-bar-button:hover .icon-sport-big.icon-sport-figure-skating {
	background : url(images/sport-sprite-big.png) -26px -1675px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-nordic-combined, .sport-bar-button:hover .icon-sport-big.icon-sport-nordic-combined {
	background : url(images/sport-sprite-big.png) -26px -1700px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-short-track, .sport-bar-button:hover .icon-sport-big.icon-sport-short-track {
	background : url(images/sport-sprite-big.png) -26px -1725px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-alpine-skiing, .sport-bar-button:hover .icon-sport-big.icon-sport-alpine-skiing {
	background : url(images/sport-sprite-big.png) -26px -1750px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-snowboard, .sport-bar-button:hover .icon-sport-big.icon-sport-snowboard {
	background : url(images/sport-sprite-big.png) -26px -1775px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-speed-skating, .sport-bar-button:hover .icon-sport-big.icon-sport-speed-skating {
	background : url(images/sport-sprite-big.png) -26px -1800px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-constructor, .sport-bar-button:hover .icon-sport-big.icon-sport-constructor {
	background : url(images/sport-sprite-big.png) -26px -1825px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-moto-sport, .sport-bar-button:hover .icon-sport-big.icon-sport-moto-sport {
	background : url(images/sport-sprite-big.png) -26px -1850px no-repeat
}

.sport-bar-button.selected .icon-sport-big.icon-sport-indoor-hockey, .sport-bar-button:hover .icon-sport-big.icon-sport-indoor-hockey {
	background : url(images/sport-sprite-big.png) -26px -1875px no-repeat
}

.sport-bar-button.selected .icon-sport-menu-TV, .sport-bar-button:hover .icon-sport-menu-TV {
	background : url(images/sport-menu-sprite.png) -21px -18px no-repeat
}

.icon-dropdown {
	overflow : hidden;
	display  : inline-block
}

.icon-dropdown.right {
	width      : 5px;
	height     : 8px;
	background : url(images/dropdown-menu-sprite.png) 0 0 no-repeat
}

.icon-dropdown.right2 {
	width      : 5px;
	height     : 8px;
	background : url(images/dropdown-menu-sprite.png) 0 -9px no-repeat
}

.icon-dropdown.right3 {
	width      : 5px;
	height     : 8px;
	background : url(images/dropdown-menu-sprite.png) 0 -18px no-repeat
}

.icon-dropdown.down {
	width      : 8px;
	height     : 5px;
	background : url(images/dropdown-menu-sprite.png) 0 -27px no-repeat
}

.icon-dropdown.down2 {
	width      : 8px;
	height     : 5px;
	background : url(images/dropdown-menu-sprite.png) 0 -33px no-repeat
}

.icon-dropdown.down3 {
	width      : 8px;
	height     : 5px;
	background : url(images/dropdown-menu-sprite.png) 0 -39px no-repeat
}

.icon-dropdown.up3 {
	width      : 8px;
	height     : 5px;
	background : url(images/dropdown-menu-sprite.png) 0 -45px no-repeat
}

.icon-dropdown.up2 {
	width      : 8px;
	height     : 5px;
	background : url(images/dropdown-menu-sprite.png) 0 -51px no-repeat
}

.icon-dropdown.up1 {
	width      : 8px;
	height     : 5px;
	background : url(images/dropdown-menu-sprite.png) 0 -57px no-repeat
}

.icon-clear-favorites {
	width      : 16px;
	height     : 16px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/stars.png) -2px -2px no-repeat
}

.icon-clear-favorites.enable {
	background-position : -38px -2px
}

.icon-clear-favorites.enable:hover {
	background-position : -38px -20px
}

.icon-favorites-tab {
	width      : 18px;
	height     : 18px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/stars.png) -1px -39px no-repeat
}

.icon-favorites-tab.enable {
	background-position : -41px -39px
}

.icon-favorites-tab.enable:hover {
	background-position : -41px -58px
}

.icon-all-live {
	width      : 12px;
	height     : 12px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/live-menu-sprite.png) 0 0 no-repeat
}

.all-live-item.selected .icon-all-live, .all-live-item:hover .icon-all-live {
	background : url(images/live-menu-sprite.png) -13px 0 no-repeat
}

.icon-schedule {
	width      : 12px;
	height     : 12px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/live-menu-sprite.png) 0 -13px no-repeat
}

.live-announce-item.selected .icon-schedule, .live-announce-item:hover .icon-schedule {
	background : url(images/live-menu-sprite.png) -13px -13px no-repeat
}

.icon-loading {
	width           : 14px;
	height          : 14px;
	overflow        : hidden;
	display         : inline-block;
	background      : url(../images/loading.gif) 0 0 no-repeat;
	background-size : 14px;
	vertical-align  : middle
}

.icon-time-filter {
	width      : 11px;
	height     : 11px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/ico-time-filter.png) -1px -1px no-repeat
}

.icon-collapse {
	width      : 10px;
	height     : 7px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/icon-collapse.png) 0 -11px no-repeat
}

.icon-collapse.down {
	width      : 7px;
	height     : 11px;
	background : url(images/icon-collapse.png) 0 0 no-repeat
}

.icon-check {
	width      : 16px;
	height     : 16px;
	overflow   : hidden;
	display    : inline-block;
	background : url(images/ico-check.png) 0 0 no-repeat
}

.normal {
	font-weight : 400 !important
}

.bold {
	font-weight : 700 !important
}

.italic {
	font-style : italic !important
}

.black {
	color : #000000 !important
}

.yellow {
	color : #ffde00 !important
}

.blue {
	color : #013d79 !important
}

.red {
	color : #cb2129 !important
}

.claret {
	color : #8f1947 !important
}

.grey {
	color : #878787 !important
}

.green {
	color : #008f4c !important
}

.magenta {
	color : #ff00ff !important
}

.violet {
	color : #8b00ff !important
}

.sblack {
	color       : #000000 !important;
	font-weight : 700 !important
}

.sblue {
	color       : #013d79 !important;
	font-weight : 700 !important
}

.sred {
	color       : #cb2129 !important;
	font-weight : 700 !important
}

.sgreen {
	color       : #008f4c !important;
	font-weight : 700 !important
}

.sviolet {
	color       : #8b00ff !important;
	font-weight : 700 !important
}

.iblack {
	font-style : italic !important;
	color      : #000000 !important
}

.iblue {
	font-style : italic !important;
	color      : #013d79 !important
}

.ired {
	font-style : italic !important;
	color      : #cb2129 !important
}

.igrey {
	font-style  : italic !important;
	color       : #878787 !important;
	font-weight : 700 !important
}

.igreen {
	font-style : italic !important;
	color      : #008f4c !important
}

.imagent {
	font-style : italic !important;
	color      : #ff00ff !important
}

.iviolet {
	font-style : italic !important;
	color      : #8b00ff !important
}

.header .header-content {
	margin : 0 auto
}

.header .header-content #timer {
	padding     : 0 11px 0 9px;
	color       : #ffd400;
	font-weight : 700;
	font-size   : 13px;
	float       : right;
	line-height : 28px
}

.header .header-content .head {
	background-color : #013d79;
	z-index          : 150
}

.header .header-content .head ul {
	list-style : none;
	margin     : 0;
	padding    : 0
}

.header .header-content .head .head-sub {
	height           : 26px;
	line-height      : 26px;
	background-color : #045998;
	border-bottom    : 2px solid #8f1947;
	font-size        : 0;
	z-index          : 150
}

.header .header-content .head .head-sub .access-problems {
	display         : block;
	float           : right;
	padding-left    : 18px;
	padding-right   : 10px;
	padding-top     : 3px;
	margin-top      : 4px;
	background      : url(images/lock-header.png) 0 0 no-repeat;
	color           : #013d79;
	text-decoration : none;
	font-weight     : 700;
	white-space     : nowrap;
	height          : 15px
}

.header .header-content .head .head-sub .access-problems div {
	background-color                   : #ffd400;
	height                             : 12px;
	line-height                        : 11px;
	padding-left                       : 2px;
	padding-right                      : 6px;
	font-size                          : 10px;
	-webkit-border-top-right-radius    : 4px;
	-webkit-border-bottom-right-radius : 4px;
	-webkit-border-bottom-left-radius  : 0;
	-webkit-border-top-left-radius     : 0;
	-moz-border-radius-topright        : 4px;
	-moz-border-radius-bottomright     : 4px;
	-moz-border-radius-bottomleft      : 0;
	-moz-border-radius-topleft         : 0;
	border-top-right-radius            : 4px;
	border-bottom-right-radius         : 4px;
	border-bottom-left-radius          : 0;
	border-top-left-radius             : 0;
	-moz-background-clip               : padding-box;
	-webkit-background-clip            : padding-box;
	background-clip                    : padding-box
}

.header .header-content .head .head-sub .access-problems-mirror {
	display         : block;
	float           : right;
	padding-left    : 10px;
	padding-right   : 10px;
	padding-top     : 3px;
	margin-top      : 4px;
	color           : #013d79;
	text-decoration : none;
	font-weight     : 700;
	white-space     : nowrap;
	height          : 15px
}

.header .header-content .head .head-sub .access-problems-mirror div {
	background-color                   : #ff8c1b;
	color                              : #000000;
	height                             : 12px;
	line-height                        : 11px;
	padding-left                       : 6px;
	padding-right                      : 6px;
	font-size                          : 10px;
	-webkit-border-top-right-radius    : 4px;
	-webkit-border-bottom-right-radius : 4px;
	-webkit-border-bottom-left-radius  : 4px;
	-webkit-border-top-left-radius     : 4px;
	-moz-border-radius-topright        : 4px;
	-moz-border-radius-bottomright     : 4px;
	-moz-border-radius-bottomleft      : 4px;
	-moz-border-radius-topleft         : 4px;
	border-top-right-radius            : 4px;
	border-bottom-right-radius         : 4px;
	border-bottom-left-radius          : 4px;
	border-top-left-radius             : 4px;
	-moz-background-clip               : padding-box;
	-webkit-background-clip            : padding-box;
	background-clip                    : padding-box
}

.header .header-content .head .head-sub .head-sub-item {
	font-size           : 12px;
	position            : relative;
	display             : inline-block;
	border-right        : 1px solid #ffffff;
	z-index             : 150;
	cursor              : pointer;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none;
	vertical-align      : top
}

.header .header-content .head .head-sub .head-sub-item.last {
	border-right : none
}

.header .header-content .head .head-sub .head-sub-item div.dropdown, .header .header-content .head .head-sub .head-sub-item ul.dropdown {
	display                            : none;
	min-width                          : 100%;
	background-color                   : #e4e4e4;
	border                             : 1px solid #000000;
	-webkit-box-shadow                 : 2px 2px 6px 0 rgba(0, 0, 0, .7);
	-moz-box-shadow                    : 2px 2px 6px 0 rgba(0, 0, 0, .7);
	box-shadow                         : 2px 2px 6px 0 rgba(0, 0, 0, .7);
	position                           : absolute;
	top                                : 26px;
	left                               : -1px;
	-webkit-border-top-right-radius    : 0;
	-webkit-border-bottom-right-radius : 4px;
	-webkit-border-bottom-left-radius  : 4px;
	-webkit-border-top-left-radius     : 0;
	-moz-border-radius-topright        : 0;
	-moz-border-radius-bottomright     : 4px;
	-moz-border-radius-bottomleft      : 4px;
	-moz-border-radius-topleft         : 0;
	border-top-right-radius            : 0;
	border-bottom-right-radius         : 4px;
	border-bottom-left-radius          : 4px;
	border-top-left-radius             : 0;
	-moz-background-clip               : padding-box;
	-webkit-background-clip            : padding-box;
	background-clip                    : padding-box;
	z-index                            : 150;
	margin                             : 0;
	padding                            : 0
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.visible, .header .header-content .head .head-sub .head-sub-item ul.dropdown.visible {
	display : block
}

.header .header-content .head .head-sub .head-sub-item div.dropdown a.ur-link, .header .header-content .head .head-sub .head-sub-item div.dropdown div.ur-link, .header .header-content .head .head-sub .head-sub-item div.dropdown span.ur-link, .header .header-content .head .head-sub .head-sub-item ul.dropdown a.ur-link, .header .header-content .head .head-sub .head-sub-item ul.dropdown div.ur-link, .header .header-content .head .head-sub .head-sub-item ul.dropdown span.ur-link {
	color           : #000000;
	display         : block;
	padding         : 0 5px;
	border-bottom   : 1px solid #c6c6c6;
	text-decoration : none;
	white-space     : nowrap
}

.header .header-content .head .head-sub .head-sub-item div.dropdown a.ur-link:hover, .header .header-content .head .head-sub .head-sub-item div.dropdown div.ur-link:hover, .header .header-content .head .head-sub .head-sub-item div.dropdown span.ur-link:hover, .header .header-content .head .head-sub .head-sub-item ul.dropdown a.ur-link:hover, .header .header-content .head .head-sub .head-sub-item ul.dropdown div.ur-link:hover, .header .header-content .head .head-sub .head-sub-item ul.dropdown span.ur-link:hover {
	color           : #ffffff;
	background      : #3399ff;
	text-decoration : none;
	cursor          : pointer;
	position        : relative
}

.header .header-content .head .head-sub .head-sub-item div.dropdown a.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item div.dropdown div.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item div.dropdown span.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item ul.dropdown a.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item ul.dropdown div.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item ul.dropdown span.ur-link.last-item {
	border-bottom                      : 0;
	-webkit-border-top-right-radius    : 0;
	-webkit-border-bottom-right-radius : 4px;
	-webkit-border-bottom-left-radius  : 4px;
	-webkit-border-top-left-radius     : 0;
	-moz-border-radius-topright        : 0;
	-moz-border-radius-bottomright     : 4px;
	-moz-border-radius-bottomleft      : 4px;
	-moz-border-radius-topleft         : 0;
	border-top-right-radius            : 0;
	border-bottom-right-radius         : 4px;
	border-bottom-left-radius          : 4px;
	border-top-left-radius             : 0;
	-moz-background-clip               : padding-box;
	-webkit-background-clip            : padding-box;
	background-clip                    : padding-box
}

.header .header-content .head .head-sub .head-sub-item div.dropdown a.ur-link.gray, .header .header-content .head .head-sub .head-sub-item div.dropdown div.ur-link.gray, .header .header-content .head .head-sub .head-sub-item div.dropdown span.ur-link.gray, .header .header-content .head .head-sub .head-sub-item ul.dropdown a.ur-link.gray, .header .header-content .head .head-sub .head-sub-item ul.dropdown div.ur-link.gray, .header .header-content .head .head-sub .head-sub-item ul.dropdown span.ur-link.gray {
	color : grey
}

.header .header-content .head .head-sub .head-sub-item div.dropdown ul.lang-col-1 a.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item div.dropdown ul.lang-col-1 div.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item div.dropdown ul.lang-col-1 span.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item ul.dropdown ul.lang-col-1 a.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item ul.dropdown ul.lang-col-1 div.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item ul.dropdown ul.lang-col-1 span.ur-link.last-item {
	-webkit-border-top-right-radius    : 0;
	-webkit-border-bottom-right-radius : 0;
	-webkit-border-bottom-left-radius  : 4px;
	-webkit-border-top-left-radius     : 0;
	-moz-border-radius-topright        : 0;
	-moz-border-radius-bottomright     : 0;
	-moz-border-radius-bottomleft      : 4px;
	-moz-border-radius-topleft         : 0;
	border-top-right-radius            : 0;
	border-bottom-right-radius         : 0;
	border-bottom-left-radius          : 4px;
	border-top-left-radius             : 0;
	-moz-background-clip               : padding-box;
	-webkit-background-clip            : padding-box;
	background-clip                    : padding-box
}

.header .header-content .head .head-sub .head-sub-item div.dropdown ul.lang-col-2 a.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item div.dropdown ul.lang-col-2 div.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item div.dropdown ul.lang-col-2 span.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item ul.dropdown ul.lang-col-2 a.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item ul.dropdown ul.lang-col-2 div.ur-link.last-item, .header .header-content .head .head-sub .head-sub-item ul.dropdown ul.lang-col-2 span.ur-link.last-item {
	-webkit-border-top-right-radius    : 0;
	-webkit-border-bottom-right-radius : 4px;
	-webkit-border-bottom-left-radius  : 0;
	-webkit-border-top-left-radius     : 0;
	-moz-border-radius-topright        : 0;
	-moz-border-radius-bottomright     : 4px;
	-moz-border-radius-bottomleft      : 0;
	-moz-border-radius-topleft         : 0;
	border-top-right-radius            : 0;
	border-bottom-right-radius         : 4px;
	border-bottom-left-radius          : 0;
	border-top-left-radius             : 0;
	-moz-background-clip               : padding-box;
	-webkit-background-clip            : padding-box;
	background-clip                    : padding-box
}

.header .header-content .head .head-sub .head-sub-item div.dropdown div.ur-link.two-line-text, .header .header-content .head .head-sub .head-sub-item ul.dropdown div.ur-link.two-line-text {
	white-space    : pre-line;
	width          : 158px;
	word-wrap      : break-word;
	line-height    : 1.3;
	padding-top    : 4px;
	padding-bottom : 4px
}

.header .header-content .head .head-sub .head-sub-item div.dropdown .menu-item-cell, .header .header-content .head .head-sub .head-sub-item ul.dropdown .menu-item-cell {
	display        : inline-block;
	min-width      : 15px;
	max-width      : 100%;
	padding-top    : 4px;
	padding-bottom : 4px
}

.header .header-content .head .head-sub .head-sub-item div.dropdown .inner-dropdown, .header .header-content .head .head-sub .head-sub-item ul.dropdown .inner-dropdown {
	display                            : none;
	position                           : absolute;
	left                               : 100%;
	top                                : -1px;
	background-color                   : #e4e4e4;
	border                             : solid 1px #adadad;
	z-index                            : 150;
	margin                             : 0;
	padding                            : 0;
	-webkit-border-top-right-radius    : 0;
	-webkit-border-bottom-right-radius : 4px;
	-webkit-border-bottom-left-radius  : 4px;
	-webkit-border-top-left-radius     : 0;
	-moz-border-radius-topright        : 0;
	-moz-border-radius-bottomright     : 4px;
	-moz-border-radius-bottomleft      : 4px;
	-moz-border-radius-topleft         : 0;
	border-top-right-radius            : 0;
	border-bottom-right-radius         : 4px;
	border-bottom-left-radius          : 4px;
	border-top-left-radius             : 0;
	-moz-background-clip               : padding-box;
	-webkit-background-clip            : padding-box;
	background-clip                    : padding-box
}

.header .header-content .head .head-sub .head-sub-item div.dropdown .ur-link:hover .inner-dropdown, .header .header-content .head .head-sub .head-sub-item ul.dropdown .ur-link:hover .inner-dropdown {
	display : block
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings {
	min-width                          : 612px;
	padding                            : 5px 5px 10px 5px;
	cursor                             : default;
	-webkit-border-top-right-radius    : 0;
	-webkit-border-bottom-right-radius : 4px;
	-webkit-border-bottom-left-radius  : 4px;
	-webkit-border-top-left-radius     : 0;
	-moz-border-radius-topright        : 0;
	-moz-border-radius-bottomright     : 4px;
	-moz-border-radius-bottomleft      : 4px;
	-moz-border-radius-topleft         : 0;
	border-top-right-radius            : 0;
	border-bottom-right-radius         : 4px;
	border-bottom-left-radius          : 4px;
	border-top-left-radius             : 0;
	-moz-background-clip               : padding-box;
	-webkit-background-clip            : padding-box;
	background-clip                    : padding-box
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting {
	margin-bottom : 5px
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-header, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-header {
	padding          : 5px 5px;
	color            : #ffffff;
	background-color : #6589a8;
	font             : 700 14px Arial, 'PT Sans', sans-serif
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-content, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-content {
	white-space  : nowrap;
	width        : 100%;
	table-layout : fixed
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-content td, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-content td {
	border        : solid 1px #999999;
	text-overflow : ellipsis;
	overflow      : hidden
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-content td.label, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-content td.label {
	padding          : 0 3px;
	width            : 50%;
	background-color : #cfd7df
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-content td.label .label2, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-content td.label .label2 {
	color       : #013d79;
	font-weight : 700
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-content .btn, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-content .btn {
	cursor     : pointer;
	text-align : center
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-content .btn.selected, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-content .btn.selected {
	background : #c2ddf3
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-content .btn.selected .icon-check, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-content .btn.selected .icon-check {
	display : inline-block
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-content .btn .icon-check, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-content .btn .icon-check {
	vertical-align : middle;
	margin-top     : -3px;
	margin-left    : 10px;
	display        : none
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-content .btn.two-line, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-content .btn.two-line {
	white-space : normal
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-content .btn.two-line span, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-content .btn.two-line span {
	width          : 150px;
	display        : inline-block;
	line-height    : 13px;
	vertical-align : middle;
	padding        : 3px 0
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .setting .setting-content .btn.two-line .icon-check, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .setting .setting-content .btn.two-line .icon-check {
	margin-top  : -2px;
	margin-left : -9px
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .btn-container .btn, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .btn-container .btn {
	color           : #ffffff;
	background      : #008f4c;
	font-weight     : 700;
	padding         : 5px 10px;
	margin          : 4px 0;
	text-decoration : none;
	display         : block;
	line-height     : 16px
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .btn-container .btn.submit, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .btn-container .btn.submit {
	float : right
}

.header .header-content .head .head-sub .head-sub-item div.dropdown.settings .btn-container .btn.other-settings, .header .header-content .head .head-sub .head-sub-item ul.dropdown.settings .btn-container .btn.other-settings {
	float      : left;
	background : #6589a8
}

.header .header-content .head .head-sub .head-sub-item.help, .header .header-content .head .head-sub .head-sub-item.services {
	padding-left : 7px
}

.header .header-content .head .head-sub .head-sub-item.help ul.dropdown, .header .header-content .head .head-sub .head-sub-item.services ul.dropdown {
	left : 0
}

.header .header-content .head .head-sub .head-sub-item.help ul.dropdown a, .header .header-content .head .head-sub .head-sub-item.help ul.dropdown span.ur-link, .header .header-content .head .head-sub .head-sub-item.services ul.dropdown a, .header .header-content .head .head-sub .head-sub-item.services ul.dropdown span.ur-link {
	padding-left : 10px
}

.header .header-content .head .head-sub .head-sub-item a.menu-link, .header .header-content .head .head-sub .head-sub-item div.menu-link {
	color           : #ffffff;
	display         : block;
	position        : relative;
	padding         : 0 20px 0 5px;
	text-decoration : none;
	white-space     : nowrap
}

.header .header-content .head .head-sub .head-sub-item a.menu-link:hover, .header .header-content .head .head-sub .head-sub-item div.menu-link:hover {
	color  : #fff200;
	cursor : pointer
}

.header .header-content .head .head-sub .head-sub-item a.menu-link:hover .arrow, .header .header-content .head .head-sub .head-sub-item div.menu-link:hover .arrow {
	border-color : #fff200 #045998
}

.header .header-content .head .head-sub .head-sub-item a.menu-link .arrow, .header .header-content .head .head-sub .head-sub-item div.menu-link .arrow {
	display      : block;
	border-color : #ffffff #045998;
	border-style : solid;
	border-width : 4px 4px 0 4px;
	position     : absolute;
	height       : 0;
	width        : 0;
	font-size    : 0;
	top          : 11px;
	right        : 5px
}

.header .header-content .head .head-sub .head-sub-item a.menu-link.upload-documents, .header .header-content .head .head-sub .head-sub-item div.menu-link.upload-documents {
	padding : 0 5px
}

.header .header-content .head .head-sub .head-sub-item a.menu-link.upload-documents.blink, .header .header-content .head .head-sub .head-sub-item div.menu-link.upload-documents.blink {
	color : #62ff33
}

.header .header-content .head .head-sub .head-sub-item a.menu-link.upload-documents.blink .icon-upload, .header .header-content .head .head-sub .head-sub-item div.menu-link.upload-documents.blink .icon-upload {
	background-position : -105px -19px
}

.header .header-content .head .head-sub .head-sub-item a.menu-link.upload-documents .icon-upload, .header .header-content .head .head-sub .head-sub-item div.menu-link.upload-documents .icon-upload {
	width          : 19px;
	height         : 14px;
	overflow       : hidden;
	display        : none;
	vertical-align : middle;
	background     : url(images/top-ico-sprite.png) -105px 0 no-repeat;
	cursor         : pointer !important
}

.header .header-content .head .head-sub .head-sub-item a.menu-link.upload-documents:hover .icon-upload, .header .header-content .head .head-sub .head-sub-item div.menu-link.upload-documents:hover .icon-upload {
	background-position : -105px -19px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown {
	white-space : nowrap
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown ul.lang-col-2 a, .header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown ul.lang-col-2 div, .header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown ul.lang-col-2 span.show-help-link {
	border-right : none
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown ul {
	display        : inline-block;
	vertical-align : top
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown ul a, .header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown ul div, .header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown ul span.show-help-link {
	padding       : 0 5px 0 27px;
	border-bottom : 1px solid #c6c6c6;
	border-right  : 1px solid #c6c6c6
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown ul a.last-item, .header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown ul div.last-item, .header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown ul span.show-help-link.last-item {
	border-bottom : 0
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField .dropdown span.flag {
	top  : 3px;
	left : 5px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div {
	position     : relative;
	padding-left : 27px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag {
	display             : block;
	height              : 15px;
	width               : 18px;
	position            : absolute;
	left                : 5px;
	top                 : 4px;
	background-image    : url(images/flags.png);
	background-repeat   : no-repeat;
	background-position : 0 0
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.en_GB, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.en_GB, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.en_GB, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.en_GB {
	background-position : 0 0
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.de_DE, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.de_DE, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.de_DE, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.de_DE {
	background-position : 0 -40px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.es_ES, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.es_ES, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.es_ES, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.es_ES {
	background-position : 0 -80px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.fr_FR, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.fr_FR, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.fr_FR, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.fr_FR {
	background-position : 0 -120px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.hr_HR, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.hr_HR, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.hr_HR, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.hr_HR {
	background-position : 0 -160px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.in_ID, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.in_ID, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.in_ID, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.in_ID {
	background-position : 0 -200px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.it_IT, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.it_IT, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.it_IT, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.it_IT {
	background-position : 0 -240px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.lt_LT, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.lt_LT, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.lt_LT, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.lt_LT {
	background-position : 0 -280px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.hu_HU, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.hu_HU, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.hu_HU, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.hu_HU {
	background-position : 0 -320px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.pt_PT, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.pt_PT, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.pt_PT, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.pt_PT {
	background-position : 0 -400px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.sr_RS, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.sr_RS, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.sr_RS, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.sr_RS {
	background-position : 0 -20px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.tr_TR, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.tr_TR, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.tr_TR, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.tr_TR {
	background-position : 0 -60px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.vi_VN, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.vi_VN, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.vi_VN, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.vi_VN {
	background-position : 0 -100px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.cs_CZ, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.cs_CZ, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.cs_CZ, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.cs_CZ {
	background-position : 0 -140px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.bg_BG, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.bg_BG, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.bg_BG, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.bg_BG {
	background-position : 0 -220px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.ru_RU, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.ru_RU, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.ru_RU, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.ru_RU {
	background-position : 0 -260px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.hi_IN, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.hi_IN, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.hi_IN, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.hi_IN {
	background-position : 0 -300px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.th_TH, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.th_TH, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.th_TH, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.th_TH {
	background-position : 0 -340px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.zh_TW, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.zh_TW, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.zh_TW, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.zh_TW {
	background-position : 0 -380px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.zh_CN, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.zh_CN, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.zh_CN, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.zh_CN {
	background-position : 0 -420px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.ko_KR, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.ko_KR, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.ko_KR, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.ko_KR {
	background-position : 0 -440px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.pl_PL, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.pl_PL, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.pl_PL, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.pl_PL {
	background-position : 0 -360px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.el_GR, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.el_GR, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.el_GR, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.el_GR {
	background-position : 0 -180px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.ka_GE, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.ka_GE, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.ka_GE, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.ka_GE {
	background-position : 0 -460px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.az_AZ, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.az_AZ, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.az_AZ, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.az_AZ {
	background-position : 0 -480px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.uz_UZ, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.uz_UZ, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.uz_UZ, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.uz_UZ {
	background-position : 0 -500px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.fi_FI, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.fi_FI, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.fi_FI, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.fi_FI {
	background-position : 0 -540px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.nb_NO, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.nb_NO, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.nb_NO, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.nb_NO {
	background-position : 0 -560px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.sv_SE, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.sv_SE, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.sv_SE, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.sv_SE {
	background-position : 0 -520px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.ja_JP, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.ja_JP, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.ja_JP, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.ja_JP {
	background-position : 0 -580px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.da_DK, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.da_DK, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.da_DK, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.da_DK {
	background-position : 0 -600px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.be_BY, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.be_BY, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.be_BY, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.be_BY {
	background-position : 0 -620px
}

.header .header-content .head .head-sub .head-sub-item #languageSelectField a span.flag.uk_UA, .header .header-content .head .head-sub .head-sub-item #languageSelectField div.menu-link span.flag.uk_UA, .header .header-content .head .head-sub .head-sub-item #languageSelectField span.show-help-link span.flag.uk_UA, .header .header-content .head .head-sub .head-sub-item #languageSelectField ul div span.flag.uk_UA {
	background-position : 0 -640px
}

.header .header-content .head .head-sub .head-sub-item .client, .header .header-content .head .head-sub .head-sub-item .freebet-bonus-info, .header .header-content .head .head-sub .head-sub-item .loyalty-club, .header .header-content .head .head-sub .head-sub-item .mobile {
	display        : block;
	width          : 30px;
	text-align     : center;
	vertical-align : middle;
	cursor         : pointer !important
}

.header .header-content .head .head-sub .head-sub-item .mobile .icon-phone {
	width          : 11px;
	height         : 16px;
	overflow       : hidden;
	display        : inline-block;
	vertical-align : middle;
	background     : url(images/top-ico-sprite.png) -38px 0 no-repeat
}

.header .header-content .head .head-sub .head-sub-item .mobile:hover .icon-phone {
	background-position : -38px -19px
}

.header .header-content .head .head-sub .head-sub-item .client .icon-win-client {
	width          : 16px;
	height         : 16px;
	overflow       : hidden;
	display        : inline-block;
	vertical-align : middle;
	background     : url(images/top-ico-sprite.png) -20px 0 no-repeat
}

.header .header-content .head .head-sub .head-sub-item .client:hover .icon-win-client {
	background-position : -20px -19px
}

.header .header-content .head .head-sub .head-sub-item .loyalty-club .icon-loyalty-club {
	width          : 16px;
	height         : 16px;
	overflow       : hidden;
	display        : inline-block;
	vertical-align : middle;
	background     : url(images/top-ico-sprite.png) -52px 0 no-repeat
}

.header .header-content .head .head-sub .head-sub-item .loyalty-club .icon-loyalty-club.unvisited {
	background : url(images/top-ico-sprite.png) -71px -19px no-repeat
}

.header .header-content .head .head-sub .head-sub-item .loyalty-club:hover .icon-loyalty-club {
	background : url(images/top-ico-sprite.png) -52px -19px no-repeat
}

.header .header-content .head .head-sub .head-sub-item .loyalty-club .icon-loyalty-club-label {
	position   : absolute;
	top        : -8px;
	left       : 17px;
	width      : 31px;
	height     : 15px;
	background : url(images/top-ico-sprite.png) -71px 0 no-repeat
}

.header .header-content .head .head-sub .head-sub-item .freebet-bonus-info.freebet-bonus-info-hide {
	display : none
}

.header .header-content .head .head-sub .head-sub-item .freebet-bonus-info .icon-freebet-bonus-info {
	width          : 16px;
	height         : 17px;
	display        : inline-block;
	vertical-align : middle;
	background     : url(images/ico-bonus.png) 0 0 no-repeat
}

.header .header-content .head .head-sub .head-sub-item .freebet-bonus-info:hover .icon-freebet-bonus-info {
	background-position : 0 -17px
}

.header .header-content .head .head-main {
	border-bottom : 1px solid #ffffff;
	height        : 71px;
	overflow      : hidden
}

.header .header-content .head .head-main .head-right {
	float         : right;
	text-align    : right;
	position      : relative;
	width         : 285px;
	padding-left  : 10px;
	padding-right : 10px
}

.ru_RU .header .header-content .head .head-main .head-right, .zh_CN .header .header-content .head .head-main .head-right, .zh_TW .header .header-content .head .head-main .head-right {
	width : 480px
}

.header .header-content .head .head-main .head-right .login-pass {
	padding-top : 12px
}

.header .header-content .head .head-main .head-right .pass, .header .header-content .head .head-main .head-right .user {
	float         : left;
	padding-right : 6px
}

.header .header-content .head .head-main .head-right .pass input, .header .header-content .head .head-main .head-right .user input {
	width                 : 91px;
	height                : 15px;
	margin                : 0;
	padding               : 1px 2px 0;
	border                : 1px solid #c2ddf3;
	-webkit-border-radius : 4px;
	-moz-border-radius    : 4px;
	border-radius         : 4px;
	color                 : #000000;
	font                  : 12px/15px Arial, 'PT Sans', sans-serif
}

.header .header-content .head .head-main .head-right .join {
	display        : inline-block;
	padding-left   : 3px;
	padding-bottom : 11px
}

.header .header-content .head .head-main .head-right .join .btn-join {
	display               : block;
	-webkit-border-radius : 4px;
	-moz-border-radius    : 4px;
	border-radius         : 4px;
	padding               : 2px 12px;
	line-height           : 14px
}

.header .header-content .head .head-main .head-right .login {
	display        : inline-block;
	padding-left   : 1px;
	padding-bottom : 11px
}

.ru_RU .header .header-content .head .head-main .head-right .login, .zh_CN .header .header-content .head .head-main .head-right .login, .zh_TW .header .header-content .head .head-main .head-right .login {
	padding-bottom : 5px
}

.header .header-content .head .head-main .head-right .login .btn-login {
	-webkit-border-radius : 4px;
	-moz-border-radius    : 4px;
	border-radius         : 4px;
	padding               : 0 12px;
	line-height           : 18px;
	height                : 18px
}

.header .header-content .head .head-main .head-right .login input {
	border      : 0 !important;
	font-size   : 0 !important;
	line-height : 0 !important;
	display     : block;
	width       : 0 !important;
	height      : 0 !important;
	overflow    : hidden;
	margin      : 0 !important;
	padding     : 0 !important
}

.header .header-content .head .head-main .head-right .lostpass {
	position      : absolute;
	top           : 41px;
	left          : 10px;
	color         : #ffffff;
	padding-right : 7px;
	line-height   : 18px
}

.header .header-content .head .head-main .head-right .lostpass:hover {
	color : #fff200
}

.header .header-content .head .head-main .head-right .hide-login {
	padding-top : 28px
}

.header .header-content .head .head-main .head-right .hide-login.access-marathon-visible {
	padding-top : 13px
}

.header .header-content .head .head-main .head-right .hide-login .join {
	float : right
}

.header .header-content .head .head-main .head-right .hide-login .lostpass {
	position : relative;
	top      : auto;
	left     : auto
}

.header .header-content .head .head-main .head-right .access-problems {
	display         : block;
	float           : right;
	padding-left    : 18px;
	padding-top     : 3px;
	background      : url(images/lock-header.png) 0 0 no-repeat;
	color           : #013d79;
	text-decoration : none;
	font-weight     : 700;
	white-space     : nowrap;
	height          : 15px
}

.header .header-content .head .head-main .head-right .access-problems div {
	background-color                   : #ffd400;
	height                             : 12px;
	line-height                        : 11px;
	padding-left                       : 2px;
	padding-right                      : 6px;
	font-size                          : 10px;
	-webkit-border-top-right-radius    : 4px;
	-webkit-border-bottom-right-radius : 4px;
	-webkit-border-bottom-left-radius  : 0;
	-webkit-border-top-left-radius     : 0;
	-moz-border-radius-topright        : 4px;
	-moz-border-radius-bottomright     : 4px;
	-moz-border-radius-bottomleft      : 0;
	-moz-border-radius-topleft         : 0;
	border-top-right-radius            : 4px;
	border-bottom-right-radius         : 4px;
	border-bottom-left-radius          : 0;
	border-top-left-radius             : 0;
	-moz-background-clip               : padding-box;
	-webkit-background-clip            : padding-box;
	background-clip                    : padding-box
}

.header .header-content .head .head-main .head-right .access-problems-mirror {
	clear           : both;
	display         : block;
	float           : right;
	padding-left    : 9px;
	padding-top     : 3px;
	color           : #013d79;
	text-decoration : none;
	font-weight     : 700;
	white-space     : nowrap;
	height          : 15px
}

.header .header-content .head .head-main .head-right .access-problems-mirror div {
	background-color                   : #ff8c1b;
	color                              : #000000;
	height                             : 12px;
	line-height                        : 11px;
	padding-left                       : 6px;
	padding-right                      : 6px;
	font-size                          : 10px;
	-webkit-border-top-right-radius    : 4px;
	-webkit-border-bottom-right-radius : 4px;
	-webkit-border-bottom-left-radius  : 4px;
	-webkit-border-top-left-radius     : 4px;
	-moz-border-radius-topright        : 4px;
	-moz-border-radius-bottomright     : 4px;
	-moz-border-radius-bottomleft      : 4px;
	-moz-border-radius-topleft         : 4px;
	border-top-right-radius            : 4px;
	border-bottom-right-radius         : 4px;
	border-bottom-left-radius          : 4px;
	border-top-left-radius             : 4px;
	-moz-background-clip               : padding-box;
	-webkit-background-clip            : padding-box;
	background-clip                    : padding-box
}

.header .header-content .head .head-main .head-right .captcha {
	display     : none;
	float       : right;
	width       : 280px;
	padding-top : 12px
}

.ru_RU .header .header-content .head .head-main .head-right .captcha, .zh_CN .header .header-content .head .head-main .head-right .captcha, .zh_TW .header .header-content .head .head-main .head-right .captcha {
	padding-top : 5px
}

.header .header-content .head .head-main .head-right .captcha .image {
	color      : #ffffff;
	text-align : right
}

.header .header-content .head .head-main .head-right .captcha .code {
	padding-top : 2px
}

.header .header-content .head .head-main .head-right .captcha .code div {
	display : inline-block
}

.header .header-content .head .head-main .head-right .captcha .code input {
	margin                : 0 5px 0 0;
	width                 : 203px;
	-webkit-border-radius : 4px;
	-moz-border-radius    : 4px;
	border-radius         : 4px
}

.ru_RU .header .header-content .head .head-main .head-right .captcha .code .login, .zh_CN .header .header-content .head .head-main .head-right .captcha .code .login, .zh_TW .header .header-content .head .head-main .head-right .captcha .code .login {
	padding-bottom : 3px
}

.header .header-content .head .head-main .head-right .captcha .code .btn-login {
	padding-left  : 8px;
	padding-right : 8px;
	width         : 53px
}

.header .header-content .head .head-main .head-left {
	margin-right : 285px
}

.header .header-content .head .head-main .head-left .logo {
	float : left
}

.header .header-content .head .head-main .head-left .logo a {
	display  : block;
	overflow : hidden
}

.header .header-content .head .head-main .head-left .main-menu {
	padding    : 22px 0 0 172px;
	text-align : center
}

.zh_CN .header .header-content .head .head-main .head-left .main-menu, .zh_TW .header .header-content .head .head-main .head-left .main-menu {
	padding-left : 284px
}

.header .header-content .head .head-main .head-left .main-menu .top-tabs-block {
	display : inline-block
}

.header .header-content .head .head-main .head-left .main-menu a, .header .header-content .head .head-main .head-left .main-menu span.show-help-link {
	position              : relative;
	display               : inline-block;
	color                 : #ffffff;
	font                  : 400 16px Arial, 'PT Sans', sans-serif;
	line-height           : 25px;
	text-decoration       : none;
	-webkit-border-radius : 4px;
	-moz-border-radius    : 4px;
	border-radius         : 4px;
	text-transform        : uppercase;
	text-align            : center;
	height                : 24px
}

.header .header-content .head .head-main .head-left .main-menu a:hover span, .header .header-content .head .head-main .head-left .main-menu span.show-help-link:hover span {
	color           : #fff200;
	text-decoration : underline
}

.header .header-content .head .head-main .head-left .main-menu a.act, .header .header-content .head .head-main .head-left .main-menu span.show-help-link.act {
	color            : #fff200;
	background-color : #045998;
	border           : solid 1px #adadad
}

.header .header-content .head .head-main .head-left .main-menu a.act:hover, .header .header-content .head .head-main .head-left .main-menu span.show-help-link.act:hover {
	text-decoration : none
}

.header .header-content .head .head-main.head-auth .head-right {
	padding-top    : 9px;
	padding-bottom : 9px;
	width          : 285px;
	line-height    : 14px;
	text-align     : left
}

.header .header-content .head .head-main.head-auth .head-right .auth {
	padding     : 0 0 1px;
	color       : #ffffff;
	width       : 285px;
	white-space : nowrap
}

.header .header-content .head .head-main.head-auth .head-right .auth a, .header .header-content .head .head-main.head-auth .head-right .auth span.show-help-link {
	text-decoration : none
}

.header .header-content .head .head-main.head-auth .head-right .balance {
	display     : block;
	color       : #ffffff;
	padding     : 5px 0 0;
	white-space : nowrap
}

.header .header-content .head .head-main.head-auth .head-right div.head-account-buttons {
	display     : block;
	position    : relative;
	width       : 100%;
	padding     : 5px 0 0 0;
	text-align  : justify;
	line-height : 0;
	font-size   : 1px
}

.header .header-content .head .head-main.head-auth .head-right div.head-account-buttons:after {
	width      : 100%;
	height     : 0;
	visibility : hidden;
	overflow   : hidden;
	content    : '';
	display    : inline-block
}

.header .header-content .head .head-main.head-auth .head-right div.head-account-buttons a {
	display               : inline-block;
	padding               : 2px 7px;
	-webkit-border-radius : 4px;
	-moz-border-radius    : 4px;
	border-radius         : 4px;
	text-align            : left;
	line-height           : 14px;
	vertical-align        : top
}

.top-tabs-hint {
	position        : absolute;
	left            : -10px;
	top             : -13px;
	width           : 80px;
	font-size       : 11px;
	line-height     : 14px;
	color           : #ffd400 !important;
	text-decoration : none !important;
	display         : block;
	white-space     : nowrap
}

.left-bar {
	position : relative
}

.left-bar .events-for-hours {
	padding : 15px 5px 5px
}

.left-bar .events-for-hours label {
	padding-right  : 5px;
	line-height    : 18px;
	vertical-align : top
}

.left-bar .events-for-hours .select-hours {
	display : inline-block;
	height  : 18px;
	width   : 110px
}

.left-bar .events-for-hours .select-hours select {
	width  : 82px;
	height : 18px;
	float  : left;
	margin : 0 1px 0 0;
	color  : #000000;
	font   : 11px/14px Arial, 'PT Sans', sans-serif
}

.left-bar .events-for-hours .select-hours input {
	width      : 19px;
	height     : 18px;
	margin     : 0;
	background : #008f4c url(images/arrow_find.gif) no-repeat center;
	border     : none;
	cursor     : pointer
}

.left-bar .mode-selector-wrap {
	position : relative;
	padding  : 7px 2px 10px
}

.left-bar .mode-selector {
	position    : relative;
	background  : #e5e5e5;
	border      : solid 1px #30699e;
	height      : 17px;
	white-space : nowrap;
	line-height : 18px
}

.left-bar .mode-selector .el {
	display         : block;
	height          : 17px;
	line-height     : 17px;
	text-align      : center;
	text-decoration : none;
	vertical-align  : top;
	white-space     : nowrap;
	font-weight     : 400
}

.left-bar .mode-selector .el.sports {
	padding    : 0 4px 0 1px;
	background : #e5e5e5 url(images/live-menu-separator.png) bottom right no-repeat;
	color      : #000000
}

.left-bar .mode-selector .el.live-sports {
	width      : 30px;
	float      : right;
	background : #e5e5e5;
	color      : #cb2129
}

.left-bar .mode-selector.live-mode .el.sports {
	background : #e5e5e5 url(images/live-menu-separator.png) top right no-repeat
}

.left-bar .mode-selector.live-mode .el.live-sports {
	background  : #045998;
	color       : #ffffff;
	font-weight : 700
}

.left-bar .mode-selector.all-events-mode .el.sports {
	background  : #045998 url(images/live-menu-separator.png) center right no-repeat;
	color       : #ffffff;
	font-weight : 700
}

.left-bar .my-account-menu {
	background-color : #ffffff;
	padding          : 1px 0
}

.left-bar .my-account-menu .item {
	width            : 100%;
	line-height      : 16px;
	margin-bottom    : 1px;
	background-color : #c2ddf3;
	border-top       : 1px solid #cbcbcb;
	border-bottom    : 1px solid #cbcbcb
}

.left-bar .my-account-menu .item:last-child {
	margin-bottom : 0
}

.left-bar .my-account-menu .item a {
	color   : #000000;
	display : block;
	padding : 3px 0 3px 10px
}

.left-bar .my-account-menu .item.selected {
	background-color : #6589a8;
	border           : none;
	line-height      : 18px
}

.left-bar .my-account-menu .item.selected a {
	color : #ffffff
}

.left-bar .horizontal-delimiter {
	width            : 100%;
	height           : 1px;
	background-color : #931548
}

.left-bar .menu-mode-selector {
	background-color : #ffffff;
	padding          : 0 0 1px 0
}

.left-bar .menu-mode-selector .menu-mode-selector-content {
	height           : 24px;
	text-align       : center;
	border-collapse  : collapse;
	border-spacing   : 0;
	table-layout     : fixed;
	width            : 100%;
	background-color : #c2ddf3
}

.left-bar .menu-mode-selector .menu-mode-selector-content .menu-mode-selector-item {
	border           : solid 1px #b1cbe0;
	background-color : #c2ddf3
}

.left-bar .menu-mode-selector .menu-mode-selector-content .menu-mode-selector-item a {
	display         : block;
	width           : 100%;
	height          : 24px;
	line-height     : 24px;
	text-decoration : none;
	vertical-align  : middle;
	color           : #000000
}

.left-bar .menu-mode-selector .menu-mode-selector-content .menu-mode-selector-item.selected {
	background-color : #6589a8
}

.left-bar .menu-mode-selector .menu-mode-selector-content .menu-mode-selector-item.selected a {
	font-weight : 700;
	color       : #ffffff
}

.left-bar .time-filter {
	background-color : #ffffff;
	padding          : 1px 0 1px 0
}

.left-bar .time-filter .time-filter-content {
	height           : 24px;
	text-align       : center;
	border-collapse  : collapse;
	border-spacing   : 0;
	table-layout     : fixed;
	width            : 100%;
	background-color : #c2ddf3
}

.left-bar .time-filter .time-filter-content .time-filter-label {
	border           : solid 1px #b1cbe0;
	background-color : #045998
}

.left-bar .time-filter .time-filter-content .time-filter-label .icon-time-filter {
	vertical-align : middle
}

.left-bar .time-filter .time-filter-content .time-filter-item {
	border : solid 1px #b1cbe0;
	cursor : pointer
}

.left-bar .time-filter .time-filter-content .time-filter-item.selected {
	background-color : #045998;
	color            : #ffffff
}

.left-bar .time-filter .time-filter-content .time-filter-item:hover {
	background-color : #6589a8;
	color            : #ffffff
}

.left-bar div:last-child.search {
	padding-bottom : 50px
}

.left-bar .search {
	padding : 5px 5px
}

.left-bar .search .form-search {
	display : inline-block;
	height  : 18px;
	width   : 120px
}

.left-bar .search input {
	height      : 17px;
	float       : left;
	margin      : 0;
	border      : 1px solid #c2ddf3;
	border-top  : 1px solid #84aabc;
	border-left : 1px solid #84aabc
}

.left-bar .search input.field-search {
	width         : 100%;
	height        : 21px;
	padding-right : 25px;
	box-sizing    : border-box
}

.left-bar .search input.but-search {
	width      : 21px;
	height     : 21px;
	margin     : 0;
	background : #008f4c url(images/arrow_find.gif) no-repeat center;
	border     : none;
	cursor     : pointer;
	position   : absolute;
	right      : 5px
}

.left-bar .prematch-event-menu {
	background-color : #ffffff;
	padding-bottom   : 1px
}

.left-bar .prematch-event-menu .prematch-event-menu-header {
	background-color : #4d708f;
	color            : #ffffff;
	height           : 28px;
	line-height      : 28px;
	vertical-align   : middle;
	font-weight      : 700;
	text-align       : center;
	white-space      : nowrap;
	overflow         : hidden
}

.left-bar .prematch-event-menu .prematch-event-menu-content {
	list-style : none;
	margin     : 0;
	padding    : 0
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header {
	white-space      : nowrap;
	overflow         : hidden;
	background-color : #c2ddf3;
	color            : #000000;
	font             : 12px Arial, sans-serif;
	border           : solid 1px #b1cbe0;
	height           : 24px;
	line-height      : 24px;
	vertical-align   : middle;
	margin-top       : 1px
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header .label {
	cursor          : pointer;
	display         : block;
	color           : #000000;
	text-decoration : none;
	overflow        : hidden;
	white-space     : nowrap;
	text-overflow   : ellipsis;
	min-width       : 27px;
	outline-style   : none;
	padding-right   : 1px
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header .label .icon {
	margin         : 0 5px 0 5px;
	vertical-align : middle;
	height         : 17px
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header .dropdown {
	cursor         : pointer;
	display        : block;
	float          : right;
	width          : 26px;
	height         : 24px;
	vertical-align : middle;
	text-align     : center;
	border-left    : solid 1px #b1cbe0
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header .dropdown:hover {
	background-color : #4d708f;
	color            : #ffffff
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header:hover {
	background-color : #6589a8;
	color            : #ffffff
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header:hover .label {
	color : #ffffff
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header:hover .dropdown {
	border-left : solid 1px #ffffff
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header:hover .dropdown .icon-dropdown.down {
	background-position : 0 -33px
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header:hover .dropdown .icon-dropdown.right {
	background-position : 0 -9px
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header.selected {
	background-color : #6589a8;
	color            : #ffffff
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header.selected .label {
	color : #ffffff
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-header.selected .dropdown {
	border-left : solid 1px #ffffff
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-container {
	overflow           : hidden;
	height             : 0;
	-webkit-transition : all .4s ease-out;
	-moz-transition    : all .4s ease-out;
	-o-transition      : all .4s ease-out;
	transition         : all .4s ease-out
}

.left-bar .prematch-sport-sub-menu .prematch-sport-sub-menu-container .prematch-sport-sub-menu-content {
	list-style : none;
	margin     : 0;
	padding    : 0
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-header {
	white-space      : nowrap;
	overflow         : hidden;
	background-color : #e1e1e1;
	color            : #000000;
	font             : 12px Arial, sans-serif;
	height           : 24px;
	line-height      : 24px;
	vertical-align   : middle;
	margin-top       : 1px
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-header .label {
	cursor          : pointer;
	display         : block;
	color           : #000000;
	text-decoration : none;
	margin-right    : 26px;
	overflow        : hidden;
	white-space     : nowrap;
	text-overflow   : ellipsis;
	outline-style   : none
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-header .label .icon {
	margin-left    : 7px;
	width          : 18px;
	height         : 13px;
	vertical-align : middle;
	display        : inline-block
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-header .dropdown {
	cursor         : pointer;
	display        : block;
	float          : right;
	width          : 27px;
	height         : 24px;
	vertical-align : middle;
	text-align     : center;
	border-left    : solid 1px #efefef
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-header .dropdown:hover {
	background-color : #c1c1c1;
	color            : #000000
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-header:hover {
	background-color : #d5d5d5;
	color            : #000000
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-header:hover .label {
	color : #000000
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-header:hover .dropdown {
	border-left : solid 1px #efefef
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-header.selected {
	background-color : #cccccc;
	color            : #000000
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-header.selected .label {
	color : #000000
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-header.selected .dropdown {
	border-left : solid 1px #efefef
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-container {
	height             : 0;
	overflow           : hidden;
	-webkit-transition : all .4s ease-out;
	-moz-transition    : all .4s ease-out;
	-o-transition      : all .4s ease-out;
	transition         : all .4s ease-out
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-container .prematch-category-sub-menu-content {
	list-style : none;
	margin     : 0;
	padding    : 1px 0 0 0
}

.left-bar .prematch-category-sub-menu .prematch-category-sub-menu-container .prematch-category-sub-menu-content :last-child {
	border-bottom : none
}

.left-bar .prematch-category-item.level-2 {
	white-space      : nowrap;
	overflow         : hidden;
	background-color : #e1e1e1;
	color            : #000000;
	font             : 12px Arial, sans-serif;
	height           : 24px;
	line-height      : 24px;
	vertical-align   : middle;
	margin-top       : 1px
}

.left-bar .prematch-category-item.level-2 .label {
	cursor          : pointer;
	color           : #000000;
	display         : block;
	text-decoration : none;
	overflow        : hidden;
	white-space     : nowrap;
	text-overflow   : ellipsis;
	outline-style   : none
}

.left-bar .prematch-category-item.level-2 .label .icon {
	margin-left    : 6px;
	width          : 18px;
	height         : 13px;
	vertical-align : middle;
	display        : inline-block
}

.left-bar .prematch-category-item.level-2:hover {
	background-color : #d5d5d5;
	color            : #000000
}

.left-bar .prematch-category-item.level-2:hover .label {
	color : #000000
}

.left-bar .prematch-category-item.level-2.selected {
	background-color : #cccccc;
	color            : #000000
}

.left-bar .prematch-category-item.level-2.selected .label {
	color : #000000
}

.left-bar .prematch-category-item.level-3 {
	white-space      : nowrap;
	overflow         : hidden;
	background-color : #ffffff;
	color            : #000000;
	font             : 12px Arial, sans-serif;
	border-bottom    : solid 1px #e1e1e1;
	height           : 24px;
	line-height      : 24px;
	vertical-align   : middle
}

.left-bar .prematch-category-item.level-3 .label {
	cursor          : pointer;
	color           : #000000;
	display         : block;
	text-decoration : none;
	overflow        : hidden;
	white-space     : nowrap;
	text-overflow   : ellipsis;
	outline-style   : none
}

.left-bar .prematch-category-item.level-3 .label .icon {
	margin-left    : 7px;
	width          : 18px;
	height         : 13px;
	vertical-align : middle;
	display        : inline-block
}

.left-bar .prematch-category-item.level-3:hover {
	background-color : #f3f3f5;
	color            : #000000
}

.left-bar .prematch-category-item.level-3:hover .label {
	color : #000000
}

.left-bar .prematch-category-item.level-3.selected {
	background-color : #cccccc;
	color            : #000000
}

.left-bar .prematch-category-item.level-3.selected .label {
	color : #000000
}

.left-bar .live-events-menu {
	background-color : #ffffff;
	padding-bottom   : 1px
}

.left-bar .live-events-menu .menu-item, .left-bar .live-events-menu .submenu, .left-bar .live-events-menu .submenu-content {
	list-style : none;
	margin     : 0;
	padding    : 0
}

.left-bar .live-events-menu .submenu-container {
	overflow           : hidden;
	-webkit-transition : all .4s ease-out;
	-moz-transition    : all .4s ease-out;
	-o-transition      : all .4s ease-out;
	transition         : all .4s ease-out
}

.left-bar .live-events-menu .submenu-container.expandable {
	height : 0
}

.left-bar .live-events-menu .live-announce-item {
	white-space      : nowrap;
	overflow         : hidden;
	background-color : #c2ddf3;
	color            : #000000;
	font             : 12px Arial, sans-serif;
	border           : solid 1px #b1cbe0;
	height           : 24px;
	line-height      : 24px;
	vertical-align   : middle;
	margin-top       : 1px
}

.left-bar .live-events-menu .live-announce-item .label {
	cursor          : pointer;
	display         : block;
	color           : #000000;
	text-decoration : none;
	margin-right    : 25px;
	overflow        : hidden;
	white-space     : nowrap;
	text-overflow   : ellipsis;
	min-width       : 27px;
	outline-style   : none
}

.left-bar .live-events-menu .live-announce-item .label .icon {
	margin         : 0 6px 1px 24px;
	vertical-align : middle
}

.left-bar .live-events-menu .live-announce-item:hover {
	background-color : #6589a8;
	color            : #ffffff
}

.left-bar .live-events-menu .live-announce-item:hover .label {
	color : #ffffff
}

.left-bar .live-events-menu .live-announce-item.selected {
	background-color : #6589a8;
	color            : #ffffff
}

.left-bar .live-events-menu .live-announce-item.selected .label {
	color : #ffffff
}

.left-bar .live-events-menu .all-live-item {
	white-space      : nowrap;
	overflow         : hidden;
	background-color : #c2ddf3;
	color            : #000000;
	font             : 12px Arial, sans-serif;
	border           : solid 1px #b1cbe0;
	height           : 24px;
	line-height      : 24px;
	vertical-align   : middle;
	margin-top       : 1px
}

.left-bar .live-events-menu .all-live-item .label {
	cursor          : pointer;
	display         : block;
	color           : #000000;
	text-decoration : none;
	margin-right    : 26px;
	overflow        : hidden;
	white-space     : nowrap;
	text-overflow   : ellipsis;
	min-width       : 27px;
	outline-style   : none
}

.left-bar .live-events-menu .all-live-item .label .icon {
	margin         : 0 6px 1px 24px;
	vertical-align : middle
}

.left-bar .live-events-menu .all-live-item .dropdown {
	cursor          : pointer;
	display         : block;
	float           : right;
	width           : 26px;
	height          : 24px;
	vertical-align  : middle;
	text-align      : center;
	border-left     : solid 1px #b1cbe0;
	text-decoration : none
}

.left-bar .live-events-menu .all-live-item .dropdown .event-count {
	color           : #013d79;
	text-decoration : none
}

.left-bar .live-events-menu .all-live-item:hover {
	background-color : #6589a8;
	color            : #ffffff
}

.left-bar .live-events-menu .all-live-item:hover .label {
	color : #ffffff
}

.left-bar .live-events-menu .all-live-item:hover .dropdown {
	border-left : solid 1px #ffffff
}

.left-bar .live-events-menu .all-live-item:hover .dropdown .event-count {
	color : #ffffff
}

.left-bar .live-events-menu .all-live-item.selected {
	background-color : #6589a8;
	color            : #ffffff
}

.left-bar .live-events-menu .all-live-item.selected .label {
	color : #ffffff
}

.left-bar .live-events-menu .all-live-item.selected .dropdown {
	border-left : solid 1px #ffffff
}

.left-bar .live-events-menu .all-live-item.selected .dropdown .event-count {
	color : #ffffff
}

.left-bar .live-events-menu .sport-submenu .submenu-header {
	white-space      : nowrap;
	overflow         : hidden;
	background-color : #c2ddf3;
	color            : #000000;
	font             : 12px Arial, sans-serif;
	border           : solid 1px #b1cbe0;
	height           : 24px;
	line-height      : 24px;
	vertical-align   : middle;
	margin-top       : 1px
}

@-moz-document url-prefix() {
	.left-bar .live-events-menu .sport-submenu .submenu-header {
		box-sizing : border-box;
		height     : 26px
	}
}

.left-bar .live-events-menu .sport-submenu .submenu-header .label-container {
	margin-right : 26px
}

.left-bar .live-events-menu .sport-submenu .submenu-header .label-container .label {
	cursor          : pointer;
	display         : block;
	color           : #000000;
	text-decoration : none;
	overflow        : hidden;
	white-space     : nowrap;
	text-overflow   : ellipsis;
	min-width       : 27px;
	outline-style   : none
}

.left-bar .live-events-menu .sport-submenu .submenu-header .label-container .label .icon {
	margin-left    : 3px;
	width          : 18px;
	vertical-align : middle;
	display        : inline-block
}

.left-bar .live-events-menu .sport-submenu .submenu-header .dropdown {
	cursor         : pointer;
	display        : block;
	float          : right;
	width          : 26px;
	height         : 24px;
	vertical-align : middle;
	text-align     : center;
	border-left    : solid 1px #b1cbe0
}

.left-bar .live-events-menu .sport-submenu .submenu-header .dropdown .icon-dropdown {
	display : none
}

.left-bar .live-events-menu .sport-submenu .submenu-header .dropdown .event-count {
	color : #013d79
}

.left-bar .live-events-menu .sport-submenu .submenu-header .dropdown:hover {
	border-left      : solid 1px #ffffff;
	background-color : #4d708f;
	color            : #ffffff
}

.left-bar .live-events-menu .sport-submenu .submenu-header .dropdown:hover .icon-dropdown {
	display : inline-block
}

.left-bar .live-events-menu .sport-submenu .submenu-header .dropdown:hover .icon-dropdown.down {
	background-position : 0 -33px
}

.left-bar .live-events-menu .sport-submenu .submenu-header .dropdown:hover .event-count {
	display : none
}

.left-bar .live-events-menu .sport-submenu .submenu-header:hover {
	background-color : #6589a8;
	color            : #ffffff
}

.left-bar .live-events-menu .sport-submenu .submenu-header:hover .label {
	color : #ffffff
}

.left-bar .live-events-menu .sport-submenu .submenu-header:hover .dropdown {
	border-left : solid 1px #ffffff
}

.left-bar .live-events-menu .sport-submenu .submenu-header:hover .dropdown .icon-dropdown {
	display : inline-block
}

.left-bar .live-events-menu .sport-submenu .submenu-header:hover .dropdown .icon-dropdown.down {
	background-position : 0 -33px
}

.left-bar .live-events-menu .sport-submenu .submenu-header:hover .dropdown .event-count {
	display : none
}

.left-bar .live-events-menu .sport-submenu .submenu-header.selected {
	background-color : #6589a8;
	color            : #ffffff
}

.left-bar .live-events-menu .sport-submenu .submenu-header.selected .label {
	color : #ffffff
}

.left-bar .live-events-menu .sport-submenu .submenu-header.selected .dropdown {
	border-left : solid 1px #ffffff
}

.left-bar .live-events-menu .sport-submenu .submenu-header.selected .dropdown .event-count {
	color : #ffffff
}

.left-bar .live-events-menu .sport-submenu.expanded .submenu-header .dropdown .icon-dropdown {
	display : inline-block
}

.left-bar .live-events-menu .sport-submenu.expanded .submenu-header .dropdown .event-count {
	display : none
}

.left-bar .live-events-menu .event-item {
	white-space      : nowrap;
	overflow         : hidden;
	background-color : #e1e1e1;
	color            : #000000;
	font             : 12px Arial, sans-serif;
	height           : 24px;
	line-height      : 24px;
	vertical-align   : middle;
	margin-top       : 1px;
	margin-left      : 1px
}

.left-bar .live-events-menu .event-item .label {
	cursor          : pointer;
	display         : block;
	color           : #000000;
	text-decoration : none;
	overflow        : hidden;
	white-space     : nowrap;
	text-overflow   : ellipsis;
	outline-style   : none;
	margin-left     : 24px;
	min-width       : 27px
}

.left-bar .live-events-menu .event-item:hover {
	background-color : #d5d5d5;
	color            : #000000
}

.left-bar .live-events-menu .event-item:hover .label {
	color : #000000
}

.left-bar .live-events-menu .event-item.selected {
	background-color : #cccccc;
	color            : #000000
}

.left-bar .live-events-menu .event-item.selected .label {
	color : #000000
}

.left-bar .favorites-submenu .submenu-header {
	white-space      : nowrap;
	overflow         : hidden;
	background-color : #c2ddf3;
	color            : #000000;
	font             : 12px Arial, sans-serif;
	border           : solid 1px #b1cbe0;
	height           : 24px;
	line-height      : 24px;
	vertical-align   : middle;
	margin-top       : 1px;
	cursor           : default
}

.left-bar .favorites-submenu .submenu-header .label-container {
	margin-right : 26px
}

.left-bar .favorites-submenu .submenu-header .label-container .label {
	cursor          : default;
	display         : block;
	color           : #000000;
	text-decoration : none;
	overflow        : hidden;
	white-space     : nowrap;
	text-overflow   : ellipsis;
	min-width       : 27px;
	padding-left    : 21px;
	outline-style   : none
}

.left-bar .favorites-submenu .submenu-header .label-container .clear-favorites {
	padding : 1px;
	display : block;
	float   : left;
	cursor  : default
}

.left-bar .favorites-submenu .submenu-header .dropdown {
	cursor         : default;
	display        : block;
	float          : right;
	width          : 26px;
	height         : 24px;
	vertical-align : middle;
	text-align     : center;
	border-left    : solid 1px #b1cbe0
}

.left-bar .favorites-submenu .submenu-header .dropdown .icon-dropdown {
	display : none;
	cursor  : default
}

.left-bar .favorites-submenu .submenu-header .dropdown .event-count {
	color  : #013d79;
	cursor : default
}

.left-bar .favorites-submenu .submenu-header:not(.disabled):hover {
	background-color : #6589a8;
	color            : #ffffff;
	cursor           : pointer
}

.left-bar .favorites-submenu .submenu-header:not(.disabled):hover .label {
	cursor : pointer;
	color  : #ffffff
}

.left-bar .favorites-submenu .submenu-header:not(.disabled):hover .clear-favorites {
	cursor : pointer
}

.left-bar .favorites-submenu .submenu-header:not(.disabled):hover .dropdown {
	cursor      : pointer;
	border-left : solid 1px #ffffff
}

.left-bar .favorites-submenu .submenu-header:not(.disabled):hover .dropdown .icon-dropdown {
	display : inline-block;
	cursor  : pointer
}

.left-bar .favorites-submenu .submenu-header:not(.disabled):hover .dropdown .icon-dropdown.down {
	background-position : 0 -33px
}

.left-bar .favorites-submenu .submenu-header:not(.disabled):hover .dropdown .event-count {
	display : none;
	cursor  : pointer
}

.left-bar .favorites-submenu .submenu-header:not(.disabled) .submenu-header:hover {
	border-left      : solid 1px #ffffff;
	background-color : #4d708f;
	color            : #ffffff
}

.left-bar .favorites-submenu .submenu-header:not(.disabled) .submenu-header:hover .icon-dropdown {
	display : inline-block
}

.left-bar .favorites-submenu .submenu-header:not(.disabled) .submenu-header:hover .icon-dropdown.down {
	background-position : 0 -33px
}

.left-bar .favorites-submenu .submenu-header:not(.disabled) .submenu-header:hover .event-count {
	display : none
}

.left-bar .favorites-submenu .submenu-header.selected {
	background-color : #6589a8;
	color            : #ffffff
}

.left-bar .favorites-submenu .submenu-header.selected .label {
	color : #ffffff
}

.left-bar .favorites-submenu .submenu-header.selected .dropdown {
	border-left : solid 1px #ffffff
}

.left-bar .favorites-submenu .submenu-header.selected .dropdown .event-count {
	color : #ffffff
}

.left-bar .favorites-submenu .submenu-header.disabled {
	cursor : pointer
}

.left-bar .favorites-submenu.expanded .submenu-header .dropdown .icon-dropdown {
	display : inline-block
}

.left-bar .favorites-submenu.expanded .submenu-header .dropdown .event-count {
	display : none
}

.left-bar .stream-submenu .submenu-header {
	white-space      : nowrap;
	overflow         : hidden;
	background-color : #c2ddf3;
	color            : #000000;
	font             : 12px Arial, sans-serif;
	border           : solid 1px #b1cbe0;
	height           : 24px;
	line-height      : 24px;
	vertical-align   : middle;
	margin-top       : 1px;
	cursor           : default
}

.left-bar .stream-submenu .submenu-header .label-container {
	margin-right : 26px
}

.left-bar .stream-submenu .submenu-header .label-container .label {
	cursor          : default;
	display         : block;
	color           : #000000;
	text-decoration : none;
	overflow        : hidden;
	white-space     : nowrap;
	text-overflow   : ellipsis;
	min-width       : 27px;
	outline-style   : none
}

.left-bar .stream-submenu .submenu-header .label-container .label .icon {
	margin-left    : 23px;
	width          : 13px;
	height         : 13px;
	margin-right   : 6px;
	vertical-align : middle;
	display        : inline-block
}

.left-bar .stream-submenu .submenu-header .label-container .label .icon.icon-live-menu-tv {
	background : url(images/live-menu-sprite.png) 0 -25px no-repeat
}

.left-bar .stream-submenu .submenu-header .dropdown {
	cursor         : default;
	display        : block;
	float          : right;
	width          : 26px;
	height         : 24px;
	vertical-align : middle;
	text-align     : center;
	border-left    : solid 1px #b1cbe0
}

.left-bar .stream-submenu .submenu-header .dropdown .icon-dropdown {
	display : none;
	cursor  : default
}

.left-bar .stream-submenu .submenu-header .dropdown .event-count {
	color  : #013d79;
	cursor : default
}

.left-bar .stream-submenu .submenu-header:not(.disabled):hover {
	background-color : #6589a8;
	color            : #ffffff;
	cursor           : pointer
}

.left-bar .stream-submenu .submenu-header:not(.disabled):hover .label {
	cursor : pointer;
	color  : #ffffff
}

.left-bar .stream-submenu .submenu-header:not(.disabled):hover .label .icon.icon-live-menu-tv {
	background : url(images/live-menu-sprite.png) -13px -25px no-repeat
}

.left-bar .stream-submenu .submenu-header:not(.disabled):hover .clear-favorites {
	cursor : pointer
}

.left-bar .stream-submenu .submenu-header:not(.disabled):hover .dropdown {
	cursor      : pointer;
	border-left : solid 1px #ffffff
}

.left-bar .stream-submenu .submenu-header:not(.disabled):hover .dropdown .icon-dropdown {
	display : inline-block;
	cursor  : pointer
}

.left-bar .stream-submenu .submenu-header:not(.disabled):hover .dropdown .icon-dropdown.down {
	background-position : 0 -33px
}

.left-bar .stream-submenu .submenu-header:not(.disabled):hover .dropdown .event-count {
	display : none;
	cursor  : pointer
}

.left-bar .stream-submenu .submenu-header:not(.disabled) .submenu-header:hover {
	border-left      : solid 1px #ffffff;
	background-color : #4d708f;
	color            : #ffffff
}

.left-bar .stream-submenu .submenu-header:not(.disabled) .submenu-header:hover .icon-dropdown {
	display : inline-block
}

.left-bar .stream-submenu .submenu-header:not(.disabled) .submenu-header:hover .icon-dropdown.down {
	background-position : 0 -33px
}

.left-bar .stream-submenu .submenu-header:not(.disabled) .submenu-header:hover .event-count {
	display : none
}

.left-bar .stream-submenu .submenu-header.selected {
	background-color : #6589a8;
	color            : #ffffff
}

.left-bar .stream-submenu .submenu-header.selected .label {
	color : #ffffff
}

.left-bar .stream-submenu .submenu-header.selected .label .icon.icon-live-menu-tv {
	background : url(images/live-menu-sprite.png) -13px -25px no-repeat
}

.left-bar .stream-submenu .submenu-header.selected .dropdown {
	border-left : solid 1px #ffffff
}

.left-bar .stream-submenu .submenu-header.selected .dropdown .event-count {
	color : #ffffff
}

.left-bar .stream-submenu .submenu-header.disabled {
	cursor : pointer
}

.left-bar .stream-submenu.expanded .submenu-header .dropdown .icon-dropdown {
	display : inline-block
}

.left-bar .stream-submenu.expanded .submenu-header .dropdown .event-count {
	display : none
}

.left-bar .my-fav-selector {
	margin-left : 3px;
	margin-top  : 2px
}

.left-bar .icon-clear-favorites {
	margin-left : 3px;
	margin-top  : 2px
}

.left-bar .favorites-live-event-left-menu {
	margin-left : 4px
}

.left-bar.prematch .favorites-submenu .label-container .label {
	padding-left : 3px
}

.online-chat {
	text-align   : center;
	margin-right : 10px;
	display      : none
}

.online-chat a {
	color           : #ffffff;
	font-weight     : 700;
	text-decoration : none;
	display         : block;
	white-space     : nowrap
}

.online-chat a .icon {
	margin         : 0 6px;
	width          : 16px;
	height         : 16px;
	overflow       : hidden;
	display        : inline-block;
	vertical-align : middle;
	background     : url(images/top-ico-sprite.png) 0 0 no-repeat
}

.online-chat a:hover {
	color : #fff200
}

.online-chat a:hover .icon {
	background-position : 0 -19px
}

.contact-service-centre {
	font-weight : 700;
	margin-top  : 20px;
	padding     : 15px 0 30px 5px
}

.contact-service-centre .call-message {
	font-weight   : 400;
	margin-bottom : 8px
}

.contact-service-centre p {
	margin     : 0;
	padding    : 0 10px 5px 0;
	text-align : right
}

.main-panel {
	position  : absolute;
	z-index   : 50;
	top       : 100px;
	left      : 0;
	right     : 0;
	height    : 0;
	min-width : 994px
}

.main-panel .main-panel-inner {
	position : relative
}

.main-panel .main-panel-content {
	position         : relative;
	background-color : #f9f9f9;
	padding-top      : 3px;
	height           : 24px;
	border-bottom    : 1px solid #013d79
}

.main-panel .top-panel {
	padding : 0 0 0 6px
}

.main-panel .top-panel .button-container {
	float       : left;
	padding     : 0;
	line-height : 20px
}

.main-panel .top-panel .top-panel-right-side-container {
	white-space : nowrap;
	line-height : 20px
}

.main-panel .top-panel .scroll-to-top-wrapper {
	display     : inline-block;
	margin-left : 10px
}

.main-panel .top-panel .bet-in-one-click {
	display : inline-block
}

.main-panel .top-panel .collapse-all-categories-checkbox, .main-panel .top-panel .collapse-all-sports-checkbox {
	vertical-align : middle
}

.button-container {
	clear   : left;
	padding : 10px 0 0
}

.button-container.buttons-pad {
	padding : 10px 7px 7px 7px
}

.button-container .button {
	margin : 0 7px 0 0
}

.button-container [data-loading-button-container] {
	display : inline-block
}

.button-container img[data-loading-img] {
	width  : 16px;
	height : 16px
}

a.button, span.button {
	padding : 3px 10px 1px
}

.button.btn-personal-domain {
	float                 : right;
	-webkit-border-radius : 4px;
	-moz-border-radius    : 4px;
	border-radius         : 4px;
	background-color      : #8f1947;
	color                 : #ffffff;
	font-weight           : 700;
	margin-top            : 4px;
	padding-top           : 1px;
	padding-bottom        : 0
}

.button.btn-my-account {
	background-color : #ffd400;
	color            : #000000
}

.button.btn-back {
	background : url(images/toto/sprite.png) no-repeat -1px -181px;
	padding    : 0;
	height     : 25px;
	width      : 32px
}

.button.btn-download {
	background-color : #013d79
}

.button.btn-download span.ico {
	background  : url(images/toto/sprite.png) no-repeat -1px -207px;
	display     : inline-block;
	margin-left : 5px;
	height      : 12px;
	width       : 14px
}

.button.btn-batch-stake, .button.btn-butch-help, .button.btn-change-document, .button.btn-change-phone, .button.btn-delete-cashsource, .button.btn-join-now, .button.btn-show-all-events, .button.btn-show-filter, .button.btn-special-choice, .button.butch-fileinput-button {
	background-color : #013d79
}

.button.btn-show-personal-site {
	background-color : #3c9ce5
}

.button.btn-get-address {
	background : #045998
}

.button.btn-cancel, .button.btn-clear, .button.btn-close, .button.btn-join, .button.btn-logout, .button.btn-remove {
	background-color : #cb2129
}

.button.btn-indent-top {
	margin-top : 15px
}

.button.btn-disabled, .button.disabled, .button:disabled {
	background-color : #6e6e6e
}

[type=submit].disabled {
	background-color : #6e6e6e
}

.btn-hidden {
	background-color : transparent;
	width            : 0;
	height           : 0;
	padding          : 0;
	margin           : 0;
	border           : 0;
	font-size        : 0;
	visibility       : hidden
}

.betslip-content {
	padding-top : 5px
}

.betslip-content ::-webkit-scrollbar {
	width  : 10px;
	height : 10px
}

.betslip-content ::-webkit-scrollbar-thumb {
	background      : #008f4c;
	border-radius   : 6px;
	border          : 2px solid rgba(255, 255, 255, 0);
	background-clip : padding-box
}

.betslip-content ::-webkit-scrollbar-thumb:vertical {
	min-height : 50px
}

.betslip-content ::-webkit-scrollbar-track {
	background         : 0 0;
	-webkit-box-shadow : none
}

.bet-slip-page {
	width         : 100%;
	position      : relative;
	z-index       : 55;
	border-left   : 2px solid #008f4c;
	border-right  : 2px solid #008f4c;
	border-bottom : 2px solid #008f4c;
	table-layout  : fixed
}

.bet-slip {
	background-color : #008f4c;
	border           : 2px solid #008f4c;
	height           : 14px;
	overflow         : hidden;
	padding          : 1px 7px;
	color            : #ffffff;
	font             : 700 12px/15px Arial, 'PT Sans', sans-serif;
	cursor           : pointer
}

.bet-slip a#betslip_button {
	color           : #ffffff;
	font-weight     : 700;
	text-decoration : none;
	float           : right;
	white-space     : nowrap;
	padding         : 0 23px 0 0;
	position        : relative
}

.bet-slip a#betslip_button span.arrow {
	border-color : #ffffff #008f4c;
	margin-top   : -2px;
	right        : 0;
	top          : 50%
}

.stake-no {
	background-color : #c6ffbd;
	border-top       : 1px solid #008f4c;
	border-top-width : 0;
	position         : relative;
	font-weight      : 700;
	line-height      : 15px;
	text-align       : center
}

.stake-no .bet-slip-nostake-not-wide {
	font-size   : 11px;
	font-weight : 400;
	padding     : 0
}

.stake-no .bet-slip-nostake {
	padding : 5px 0
}

.stake-no .bet-slip-info {
	border-top  : 2px solid #008f4c;
	padding     : 5px 10px;
	font-size   : 11px;
	font-weight : 400;
	line-height : 15px
}

.bet-slip-open {
	background-color : #f5fff4;
	border-top       : 0;
	padding          : 0 0 1px
}

.bet-slip-open .scroll-selections {
	border-bottom : 2px solid #008f4c;
	min-width     : 259px;
	overflow      : auto;
	overflow-x    : hidden;
	height        : 100%
}

.bet-slip-open label {
	line-height : 15px
}

.bet-slip-open .type-bet {
	background-color : #c6ffbd;
	color            : #ffffff;
	width            : 100%
}

.bet-slip-open .type-bet td {
	border-top     : 1px solid #ffffff;
	border-bottom  : 2px solid #008f4c;
	padding        : 1px 0;
	width          : 25%;
	text-align     : center;
	vertical-align : middle;
	cursor         : pointer
}

.bet-slip-open .type-bet td + td {
	border-left : 2px solid #008f4c
}

.bet-slip-open .type-bet td a {
	color           : #231f20;
	font            : 700 11px Arial, 'PT Sans', sans-serif;
	text-decoration : none
}

.bet-slip-open .type-bet td.active {
	background-color : #008f4c;
	color            : #ffffff;
	font             : 700 11px Arial, 'PT Sans', sans-serif
}

.bet-slip-open .type-bet td.active a {
	color : #ffffff
}

.bet-slip-open .related-bets {
	color       : #000000;
	font-weight : 700;
	margin      : 0;
	padding     : 5px 2px 5px 7px
}

.bet-slip-open .related-bets span {
	font-size   : 10px;
	font-weight : 400
}

.bet-slip-open .related-info {
	color       : #000000;
	font-weight : 700;
	margin      : 0 0 0 3px
}

.bet-slip-open .icon-info {
	margin-bottom : -3px
}

.bet-slip-open p.credit {
	border-bottom : 2px solid #cb2129;
	margin        : 0 0 3px;
	padding       : 5px 5px 5px 3px
}

.bet-slip-open p.credit .btn-refresh {
	margin-left         : 5px;
	padding             : 3px 25px 3px 10px;
	background-image    : url(images/refresh.png);
	background-repeat   : no-repeat;
	background-position : 12px 4px
}

.bet-slip-open p.credit .loading {
	margin : 0 0 -3px 3px;
	height : 14px;
	width  : 14px
}

.bet-slip-open .vip-bet {
	padding : 3px 0 0
}

.bet-slip-open .vip-bet input {
	margin         : 0 1px 0 0;
	padding        : 0;
	vertical-align : middle
}

.bet-slip-open .vip-bet label {
	cursor          : pointer;
	text-decoration : underline
}

.bet-slip-open .select-bet {
	width        : 100%;
	margin       : -2px 0 0;
	table-layout : fixed
}

.bet-slip-open .select-bet td {
	border-top     : 2px solid #008f4c;
	padding        : 5px;
	width          : auto;
	vertical-align : middle
}

.bet-slip-open .select-bet td.del {
	padding        : 4px 0 5px 4px;
	width          : 5px;
	vertical-align : top
}

.bet-slip-open .select-bet td.del a {
	color           : #cb2129;
	font            : 700 11px Verdana;
	text-decoration : none
}

.bet-slip-open .select-bet td div strong {
	background-color : #ffd400
}

.bet-slip-open .select-bet .ew {
	width        : 40px;
	margin-right : 15px;
	line-height  : 18px
}

.bet-slip-open .select-bet .ew label {
	cursor          : pointer;
	font-size       : 11px;
	text-decoration : underline;
	vertical-align  : middle
}

.bet-slip-open .select-bet .ew input {
	margin         : 0;
	padding        : 0;
	vertical-align : middle
}

.bet-slip-open .select-bet .min-max-stake {
	padding-top : 1px
}

.bet-slip-open .select-bet .hint-box {
	margin-bottom : 1px
}

.bet-slip-open .select-bet .estimate-return {
	padding-top : 1px
}

.bet-slip-open .select-bet .choice-price {
	white-space : nowrap;
	width       : 105px
}

.bet-slip-open .select-bet .updated-price {
	background-color : #ffd400
}

.bet-slip-open .select-bet table td {
	border         : 0;
	padding-top    : 0;
	padding-bottom : 0;
	padding-left   : 0
}

.bet-slip-open .select-bet table td.stake {
	width : 100px
}

.bet-slip-open .select-bet table input.stake {
	width          : 60px;
	height         : 15px;
	border-top     : solid 1px #84aabc;
	border-left    : solid 1px #84aabc;
	border-right   : solid 1px #c2ddf3;
	border-bottom  : solid 1px #c2ddf3;
	font           : 11px Arial, 'PT Sans', sans-serif;
	padding-top    : 0;
	padding-bottom : 0
}

.bet-slip-open .general-singlesstake {
	width         : 100%;
	border-bottom : 2px solid #008f4c
}

.bet-slip-open .general-singlesstake td {
	line-height : 19px;
	padding     : 5px
}

.bet-slip-open .general-singlesstake input.checkbox {
	margin         : 0 1px 0 0;
	padding        : 0;
	vertical-align : middle
}

.bet-slip-open .general-singlesstake label {
	margin         : 0;
	vertical-align : middle
}

.bet-slip-open .general-singlesstake input.singlesstake {
	width          : 60px;
	height         : 15px;
	border-top     : solid 1px #84aabc;
	border-left    : solid 1px #84aabc;
	border-right   : solid 1px #c2ddf3;
	border-bottom  : solid 1px #c2ddf3;
	font           : 11px Arial, 'PT Sans', sans-serif;
	margin         : 0 10px 0 5px;
	padding-top    : 0;
	padding-bottom : 0;
	vertical-align : middle
}

.bet-slip-open .general-singlesstake .singles-ew {
	display : inline-block
}

.ru_RU .bet-slip-open .general-singlesstake .singles-ew {
	display : block
}

.bet-slip-open .general-singlesstake .singles-ew label {
	cursor          : pointer;
	text-decoration : underline
}

.bet-slip-open .general-singlesstake .vip-bet {
	clear   : left;
	padding : 0 20px 0 0
}

.bet-slip-open .bet-type {
	width      : 100%;
	border-top : 2px solid #008f4c
}

.bet-slip-open .bet-type.bor {
	border-top    : none;
	border-bottom : 2px solid #008f4c
}

.bet-slip-open .bet-type table {
	width : 100%
}

.bet-slip-open .bet-type table + table {
	border-top : 1px solid #000000
}

.bet-slip-open .bet-type td {
	padding        : 4px 0 0 2px;
	width          : auto;
	vertical-align : top
}

.bet-slip-open .bet-type td.stake {
	padding        : 4px 4px 0 0;
	vertical-align : top
}

.bet-slip-open .bet-type td.stake span {
	font-size : 11px
}

.bet-slip-open .bet-type td.stake input.stake {
	width          : 40px;
	height         : 15px;
	border-top     : solid 1px #84aabc;
	border-left    : solid 1px #84aabc;
	border-right   : solid 1px #c2ddf3;
	border-bottom  : solid 1px #c2ddf3;
	font           : 11px Arial, 'PT Sans', sans-serif;
	padding-top    : 0;
	padding-bottom : 0
}

.bet-slip-open .bet-type td select {
	font-size : 11px;
	width     : 77px;
	height    : 17px;
	margin    : 0
}

.bet-slip-open .bet-type td input.radio {
	margin  : 0;
	padding : 0
}

.bet-slip-open .bet-type .name-bet-type {
	width         : 145px;
	padding-right : 2px;
	overflow      : hidden;
	line-height   : 17px
}

.bet-slip-open .bet-type .ew {
	width       : 40px;
	margin-top  : -1px;
	line-height : 18px
}

.bet-slip-open .bet-type .ew label {
	cursor          : pointer;
	font-size       : 11px;
	text-decoration : underline;
	vertical-align  : middle
}

.bet-slip-open .bet-type .ew input {
	margin         : 0;
	padding        : 0;
	vertical-align : middle
}

.bet-slip-open .bet-type .min-max-stake, .bet-slip-open .bet-type .potential-returns {
	padding : 0 5px 2px
}

.bet-slip-open .result-bet {
	padding     : 2px 0 5px;
	font-weight : 700
}

.bet-slip-open .result-bet .total-name {
	min-width : 70px;
	padding   : 5px 5px 0
}

.bet-slip-open .result-bet .total {
	float      : right;
	max-width  : 171px;
	padding    : 5px 5px 0 0;
	text-align : right
}

.bet-slip-open .result-bet .total span {
	display : block
}

.bet-slip-open .panel-bet {
	clear      : both;
	border-top : 2px solid #008f4c;
	width      : 100%
}

.bet-slip-open .panel-bet td {
	padding : 7px 5px 1px
}

.bet-slip-open .panel-bet .panel-bet-cell {
	text-align : right
}

.bet-slip-open .panel-bet .btn-remove {
	padding : 3px 15px 3px 5px
}

.bet-slip-open .panel-bet .btn-remove span {
	position        : absolute;
	font            : 700 9px Verdana;
	padding-top     : 2px;
	padding-left    : 5px;
	cursor          : pointer;
	text-decoration : none
}

.bet-slip-open .panel-bet .btn-place-bet {
	padding : 3px 10px
}

.bet-slip-open .panel-bet .btn-place-bet-disabled {
	background-color : #e5e5e5;
	cursor           : default
}

.bet-slip-open .panel-bet .retain {
	padding-bottom : 8px
}

.bet-slip-open .panel-bet .retain input {
	margin         : 0 1px 0 0;
	padding        : 0;
	vertical-align : top
}

.bet-slip-open .bet-slip-policy {
	clear            : both;
	background-color : #fcfac1;
	border-top       : 2px solid #008f4c;
	padding          : 2px 5px
}

.bet-slip-open .bet-slip-policy .bet-slip-place-mode-label {
	cursor     : pointer;
	text-align : center;
	position   : relative
}

.bet-slip-open .bet-slip-policy .bet-slip-place-mode-label .mode-label {
	font-size  : 11px;
	font-style : italic
}

.bet-slip-open .bet-slip-policy .bet-slip-place-mode-label span.arrow {
	right        : 0;
	top          : 42%;
	border-color : #000000 #f5fff4
}

.bet-slip-open .bet-slip-policy .radio-btn {
	table-layout : fixed;
	width        : 100%
}

.bet-slip-open .bet-slip-policy .radio-btn td {
	padding-top : 4px;
	white-space : nowrap
}

.bet-slip-open .bet-slip-policy .radio-btn td input {
	margin         : 0 1px 0 0;
	padding        : 0;
	vertical-align : top
}

.bet-slip-open .bet-slip-policy .radio-btn td label {
	display : inline-block;
	width   : 70%
}

.bet-slip-open .bet-slip-policy .radio-btn td.radio-btn-greater {
	width : 54%
}

.ru_RU .bet-slip-open .bet-slip-policy .radio-btn td.radio-btn-greater {
	width : 48%
}

.bet-slip-open .bet-slip-policy .radio-btn td.radio-btn-greater label {
	width : 80%
}

.bet-slip-open .bet-slip-policy .radio-btn td.radio-btn-any {
	width : 24%
}

.bet-slip-open .bet-slip-policy .radio-btn td.radio-btn-equals {
	width : 21%
}

.ru_RU .bet-slip-open .bet-slip-policy .radio-btn td.radio-btn-equals {
	width : 26%
}

.bet-slip-open .p-0 {
	padding : 0 !important
}

.bet-slip-open .apply-choices {
	font-weight      : 700;
	text-align       : right;
	border-top       : 2px solid #008f4c;
	padding          : 4px 5px 2px 0;
	background-color : #fcfac1;
	display          : none
}

.bet-slip-open .apply-choices .button {
	background-color : #ffd400;
	color            : #000000
}

.bet-slip-open .has-removed {
	border-top : 2px solid #008f4c;
	padding    : 4px 0 2px 5px;
	color      : #cb2129;
	display    : none
}

.bet-slip-open .display-inline {
	display : inline
}

.block-list {
	border : solid 2px #008f4c
}

.block-list .open-bet-scroll-selections {
	overflow         : auto;
	background-color : #e8ffe6
}

.block-list.open-bets {
	width        : 100%;
	border-top   : none;
	margin-top   : 0;
	max-height   : 450px;
	overflow-y   : auto;
	table-layout : fixed
}

.block-list.open-bets ul {
	list-style : none;
	margin     : 0;
	padding    : 0
}

.block-list.open-bets ul li {
	background-color : #008f4c !important;
	line-height      : 12px;
	cursor           : pointer;
	border-top       : solid 1px #ffffff;
	margin-bottom    : 0;
	margin-top       : 0
}

.block-list.open-bets ul li a {
	color           : #ffffff;
	padding         : 3px 6px 3px;
	display         : block;
	text-decoration : none;
	font-size       : 11px;
	vertical-align  : middle;
	outline         : 0
}

.block-list.open-bets ul li .ico-remove-open-bet-container {
	height        : 18px;
	width         : 10px;
	padding-right : 6px;
	padding-left  : 2px;
	float         : right
}

.block-list.open-bets ul li .ico-remove {
	margin-left : 23%;
	cursor      : pointer !important;
	display     : block;
	font        : 400 16px Arial, 'PT Sans', sans-serif;
	line-height : 18px;
	color       : #ffffff
}

.block-list.open-bets ul li:nth-last-child(2) {
	border-bottom : 0
}

.block-list.open-bets ul .open-bet-container:nth-of-type(even) li {
	background-color : #00ad5c !important
}

.block-list.open-bets .open-bet-details {
	background-color : #e8ffe6
}

.block-list.open-bets .open-bet-details div.selection-name.event-status {
	padding-top    : 1px;
	padding-bottom : 5px
}

.block-list.open-bets .open-bet-details div.selection-name.event-status span {
	cursor : default
}

.block-list.open-bets .open-bet-details div.status-image {
	float        : left;
	margin-right : 3px;
	height       : 16px;
	width        : 16px
}

.block-list.open-bets .open-bet-details div.selection {
	border-top     : solid 1px #92cf81;
	padding-top    : 5px;
	padding-bottom : 5px
}

.block-list.open-bets .open-bet-details div.summary {
	border-top : 2px solid #008f4c;
	display    : table;
	width      : 100%
}

.block-list.open-bets .open-bet-details div.summary div.summary-row {
	display : table-row
}

.block-list.open-bets .open-bet-details div.summary div.summary-row div {
	display : inline-block;
	padding : 3px 5px 2px 5px
}

.block-list.open-bets .open-bet-details div.summary div.cashout-block {
	float : right
}

.block-list.open-bets .open-bet-details div.summary div.cashout-block div.cashout-button {
	border           : solid;
	border-radius    : 5px;
	border-width     : .5px;
	background-color : #ffd400
}

.block-list.open-bets .open-bet-details div.summary div.cashout-block img {
	margin-bottom : -3px
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=default] .cashout-button {
	cursor : pointer
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=PAID] [data-cashout-icon], .block-list.open-bets .open-bet-details div.summary [data-cashout-status=DELAY2] [data-cashout-icon] {
	display : none !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=PAID] [data-cashout-info], .block-list.open-bets .open-bet-details div.summary [data-cashout-status=DELAY2] [data-cashout-info] {
	display : none !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=PAID] [data-warning-icon], .block-list.open-bets .open-bet-details div.summary [data-cashout-status=DELAY2] [data-warning-icon] {
	display : none !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=PAID] .cashout-button, .block-list.open-bets .open-bet-details div.summary [data-cashout-status=DELAY2] .cashout-button {
	background-color : #f5fff4 !important;
	cursor           : default
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=PAID] .cashout-button {
	background-color : #c6ffbd !important;
	cursor           : default
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=DELAY2] .cashout-button {
	background-color : #f5fff4 !important;
	cursor           : default
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=DELAY1] .cashout-button, .block-list.open-bets .open-bet-details div.summary [data-cashout-status=PLACEMENT] .cashout-button {
	cursor : default !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=DELAY1] [data-cashout-icon], .block-list.open-bets .open-bet-details div.summary [data-cashout-status=PLACEMENT] [data-cashout-icon] {
	display : inline-block !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=DELAY1] [data-cashout-info], .block-list.open-bets .open-bet-details div.summary [data-cashout-status=PLACEMENT] [data-cashout-info] {
	display : none !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=OFFER_CHANGE_REJECTED] [data-warning-icon] {
	display : inline-block !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=OFFER_CHANGE_REJECTED] [data-cashout-icon] {
	display : none !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=OFFER_CHANGE_REJECTED] .cashout-button {
	cursor : pointer !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=REJECTED] [data-cashout-icon] {
	display : none !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=REJECTED] [data-warning-icon] {
	display : inline-block !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=REJECTED] [data-cashout-info] {
	display : none !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=OFFER_CHANGE] [data-cashout-icon] {
	display : none !important
}

.block-list.open-bets .open-bet-details div.summary [data-cashout-status=OFFER_CHANGE] .cashout-button {
	cursor : pointer
}

.block-list.open-bets .open-bet-details div.summary [data-payout-return], .block-list.open-bets .open-bet-details div.summary div.summary-potential-return {
	float : right
}

.block-list.open-bets .open-bet-details .hidden-important {
	display : none !important
}

.block-list.open-bets .open-bet-details div.summary-padding {
	position     : relative;
	padding-left : 5px
}

.block-list.open-bets .bet-label {
	padding-top : 5px;
	font-weight : 400
}

.block-list.open-bets .bet-text-value {
	padding-top : 5px;
	color       : #000000;
	font-weight : 700
}

.block-list.open-bets .bet-text-value.open-bet-price {
	padding-right : 10px;
	white-space   : nowrap
}

.no-open-bets {
	text-align       : center;
	padding          : 5px;
	font-size        : 11px;
	background-color : #c6ffbd;
	line-height      : 15px
}

[data-tooltip-open-bets-event] {
	white-space   : nowrap !important;
	overflow      : hidden;
	text-overflow : ellipsis
}

.table-header {
	width           : 100%;
	overflow        : hidden;
	color           : #000000;
	font            : 700 12px/15px Arial, 'PT Sans', sans-serif;
	cursor          : pointer;
	border-collapse : separate;
	table-layout    : fixed
}

.table-header td {
	background-color : #e8ffe6;
	padding          : 2px 7px;
	border           : 2px solid #008f4c
}

.table-header td .bet-slip-selection-count {
	white-space : nowrap;
	float       : right
}

.table-header td#header_bet_slip:not([class*=not-radius]) {
	border-top-right-radius : 10px
}

.table-header td#header_open_bets {
	border-top-left-radius : 10px
}

.table-header td span.betslip-arrow {
	border-color : #ffffff transparent;
	border-style : solid;
	border-width : 4px 4px 0 4px;
	height       : 0;
	width        : 0;
	font-size    : 0;
	display      : none
}

.table-header td.active {
	color            : #ffffff;
	background-color : #008f4c
}

.table-header td.active .betslip-arrow {
	display : inline-table
}

.coupon-not-wide {
	height : 27px
}

.coupon-not-wide .no-open-bets {
	padding : 0
}

.coupon-not-wide .table-header {
	font : 700 12px/13px Arial, 'PT Sans', sans-serif
}

.coupon-not-wide .table-header td {
	padding : 0 7px
}

.coupon-not-wide .stake-no {
	border-top : none
}

.coupon-not-wide .open-bet-details {
	font-size : 11px
}

table.bet-in-one-click-content {
	width : 100%
}

.bet-in-one-click {
	float       : right;
	padding     : 1px 3px 0 5px;
	color       : #6e6e6e;
	white-space : nowrap;
	font-weight : 700
}

.bet-in-one-click .red {
	cursor : pointer
}

.bet-in-one-click input {
	margin-top     : 3px;
	margin-left    : 3px;
	vertical-align : middle
}

input.bet-in-one-click-stake {
	display       : block;
	width         : 100%;
	padding-left  : 2px;
	padding-right : 2px;
	height        : 15px
}

input.not-confirmed {
	color      : #787878;
	font-style : italic
}

td.one-click-input {
	padding-right : 15px
}

td.one-click-but {
	width : 18px
}

.button.btn-bet-in-one-click {
	display : block;
	padding : 3px 8px 0
}

.button.btn-bet-in-one-click:disabled {
	background-color : #cccccc
}

.sidebar-right {
	position : relative
}

.banners {
	padding-top : 10px;
	text-align  : center
}

.banners .banner-wrapper, .banners > a, .banners > iframe, .banners > span {
	overflow           : hidden;
	border             : 2px solid #4d708f;
	margin-bottom      : 9px;
	width              : 100%;
	height             : 104px;
	display            : block;
	position           : relative;
	text-decoration    : none;
	-ms-box-sizing     : border-box;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
	box-sizing         : border-box
}

.banners .banner-wrapper img, .banners > a img, .banners > iframe img, .banners > span img {
	display     : block;
	position    : absolute;
	top         : 50%;
	left        : 50%;
	height      : 100px;
	width       : 476px;
	margin-top  : -50px;
	margin-left : -238px
}

.banners .banner-type-game-iforium {
	overflow      : hidden;
	margin-bottom : 9px;
	text-align    : left
}

.banners .banner-type-game-iforium .game-header {
	background-color : #4d708f;
	border           : 2px solid #4d708f;
	padding          : 3px 7px 2px 30px;
	color            : #ffffff;
	font             : 700 13px Arial, 'PT Sans', sans-serif;
	overflow         : hidden;
	position         : relative
}

.banners .banner-type-game-iforium .game-header .home {
	position   : absolute;
	left       : 0;
	top        : 0;
	bottom     : 0;
	width      : 30px;
	background : url(images/banners/game_home.png) no-repeat 7px 3px;
	cursor     : pointer
}

.banners .banner-type-game-iforium .game-header .arrow-container {
	position : absolute;
	top      : 0;
	bottom   : 0;
	right    : 0;
	width    : 22px;
	cursor   : pointer
}

.banners .banner-type-game-iforium .game-header .arrow-container .arrow {
	border-color : #ffffff #4d708f;
	margin-top   : -2px;
	right        : 7px;
	top          : 50%
}

.banners .banner-type-game-iforium.closed .game-container {
	display : none
}

.banners .banner-type-game-iforium .game-container {
	border     : 2px solid #4d708f;
	border-top : 1px solid #4d708f
}

.banners .banner-type-game-iforium .game-container .lobby {
	background : #322c4d url(images/banners/game_bg.png) 0 0;
	text-align : center;
	height     : 330px
}

.banners .banner-type-game-iforium .game-container .lobby > table {
	width  : 100%;
	height : 100%
}

.banners .banner-type-game-iforium .game-container .lobby > table > tbody > tr > td {
	width          : 100%;
	text-align     : center;
	vertical-align : middle
}

.banners .banner-type-game-iforium .game-container .lobby .games {
	display    : inline-block;
	padding    : 0;
	margin     : 7px 0 0;
	width      : 90%;
	text-align : left
}

.banners .banner-type-game-iforium .game-container .lobby .games.games-single {
	width : 45%
}

.banners .banner-type-game-iforium .game-container .lobby .games table {
	width  : 100%;
	height : 100%
}

.banners .banner-type-game-iforium .game-container .lobby .games table .game {
	width   : 50%;
	padding : 10px 5px 0
}

.banners .banner-type-game-iforium .game-container .lobby .games table .game.game-index-0, .banners .banner-type-game-iforium .game-container .lobby .games table .game.game-index-1 {
	padding-top : 0
}

.banners .banner-type-game-iforium .game-container .lobby .games table .game img {
	border : 1px solid #dd80ff;
	cursor : pointer;
	width  : 100%;
	height : auto
}

.banners .banner-type-game-iforium .game-container .lobby .games table .game .game-title {
	color  : #ffffff;
	cursor : pointer
}

.banners .banner-type-game-iforium .game-container .game-played {
	display          : none;
	position         : relative;
	background-color : #000000;
	overflow         : hidden
}

.banners .banner-type-game-iforium .game-container .game-played.loader {
	background : #322c4d url(images/banners/game_bg.png) 0 0
}

.banners .banner-type-game-iforium .game-container .game-played.loader .loader-icon {
	display             : block;
	margin              : 0 0;
	border              : 1px solid #dd80ff;
	background-repeat   : no-repeat;
	background-position : 0 0;
	position            : absolute;
	left                : 50%;
	top                 : 50%
}

.banners .banner-type-game-iforium .game-container .game-played .error {
	display          : block;
	position         : absolute;
	left             : 0;
	right            : 0;
	top              : 0;
	bottom           : 0;
	background-color : #000000
}

.banners .banner-type-game-iforium .game-container .game-played .error .no-flash-container {
	position   : absolute;
	top        : 50%;
	left       : 0;
	right      : 0;
	margin-top : -16px;
	text-align : center
}

.banners .banner-type-game-iforium .game-container .game-played .error .no-flash-container a {
	line-height           : 22px;
	padding               : 9px 15px;
	color                 : #ffffff;
	background            : #da0000;
	background            : -webkit-gradient(linear, left bottom, left top, color-stop(0, #9a0000), color-stop(1, #da0000));
	background            : -ms-linear-gradient(bottom, #9a0000, #da0000);
	background            : -moz-linear-gradient(center bottom, #9a0000 0, #da0000 100%);
	background            : -o-linear-gradient(#da0000, #9a0000);
	-webkit-border-radius : 5px;
	-moz-border-radius    : 5px;
	border-radius         : 5px
}

.banners .banner-type-game-iforium .game-container .game-played .error .no-flash-container a .icon {
	background    : url(../images/adobe_flash_player.png) no-repeat 0 0;
	width         : 20px;
	height        : 20px;
	display       : inline-block;
	margin-right  : 10px;
	margin-bottom : -5px
}

.banners .banner-type-game-iforium .game-container .game-played iframe {
	display  : none;
	padding  : 0;
	margin   : 0;
	position : absolute;
	left     : 0;
	top      : 0
}

.banners.filter-banner-type-game_iforium {
	padding-top : 0 !important
}

.banners.filter-banner-type-game_iforium .banner-type-game-iforium {
	margin-bottom : 0
}

.banners.filter-banner-type-game_iforium .banner-type-game-iforium .game-header {
	display : none
}

.banners.filter-banner-type-game_iforium .banner-type-game-iforium .game-container {
	border : none
}

.sidebar-padding-top {
	padding-top : 66px
}

.hi_IN .sidebar-padding-top, .th_TH .sidebar-padding-top, .zh_CN .sidebar-padding-top, .zh_TW .sidebar-padding-top {
	padding-top : 52px
}

.main-sport-category {
	white-space : nowrap;
	margin      : 8px 0
}

.main-sport-category input {
	float  : left;
	margin : 3px
}

.main-sport-category .label {
	padding : 3px 0 0
}

.main-sport-category .sub-sports-label {
	float     : left;
	max-width : 67%;
	padding   : 3px 0 0
}

.control-event-period-form {
	padding : 7px
}

.control-event-period-form label {
	float  : left;
	margin : 3px 0 0
}

.control-event-period-form .select-hours select {
	float     : left;
	margin    : 0 1px 0 10px;
	width     : 82px;
	height    : 18px;
	font-size : 11px
}

.broadcasts-menu {
	vertical-align : inherit;
	display        : inline-block
}

.broadcast-state {
	vertical-align : middle;
	display        : inline-block;
	padding        : 0 0 0 2px;
	cursor         : pointer
}

.broadcast-state.broadcast-for-logged {
	display : none
}

.logged-punter .broadcast-state.broadcast-for-logged {
	display : inline-block;
	cursor  : pointer
}

.logged-punter .broadcast-state.broadcast-for-not-logged {
	display : none
}

.broadcast {
	vertical-align : inherit;
	display        : none
}

.broadcast.all-regions, .region-AD .broadcast.AD, .region-AE .broadcast.AE, .region-AF .broadcast.AF, .region-AG .broadcast.AG, .region-AI .broadcast.AI, .region-AL .broadcast.AL, .region-AM .broadcast.AM, .region-AO .broadcast.AO, .region-AR .broadcast.AR, .region-AT .broadcast.AT, .region-AW .broadcast.AW, .region-AX .broadcast.AX, .region-AZ .broadcast.AZ, .region-BA .broadcast.BA, .region-BB .broadcast.BB, .region-BD .broadcast.BD, .region-BE .broadcast.BE, .region-BF .broadcast.BF, .region-BG .broadcast.BG, .region-BH .broadcast.BH, .region-BI .broadcast.BI, .region-BJ .broadcast.BJ, .region-BL .broadcast.BL, .region-BM .broadcast.BM, .region-BN .broadcast.BN, .region-BO .broadcast.BO, .region-BQ .broadcast.BQ, .region-BR .broadcast.BR, .region-BS .broadcast.BS, .region-BT .broadcast.BT, .region-BV .broadcast.BV, .region-BW .broadcast.BW, .region-BY .broadcast.BY, .region-BZ .broadcast.BZ, .region-CA .broadcast.CA, .region-CD .broadcast.CD, .region-CF .broadcast.CF, .region-CG .broadcast.CG, .region-CH .broadcast.CH, .region-CI .broadcast.CI, .region-CL .broadcast.CL, .region-CM .broadcast.CM, .region-CN .broadcast.CN, .region-CO .broadcast.CO, .region-CR .broadcast.CR, .region-CU .broadcast.CU, .region-CV .broadcast.CV, .region-CW .broadcast.CW, .region-CY .broadcast.CY, .region-CZ .broadcast.CZ, .region-DE .broadcast.DE, .region-DJ .broadcast.DJ, .region-DK .broadcast.DK, .region-DM .broadcast.DM, .region-DO .broadcast.DO, .region-DZ .broadcast.DZ, .region-EC .broadcast.EC, .region-EE .broadcast.EE, .region-EG .broadcast.EG, .region-EH .broadcast.EH, .region-ER .broadcast.ER, .region-ES .broadcast.ES, .region-ET .broadcast.ET, .region-FI .broadcast.FI, .region-FK .broadcast.FK, .region-FO .broadcast.FO, .region-FR .broadcast.FR, .region-GA .broadcast.GA, .region-GB .broadcast.GB, .region-GD .broadcast.GD, .region-GE .broadcast.GE, .region-GF .broadcast.GF, .region-GG .broadcast.GG, .region-GH .broadcast.GH, .region-GI .broadcast.GI, .region-GL .broadcast.GL, .region-GM .broadcast.GM, .region-GN .broadcast.GN, .region-GP .broadcast.GP, .region-GQ .broadcast.GQ, .region-GR .broadcast.GR, .region-GS .broadcast.GS, .region-GT .broadcast.GT, .region-GW .broadcast.GW, .region-GY .broadcast.GY, .region-HK .broadcast.HK, .region-HN .broadcast.HN, .region-HR .broadcast.HR, .region-HT .broadcast.HT, .region-HU .broadcast.HU, .region-ID .broadcast.ID, .region-IE .broadcast.IE, .region-IL .broadcast.IL, .region-IM .broadcast.IM, .region-IN .broadcast.IN, .region-IO .broadcast.IO, .region-IQ .broadcast.IQ, .region-IR .broadcast.IR, .region-IS .broadcast.IS, .region-IT .broadcast.IT, .region-JE .broadcast.JE, .region-JM .broadcast.JM, .region-JO .broadcast.JO, .region-JP .broadcast.JP, .region-KE .broadcast.KE, .region-KG .broadcast.KG, .region-KH .broadcast.KH, .region-KM .broadcast.KM, .region-KN .broadcast.KN, .region-KP .broadcast.KP, .region-KR .broadcast.KR, .region-KW .broadcast.KW, .region-KY .broadcast.KY, .region-KZ .broadcast.KZ, .region-LA .broadcast.LA, .region-LB .broadcast.LB, .region-LC .broadcast.LC, .region-LI .broadcast.LI, .region-LK .broadcast.LK, .region-LR .broadcast.LR, .region-LS .broadcast.LS, .region-LT .broadcast.LT, .region-LU .broadcast.LU, .region-LV .broadcast.LV, .region-LY .broadcast.LY, .region-MA .broadcast.MA, .region-MC .broadcast.MC, .region-MD .broadcast.MD, .region-ME .broadcast.ME, .region-MF .broadcast.MF, .region-MG .broadcast.MG, .region-MK .broadcast.MK, .region-ML .broadcast.ML, .region-MM .broadcast.MM, .region-MN .broadcast.MN, .region-MO .broadcast.MO, .region-MQ .broadcast.MQ, .region-MR .broadcast.MR, .region-MS .broadcast.MS, .region-MT .broadcast.MT, .region-MU .broadcast.MU, .region-MV .broadcast.MV, .region-MW .broadcast.MW, .region-MX .broadcast.MX, .region-MY .broadcast.MY, .region-MZ .broadcast.MZ, .region-NA .broadcast.NA, .region-NC .broadcast.NC, .region-NE .broadcast.NE, .region-NG .broadcast.NG, .region-NI .broadcast.NI, .region-NL .broadcast.NL, .region-NO .broadcast.NO, .region-NP .broadcast.NP, .region-OM .broadcast.OM, .region-PA .broadcast.PA, .region-PE .broadcast.PE, .region-PF .broadcast.PF, .region-PH .broadcast.PH, .region-PK .broadcast.PK, .region-PL .broadcast.PL, .region-PM .broadcast.PM, .region-PN .broadcast.PN, .region-PS .broadcast.PS, .region-PT .broadcast.PT, .region-PY .broadcast.PY, .region-QA .broadcast.QA, .region-RE .broadcast.RE, .region-RO .broadcast.RO, .region-RS .broadcast.RS, .region-RU .broadcast.RU, .region-RW .broadcast.RW, .region-SA .broadcast.SA, .region-SC .broadcast.SC, .region-SD .broadcast.SD, .region-SE .broadcast.SE, .region-SG .broadcast.SG, .region-SH .broadcast.SH, .region-SI .broadcast.SI, .region-SJ .broadcast.SJ, .region-SK .broadcast.SK, .region-SL .broadcast.SL, .region-SM .broadcast.SM, .region-SN .broadcast.SN, .region-SO .broadcast.SO, .region-SR .broadcast.SR, .region-SS .broadcast.SS, .region-ST .broadcast.ST, .region-SV .broadcast.SV, .region-SX .broadcast.SX, .region-SY .broadcast.SY, .region-SZ .broadcast.SZ, .region-TC .broadcast.TC, .region-TD .broadcast.TD, .region-TF .broadcast.TF, .region-TG .broadcast.TG, .region-TH .broadcast.TH, .region-TJ .broadcast.TJ, .region-TL .broadcast.TL, .region-TM .broadcast.TM, .region-TN .broadcast.TN, .region-TR .broadcast.TR, .region-TT .broadcast.TT, .region-TW .broadcast.TW, .region-TZ .broadcast.TZ, .region-UA .broadcast.UA, .region-UG .broadcast.UG, .region-UM .broadcast.UM, .region-US .broadcast.US, .region-UY .broadcast.UY, .region-UZ .broadcast.UZ, .region-VA .broadcast.VA, .region-VC .broadcast.VC, .region-VE .broadcast.VE, .region-VG .broadcast.VG, .region-VI .broadcast.VI, .region-VN .broadcast.VN, .region-WF .broadcast.WF, .region-YE .broadcast.YE, .region-YT .broadcast.YT, .region-ZA .broadcast.ZA, .region-ZM .broadcast.ZM, .region-ZW .broadcast.ZW, .region-undefined .broadcast {
	display : inline-block
}

.broadcasts-menu-container-tr {
	display : none
}

.broadcasts-menu-container-tr.all-regions, .region-AD .broadcasts-menu-container-tr.AD, .region-AE .broadcasts-menu-container-tr.AE, .region-AF .broadcasts-menu-container-tr.AF, .region-AG .broadcasts-menu-container-tr.AG, .region-AI .broadcasts-menu-container-tr.AI, .region-AL .broadcasts-menu-container-tr.AL, .region-AM .broadcasts-menu-container-tr.AM, .region-AO .broadcasts-menu-container-tr.AO, .region-AR .broadcasts-menu-container-tr.AR, .region-AT .broadcasts-menu-container-tr.AT, .region-AW .broadcasts-menu-container-tr.AW, .region-AX .broadcasts-menu-container-tr.AX, .region-AZ .broadcasts-menu-container-tr.AZ, .region-BA .broadcasts-menu-container-tr.BA, .region-BB .broadcasts-menu-container-tr.BB, .region-BD .broadcasts-menu-container-tr.BD, .region-BE .broadcasts-menu-container-tr.BE, .region-BF .broadcasts-menu-container-tr.BF, .region-BG .broadcasts-menu-container-tr.BG, .region-BH .broadcasts-menu-container-tr.BH, .region-BI .broadcasts-menu-container-tr.BI, .region-BJ .broadcasts-menu-container-tr.BJ, .region-BL .broadcasts-menu-container-tr.BL, .region-BM .broadcasts-menu-container-tr.BM, .region-BN .broadcasts-menu-container-tr.BN, .region-BO .broadcasts-menu-container-tr.BO, .region-BQ .broadcasts-menu-container-tr.BQ, .region-BR .broadcasts-menu-container-tr.BR, .region-BS .broadcasts-menu-container-tr.BS, .region-BT .broadcasts-menu-container-tr.BT, .region-BV .broadcasts-menu-container-tr.BV, .region-BW .broadcasts-menu-container-tr.BW, .region-BY .broadcasts-menu-container-tr.BY, .region-BZ .broadcasts-menu-container-tr.BZ, .region-CA .broadcasts-menu-container-tr.CA, .region-CD .broadcasts-menu-container-tr.CD, .region-CF .broadcasts-menu-container-tr.CF, .region-CG .broadcasts-menu-container-tr.CG, .region-CH .broadcasts-menu-container-tr.CH, .region-CI .broadcasts-menu-container-tr.CI, .region-CL .broadcasts-menu-container-tr.CL, .region-CM .broadcasts-menu-container-tr.CM, .region-CN .broadcasts-menu-container-tr.CN, .region-CO .broadcasts-menu-container-tr.CO, .region-CR .broadcasts-menu-container-tr.CR, .region-CU .broadcasts-menu-container-tr.CU, .region-CV .broadcasts-menu-container-tr.CV, .region-CW .broadcasts-menu-container-tr.CW, .region-CY .broadcasts-menu-container-tr.CY, .region-CZ .broadcasts-menu-container-tr.CZ, .region-DE .broadcasts-menu-container-tr.DE, .region-DJ .broadcasts-menu-container-tr.DJ, .region-DK .broadcasts-menu-container-tr.DK, .region-DM .broadcasts-menu-container-tr.DM, .region-DO .broadcasts-menu-container-tr.DO, .region-DZ .broadcasts-menu-container-tr.DZ, .region-EC .broadcasts-menu-container-tr.EC, .region-EE .broadcasts-menu-container-tr.EE, .region-EG .broadcasts-menu-container-tr.EG, .region-EH .broadcasts-menu-container-tr.EH, .region-ER .broadcasts-menu-container-tr.ER, .region-ES .broadcasts-menu-container-tr.ES, .region-ET .broadcasts-menu-container-tr.ET, .region-FI .broadcasts-menu-container-tr.FI, .region-FK .broadcasts-menu-container-tr.FK, .region-FO .broadcasts-menu-container-tr.FO, .region-FR .broadcasts-menu-container-tr.FR, .region-GA .broadcasts-menu-container-tr.GA, .region-GB .broadcasts-menu-container-tr.GB, .region-GD .broadcasts-menu-container-tr.GD, .region-GE .broadcasts-menu-container-tr.GE, .region-GF .broadcasts-menu-container-tr.GF, .region-GG .broadcasts-menu-container-tr.GG, .region-GH .broadcasts-menu-container-tr.GH, .region-GI .broadcasts-menu-container-tr.GI, .region-GL .broadcasts-menu-container-tr.GL, .region-GM .broadcasts-menu-container-tr.GM, .region-GN .broadcasts-menu-container-tr.GN, .region-GP .broadcasts-menu-container-tr.GP, .region-GQ .broadcasts-menu-container-tr.GQ, .region-GR .broadcasts-menu-container-tr.GR, .region-GS .broadcasts-menu-container-tr.GS, .region-GT .broadcasts-menu-container-tr.GT, .region-GW .broadcasts-menu-container-tr.GW, .region-GY .broadcasts-menu-container-tr.GY, .region-HK .broadcasts-menu-container-tr.HK, .region-HN .broadcasts-menu-container-tr.HN, .region-HR .broadcasts-menu-container-tr.HR, .region-HT .broadcasts-menu-container-tr.HT, .region-HU .broadcasts-menu-container-tr.HU, .region-ID .broadcasts-menu-container-tr.ID, .region-IE .broadcasts-menu-container-tr.IE, .region-IL .broadcasts-menu-container-tr.IL, .region-IM .broadcasts-menu-container-tr.IM, .region-IN .broadcasts-menu-container-tr.IN, .region-IO .broadcasts-menu-container-tr.IO, .region-IQ .broadcasts-menu-container-tr.IQ, .region-IR .broadcasts-menu-container-tr.IR, .region-IS .broadcasts-menu-container-tr.IS, .region-IT .broadcasts-menu-container-tr.IT, .region-JE .broadcasts-menu-container-tr.JE, .region-JM .broadcasts-menu-container-tr.JM, .region-JO .broadcasts-menu-container-tr.JO, .region-JP .broadcasts-menu-container-tr.JP, .region-KE .broadcasts-menu-container-tr.KE, .region-KG .broadcasts-menu-container-tr.KG, .region-KH .broadcasts-menu-container-tr.KH, .region-KM .broadcasts-menu-container-tr.KM, .region-KN .broadcasts-menu-container-tr.KN, .region-KP .broadcasts-menu-container-tr.KP, .region-KR .broadcasts-menu-container-tr.KR, .region-KW .broadcasts-menu-container-tr.KW, .region-KY .broadcasts-menu-container-tr.KY, .region-KZ .broadcasts-menu-container-tr.KZ, .region-LA .broadcasts-menu-container-tr.LA, .region-LB .broadcasts-menu-container-tr.LB, .region-LC .broadcasts-menu-container-tr.LC, .region-LI .broadcasts-menu-container-tr.LI, .region-LK .broadcasts-menu-container-tr.LK, .region-LR .broadcasts-menu-container-tr.LR, .region-LS .broadcasts-menu-container-tr.LS, .region-LT .broadcasts-menu-container-tr.LT, .region-LU .broadcasts-menu-container-tr.LU, .region-LV .broadcasts-menu-container-tr.LV, .region-LY .broadcasts-menu-container-tr.LY, .region-MA .broadcasts-menu-container-tr.MA, .region-MC .broadcasts-menu-container-tr.MC, .region-MD .broadcasts-menu-container-tr.MD, .region-ME .broadcasts-menu-container-tr.ME, .region-MF .broadcasts-menu-container-tr.MF, .region-MG .broadcasts-menu-container-tr.MG, .region-MK .broadcasts-menu-container-tr.MK, .region-ML .broadcasts-menu-container-tr.ML, .region-MM .broadcasts-menu-container-tr.MM, .region-MN .broadcasts-menu-container-tr.MN, .region-MO .broadcasts-menu-container-tr.MO, .region-MQ .broadcasts-menu-container-tr.MQ, .region-MR .broadcasts-menu-container-tr.MR, .region-MS .broadcasts-menu-container-tr.MS, .region-MT .broadcasts-menu-container-tr.MT, .region-MU .broadcasts-menu-container-tr.MU, .region-MV .broadcasts-menu-container-tr.MV, .region-MW .broadcasts-menu-container-tr.MW, .region-MX .broadcasts-menu-container-tr.MX, .region-MY .broadcasts-menu-container-tr.MY, .region-MZ .broadcasts-menu-container-tr.MZ, .region-NA .broadcasts-menu-container-tr.NA, .region-NC .broadcasts-menu-container-tr.NC, .region-NE .broadcasts-menu-container-tr.NE, .region-NG .broadcasts-menu-container-tr.NG, .region-NI .broadcasts-menu-container-tr.NI, .region-NL .broadcasts-menu-container-tr.NL, .region-NO .broadcasts-menu-container-tr.NO, .region-NP .broadcasts-menu-container-tr.NP, .region-OM .broadcasts-menu-container-tr.OM, .region-PA .broadcasts-menu-container-tr.PA, .region-PE .broadcasts-menu-container-tr.PE, .region-PF .broadcasts-menu-container-tr.PF, .region-PH .broadcasts-menu-container-tr.PH, .region-PK .broadcasts-menu-container-tr.PK, .region-PL .broadcasts-menu-container-tr.PL, .region-PM .broadcasts-menu-container-tr.PM, .region-PN .broadcasts-menu-container-tr.PN, .region-PS .broadcasts-menu-container-tr.PS, .region-PT .broadcasts-menu-container-tr.PT, .region-PY .broadcasts-menu-container-tr.PY, .region-QA .broadcasts-menu-container-tr.QA, .region-RE .broadcasts-menu-container-tr.RE, .region-RO .broadcasts-menu-container-tr.RO, .region-RS .broadcasts-menu-container-tr.RS, .region-RU .broadcasts-menu-container-tr.RU, .region-RW .broadcasts-menu-container-tr.RW, .region-SA .broadcasts-menu-container-tr.SA, .region-SC .broadcasts-menu-container-tr.SC, .region-SD .broadcasts-menu-container-tr.SD, .region-SE .broadcasts-menu-container-tr.SE, .region-SG .broadcasts-menu-container-tr.SG, .region-SH .broadcasts-menu-container-tr.SH, .region-SI .broadcasts-menu-container-tr.SI, .region-SJ .broadcasts-menu-container-tr.SJ, .region-SK .broadcasts-menu-container-tr.SK, .region-SL .broadcasts-menu-container-tr.SL, .region-SM .broadcasts-menu-container-tr.SM, .region-SN .broadcasts-menu-container-tr.SN, .region-SO .broadcasts-menu-container-tr.SO, .region-SR .broadcasts-menu-container-tr.SR, .region-SS .broadcasts-menu-container-tr.SS, .region-ST .broadcasts-menu-container-tr.ST, .region-SV .broadcasts-menu-container-tr.SV, .region-SX .broadcasts-menu-container-tr.SX, .region-SY .broadcasts-menu-container-tr.SY, .region-SZ .broadcasts-menu-container-tr.SZ, .region-TC .broadcasts-menu-container-tr.TC, .region-TD .broadcasts-menu-container-tr.TD, .region-TF .broadcasts-menu-container-tr.TF, .region-TG .broadcasts-menu-container-tr.TG, .region-TH .broadcasts-menu-container-tr.TH, .region-TJ .broadcasts-menu-container-tr.TJ, .region-TL .broadcasts-menu-container-tr.TL, .region-TM .broadcasts-menu-container-tr.TM, .region-TN .broadcasts-menu-container-tr.TN, .region-TR .broadcasts-menu-container-tr.TR, .region-TT .broadcasts-menu-container-tr.TT, .region-TW .broadcasts-menu-container-tr.TW, .region-TZ .broadcasts-menu-container-tr.TZ, .region-UA .broadcasts-menu-container-tr.UA, .region-UG .broadcasts-menu-container-tr.UG, .region-UM .broadcasts-menu-container-tr.UM, .region-US .broadcasts-menu-container-tr.US, .region-UY .broadcasts-menu-container-tr.UY, .region-UZ .broadcasts-menu-container-tr.UZ, .region-VA .broadcasts-menu-container-tr.VA, .region-VC .broadcasts-menu-container-tr.VC, .region-VE .broadcasts-menu-container-tr.VE, .region-VG .broadcasts-menu-container-tr.VG, .region-VI .broadcasts-menu-container-tr.VI, .region-VN .broadcasts-menu-container-tr.VN, .region-WF .broadcasts-menu-container-tr.WF, .region-YE .broadcasts-menu-container-tr.YE, .region-YT .broadcasts-menu-container-tr.YT, .region-ZA .broadcasts-menu-container-tr.ZA, .region-ZM .broadcasts-menu-container-tr.ZM, .region-ZW .broadcasts-menu-container-tr.ZW, .region-undefined .broadcasts-menu-container-tr {
	display : table-row
}

.payment-options {
	width  : 100%;
	margin : 15px 0;
	border : 1px solid #013d79
}

.payment-options td, .payment-options th {
	border : 1px solid #013d79;
	font   : 400 12px Arial, 'PT Sans', sans-serif
}

.payment-options th {
	background : #a3d3f7;
	padding    : 2px 8px
}

.payment-options th.title {
	background : #013d79;
	padding    : 2px 8px 1px;
	color      : #ffffff;
	text-align : left
}

.payment-options td {
	padding        : 5px 8px;
	vertical-align : middle
}

.payment-options td.payment-action, .payment-options td.payment-info, .payment-options td.payment-logo {
	text-align : center
}

.payment-options td.payment-action a.btn-deposit, .payment-options td.payment-info a.btn-deposit, .payment-options td.payment-logo a.btn-deposit {
	display               : inline-block;
	padding               : 2px 7px;
	-webkit-border-radius : 4px;
	-moz-border-radius    : 4px;
	border-radius         : 4px
}

.payment-options td.payment-action a.btn-deposit.disabled, .payment-options td.payment-info a.btn-deposit.disabled, .payment-options td.payment-logo a.btn-deposit.disabled {
	background-color : #c3c3c3;
	pointer-events   : none;
	cursor           : default
}

.payment-options td.payment-logo {
	padding : 5px
}

.payment-options td.payment-logo .logo {
	max-width  : 150px;
	max-height : 50px
}

.payment-options td.payment-logo .logo-wrapper {
	position : relative;
	padding  : 3px 0
}

.payment-options td.payment-logo .logo-wrapper .link {
	position : absolute;
	right    : 0;
	top      : 0
}

.payment-options td.deposit-col, .payment-options td.withdraw-col {
	min-width : 105px;
	max-width : 200px
}

.payment-options .hint {
	position : relative;
	margin   : 0 auto;
	padding  : 0;
	width    : 13px
}

.payment-options .hint .window-message {
	left       : 0;
	z-index    : 50;
	width      : 145px;
	margin     : 0 0 0 -175px !important;
	text-align : left
}

.payment-options .hint .window-message p {
	margin  : 0;
	padding : 5px 0
}

.cashsource .payment-options .payment-logo .logo {
	margin : 0 12px
}

p.accepted-currency {
	color      : #013d79;
	font-size  : 14px;
	text-align : center !important;
	margin     : 0 0 10px
}

.currency-table {
	margin : 0 auto 20px
}

.currency-table td {
	border-left  : 1px solid #d9d2b8;
	border-right : 1px solid #d9d2b8;
	padding      : 0 5px
}

.currency-table td.first-currency {
	border-left : none
}

.currency-table td.alone-currency {
	border-right : none;
	border-left  : none
}

.currency-table td.last-currency {
	border-right : none
}

.currency-table td .currency-item {
	color         : #013d79;
	font-weight   : 700;
	text-align    : center;
	border-bottom : 1px solid #d9d2b8;
	padding       : 5px 15px
}

.currency-table td .first-row {
	border-top : 1px solid #d9d2b8
}

.cashsource {
	padding : 0 20px
}

.cashsource .must-be-complete {
	color : #013d79
}

.cashsource p.must-be-complete {
	clear   : none;
	margin  : 0;
	padding : 10px 0 5px
}

.cashsource p.punter-message, .cashsource p.replacement-message {
	color : #cb2129;
	font  : 700 15px Arial, 'PT Sans', sans-serif
}

.cashsource .updated-error {
	margin  : 0 0 0 245px;
	padding : 2px 0 0;
	color   : #cb2129;
	font    : 700 13px Arial, 'PT Sans', sans-serif
}

.cashsource .main-form .field-name {
	padding-top    : 9px;
	padding-right  : 5px;
	text-align     : right;
	vertical-align : top;
	width          : 240px
}

.cashsource .main-form .field {
	padding-top    : 7px;
	vertical-align : bottom
}

.cashsource .main-form .field-alert {
	padding-top : 3px
}

.cashsource .main-form .field-button {
	padding-top : 10px
}

.cashsource .main-form .field-button #form2 {
	display : inline-block
}

.cashsource .main-form .field-button #form2 .button-remove-cashsource {
	padding : 0
}

.cashsource .main-form .field-button .message-cannot-edit-cashsource {
	padding : 9px 0 0 !important
}

.cashsource .main-form input, .cashsource .main-form textarea {
	border        : 1px solid #cbcbcb;
	padding-left  : 2px;
	padding-right : 2px;
	width         : 324px
}

.cashsource .main-form input[type=radio] {
	width : 20px
}

.cashsource .main-form select {
	width : 330px
}

.cashsource .main-form .half input {
	width : 154px
}

.cashsource .main-form .half select {
	width : 160px
}

.cashsource .main-form .field-checkbox input {
	margin : 0 3px 0 0;
	width  : auto
}

.cashsource .qiwi .main-form .field {
	position : relative
}

.cashsource .profeebankcard .main-form .field, .cashsource .profeemobile .main-form .field, .cashsource .profeeqiwi .main-form .field, .cashsource .profeeyandex .main-form .field {
	position : relative
}

.cashsource .data-cashsource {
	border-top : 2px solid #013d79;
	padding    : 4px 15px 10px 15px
}

.cashsource .button-remove-cashsource, .cashsource .message-cannot-edit-cashsource {
	padding-bottom : 9px;
	padding-left   : 260px
}

.cashsource.edit-cashsource #form2 {
	display : inline-block
}

.cashsource.edit-cashsource .button-update-cashsource {
	display     : inline-block;
	margin-left : 10px
}

.cashsource.edit-cashsource .button-update-cashsource.hidden {
	display : none
}

.cashsource.edit-cashsource .button-update-cashsource.on-withdraw {
	margin-left : 0 !important
}

.cashsource .message-cannot-edit-cashsource {
	color : #cb2129
}

.cashsource .form-cashsource {
	clear         : both;
	border-top    : 1px solid #013d79;
	border-bottom : 2px solid #013d79;
	padding       : 5px 15px 10px
}

.cashsource .form-cashsource p {
	color : #013d79
}

.cashsource .form-cashsource div.field {
	float   : left;
	clear   : none;
	padding : 0;
	width   : 340px
}

.cashsource .form-cashsource div.field.note {
	float  : none;
	clear  : left;
	margin : 1px 0 0 175px;
	width  : auto
}

.cashsource .form-cashsource div.field.note.casino {
	display : none
}

.cashsource .form-cashsource .balance.casino, .cashsource .form-cashsource .balance.sportsbook {
	display : none
}

.cashsource .form-cashsource.create {
	border-top    : 0;
	border-bottom : 0
}

.cashsource .form-cashsource.create p.info {
	border-bottom : 0;
	margin        : 15px 0
}

.cashsource .form-cashsource.create p.info-agreement {
	color : #000000
}

.cashsource .form-cashsource.update {
	margin-bottom : 10px;
	padding       : 0 0 10px 0
}

.cashsource .form-cashsource span.question {
	vertical-align : -2px
}

.cashsource .form-cashsource .window-message {
	margin : 0 0 0 180px
}

.cashsource .form-cashsource .field-value {
	clear    : none;
	float    : left;
	width    : 339px;
	margin   : 0;
	padding  : 0;
	position : relative
}

.cashsource .form-cashsource .field-value .value {
	background : #c6ffbd;
	border     : 1px solid #c6ffbd;
	clear      : none;
	float      : left;
	margin     : 0 7px 11px 0;
	padding    : 2px 4px;
	width      : 70px;
	height     : 24px;
	text-align : center
}

.cashsource .form-cashsource .field-value .value a {
	color           : #000000;
	font            : 11px/12px Arial, 'PT Sans', sans-serif;
	text-decoration : none
}

.cashsource .form-cashsource .field-value .value.selected {
	background : #008f4c
}

.cashsource .form-cashsource .field-value .value.selected a {
	color : #ffffff
}

.cashsource .form-cashsource .field-value .value td {
	height         : 24px;
	vertical-align : middle
}

.cashsource .form-cashsource .paysafecard .age-restrictions {
	width    : 24px;
	position : absolute
}

.cashsource .form-cashsource .available-withdraw-row td {
	padding          : 5px 0;
	background-color : #e5e5e5;
	text-align       : right
}

.cashsource .form-cashsource .available-withdraw-row td.withdraw-sum-label {
	padding-right : 5px
}

.cashsource .form-cashsource .available-withdraw-row td.withdraw-sum {
	text-align      : left;
	text-decoration : underline;
	cursor          : pointer;
	color           : #013d79
}

.cashsource .form-cashsource .available-withdraw-row td.withdraw-sum.disabled {
	text-decoration : none;
	cursor          : default;
	color           : #000000
}

.cashsource.view .payment {
	border-top    : 1px solid #013d79;
	border-bottom : 1px solid #013d79;
	margin        : 10px 0 0;
	padding       : 4px 15px 10px
}

.cashsource.view .payment .data-cashsource {
	border-top : 0;
	padding    : 0
}

.cashsource.view .payment .button-remove-cashsource, .cashsource.view .payment .message-cannot-edit-cashsource {
	padding-top    : 9px;
	padding-bottom : 0;
	padding-left   : 245px
}

.cashsource.view .payment .form-cashsource {
	border-top    : 0;
	border-bottom : 0;
	padding       : 0
}

.cashsource .cash-desk {
	list-style : none;
	margin     : 0;
	padding    : 0
}

.cashsource .cash-desk li {
	display       : inline;
	padding-right : 15px;
	font-size     : 15px;
	font-weight   : 700
}

.cashsource .cash-desk li a {
	font-size : 12px
}

.cashsource .help-cashsource {
	clear   : both;
	padding : 7px 0 0 0
}

.cashsource .help-cashsource h2 {
	font       : 14px Arial, 'PT Sans', sans-serif;
	margin-top : 10px
}

.cashsource .help-cashsource .help-cashsource-cn h2 {
	font       : 700 18px Arial, 'PT Sans', sans-serif;
	text-align : center
}

.cashsource .help-cashsource .help-cashsource-cn ol {
	line-height : 200%
}

.cashsource .help-cashsource .help-cashsource-cn ol .align-image {
	padding-top : 20px;
	text-align  : center
}

.cashsource .help-cashsource .help-cashsource-cn ol ol.upper-romain {
	list-style-type : upper-roman
}

.cashsource .help-cashsource .help-cashsource-cn ol ol.upper-romain .align-image {
	margin-left : -40px
}

.cashsource .help-cashsource .help-cashsource-profee ol {
	padding : 0 0 0 14px
}

.cashsource .line {
	height     : 1px;
	overflow   : hidden;
	border-top : 1px solid #e4e4e4;
	margin     : 17px 0 0
}

.cashsource .field-image-wrapper .dp-field {
	display : inline-block
}

.cashsource.banktransfer input[name=account_number], .cashsource.banktransfer input[name=card_account_number], .cashsource.banktransfer input[name=bank_code] {
	text-transform : uppercase
}

.form-cashsource.create .qiwi select {
	width : auto
}

.transfers .cashsource {
	margin-top : 20px
}

.plus-marker li {
	margin-left     : -20px;
	list-style-type : none
}

.plus-marker li:before {
	content : "+"
}

.angle-bracket-marker li {
	margin-left     : -20px;
	list-style-type : none
}

.angle-bracket-marker li:before {
	content : ">"
}

#simplemodal-container .china-message {
	top         : 10%;
	width       : 600px;
	margin-left : -327px
}

#simplemodal-container .china-message p {
	font-size  : 14px;
	text-align : left
}

#simplemodal-container .china-message li {
	color      : #013d79;
	font-size  : 14px;
	margin     : 0;
	padding    : 2px 0;
	text-align : left
}

.entropay-fast-registration {
	display          : inline-block;
	vertical-align   : top;
	background-color : #f2f2f2;
	border           : 1px solid #e4e4e4;
	border-radius    : 5px;
	padding          : 0 5px
}

.entropay-fast-registration p {
	margin      : 0;
	display     : inline-block;
	padding     : 5px 10px 5px 5px;
	font-weight : bolder
}

.entropay-fast-registration ol, .entropay-fast-registration ul {
	list-style-type : circle;
	display         : block;
	margin          : 0 5px 5px 5px;
	padding         : 0
}

.entropay-fast-registration ol li, .entropay-fast-registration ul li {
	display        : inline-block;
	padding-right  : 5px;
	vertical-align : top
}

.entropay-fast-registration ol .content, .entropay-fast-registration ol .logo, .entropay-fast-registration ol .title, .entropay-fast-registration ul .content, .entropay-fast-registration ul .logo, .entropay-fast-registration ul .title {
	display        : inline-block;
	vertical-align : top
}

.entropay-fast-registration ol .title, .entropay-fast-registration ul .title {
	color          : #6b6b6b;
	padding-right  : 3px;
	text-transform : lowercase
}

.entropay-fast-registration ol .logo img, .entropay-fast-registration ul .logo img {
	width : 76px
}

.entropay-fast-registration .link, .entropay-fast-registration a {
	font-weight : 700;
	cursor      : pointer;
	color       : #013d79
}

.entropay-fast-registration .hint {
	display        : inline-block;
	cursor         : pointer;
	padding-left   : 2px;
	vertical-align : middle
}

.deposit-fast-registration-wrapper {
	margin  : 10px -15px 0 -15px;
	padding : 0
}

.deposit-fast-registration-wrapper .entropay-fast-registration {
	display : block
}

.entropay-retistration-tooltip {
	text-align : left
}

.secondary-header {
	padding : 20px 0 13px
}

.punter-auth-type-container .punter-auth-type {
	display : inline-block
}

.punter-auth-type-container .info-icon {
	display : inline-block
}

.my-account {
	padding : 0 20px
}

.my-account .line {
	border-top : 1px solid #e4e4e4;
	margin     : 4px 0 15px;
	padding    : 0;
	clear      : left
}

.my-account .block-accout {
	display       : inline-block;
	padding-right : 20px
}

.my-account .block-accout .block-accout-info {
	width : 100%
}

.my-account .block-accout .block-accout-info td {
	padding-bottom : 1px;
	vertical-align : bottom
}

.my-account .block-accout .block-accout-info td.balance-details {
	padding-left : 10px
}

.my-account .block-accout .block-accout-info td.balance-details.balance-details-typed {
	padding-left : 20px
}

.my-account .block-accout .block-accout-info .value {
	padding-left : 10px;
	white-space  : nowrap
}

.my-account .block-accout .block-accout-info .loyalty-club-ico-points {
	height        : 9px;
	width         : 9px;
	padding-right : 2px;
	margin-left   : -1px
}

.my-account .block-accout .block-accout-info .loyalty-club-points-withdraw-info-icon {
	display : inline-block
}

.my-account .button {
	margin : 0 3px 0 0
}

.my-account .pending-payouts .col-datetime {
	width : 100px
}

.my-account .pending-payouts .col-value {
	width : 120px
}

.my-account .pending-payouts .col-status {
	width      : 120px;
	text-align : center
}

.my-account .pending-payouts .status-opened {
	cursor : pointer
}

.myaccount-menu-notifications {
	display    : block;
	margin-top : 6px;
	padding    : 5px;
	border     : 2px solid #013d79;
	background : #fdf9d2
}

.myaccount-menu-notifications p {
	margin     : 0;
	color      : #013d79;
	text-align : justify
}

.myaccount-menu-notifications a {
	color : #013d79
}

.personal-details {
	padding : 0 20px 10px
}

.personal-details .must-be-complete {
	color : #013d79
}

.personal-details p.must-be-complete {
	margin : 15px 0 10px
}

.personal-details .player-protection-text {
	margin : 5px 5px 0 10px
}

.personal-details div.field {
	float   : left;
	padding : 0;
	width   : 340px
}

.personal-details div.dp-field {
	padding : 0
}

.personal-details div.birthday {
	margin-top : 10px
}

.personal-details div.birthday .dp-field {
	display  : inline-block;
	position : relative
}

.personal-details div.birthday .dp-field .age-restrictions {
	top      : -4px;
	position : absolute
}

.personal-details .updated-successful {
	padding : 2px 0 0;
	color   : #008f4c;
	font    : 700 13px Arial, 'PT Sans', sans-serif
}

.personal-details .updated-successful span {
	background-color : #fff200
}

.personal-details .openbet-timeout-field {
	position       : relative;
	vertical-align : top !important
}

.personal-details .openbet-timeout-field span {
	position : absolute;
	top      : 10px;
	left     : 125px
}

.personal-details .updated-error {
	margin  : 0 0 0 245px;
	padding : 2px 0 0;
	color   : #cb2129;
	font    : 700 13px Arial, 'PT Sans', sans-serif
}

.personal-details .main-form .field-name {
	padding-top    : 9px;
	padding-right  : 5px;
	text-align     : right;
	vertical-align : top;
	width          : 240px
}

.personal-details .main-form .field {
	padding-top    : 7px;
	vertical-align : bottom
}

.personal-details .main-form .field.limit {
	white-space : nowrap
}

.personal-details .main-form .field.limit input {
	display : inline-block
}

.personal-details .main-form .field.limit input[disabled=disabled] {
	background-color : #bebebe
}

.personal-details .main-form .field.limit label.error {
	white-space : normal
}

.personal-details .main-form .field.limit .label-no-limit {
	display      : inline-block;
	margin-right : 5px;
	text-align   : left
}

.personal-details .main-form .field.field.change-phone-field input::-webkit-input-placeholder {
	font-style : italic
}

.personal-details .main-form .field.field.change-phone-field input:-moz-placeholder {
	font-style : italic
}

.personal-details .main-form .field.field.change-phone-field .button {
	margin-left : 7px
}

.personal-details .main-form .field .hint img {
	margin-bottom : -3px
}

.personal-details .main-form .field .field-inline-block {
	display        : inline-block;
	vertical-align : top
}

.personal-details .main-form .field .field-inline-block label.error {
	width : 324px
}

.personal-details .main-form .field .field-inline-block .window-message {
	margin : -22px 0 0 22px
}

.personal-details .main-form .field label.error {
	white-space : normal;
	width       : 415px
}

.personal-details .main-form .field .intl-tel-input .selected-flag {
	height : 16px
}

.personal-details .main-form .field-alert, .personal-details .main-form .limit-message {
	padding-top : 3px
}

.personal-details .main-form .field-button {
	padding-top : 10px
}

.personal-details .main-form .limit-buttons {
	vertical-align : bottom
}

.personal-details .main-form input[type=password], .personal-details .main-form input[type=text], .personal-details .main-form textarea {
	border        : 1px solid #cbcbcb;
	padding-left  : 2px;
	padding-right : 2px;
	width         : 324px
}

.personal-details .main-form input[type=tel] {
	border        : 1px solid #cbcbcb;
	padding-left  : 52px;
	padding-right : 6px;
	width         : 330px
}

.personal-details .main-form input[type=radio]:focus {
	outline : 0
}

.personal-details .main-form input[type=radio].error {
	border : none !important
}

.personal-details .main-form select {
	width : 330px
}

.personal-details .main-form select.error option {
	color : #000000
}

.personal-details .main-form select.error option[disabled] {
	color : grey
}

.personal-details .main-form select.dateselector-days {
	width  : 50px;
	float  : left;
	margin : 0 7px 0 2px
}

.personal-details .main-form select.dateselector-months {
	width  : 85px;
	float  : left;
	margin : 0 7px 0 2px
}

.personal-details .main-form select.dateselector-years {
	width  : 63px;
	float  : left;
	margin : 0 0 0 2px
}

.personal-details .main-form .half input {
	width : 115px
}

.personal-details .main-form .half input[type=checkbox] {
	width : auto
}

.personal-details .main-form .half select {
	width : 119px
}

.personal-details .main-form .two-thirds input {
	width : 172px
}

.personal-details .main-form .button-form a {
	color       : #cb2129;
	font-weight : 700
}

.personal-details .main-form .showcurrentbalance input {
	width   : auto;
	margin  : 0 4px 0 2px;
	padding : 0
}

.personal-details .main-form .showcurrentbalance label {
	margin      : 0 15px 0 0;
	cursor      : pointer;
	line-height : 15px
}

.personal-details .main-form .correspondence input {
	float   : left;
	width   : auto;
	margin  : 0;
	padding : 0
}

.personal-details .main-form .correspondence label {
	padding     : 0 0 0 17px;
	display     : block;
	cursor      : pointer;
	line-height : 15px
}

.personal-details .main-form .info-icon img {
	vertical-align : sub
}

.personal-details .main-form input.radio-self-exclude {
	float   : left;
	width   : auto;
	margin  : 4px 4px 0 0;
	padding : 0
}

.personal-details .main-form div.datepicker-self-exclude {
	display : inline
}

.personal-details .main-form .self-exclude input.radio-self-exclude {
	margin : 0 6px 0 0
}

.personal-details .main-form .self-exclude label {
	cursor : pointer
}

.personal-details .main-form .self-exclude-button-container p {
	margin-top    : 5px;
	margin-bottom : 5px
}

.personal-details .main-form .age-restrictions {
	margin : -4px 0 -6px
}

.personal-details .main-form .window-message {
	margin : -22px 0 0 150px
}

.personal-details .main-form .addicted-test-table {
	margin-top : 10px
}

.personal-details .main-form .addicted-test-table tbody td {
	border : 1px solid #000000
}

.personal-details .main-form .addicted-test-table .addicted-question-label {
	float  : left;
	width  : 600px;
	margin : 8px
}

.personal-details .main-form .addicted-test-table .addicted-question-options {
	float  : left;
	width  : 100px;
	height : 35px
}

.personal-details .main-form .addicted-test-table .addicted-question-option {
	width  : auto;
	margin : 8px 4px 0 8px
}

.personal-details .line {
	height     : 1px;
	overflow   : hidden;
	border-top : 1px solid #e4e4e4;
	margin     : 22px 0 0;
	padding    : 0 0 13px
}

.personal-details .paid-service-tv-item {
	display        : table-cell;
	height         : 60px;
	vertical-align : middle
}

.personal-details .paid-service-tv-item img {
	width          : 50px;
	height         : 50px;
	vertical-align : middle
}

.personal-details em.sprite-icon {
	display        : inline-block;
	background     : url(images/sprite.png) 0 0 no-repeat;
	margin         : 0;
	padding        : 0;
	vertical-align : middle
}

.personal-details em.sprite-icon a {
	display : block;
	height  : 100%
}

.personal-details em.sprite-icon.autoexclusion {
	background-position : -103px -426px;
	width               : 92px;
	height              : 30px
}

.personal-details ul.dropdown {
	position         : absolute;
	display          : none;
	min-width        : 233px;
	list-style       : none;
	background-color : #ffffff;
	border           : solid 1px #adadad;
	cursor           : pointer;
	margin           : 0;
	padding          : 0;
	z-index          : 150
}

.personal-details ul.dropdown-open {
	display : block
}

.personal-details ul.instructions {
	padding-left : 20px
}

.personal-details ul.instructions li {
	margin : 5px 0
}

.personal-details ul.instructions.main-form li {
	margin : 15px 0
}

.personal-details div.confirmpassword, .personal-details div.password, .personal-details div.setsecretquestion, .personal-details div.username {
	margin-top : 10px
}

.personal-details div.confirm {
	padding-left : 20px
}

[data-change-phone] [data-change-phone-edit] {
	display : none
}

[data-change-phone].edit [data-change-phone-edit] {
	display : block
}

.range .from-date, .range .to-date {
	display        : inline-block;
	width          : 200px;
	padding        : 12px 30px 0 7px;
	vertical-align : top
}

.range .from-date span, .range .to-date span {
	padding-right  : 5px;
	line-height    : 18px;
	vertical-align : top
}

.form-history .dp-field {
	display    : inline-block;
	margin-top : -1px
}

.dp-field input[type=text] {
	border        : 1px solid #cbcbcb;
	padding-left  : 2px;
	padding-right : 2px;
	width         : 110px
}

.error.dp-field input[type=text] {
	border : 1px dashed #cb2129;
	color  : #cb2129
}

.dp-field input[type=button] {
	width          : 19px;
	height         : 19px;
	background     : url(../images/calico.png) no-repeat 2px 3px;
	border         : none;
	cursor         : pointer;
	vertical-align : bottom
}

.dp-field input[type=button]:disabled {
	background-image : url(../images/calicod.png);
	cursor           : default
}

.calendar-week {
	width        : 100%;
	table-layout : fixed
}

.calendar-week a:hover {
	text-decoration : underline
}

.calendar-week td {
	background     : #e0eef7;
	vertical-align : middle;
	text-align     : center;
	border-left    : 1px solid #ffffff;
	height         : 51px;
	width          : auto
}

.calendar-week .calendar-item {
	color : #6387a5
}

.calendar-week .week-day {
	text-decoration : none;
	display         : block;
	width           : 100%;
	padding         : 11px 0
}

.calendar-week .week-day.select {
	color           : #000000;
	text-decoration : underline
}

.calendar-week .other-date {
	width : 63px
}

.calendar-week .other-date a {
	margin-top : 10px;
	text-align : center;
	float      : left;
	display    : block
}

.calendar-week .other-date img {
	cursor : pointer
}

.calendar-week .other-date-label {
	border-left : 0
}

.calendar-week.disabled a {
	color           : #aea9b0;
	text-decoration : none;
	cursor          : default
}

.calendar-week.disabled a:hover {
	text-decoration : none
}

.calendar-week.disabled td {
	background      : #ebebe4;
	text-decoration : none
}

.calendar-week.disabled .calendar-item {
	color  : #aea9b0;
	cursor : default
}

.calendar-week.disabled .other-date img {
	cursor : default
}

.calendar-week.disabled .week-day.select {
	color           : #aea9b0;
	text-decoration : none
}

.history-casino {
	margin-left : 20px
}

.h-red {
	color       : #cb1e28;
	font-weight : 700
}

.h-green {
	color       : #4e9d30;
	font-weight : 700
}

.h-black {
	color       : #000000;
	font-weight : 700
}

.history {
	padding : 0 20px
}

.history .small {
	font-size : 11px
}

.history .gray {
	color : grey
}

.history .history-type-tabs {
	font-size  : 0;
	list-style : none;
	padding    : 0;
	margin     : 0 0 20px
}

.history .history-type-tabs .history-type-tab {
	display          : inline-block;
	margin           : 5px 4px 1px 0;
	padding          : 8px 10px 7px;
	background-color : #e0eef7;
	font-size        : 12px;
	line-height      : 15px
}

.history .history-type-tabs .history-type-tab a {
	color           : #000000;
	line-height     : 15px;
	text-decoration : none
}

.history .history-type-tabs .history-type-tab.active {
	background-color : #013d79
}

.history .history-type-tabs .history-type-tab.active a {
	color : #ffffff
}

.history .form-history {
	width  : auto;
	margin : 0
}

.history .form-history h2 {
	border-bottom : 2px solid #013d79;
	margin        : 10px 0 0;
	padding       : 0;
	font          : 700 13px Arial, 'PT Sans', sans-serif
}

.history .line {
	height     : 1px;
	overflow   : hidden;
	border-top : 1px solid #e4e4e4;
	margin     : 10px 0 0;
	padding    : 0;
	clear      : left
}

.history .filter {
	padding-top : 5px;
	height      : 19px;
	line-height : 19px
}

.history .filter select {
	width  : 138px;
	margin : 0 5px
}

.account-history .history .filter select {
	width : 258px
}

.history .button-view {
	display : inline-block
}

.login-history .history .button-view {
	margin-top : 5px
}

.history .button-view img {
	vertical-align : bottom
}

.history .history-result {
	margin       : 5px 0 0;
	width        : 100%;
	table-layout : fixed;
	border       : 1px solid #013d79
}

.history .history-result tr.history-header {
	background-color : #c2ddf3;
	height           : 39px
}

.history .history-result tr.history-header td {
	line-height : 20px;
	padding     : 3px 12px 1px;
	border      : 1px solid #013d79
}

.history .history-result tr.history-header span.question {
	background-color : #c2ddf3;
	font             : 700 14px/14px Arial, 'PT Sans', sans-serif !important
}

.history .history-result tr.history-header .window-message {
	margin : -3px 0 0 70px
}

.history .history-result tr.row {
	background-color : #f2f2f2
}

.history .history-result tr.row.bg {
	background-color : #ebebeb
}

.history .history-result tr.row.head-info {
	background-color : #e0e0e0
}

.history .history-result tr.row td {
	line-height : 16px;
	padding     : 4px 12px 1px;
	border      : 1px solid #013d79
}

.history .history-result tr.row span.green, .history .history-result tr.row span.red {
	width : 100%
}

.history .history-result tr.row.TOTO {
	background-color : #f9f9f9
}

.history .history-result.history-result-add .bet-number, .history .history-result.history-result-add .bet-source, .history .history-result.history-result-add .bet-title, .history .history-result.history-result-add .coefficient, .history .history-result.history-result-add .date, .history .history-result.history-result-add .loyalty-history-id, .history .history-result.history-result-add .loyalty-history-name, .history .history-result.history-result-add .loyalty-history-points, .history .history-result.history-result-add .open-bet, .history .history-result.history-result-add .print-bet, .history .history-result.history-result-add .result, .history .history-result.history-result-add .selection, .history .history-result.history-result-add .total-stake, .history .history-result.history-result-add .transaction, .history .history-result.history-result-add .type {
	padding-left  : 6px;
	padding-right : 6px;
	text-align    : center
}

.history .history-result.history-result-add .type {
	width : 100px
}

.history .history-result.history-result-add .date {
	width : 63px
}

.history .history-result.history-result-add .bet-number {
	width : 63px
}

.history .history-result.history-result-add.big-bet-number .bet-number {
	width : 150px
}

.history .history-result.history-result-add .bet-source {
	width         : 16px;
	border-left   : 0;
	padding-right : 8px !important
}

.history .history-result.history-result-add .total-stake {
	width : 100px
}

.history .history-result.history-result-add .bet-title {
	min-width    : 165px;
	text-align   : left;
	border-right : 0
}

.history .history-result.history-result-add .transaction {
	width : 90px
}

.history .history-result.history-result-add .result {
	width : 100px
}

.history .history-result.history-result-add .coefficient {
	width : 70px
}

.history .history-result.history-result-add .open-bet {
	width      : 40px;
	text-align : center
}

.history .history-result.history-result-add .open-bet img {
	vertical-align : sub
}

.history .history-result.history-result-add .open-bet .open-bet-state {
	position : relative
}

.history .history-result.history-result-add .open-bet .open-bet-state .history-cashout-icon {
	float    : right;
	position : absolute;
	right    : -2px;
	top      : -1px
}

.history .history-result.history-result-add .open-bet .open-bet-state div {
	display : inline
}

.history .history-result.history-result-add .open-bet input {
	vertical-align : sub;
	margin         : 0 0 2px 0;
	cursor         : pointer !important
}

.history .history-result.history-result-add .print-bet {
	width      : 50px;
	text-align : center
}

.history .history-result.history-result-add .print-bet img {
	vertical-align : sub;
	cursor         : pointer !important
}

.history .history-result.history-result-add .loyalty-history-id {
	width : 75px
}

.history .history-result.history-result-add .loyalty-history-points {
	width : 110px
}

.history .history-result.history-result-add.any-history-table .bingo-empty {
	width : 135px !important
}

.history .history-result.history-result-add tr.row.history-result-main {
	cursor : pointer
}

.history .history-result.history-result-add tr.row.history-result-main .bet-title:hover {
	text-decoration : underline
}

.account-history .history .history-result.history-result-add tr.row.history-result-main {
	cursor : default
}

.history .history-result.history-result-add tr.row.history-result-main td {
	padding : 4px 6px 1px
}

.account-history .history .history-result.history-result-add tr.row.history-result-main td {
	padding-left  : 12px;
	padding-right : 12px
}

.history .history-result.history-result-add tr.row.history-result-more {
	display          : none;
	background-color : #f8f8f8
}

.history .history-result.history-result-add tr.row.history-result-more .italy-id {
	background-color : #e0e0e0;
	padding          : 10px 12px
}

.history .history-result.history-result-add tr.row.history-result-more > td {
	padding : 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text {
	padding : 10px 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table {
	width : 100%
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table .left-border {
	border-left : 1px solid #ffffff
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table .with-border {
	border-left  : 1px solid #ffffff;
	border-right : 1px solid #ffffff
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table .selection-row {
	border-top    : 1px solid #ffffff;
	border-bottom : 1px solid #ffffff
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table .selection-row.need-hover:hover {
	background-color : #ececec
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table .selection-row.last {
	border-bottom : 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table .selection-row.without-top-border {
	border-top : 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table .selection-row td.open-bet {
	padding : 0 6px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table td {
	border      : none;
	padding     : 0 12px 10px;
	line-height : 18px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table td.selection-price {
	width      : 70px;
	padding    : 0 6px;
	text-align : center
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table .last td {
	padding-bottom : 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .selections-table .event-path {
	color : #999999
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .bet-constructor-history-result {
	padding     : 0 12px 10px;
	line-height : 18px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history {
	width : 100%
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history .bingo-draw {
	width        : 150px;
	text-align   : left;
	padding-left : 10px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history .bingo-ticket {
	text-align : left
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history .bingo-price {
	width      : 113px;
	text-align : center
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history .bingo-return {
	width      : 113px;
	text-align : center
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history .bingo-empty {
	width : 53px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history tr.ticket-item {
	border-top : 2px solid #ebebeb
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history tr.ticket-item td {
	padding-top    : 5px;
	padding-bottom : 5px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history tr.win-details-item td {
	padding-bottom : 5px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history td, .history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history th {
	padding : 0;
	border  : 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text table.bingo-transfer-history th {
	height           : 24px;
	font-weight      : 400;
	background-color : #ebebeb
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text .bingo-ticket-info {
	cursor          : pointer;
	color           : #013d79;
	text-decoration : underline
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text [data-loyalty-help-link] {
	color           : #013d79;
	cursor          : pointer;
	text-decoration : underline
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.loyalty-history-detail {
	padding : 10px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.sport-bet {
	padding : 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.sport-bet .sport-bet-header {
	padding-left : 12px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.sport-bet .sport-bet-header div {
	padding-bottom : 3px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.sport-bet .sport-bet-header div:first-child {
	padding-top : 10px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.sport-bet .sport-bet-header div:last-child {
	padding-bottom : 10px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.sport-bet td {
	padding-top : 10px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.sport-bet tr.last td {
	padding-bottom : 10px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.betconstructor .betconstructor-selections:after {
	content : '';
	display : block;
	clear   : both
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.betconstructor .betconstructor-selections .selections-table {
	width : 60%;
	float : left
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.betconstructor .betconstructor-selections .selections-table td, .history .history-result.history-result-add tr.row.history-result-more .info-more-text.betconstructor .betconstructor-selections .selections-table th {
	text-align : left;
	padding    : 4px 10px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.betconstructor .betconstructor-selections .selections-table th {
	font-weight      : 700;
	background-color : #f2f2f2
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.betconstructor .betconstructor-selections .selections-table.teams {
	width : 40%
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.finstakes .selections-table {
	table-layout : fixed
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.finstakes .selections-table td.result {
	text-align : right;
	width      : 30%
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.virtual-sport {
	padding : 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.virtual-sport .selections-table.multy-virtual-bet tr {
	border-bottom : 1px solid #ffffff
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.virtual-sport .selections-table.multy-virtual-bet tr:hover {
	background-color : #ececec
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.virtual-sport .selections-table.multy-virtual-bet tr.last {
	border-bottom : 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.virtual-sport .selections-table.multy-virtual-bet tr .open-bet {
	border-left   : 1px solid #ffffff;
	border-right  : 1px solid #ffffff;
	padding-left  : 6px;
	padding-right : 6px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.virtual-sport .selections-table td {
	padding-top    : 10px;
	padding-bottom : 10px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.virtual-sport .selections-table .additional-info {
	width : 110px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.virtual-sport .selections-table .detail-info {
	padding-left : 6px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.virtual-sport .selections-table .coefficient {
	padding-left  : 6px;
	padding-right : 6px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto {
	padding : 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr.draw-header {
	text-align : center
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr.draw-header th {
	padding       : 10px;
	min-height    : 30px;
	border-bottom : 1px solid #e0e0e0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr.draw-header .toto-header-bet-info {
	border-right : 1px solid #e0e0e0;
	text-align   : left
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr.draw-header .tt-choice {
	border-right : 1px solid #e0e0e0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td {
	border           : 1px solid #f9f9f9;
	padding          : 4px 6px 1px;
	background-color : #f2f2f2;
	text-align       : center;
	height           : 40px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-event-catagory {
	text-align       : left;
	font-weight      : 700;
	background-color : #f9f9f9;
	border-left      : none;
	border-right     : none
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-date {
	width       : 55px;
	border-left : none
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-number {
	width : 53px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-event {
	text-align : left
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-event .tt-event-name-table {
	width           : 100%;
	table-layout    : fixed;
	border-collapse : collapse;
	border-spacing  : 0;
	border          : none
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-event .tt-event-name-table td {
	text-align : left;
	border     : none
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-choice {
	max-width : 300px;
	min-width : 185px;
	padding   : 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-choice .choices {
	border-collapse : collapse;
	border-spacing  : 0;
	width           : 100%
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-choice .choices tr {
	border        : none;
	border-bottom : 1px solid #f9f9f9
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-choice .choices tr:last-child {
	border : none
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-choice .choices td {
	padding      : 3px 7px;
	height       : 40px;
	border       : none;
	border-right : 1px solid #f9f9f9
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-choice .choices td:last-child {
	border : none
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-choice .choices .choice-red {
	background-color : #e6b8b8
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-choice .choices .choice-green {
	background-color : #cae3ad
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .selections-table tr td.tt-result {
	width        : 80px;
	border-right : none
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .toto-draw-summary {
	width : 100%
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .toto-draw-summary td, .history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .toto-draw-summary th {
	padding    : 10px;
	border     : none;
	text-align : center
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .toto-draw-summary th {
	font-weight      : 700;
	background-color : #f9f9f9
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .toto-draw-summary th.draw-win-count {
	text-align : left
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .toto-draw-summary td {
	background-color : #f2f2f2;
	border           : 1px solid #f9f9f9
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .toto-draw-summary td.draw-payout {
	border-right : none
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .toto-draw-summary td.draw-win-count {
	border-left : none;
	text-align  : left
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.toto .tt-text {
	margin           : 20px 12px;
	background-color : #f9f9f9
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.bingo {
	padding : 0
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.bingo .bingo-pagination {
	padding : 10px
}

.history .history-result.history-result-add tr.row.history-result-more .info-more-text.bingo .bingo-pagination span {
	padding-right : 7px
}

.history .history-result.history-result-add tr.row.history-result-more .hint-container {
	position      : relative;
	padding-right : 20px
}

.history .history-result.history-result-add tr.row.history-result-more .hint-container .hint {
	position : absolute;
	top      : -2px
}

.history .history-result.history-result-add tr.row.history-result-more span.result-dot {
	margin-left : -3px
}

.history .history-result.history-result-add tr.row.history-result-more.account {
	display : table-row
}

.history .history-result.history-result-add tr.row.history-result-more.account .info-more-text {
	padding : 20px 12px
}

.history .history-result.history-result-add p {
	margin : 5px 0
}

.history .load {
	margin : -3px 0 -1px 4px;
	height : 14px;
	width  : 14px
}

.history .bingo_transfer_history td {
	padding-left  : 25px;
	padding-right : 25px
}

.history .history-notes {
	padding : 10px 0 1px
}

.history .pager {
	padding : 25px 0 0 12px
}

.loyalty-club-history .history .loyalty-club-ico-points {
	height        : 9px;
	width         : 9px;
	padding-right : 2px;
	margin-left   : -1px
}

.history .marker-loading img.load {
	display : inline
}

.results .pager {
	margin     : 5px 0;
	text-align : right
}

.results .pager input {
	width      : 30px;
	text-align : center;
	border     : 1px solid
}

.results .page-navigator-container {
	text-align : right
}

.results .page-navigator-container .page-navigator {
	display    : inline-block;
	text-align : left
}

.results .page-navigator-container.top .page-navigator {
	margin-top : -40px
}

.results .result-comment-link {
	cursor     : pointer;
	margin-top : 3px
}

#body_footer {
	clear  : both;
	height : 315px;
	width  : 1%
}

.alderney #body_footer {
	height : 390px
}

#body_footer.long {
	height : 380px
}

.alderney #body_footer.long {
	height : 455px
}

.footer-content {
	background-color : #f9f9f9;
	position         : relative;
	height           : 295px;
	margin-top       : -295px;
	overflow         : hidden
}

.alderney .footer-content {
	height     : 370px;
	margin-top : -370px
}

.footer-content.long {
	height     : 360px;
	margin-top : -360px
}

.alderney .footer-content.long {
	height     : 435px;
	margin-top : -435px
}

#footer .bottom-menu-first-line {
	border-bottom : 1px solid #013d79;
	text-align    : center
}

#footer .bottom-menu-first-line li {
	border-left    : 1px solid #013d79;
	padding-top    : 0;
	padding-bottom : 0;
	margin-top     : 5px;
	margin-bottom  : 5px;
	padding-right  : 10px;
	padding-left   : 13px
}

#footer .bottom-menu-first-line li:first-child {
	border-left : none
}

#footer .bottom-menu-third-line {
	font-size  : 11px;
	text-align : center
}

#footer .bottom-menu-third-line li {
	border-left    : 1px solid #838383;
	padding-top    : 0;
	padding-bottom : 0;
	margin-top     : 5px;
	margin-bottom  : 5px
}

#footer .bottom-menu-third-line li:first-child {
	border-left : none
}

#footer .bottom-menu-third-line a {
	color : #838383
}

#footer ul {
	list-style : none;
	margin     : 0 auto;
	padding    : 0
}

#footer ul li {
	display     : inline-block;
	padding     : 5px 12px;
	white-space : nowrap
}

#footer ul li span.show-help-link {
	text-decoration : none;
	color           : #013d79
}

#footer ul li a {
	text-decoration : none
}

#footer .footer-main {
	clear      : both;
	padding    : 9px 0;
	overflow   : hidden;
	text-align : center
}

#footer .footer-main img {
	margin         : 0 5px;
	vertical-align : middle
}

#footer .footer-main em {
	display        : inline-block;
	background     : url(images/sprite.png) 0 0 no-repeat;
	margin         : 0 5px;
	padding        : 0;
	vertical-align : middle
}

#footer .footer-main em a {
	display : block;
	height  : 100%
}

#footer .footer-main em.sprite-mancity {
	background-position : 0 -751px;
	width               : 44px;
	height              : 42px
}

#footer .footer-main em.sprite-lazio {
	background-position : 0 -798px;
	width               : 60px;
	height              : 42px
}

#footer .footer-main em.sprite-hibernian {
	background-position : -110px -45px;
	width               : 40px;
	height              : 42px
}

#footer .footer-main em.sprite-girona {
	background-position : -45px -751px;
	width               : 34px;
	height              : 42px
}

#footer .footer-main em.sprite-dinamo_moscow {
	background-position : -202px -104px;
	width               : 30px;
	height              : 42px
}

#footer .footer-main em.sprite-karpaty {
	background-position : -204px -57px;
	width               : 30px;
	height              : 42px
}

#footer .footer-main em.sprite-alderney {
	background-position : 0 0;
	width               : 109px;
	height              : 24px
}

#footer .footer-main em.sprite-gamblingcommission {
	background-position : 0 -315px;
	width               : 121px;
	height              : 30px
}

#footer .footer-main em.sprite-bank_transfer {
	background-position : 0 -25px;
	width               : 65px;
	height              : 28px
}

#footer .footer-main em.sprite-bank_transfer_spain {
	background-position : -2px -492px;
	width               : 76px;
	height              : 27px
}

#footer .footer-main em.sprite-bank_transfer_italy {
	background-position : 0 -695px;
	width               : 53px;
	height              : 26px
}

#footer .footer-main em.sprite-qiwi {
	background-position : 0 -380px;
	width               : 67px;
	height              : 28px
}

#footer .footer-main em.sprite-curacao_gaming_licensing {
	background-position : -112px -684px;
	width               : 25px;
	height              : 37px;
	padding-right       : 3px
}

#footer .footer-main em.sprite-gamcare {
	background-position : 0 -90px;
	width               : 32px;
	height              : 34px
}

#footer .footer-main em.sprite-maestro {
	background-position : -66px -25px;
	width               : 36px;
	height              : 23px
}

#footer .footer-main em.sprite-mastercard {
	background-position : -66px -49px;
	width               : 36px;
	height              : 23px
}

#footer .footer-main em.sprite-mir {
	background-position : -57px -695px;
	width               : 50px;
	height              : 15px
}

#footer .footer-main em.sprite-paysafecard {
	background-position : 0 -439px;
	width               : 100px;
	height              : 18px
}

#footer .footer-main em.sprite-moneybookers {
	background-position : -50px -73px;
	width               : 51px;
	height              : 35px
}

#footer .footer-main em.sprite-neteller {
	background-position : 0 -135px;
	width               : 100px;
	height              : 22px
}

#footer .footer-main em.sprite-small_wm {
	background-position : -39px -108px;
	width               : 66px;
	height              : 15px
}

#footer .footer-main em.sprite-ipay {
	background-position : -157px -225px;
	width               : 67px;
	height              : 38px
}

#footer .footer-main em.sprite-raschet {
	background-position : -157px -265px;
	width               : 69px;
	height              : 46px
}

#footer .footer-main em.sprite-cashbox {
	background-position : 0 -521px;
	width               : 81px;
	height              : 33px
}

#footer .footer-main em.sprite-thawte {
	background-position : 0 -158px;
	width               : 96px;
	height              : 35px
}

#footer .footer-main em.sprite-visa {
	background-position : -156px -315px;
	width               : 52px;
	height              : 21px
}

#footer .footer-main em.sprite-ibas {
	background-position : 0 -408px;
	width               : 73px;
	height              : 30px
}

#footer .footer-main em.sprite-social_od {
	background-position : 0 -247px;
	width               : 31px;
	height              : 31px
}

#footer .footer-main em.sprite-social_f {
	background-position : -31px -216px;
	width               : 31px;
	height              : 31px
}

#footer .footer-main em.sprite-social_t {
	background-position : -62px -216px;
	width               : 31px;
	height              : 31px
}

#footer .footer-main em.sprite-social_weibo {
	background-position : -129px -495px;
	width               : 33px;
	height              : 26px
}

#footer .footer-main em.sprite-social_telegram {
	background-position : -88px -490px;
	width               : 31px;
	height              : 31px
}

#footer .footer-main em.juego-seguro {
	background-position : -91px -354px;
	width               : 142px;
	height              : 23px
}

#footer .footer-main em.jugar-bien {
	background-position : -87px -382px;
	width               : 125px;
	height              : 43px
}

#footer .footer-main em.autoexclusion {
	background-position : -103px -426px;
	width               : 92px;
	height              : 30px
}

#footer .footer-main em.sprite-yandex_money {
	background-position : 0 -459px;
	width               : 102px;
	height              : 26px
}

#footer .footer-main em.sprite-yandex_money_en {
	background-position : 0 -591px;
	width               : 102px;
	height              : 27px
}

#footer .footer-main em.sprite-sdpay {
	background-position : -138px -151px;
	width               : 79px;
	height              : 35px
}

#footer .footer-main em.sprite-union_pay_online {
	background-position : -158px -190px;
	width               : 61px;
	height              : 34px
}

#footer .footer-main em.sprite-ecopayz {
	background-position : -105px -459px;
	width               : 97px;
	height              : 25px
}

#footer .footer-main em.sprite-entropay {
	background-position : -80px -769px;
	width               : 114px;
	height              : 25px
}

#footer .footer-main em.sprite-paypal {
	background-position : -95px -529px;
	width               : 106px;
	height              : 28px
}

#footer .footer-main em.sprite-teleingreso {
	background-position : 0 -654px;
	width               : 60px;
	height              : 32px;
	margin-bottom       : 6px
}

#footer .footer-main em.sprite-belpochta {
	background-position : 0 -621px;
	width               : 86px;
	height              : 33px
}

#footer .footer-main em.sprite-adm_a {
	background-position : -101px -725px;
	width               : 95px;
	height              : 40px
}

#footer .footer-main em.sprite-adm_g {
	background-position : -147px -684px;
	width               : 56px;
	height              : 40px
}

#footer .footer-main em.sprite-trustly {
	background-position : 0 -355px;
	width               : 76px;
	height              : 23px
}

#footer .footer-main em.sprite-gamstop {
	background-position : 0 -724px;
	width               : 100px;
	height              : 23px
}

#footer .footer-main em.antille-phone-license-content {
	background : 0 0
}

#footer .footer-main .age-restriction {
	height : 37px;
	width  : 37px
}

#footer .footer-main .rgt-donor {
	height : 37px;
	width  : 39px
}

#footer .footer-main p {
	color       : #838383;
	font-size   : 11px;
	line-height : 13px;
	margin      : 5px 0 0
}

#footer .footer-main p.sponsor {
	margin         : 0 10px 5px;
	vertical-align : top
}

#footer .footer-main p.sponsor em {
	margin : 5px 8px 0
}

#footer .footer-main p.copyright {
	margin : 13px 0 0
}

#footer .footer-main p.gambling-commission-msg {
	margin-top : 13px
}

.finstakes-page.ru_RU #footer .footer-main p.gambling-commission-msg, .mobile-page.ru_RU #footer .footer-main p.gambling-commission-msg, .toto-container.ru_RU #footer .footer-main p.gambling-commission-msg {
	margin-top : 10px
}

#footer .footer-links {
	padding    : 10px 0 10px;
	height     : 45px;
	overflow   : hidden;
	text-align : center
}

.window-message {
	position           : absolute;
	z-index            : 105;
	float              : none !important;
	background         : #fdf9d2;
	border             : 2px solid #013d79 !important;
	width              : 193px !important;
	height             : auto !important;
	margin             : -22px 0 0 150px;
	padding            : 12px 14px 14px !important;
	font               : 400 12px Arial, 'PT Sans', sans-serif !important;
	white-space        : normal !important;
	-o-object-position : 70% 30%
}

.window-message .close {
	cursor          : pointer;
	display         : block;
	margin          : 16px 0 0;
	color           : #cb2129;
	font            : 700 13px Arial, 'PT Sans', sans-serif;
	text-decoration : underline
}

.score-popup {
	background : #fdf9d2;
	border     : 2px solid #013d79;
	font       : 400 11px Arial, 'PT Sans', sans-serif;
	position   : absolute;
	left       : 50%;
	z-index    : 500;
	float      : none;
	min-height : 50px;
	margin     : -30px 0 0 -70px;
	padding    : 15px 10px 15px 15px
}

.score-popup .close {
	display         : block;
	margin          : 16px 0 0;
	color           : #cb2129;
	font            : 700 13px Arial, 'PT Sans', sans-serif;
	text-decoration : underline;
	cursor          : pointer
}

.score-popup .score-popup-content {
	padding    : 0 20px 0 0;
	font-size  : 12px;
	max-height : 500px;
	max-width  : 650px;
	overflow   : auto
}

.score-popup .score-popup-content table {
	width : auto
}

.score-popup .score-popup-content td, .score-popup .score-popup-content th {
	padding     : 2px 3px;
	white-space : nowrap;
	width       : auto
}

.score-popup .score-popup-content th {
	font : 11px Arial, 'PT Sans', sans-serif
}

.score-popup .score-popup-content a {
	font : 700 12px Arial, 'PT Sans', sans-serif
}

.score-popup .score-popup-content h5 {
	font    : 700 12px Arial, 'PT Sans', sans-serif;
	margin  : 5px 0;
	padding : 0
}

.messenger {
	position              : absolute;
	z-index               : 110;
	top                   : 35%;
	left                  : 50%;
	margin                : 0 0 0 -227px;
	background            : #fdf9d2;
	border                : 1px solid #000000;
	-webkit-border-radius : 5px;
	-moz-border-radius    : 5px;
	border-radius         : 5px;
	-webkit-box-shadow    : 2px 2px 6px 0 rgba(0, 0, 0, .7);
	-moz-box-shadow       : 2px 2px 6px 0 rgba(0, 0, 0, .7);
	box-shadow            : 2px 2px 6px 0 rgba(0, 0, 0, .7);
	width                 : 400px;
	padding               : 20px 25px;
	text-align            : center
}

.messenger .loading {
	float : left
}

.messenger p {
	color     : #013d79;
	font-size : 16px;
	margin    : 0;
	padding   : 10px 0
}

.messenger p span {
	font : 700 20px Arial, 'PT Sans', sans-serif
}

.messenger p span.simple-text {
	font : 16px Arial, 'PT Sans', sans-serif
}

.messenger #login_form .login-form-table {
	margin-left  : auto;
	margin-right : auto
}

.messenger #login_form .login-form-table p {
	padding : 2px 0 0
}

.messenger #login_form td {
	padding : 5px 0 0
}

.messenger #login_form td.popup-login {
	text-align     : right;
	vertical-align : top
}

.messenger #login_form td.popup-input {
	width : 180px
}

.messenger #login_form input {
	width : 155px
}

.messenger #login_form label.error {
	display : block
}

.messenger #login_form .captcha {
	display : none
}

.messenger #login_form .captcha input {
	width : 250px
}

.messenger.consent-withdrawal-dialog, .messenger.reality-check-popup {
	width : 500px;
	left  : 32%
}

.messenger.consent-withdrawal-dialog .button-wrapper, .messenger.reality-check-popup .button-wrapper {
	width   : 49%;
	display : inline-block
}

.messenger.consent-withdrawal-dialog .button-wrapper.left-column, .messenger.reality-check-popup .button-wrapper.left-column {
	text-align : right
}

.messenger.consent-withdrawal-dialog .button-wrapper.right-column, .messenger.reality-check-popup .button-wrapper.right-column {
	text-align : left
}

.messenger .messenger-but {
	margin : 20px 0 0
}

.messenger .messenger-but .button {
	margin : 0 3px
}

.messenger.migration-dialog {
	width : 530px;
	left  : 32%;
	top   : 0
}

.messenger.migration-dialog .message {
	text-align : left
}

.messenger.migration-dialog .messenger-but {
	background-color : #ffffff;
	padding-bottom   : 15px
}

.messenger.migration-dialog .messenger-but .message-bottom {
	font-size : 11px
}

.messenger.migration-dialog .button {
	width   : 105px;
	margin  : 3px;
	padding : 2px 0
}

.messenger.info p {
	font-size  : 14px;
	text-align : left
}

.messenger.join-page-dialog {
	background : #ffffff;
	width      : auto
}

.messenger.join-page-dialog p {
	font : 12px Arial, 'PT Sans', sans-serif
}

.messenger.join-page-dialog p.label {
	text-align : left;
	color      : #013d79
}

.messenger.join-page-dialog button.yes {
	background-color : #013d79
}

.messenger.join-page-dialog button.no {
	background-color : #cb2129
}

.messenger.join-page-dialog select option {
	padding : 2px
}

.messenger.join-page-dialog .close-img {
	display    : block;
	width      : 8px;
	height     : 9px;
	float      : right;
	background : #ffffff url(images/close_icon.png) top center no-repeat;
	cursor     : pointer
}

.messenger.join-page-dialog .close-img:hover {
	background : #ffffff url(images/close_icon.png) bottom center no-repeat
}

.messenger.join-page-dialog.address-select-dialog {
	padding : 10px 15px
}

.messenger.join-page-dialog.address-select-dialog span.manual {
	color  : #cb2129;
	font   : 700 12px Arial, 'PT Sans', sans-serif;
	cursor : pointer
}

.messenger.legal-agreement-dialog button.no {
	background-color : #cb2129
}

.messenger.legal-agreement-dialog label {
	cursor : pointer
}

.messenger.legal-agreement-dialog .show-help-link {
	font : 400 16px Arial, 'PT Sans', sans-serif
}

.messenger .show-help-link {
	display : inline
}

.messenger.cashoffice-withdraw-dialog button.no {
	background-color : #cb2129
}

#nickname_suggestion.messenger p:first-of-type {
	text-transform : uppercase
}

#nickname_suggestion.messenger .messenger-but span {
	text-transform : uppercase
}

.messenger.three-ds-info-message {
	width : 515px
}

.messenger.three-ds-info-message .button {
	white-space : normal;
	display     : inline-block;
	padding     : 5px 10px
}

.messenger.three-ds-info-message .button.btn-cancel {
	margin-top : 5px
}

.messenger.bookmark-personal-domain-dialog {
	top        : 5%;
	background : #ffffff;
	border     : none
}

.messenger.bookmark-personal-domain-dialog p {
	color     : #000000;
	font-size : 12px
}

.messenger.bookmark-personal-domain-dialog .messenger-but {
	margin-top : 5px
}

.messenger.bookmark-personal-domain-dialog .modal-close-ico {
	position   : absolute;
	top        : 10px;
	right      : 10px;
	border     : none;
	width      : 12px;
	height     : 12px;
	background : url(images/sprite_close.png) 0 0 no-repeat;
	cursor     : pointer
}

.messenger.bookmark-personal-domain-dialog .modal-close-ico:hover {
	background-position : 0 -13px
}

.messenger.bookmark-personal-domain-dialog .bookmark-icon {
	width  : 70px;
	height : 70px
}

.messenger.bookmark-personal-domain-dialog .button {
	background            : #ffffff;
	color                 : #000000;
	font-weight           : 400;
	border                : 1px solid #c6c6c6;
	-webkit-border-radius : 2px;
	-moz-border-radius    : 2px;
	border-radius         : 2px
}

.messenger.bookmark-personal-domain-dialog .button.yes {
	background   : #008f4c;
	color        : #ffffff;
	border-color : #000000
}

.messenger.bingo-playcheck-dialog, .messenger.playngo-playcheck-dialog, .messenger.yggdrasil-playcheck-dialog {
	width : auto
}

.messenger.bingo-playcheck-dialog .bingo_playcheck_message, .messenger.bingo-playcheck-dialog .playngo_playcheck_message, .messenger.bingo-playcheck-dialog .yggdrasil_playcheck_message, .messenger.playngo-playcheck-dialog .bingo_playcheck_message, .messenger.playngo-playcheck-dialog .playngo_playcheck_message, .messenger.playngo-playcheck-dialog .yggdrasil_playcheck_message, .messenger.yggdrasil-playcheck-dialog .bingo_playcheck_message, .messenger.yggdrasil-playcheck-dialog .playngo_playcheck_message, .messenger.yggdrasil-playcheck-dialog .yggdrasil_playcheck_message {
	text-align : left;
	font-size  : 12px
}

.messenger.bingo-playcheck-dialog .bingo_playcheck_message ul, .messenger.bingo-playcheck-dialog .playngo_playcheck_message ul, .messenger.bingo-playcheck-dialog .yggdrasil_playcheck_message ul, .messenger.playngo-playcheck-dialog .bingo_playcheck_message ul, .messenger.playngo-playcheck-dialog .playngo_playcheck_message ul, .messenger.playngo-playcheck-dialog .yggdrasil_playcheck_message ul, .messenger.yggdrasil-playcheck-dialog .bingo_playcheck_message ul, .messenger.yggdrasil-playcheck-dialog .playngo_playcheck_message ul, .messenger.yggdrasil-playcheck-dialog .yggdrasil_playcheck_message ul {
	padding     : 0;
	margin      : 0 0 0 15px;
	line-height : 18px
}

.messenger.bingo-playcheck-dialog .bingo_playcheck_message p, .messenger.bingo-playcheck-dialog .playngo_playcheck_message p, .messenger.bingo-playcheck-dialog .yggdrasil_playcheck_message p, .messenger.playngo-playcheck-dialog .bingo_playcheck_message p, .messenger.playngo-playcheck-dialog .playngo_playcheck_message p, .messenger.playngo-playcheck-dialog .yggdrasil_playcheck_message p, .messenger.yggdrasil-playcheck-dialog .bingo_playcheck_message p, .messenger.yggdrasil-playcheck-dialog .playngo_playcheck_message p, .messenger.yggdrasil-playcheck-dialog .yggdrasil_playcheck_message p {
	font-size   : inherit;
	color       : #000000;
	font-weight : 700
}

.messenger.bingo-playcheck-dialog .playngo_playcheck_message, .messenger.playngo-playcheck-dialog .playngo_playcheck_message, .messenger.yggdrasil-playcheck-dialog .playngo_playcheck_message {
	margin-bottom : 15px
}

.messenger.loyalty-club-agreement-dialog {
	background            : 0 0;
	border                : none;
	-webkit-border-radius : none;
	-moz-border-radius    : none;
	border-radius         : none;
	-webkit-box-shadow    : none;
	-moz-box-shadow       : none;
	box-shadow            : none;
	width                 : 600px;
	margin-left           : -327px
}

.messenger.loyalty-club-agreement-dialog .agreement-message {
	font-size   : 25px;
	line-height : 30px;
	color       : #ffffff
}

.messenger.loyalty-club-agreement-dialog .agreement-message .show-help-link {
	font-size       : 25px;
	line-height     : 30px;
	color           : #125ec6;
	text-decoration : none
}

.messenger.loyalty-club-agreement-dialog .agreement-checkbox-container {
	height      : 26px;
	line-height : 26px;
	margin      : 20px 0 30px
}

.messenger.loyalty-club-agreement-dialog .agreement-checkbox-container .agreement-checkbox {
	display      : inline-block;
	width        : 26px;
	height       : 26px;
	margin-right : 10px;
	cursor       : pointer;
	background   : url(images/loyaltyclub/agreement-checkbox-sprite.png) no-repeat 0 -28px
}

.messenger.loyalty-club-agreement-dialog .agreement-checkbox-container .agreement-checkbox.checked {
	background-position : 0 0
}

.messenger.loyalty-club-agreement-dialog .agreement-checkbox-container .checkbox-label {
	font-size      : 16px;
	color          : #b0b0b0;
	vertical-align : top;
	cursor         : pointer
}

.messenger.loyalty-club-agreement-dialog .close-img {
	display    : block;
	position   : absolute;
	right      : -10px;
	top        : -10px;
	width      : 24px;
	height     : 24px;
	background : url(images/loyaltyclub/agreement-ico-close.png) top center no-repeat;
	cursor     : pointer
}

.messenger.loyalty-club-agreement-dialog .agreement-button {
	min-width             : 196px;
	height                : 48px;
	font-size             : 25px;
	color                 : #ffffff;
	background-color      : #008f4c;
	-webkit-border-radius : 5px;
	-moz-border-radius    : 5px;
	border-radius         : 5px
}

.messenger.loyalty-club-agreement-dialog .agreement-button.disabled {
	background-color : #999999;
	color            : #cccccc
}

#bcResultDialogId .detail-result, #result-dialog .detail-result {
	overflow   : auto;
	max-height : 250px
}

.subscribe-form {
	text-align : left
}

.subscribe-form table {
	margin-top : 15px
}

.subscribe-form table .subscribe-cell {
	vertical-align : top;
	width          : 70%
}

.captcha input {
	border        : 1px solid #cbcbcb;
	padding-left  : 2px;
	padding-right : 2px;
	width         : 154px
}

.captcha .image {
	padding-bottom : 3px
}

.captcha img {
	background-color      : #ffffff;
	vertical-align        : middle;
	margin-right          : 3px;
	-webkit-border-radius : 4px;
	-moz-border-radius    : 4px;
	border-radius         : 4px
}

.captcha .btn-reload {
	background            : #a3d3f7 url(images/refresh.png) 3px 4px no-repeat;
	border-width          : 0;
	width                 : 18px;
	height                : 18px;
	vertical-align        : middle;
	-webkit-border-radius : 4px;
	-moz-border-radius    : 4px;
	border-radius         : 4px
}

.collapsible-table-panel {
	table-layout  : fixed;
	width         : 100%;
	margin-bottom : 10px;
	border-bottom : 1px solid #e4e4e4
}

.collapsible-table-panel td {
	width : auto
}

.collapsible-table-panel.results {
	margin-bottom : 0;
	border-bottom : 0
}

.collapsible-table-panel.sub-sport-menu {
	margin-bottom : 0;
	border-top    : 1px solid #e4e4e4;
	border-bottom : 0
}

.collapsible-table-panel .first-collapses-row {
	border-top : 1px solid #e4e4e4
}

.collapsible-table-panel .collapse-button, .sub-sports-collapse-button {
	background     : url(images/slide_up_grey.png) no-repeat right center;
	padding-right  : 18px;
	padding-bottom : 7px;
	margin-left    : 3px
}

.collapsible-table-panel.minimized .collapse-button, .sub-sports-collapse-button.minimized {
	background : url(images/slide_down_grey.png) no-repeat right center
}

[data-collapsible-table-panel=MINIMIZED] [data-row-type=COLLAPSES], [data-collapsible-table-panel=MINIMIZED] [data-row-type=FIRST_COLLAPSES_ROW], [data-collapsible-table-panel=MINIMIZED] [data-row-type=LAST_COLLAPSES_ROW], [data-collapsible-table-panel=MINIMIZED] [data-row-type=ONLY_ONE_COLLAPSES] {
	display : none
}

.topbar-container {
	display  : none;
	position : absolute;
	left     : 0;
	right    : 0;
	z-index  : 100
}

.topbar-messages {
	background-color : #fdf9d2;
	border-bottom    : 1px solid #ffd400;
	min-height       : 30px;
	min-width        : 997px;
	padding          : 3px 17px 5px 0;
	position         : relative;
	z-index          : 100
}

.topbar-messages.italy {
	background-color : #013d79;
	border           : 0
}

.topbar-messages.italy .topbar-messages-wrap {
	color          : #ffffff;
	text-align     : center;
	vertical-align : middle;
	line-height    : 30px
}

.topbar-messages.italy .topbar-messages-wrap span {
	color : #ffffff
}

.topbar-messages .topbar-messages-wrap {
	min-width : 997px;
	max-width : 1258px;
	margin    : 0 auto
}

.topbar-messages .topbar-message-text {
	background     : url(images/alert_ico.png) no-repeat 4px center;
	margin         : 0 12px 0 0;
	padding-left   : 38px;
	line-height    : 30px;
	vertical-align : middle
}

.topbar-messages .topbar-message-text.some-lines {
	line-height : 20px
}

.topbar-messages .topbar-message-text.unavailability-announce {
	line-height : 16px
}

.topbar-messages .topbar-message-text.legal-agreement-message {
	background : 0 0;
	text-align : center
}

.topbar-messages .topbar-message-text.legal-agreement-message .button {
	margin-left : 10px
}

.topbar-messages .topbar-message-text.legal-agreement-message label {
	cursor : pointer
}

.topbar-messages .topbar-message-text.blocked-site {
	line-height : 20px
}

.topbar-messages .topbar-message-text img {
	margin         : 0 4px;
	vertical-align : middle
}

.topbar-messages .topbar-message-text em {
	display        : inline-block;
	background     : url(images/sprite.png) 0 0 no-repeat;
	margin         : 0 0 0 3px;
	padding        : 0;
	vertical-align : middle
}

.topbar-messages .topbar-message-text em a {
	display : block;
	height  : 100%
}

.topbar-messages .topbar-message-text em.sprite-social_f {
	background-position : -29px -283px;
	width               : 22px;
	height              : 22px
}

.topbar-messages .topbar-message-text em.sprite-social_od {
	background-position : -58px -283px;
	width               : 22px;
	height              : 22px
}

.topbar-messages .topbar-message-text em.sprite-social_twitter {
	background-position : -35px -255px;
	width               : 22px;
	height              : 22px
}

.topbar-messages .topbar-message-text em.sprite-social_telegram {
	background-position : -62px -255px;
	width               : 22px;
	height              : 22px
}

.topbar-messages .topbar-message-text em.sprite-social_vk {
	background-position : 0 -283px;
	width               : 22px;
	height              : 22px
}

.topbar-messages .topbar-message-text em.sprite-social_viber {
	background-position : -86px -256px;
	width               : 22px;
	height              : 22px
}

.topbar-messages .topbar-message-close {
	float   : right;
	padding : 10px 0 0
}

.topbar-messages .topbar-message-close .sprite-close {
	background      : url(images/sprite.png) -84px -283px no-repeat;
	display         : block;
	height          : 11px;
	width           : 11px;
	text-decoration : none;
	cursor          : pointer
}

.topbar-messages.topbar-notification-message {
	background : #ffd400;
	padding    : 0
}

.topbar-messages.topbar-notification-message .topbar-messages-wrap {
	background : url(images/alert_ico_v2.png) no-repeat 22px 22px;
	box-sizing : border-box;
	width      : 576px;
	height     : 1px;
	min-width  : 576px;
	max-width  : 576px;
	min-height : 98px;
	padding    : 16px 0 16px 108px;
	display    : table
}

.topbar-messages.topbar-notification-message .topbar-messages-wrap .topbar-message-close {
	position : absolute;
	top      : 10px;
	right    : 10px;
	padding  : 0
}

.topbar-messages.topbar-notification-message .topbar-message-text {
	padding        : 4px 26px 4px 45px;
	background     : 0 0;
	font-size      : 14px;
	line-height    : 18px;
	padding        : 0;
	margin         : 0;
	display        : table-cell;
	vertical-align : middle
}

.topbar-messages.topbar-notification-message .topbar-message-text ol, .topbar-messages.topbar-notification-message .topbar-message-text ul {
	margin  : 0 0 0 24px;
	padding : 0
}

.clear {
	clear : both
}

.wrap {
	position : absolute;
	top      : 50%;
	left     : 50%;
	margin   : -151px 0 0 -240px;
	width    : 480px;
	height   : 302px
}

.play-field-border {
	width    : 476px;
	height   : 220px;
	position : relative
}

.play-field-border .play-field {
	width    : 476px;
	height   : 220px;
	position : relative
}

.live-animation .team {
	word-wrap     : normal !important;
	white-space   : nowrap;
	overflow      : hidden;
	text-overflow : ellipsis
}

.live-animation .significant-actions .data {
	width : 100%
}

.live-animation .significant-actions .data td {
	padding       : 3px 5px;
	line-height   : 14px;
	border-bottom : 1px solid #ffffff
}

.live-animation .significant-actions .data .icon {
	position : absolute;
	display  : block;
	width    : 14px;
	height   : 14px;
	overflow : hidden
}

.live-animation .significant-actions .data .away, .live-animation .significant-actions .data .home {
	color    : #707070;
	position : relative;
	width    : 48%
}

.live-animation .significant-actions .data .away .icon, .live-animation .significant-actions .data .home .icon {
	left : 4px;
	top  : 3px
}

.live-animation .significant-actions .data .away .text, .live-animation .significant-actions .data .home .text {
	position      : absolute;
	left          : 24px;
	right         : 3px;
	white-space   : nowrap;
	overflow      : hidden;
	text-overflow : ellipsis
}

.live-animation .significant-actions .data .middle {
	color      : #707070;
	text-align : center;
	width      : 100%
}

.live-animation .significant-actions .data .middle .middle-container {
	white-space : nowrap;
	position    : relative
}

.live-animation .significant-actions .data .middle .middle-container .icon {
	left : 0;
	top  : 0
}

.live-animation .significant-actions .data .middle .middle-container .text {
	margin-left : 18px
}

.live-animation .significant-actions .data .time {
	text-align  : center;
	padding     : 3px 10px;
	color       : #000000;
	font-weight : 700;
	width       : 2%
}

.live-animation .significant-actions .data .active, .live-animation .significant-actions .data .time {
	background : #ebebeb
}

.live-animation .significant-actions .data .ellipsis {
	position : relative
}

.live-animation .significant-actions .data .ellipsis:before {
	content    : '&nbsp;';
	visibility : hidden
}

.live-animation .significant-actions.top .data-container {
	overflow : hidden
}

.live-animation .significant-actions.list {
	overflow-y : hidden;
	overflow-x : hidden
}

.live-animation .significant-actions.list .data-container {
	overflow-y : auto;
	direction  : rtl
}

.live-animation .significant-actions.list .data-container .data {
	direction : ltr
}

.live-animation.football .icon {
	background : url(images/live/animation/significant-actions/football.png) no-repeat
}

.live-animation.football .icon.none {
	background : 0 0
}

.live-animation.football .icon.goal {
	background-position : -1px -1px
}

.live-animation.football .icon.corner {
	background-position : -1px -17px
}

.live-animation.football .icon.red_time {
	background-position : -1px -34px
}

.live-animation.football .icon.green_time {
	background-position : -1px -50px
}

.live-animation.football .icon.yellow_card {
	background-position : -1px -65px
}

.live-animation.football .icon.red_card {
	background-position : -1px -81px
}

.live-animation.football .icon.substitution {
	background-position : -1px -97px
}

.live-animation.football .icon.offside {
	background-position : -1px -113px
}

.live-statistic.football .top {
	width           : 100%;
	border-collapse : collapse;
	margin-bottom   : 10px
}

.live-statistic.football .top td {
	border  : 1px solid #dedede;
	padding : 3px
}

.live-statistic.football .top .value {
	text-align : center
}

.live-statistic.football .top .header td {
	background-color : #dedede
}

.live-statistic.football .top .header .field {
	font-weight : 700;
	width       : 40%
}

.live-statistic.football .top .header span {
	display    : inline-block;
	width      : 14px;
	height     : 14px;
	overflow   : hidden;
	background : url(images/live/statistic/football.png) no-repeat
}

.live-statistic.football .top .header span.corners {
	background-position : -1px -17px
}

.live-statistic.football .top .header span.yellow_cards {
	background-position : -1px -65px
}

.live-statistic.football .top .header span.red_cards {
	background-position : -1px -81px
}

.live-statistic.football .top .header span.penalties {
	background-position : 0 -1px;
	width               : 17px
}

.live-statistic.football .top .header span.substitutions {
	background-position : -1px -97px
}

.live-statistic.football .top .header span.offsides {
	background-position : -1px -113px
}

.live-statistic.football .top .data .field {
	width          : 90%;
	vertical-align : middle
}

.live-statistic.football .top .data .field img {
	margin-right : 2px
}

.live-statistic.football .top .data .value {
	font-weight : 700;
	padding     : 4px 12px
}

.live-statistic.football .main-container {
	padding : 0 4px;
	border  : 1px solid #dedede;
	width   : 100%
}

.live-statistic.football .main-container .main-table {
	width : 100%
}

.live-statistic.football .main-container .main-table td {
	padding-top    : 4px;
	padding-bottom : 4px;
	line-height    : 18px
}

.live-statistic.football .main-container .main-table .value {
	font-weight   : 700;
	padding-right : 4px;
	padding-left  : 4px;
	width         : 5%;
	min-width     : 14px;
	white-space   : nowrap
}

.live-statistic.football .main-container .main-table .value.t1 {
	text-align : right
}

.live-statistic.football .main-container .main-table .delimiter {
	width : auto
}

.live-statistic.football .main-container .main-table .field {
	text-align : center
}

.live-statistic.football .main-container .main-table .title td {
	padding-bottom : 0
}

.live-statistic.football .main-container .main-table .values td {
	padding-top : 0
}

.live-statistic.football .main-container .main-table .values.last td {
	padding-bottom : 6px
}

.live-statistic.football .main-container .main-table .progress {
	width     : 28%;
	min-width : 50px;
	max-width : 100px
}

.live-statistic.football .main-container .main-table .progress-bar {
	background-color : #c2ddf3;
	overflow         : hidden;
	height           : 17px
}

.live-statistic.football .main-container .main-table .progress-bar .progress-bar-value {
	background-color : #6387a5;
	height           : 100%
}

.live-statistic.football .main-container .chart-container {
	width     : 33%;
	min-width : 125px
}

.live-statistic.football .main-container .chart-container table {
	width : 100%
}

.live-statistic.football .main-container .chart-container table .field {
	padding-top : 7px;
	text-align  : center;
	line-height : 16px
}

.live-statistic.football .main-container .chart-container table .value {
	font-weight    : 700;
	vertical-align : middle;
	padding        : 0 7px
}

.live-statistic.football .main-container .chart-container table .value.left {
	text-align   : right;
	padding-left : 7px
}

.live-statistic.football .main-container .chart-container table .value.right {
	padding-right : 7px
}

.live-statistic.football .main-container .chart-container table .chart {
	width : 80%
}

.live-statistic.football .main-container.with-chart .main-table {
	height : 100%
}

.live-statistic.football .main-container.with-chart .main-table .field {
	width        : 50%;
	padding-left : 4px
}

.live-statistic.football .main-container.with-chart .main-table .first td {
	padding-top : 6px
}

.live-statistic.football .main-container.with-chart .main-table .last td {
	padding-bottom : 6px
}

.live-statistic.football .main-container.with-chart .main-table .value.left {
	text-align   : right;
	padding-left : 8px
}

.live-statistic.football .main-container.with-chart .main-table .value.right {
	padding-right : 8px
}

.live-statistic.base-design .main-table {
	width : 100%
}

.live-statistic.base-design .main-table.four-columns th {
	width : 50%
}

.live-statistic.base-design .main-table.four-columns td.left, .live-statistic.base-design .main-table.four-columns td.right {
	width : 25%
}

.live-statistic.base-design .main-table.four-columns td.center {
	width     : 50%;
	max-width : 140px
}

.live-statistic.base-design .main-table td, .live-statistic.base-design .main-table th {
	width      : 33%;
	text-align : center;
	border     : 1px solid #dedede;
	padding    : 3px
}

.live-statistic.base-design .main-table .left, .live-statistic.base-design .main-table .right {
	font-weight : 700
}

.live-statistic.base-design .main-table th {
	padding    : 11px 3px;
	background : #dedede
}

.live-statistic.base-design .main-table tbody td {
	border-top    : none;
	border-bottom : none;
	white-space   : nowrap
}

.live-statistic.base-design .main-table tbody tr:last-child td {
	border-bottom : 1px solid #dedede
}

.live-statistic.base-design .main-table tbody tr:nth-child(even) {
	background : #ededed
}

.live-statistic .ellipsis {
	position : relative
}

.live-statistic .ellipsis:before {
	content    : '&nbsp;';
	visibility : hidden
}

.live-statistic .ellipsis > span {
	position      : absolute;
	left          : 3px;
	right         : 3px;
	white-space   : nowrap;
	overflow      : hidden;
	text-overflow : ellipsis
}

.live-statistic .ellipsis-simple {
	max-width     : 1px;
	white-space   : nowrap;
	overflow      : hidden;
	text-overflow : ellipsis
}

.live-statistic-ellipsis {
	width : 215px !important
}

#pass_strength_widget {
	display     : block;
	position    : relative;
	width       : 100%;
	padding-top : 1px
}

#pass_strength_widget .pass-strength-1, #pass_strength_widget .pass-strength-2, #pass_strength_widget .pass-strength-3, #pass_strength_widget .pass-strength-4 {
	display          : inline-block;
	height           : 4px;
	width            : 23%;
	background-color : #c6c6c6
}

#pass_strength_widget .pass-strength-1, #pass_strength_widget .pass-strength-2, #pass_strength_widget .pass-strength-3 {
	margin-right : 2.6%
}

#pass_strength_widget #pass_strength_info {
	display     : block;
	position    : relative;
	width       : 100%;
	text-align  : right;
	padding-top : 2px
}

#pass_strength_widget.unacceptable .pass-strength-1 {
	background-color : #cb2129
}

#pass_strength_widget.unacceptable #pass_strength_info {
	color : #cb2129
}

#pass_strength_widget.insecure .pass-strength-1 {
	background-color : #f89b94
}

#pass_strength_widget.insecure #pass_strength_info {
	color : #f89b94
}

#pass_strength_widget.weak .pass-strength-1, #pass_strength_widget.weak .pass-strength-2 {
	background-color : #ffc001
}

#pass_strength_widget.weak #pass_strength_info {
	color : #ffc001
}

#pass_strength_widget.medium .pass-strength-1, #pass_strength_widget.medium .pass-strength-2, #pass_strength_widget.medium .pass-strength-3 {
	background-color : #3399ff
}

#pass_strength_widget.medium #pass_strength_info {
	color : #3399ff
}

#pass_strength_widget.strong .pass-strength-1, #pass_strength_widget.strong .pass-strength-2, #pass_strength_widget.strong .pass-strength-3, #pass_strength_widget.strong .pass-strength-4 {
	background-color : #008f4c
}

#pass_strength_widget.strong #pass_strength_info {
	color : #008f4c
}

table.page-navigator {
	background      : #f7f7f7;
	border          : 1px solid #e0eef7;
	vertical-align  : middle;
	border-collapse : separate;
	width           : auto
}

.page-navigator td {
	padding         : 2px 4px 2px 4px;
	background      : #e0eef7;
	color           : #013d79;
	text-decoration : none;
	width           : auto
}

.page-navigator td a {
	text-decoration : none;
	color           : #013d79
}

.page-navigator td.current {
	padding         : 0;
	background      : #6387a5;
	text-decoration : none;
	color           : #ffffff
}

.page-navigator td.label {
	background  : #e0eef7;
	color       : #6387a5;
	padding     : 3px 6px 3px 6px;
	white-space : nowrap
}

.page-navigator td input[type=text] {
	text-align : center;
	padding    : 0;
	margin     : 0
}

.keyboard-layout-error {
	display : block;
	padding : 2px 0 0 0;
	color   : #cb2129
}

.flag {
	display    : inline-block;
	width      : 16px;
	height     : 11px;
	background : url(images/flags-all.png) no-repeat
}

.flag.flag-am {
	background-position : -16px 0
}

.flag.flag-az {
	background-position : -32px 0
}

.flag.flag-ee {
	background-position : -48px 0
}

.flag.flag-ge {
	background-position : 0 -11px
}

.flag.flag-kg {
	background-position : -16px -11px
}

.flag.flag-kz {
	background-position : -32px -11px
}

.flag.flag-lt {
	background-position : -48px -11px
}

.flag.flag-lv {
	background-position : 0 -22px
}

.flag.flag-md {
	background-position : -16px -22px
}

.flag.flag-ru {
	background-position : -32px -22px
}

.flag.flag-tj {
	background-position : -48px -22px
}

.flag.flag-ua {
	background-position : 0 -33px
}

.flag.flag-uz {
	background-position : -16px -33px
}

.flag.flag-in {
	background-position : -32px -33px
}

.flag.flag-th {
	background-position : -48px -33px
}

.flag.flag-pa {
	background-position : 0 -44px
}

.flag.flag-jp {
	background-position : -16px -44px
}

.flag.flag-tr {
	background-position : -32px -44px
}

.flag.flag-vn {
	background-position : -48px -44px
}

.flag.flag-kr {
	background-position : 0 -55px
}

.phone-prefix-widget {
	display             : inline-block;
	background-color    : #f9f9f9;
	cursor              : pointer;
	padding             : 0 0 0 5px;
	border-right        : none;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none
}

.phone-prefix-widget .flag {
	margin-right : 3px
}

.phone-prefix-widget .flag-7 {
	background-position : -32px -22px
}

.phone-prefix-widget .flag-995 {
	background-position : 0 -11px
}

.phone-prefix-widget .flag-992 {
	background-position : -48px -22px
}

.phone-prefix-widget .flag-370 {
	background-position : -48px -11px
}

.phone-prefix-widget .flag-996 {
	background-position : -16px -11px
}

.phone-prefix-widget .flag-380 {
	background-position : 0 -33px
}

.phone-prefix-widget .flag-994 {
	background-position : -32px 0
}

.phone-prefix-widget .flag-374 {
	background-position : -16px 0
}

.phone-prefix-widget .flag-371 {
	background-position : 0 -22px
}

.phone-prefix-widget .flag-373 {
	background-position : -16px -22px
}

.phone-prefix-widget .flag-372 {
	background-position : -48px 0
}

.phone-prefix-widget .flag-998 {
	background-position : -16px -33px
}

.phone-prefix-widget .flag-77 {
	background-position : -32px -11px
}

.phone-prefix-widget .flag-91 {
	background-position : -32px -33px
}

.phone-prefix-widget .flag-66 {
	background-position : -48px -33px
}

.phone-prefix-widget .flag-507 {
	background-position : 0 -44px
}

.phone-prefix-widget .flag-81 {
	background-position : -16px -44px
}

.phone-prefix-widget .flag-90 {
	background-position : -32px -44px
}

.phone-prefix-widget .flag-84 {
	background-position : -48px -44px
}

.phone-prefix-widget .flag-82 {
	background-position : 0 -55px
}

.phone-prefix-widget .prefix-placeholder {
	position : relative;
	display  : inline-block
}

.phone-prefix-widget .prefix-placeholder .prefix-code {
	margin-right : 2px
}

.phone-prefix-widget .prefix-placeholder b.arrow {
	position : relative
}

.phone-prefix-widget .prefix-placeholder b.arrow i {
	position     : relative;
	top          : -1px;
	border-color : #000000 #ffffff;
	border-style : solid;
	border-width : 4px 4px 0 4px;
	height       : 0;
	width        : 0;
	font-size    : 0
}

.phone-prefix-widget ul.dropdown {
	margin           : 0;
	padding          : 0;
	display          : none;
	position         : absolute;
	top              : 20px;
	left             : 0;
	z-index          : 100;
	border           : 1px solid #6e6e6e;
	border-bottom    : none;
	background-color : #ffffff;
	list-style       : inside none
}

.phone-prefix-widget ul.dropdown li {
	display       : block;
	position      : relative;
	text-align    : left;
	list-style    : inside none;
	margin        : 0;
	padding       : 5px 60px 5px 5px;
	border-bottom : 1px solid #6e6e6e;
	cursor        : pointer
}

.phone-prefix-widget ul.dropdown li:hover {
	background-color : #eeeeee
}

.phone-prefix-widget ul.dropdown li .flag {
	margin-right : 7px
}

.phone-prefix-widget ul.dropdown li .prefix-code {
	position    : absolute;
	right       : 5px;
	font-weight : 700
}

.scroll-to-top-wrapper {
	position     : relative;
	display      : block;
	float        : right;
	margin-right : 5px;
	width        : 22px;
	height       : 22px
}

.scroll-top-img {
	position        : absolute;
	top             : 0;
	display         : none;
	width           : 22px;
	height          : 22px;
	background      : url(images/arr.png) no-repeat 0 0;
	text-decoration : none;
	outline         : 0
}

.scroll-top-img:active, .scroll-top-img:focus, .scroll-top-img:hover {
	outline : 0
}

.my-fav-selector {
	padding             : 1px;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none;
	display             : block;
	float               : left;
	cursor              : pointer
}

.my-fav-selector div {
	background          : url(images/stars.png) -2px -2px no-repeat;
	width               : 16px;
	height              : 16px;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none;
	cursor              : pointer
}

.my-fav-selector.checked div {
	background-position : -38px -2px
}

.my-fav-selector.checked:hover div {
	background-position : -38px -20px
}

.my-fav-selector.checked.small div {
	width               : 12px;
	height              : 12px;
	background-position : -56px -7px
}

.my-fav-selector.checked.small:hover div {
	background-position : -56px -25px
}

.my-fav-selector.unchecked div {
	background-position : -2px -2px
}

.my-fav-selector.unchecked:hover div {
	background-position : -2px -20px
}

.my-fav-selector.unchecked.small div {
	width               : 12px;
	height              : 12px;
	background-position : -70px -7px
}

.my-fav-selector.unchecked.small:hover div {
	background-position : -70px -25px
}

.my-fav-selector.half-checked div {
	background-position : -20px -2px
}

.my-fav-selector.half-checked:hover div {
	background-position : -20px -20px
}

.my-fav-selector img.load {
	display        : none;
	vertical-align : middle;
	width          : 16px;
	height         : 16px
}

.my-fav-selector.small img.load {
	width  : 12px;
	height : 12px
}

.my-fav-selector.marker-loading div {
	display : none
}

.my-fav-selector.marker-loading img.load {
	display : inline-block
}

a.favorites-link.disable {
	color          : #838383;
	cursor         : default;
	pointer-events : none
}

[data-collapsible] [data-collapsible-clickable-surface] {
	cursor : pointer
}

[data-collapsible].collapsed [data-collapsing] {
	display : none
}

.select-item {
	display           : inline-block;
	width             : 15px;
	background-image  : url(images/ico-select.png);
	background-repeat : no-repeat;
	padding-top       : 4px;
	padding-bottom    : 4px
}

[data-tab-control] [data-tab] {
	display : none
}

[data-tab-control] [data-tab].active {
	display : block
}

.categories-by-sports-tabs .tab-buttons, .venues-tabs .tab-buttons {
	table-layout : fixed;
	width        : 100%
}

.categories-by-sports-tabs .tab-buttons .tab-button, .venues-tabs .tab-buttons .tab-button {
	font                : 700 14px Arial, 'PT Sans', sans-serif;
	text-transform      : uppercase;
	vertical-align      : middle;
	text-align          : center;
	background          : #c2ddf3;
	color               : #6387a5;
	padding             : 4px;
	border              : solid 1px #6387a5;
	cursor              : pointer;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none
}

.categories-by-sports-tabs .tab-buttons .tab-button.active, .venues-tabs .tab-buttons .tab-button.active {
	background : #6387a5;
	color      : #ffffff
}

.categories-by-sports-tabs .tab-buttons .tab-button img.load, .venues-tabs .tab-buttons .tab-button img.load {
	display     : none;
	position    : absolute;
	margin-left : 2px;
	width       : 14px;
	height      : 14px
}

.categories-by-sports-tabs .tab-buttons .tab-button.marker-loading img.load, .venues-tabs .tab-buttons .tab-button.marker-loading img.load {
	display : inline-block
}

.qtip .qtip-content img.load {
	display : none
}

div.datepicker {
	position    : relative;
	font-family : Arial, Helvetica, 'PT Sans', sans-serif;
	font-size   : 12px;
	width       : 196px;
	height      : 147px;
	position    : absolute;
	cursor      : default;
	top         : 0;
	left        : 0;
	display     : none;
	z-index     : 1000
}

.datepickerContainer {
	background : #ffffff;
	position   : absolute;
	padding    : 10px;
	border     : solid 1px #000000
}

.datepickerHidden {
	display : none
}

div.datepicker table {
	border-collapse : collapse
}

div.datepicker a {
	color           : #6387a5;
	text-decoration : none;
	cursor          : default;
	outline         : 0
}

div.datepicker table td {
	text-align : right;
	padding    : 0;
	margin     : 0
}

div.datepicker th {
	text-align  : center;
	color       : #999999;
	font-weight : 400
}

div.datepicker tbody th {
	text-align : left
}

div.datepicker tbody th.datepickerYears {
	text-align : right
}

div.datepicker tbody a {
	display : block
}

.datepickerDays a {
	width         : 20px;
	line-height   : 16px;
	height        : 16px;
	padding-right : 2px
}

.datepickerMonths a, .datepickerYears a {
	width       : 44px;
	line-height : 36px;
	height      : 36px;
	text-align  : center
}

td.datepickerNotInMonth a {
	color : #999999
}

tbody.datepickerDays td.datepickerSelected {
	background : #136a9f
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background : #17384d
}

tbody.datepickerMonths td.datepickerSelected, tbody.datepickerYears td.datepickerSelected {
	background : #17384d
}

div.datepicker a:hover {
	color : #cb2129
}

div.datepicker td.datepickerNotInMonth a:hover {
	color : #666666
}

div.datepicker tbody th {
	text-align : left
}

.datepickerSpace div {
	width : 20px
}

.datepickerGoNext a, .datepickerGoPrev a, .datepickerMonth a {
	text-align  : center;
	height      : 20px;
	line-height : 20px
}

.datepickerGoNext a {
	float : right;
	width : 20px
}

.datepickerGoPrev a {
	float : left;
	width : 20px
}

.datepickerGoNext.lastMonth a, .datepickerGoNext.lastMonth a:hover, .datepickerGoPrev.lastMonth a, .datepickerGoPrev.lastMonth a:hover {
	color : #bbc4cc
}

table.datepickerViewDays tbody.datepickerMonths, table.datepickerViewDays tbody.datepickerYears {
	display : none
}

table.datepickerViewMonths tbody.datepickerDays, table.datepickerViewMonths tbody.datepickerYears, table.datepickerViewMonths tr.datepickerDoW {
	display : none
}

table.datepickerViewYears tbody.datepickerDays, table.datepickerViewYears tbody.datepickerMonths, table.datepickerViewYears tr.datepickerDoW {
	display : none
}

td.datepickerDisabled a:hover {
	color : #333333
}

td.datepickerSpecial a {
	background : #e0eef7;
	cursor     : pointer
}

td.datepickerSpecial.datepickerSelected a {
	background : #6387a5;
	color      : #e0eef7
}

th select.datepickerMonthsSelect, th select.datepickerYearsSelect {
	width : 95%
}

.checkbox-ctrl {
	padding             : 0 0 0 5px;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none;
	cursor              : pointer
}

.checkbox-ctrl div {
	width               : 14px;
	height              : 14px;
	background          : url(images/checkbox.png) 0 0 no-repeat;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none;
	cursor              : pointer
}

.checkbox-ctrl.checked div {
	background-position : -15px 0
}

.checkbox-ctrl.unchecked div {
	background-position : 0 0
}

.checkbox-ctrl.half-checked div {
	background-position : -30px 0
}

.checkbox-ctrl img.load {
	display        : none;
	vertical-align : middle;
	width          : 100%;
	height         : 100%
}

.checkbox-ctrl.marker-loading div {
	display : none
}

.checkbox-ctrl.marker-loading img.load {
	display : inline-block
}

.submit-block {
	padding-top    : 5px;
	padding-bottom : 10px;
	width          : 350px;
	height         : 25px
}

.submit-block .input-container {
	float        : left;
	margin-right : 3px
}

.submit-block .input-container label.error {
	max-width   : 100px;
	white-space : nowrap;
	overflow    : visible
}

.button-submit {
	width         : 47%;
	border-radius : 5px;
	height        : 88%
}

.button-submit:disabled {
	background-color : #92cf81
}

.button-submit span.send-label {
	display : block
}

.button-submit span.resend-label {
	display : none
}

.button-submit.success span.send-label {
	display : none
}

.button-submit.success span.resend-label {
	display : block
}

.identification-text-input {
	height : 17px;
	width  : 174px
}

.identification-text-input:disabled {
	color : #b6b6b6
}

input[type=tel].identification-text-input {
	box-sizing : border-box;
	height     : 23px;
	width      : 178px
}

div.identification-info-block .padding {
	padding-left : 20px
}

div.identification-info-block .intl-tel-input .selected-flag {
	height : 22px
}

div.email-verification-block .secondary-header {
	color : #cb2129 !important
}

.secondary-header-euroset {
	padding : 20px 0 13px
}

.text-block .text-block-warn {
	line-height : 17px;
	margin      : 5px 0 0
}

.text-block-warn {
	padding-top : 20px
}

.step-block {
	width        : 20%;
	float        : left;
	padding-left : 20px
}

.arrow-right {
	padding : 5px 0
}

.timer-container {
	white-space : nowrap
}

.timer {
	color : gray
}

.how-to-complete {
	text-align : left !important;
	width      : 810px !important;
	height     : 75% !important;
	top        : 10% !important;
	left       : 37% !important;
	position   : fixed
}

.how-to-complete h2 {
	padding-bottom : 15px
}

.how-to-complete h2 button {
	color     : grey;
	float     : right;
	font-size : 20px
}

.how-to-complete .container-tables {
	overflow-y : auto;
	height     : 95%
}

.how-to-complete .container-tables table {
	width : 400px;
	float : left
}

.how-to-complete .container-tables table td {
	padding-top : 5px
}

.how-to-complete .container-tables .center {
	width       : 100%;
	text-align  : center;
	padding-top : 25px
}

.qiwi-warn {
	padding-top : 20px
}

.broadcast-inline-container {
	width  : 100%;
	margin : 7px 0 5px 0
}

.broadcast-inline-container .broadcast-column {
	min-width      : 280px;
	vertical-align : top
}

.broadcast-inline-container .broadcast-column .broadcast-embed {
	width        : 100%;
	max-width    : 476px;
	border-width : 0
}

.broadcast-inline-container .broadcast-column .tv-fixed-container {
	width : 360px
}

.broadcast-inline-container .splitter {
	width : 30px
}

.broadcast-inline-container .broadcast-embed {
	width        : 100%;
	display      : block;
	border-width : 0
}

.broadcast-inline-container .broadcast-tv-outer-container {
	position       : relative;
	padding-bottom : 56.25%
}

.broadcast-inline-container .broadcast-tv-outer-container .broadcast-tv-inner-container {
	position : absolute;
	width    : 100%;
	height   : 100%
}

.broadcast-inline-container .broadcast-tv-outer-container .broadcast-tv-inner-container .broadcast-liveplayer {
	height : 100%
}

.broadcast-inline-container .broadcast-tv-outer-container .broadcast-tv-inner-container .broadcast-liveplayer video {
	height : auto
}

.broadcast-inline-container .broadcast-tv-outer-container .broadcast-tv-inner-container .broadcast-tv-embed {
	height : 100%
}

.broadcast-inline-container .broadcast-tv-outer-container .broadcast-tv-inner-container .broadcast-tv-scale {
	width                    : 600px;
	overflow                 : hidden;
	height                   : 338px;
	max-width                : 600px;
	-ms-transform-origin     : 0 0;
	-moz-transform-origin    : 0 0;
	-o-transform-origin      : 0 0;
	-webkit-transform-origin : 0 0;
	transform-origin         : 0 0
}

.broadcast-container {
	display          : table;
	width            : 100%;
	position         : relative;
	z-index          : 56;
	background-color : #70a8c5;
	color            : #ffffff;
	margin-top       : 1px
}

.broadcast-container .broadcast-icon-container {
	width      : 26px;
	display    : inline-block;
	text-align : center
}

.broadcast-container .broadcast-icon-container i {
	vertical-align : middle;
	display        : inline-block
}

.broadcast-container .broadcast-header {
	background-color : #005a92;
	color            : #ffffff;
	position         : relative;
	width            : 100%;
	table-layout     : fixed;
	cursor           : pointer;
	line-height      : 22px;
	height           : 22px
}

.broadcast-container .broadcast-header .broadcast-header-mode:hover {
	background-color : #013d79
}

.broadcast-container .broadcast-header .broadcast-header-mode {
	padding : 2px
}

.broadcast-container .broadcast-header .broadcast-header-mode-selected {
	background-color : #013d79
}

.broadcast-container .broadcast-header .broadcast-header-mode-title {
	vertical-align : middle;
	margin         : 0 0 0 4px
}

.broadcast-container .broadcast-switch-icon {
	background-image : url(images/icon-collapse.png)
}

.broadcast-container .broadcast-switch-icon.broadcast-switch-icon-fold {
	background-position : 0 18px;
	width               : 7px;
	height              : 11px
}

.broadcast-container .broadcast-switch-icon.broadcast-switch-icon-unfold {
	background-position : 0 7px;
	width               : 10px;
	height              : 7px
}

.broadcast-container .broadcast-icon {
	background-image : url(images/broadcast-widget.png)
}

.broadcast-container .broadcast-icon.icon-stream {
	width               : 16px;
	height              : 13px;
	background-position : 0 0
}

.broadcast-container .broadcast-icon.icon-animation {
	width               : 21px;
	height              : 13px;
	background-position : 0 -14px
}

.broadcast-container .broadcast-icon.icon-list-item-lock {
	width               : 9px;
	height              : 13px;
	background-position : 0 -28px
}

.broadcast-container .broadcast-icon.icon-list-item-unlock {
	width               : 10px;
	height              : 13px;
	background-position : 0 -42px
}

.broadcast-container .broadcast-icon.icon-statistics {
	width               : 11px;
	height              : 10px;
	background-position : 0 -56px
}

.broadcast-container .broadcast-content-table {
	border-left   : 2px solid #005a92;
	border-right  : 2px solid #005a92;
	border-bottom : 2px solid #005a92
}

.broadcast-container .broadcast-content-table .broadcast-selector {
	position : relative
}

.broadcast-container .broadcast-content-table .broadcast-selector .broadcast-selector-table {
	width        : 100%;
	table-layout : fixed
}

.broadcast-container .broadcast-content-table .broadcast-selector .broadcast-selector-table .broadcast-selected-event {
	cursor        : pointer;
	white-space   : nowrap;
	overflow      : hidden;
	text-overflow : ellipsis;
	line-height   : 22px;
	height        : 22px
}

.broadcast-container .broadcast-content-table .broadcast-selector .broadcast-selector-table .broadcast-selected-event .broadcast-list-sport-text {
	vertical-align : middle;
	display        : inline;
	width          : 100%
}

.broadcast-container .broadcast-content-table .broadcast-selector .broadcast-selector-table .broadcast-selected-event .broadcast-arrow-container {
	float      : right;
	width      : 28px;
	text-align : center
}

.broadcast-container .broadcast-content-table .broadcast-selector .broadcast-selector-table .broadcast-selected-event .broadcast-arrow-container .broadcast-arrow {
	border-color   : #ffffff transparent;
	border-style   : solid;
	border-width   : 4px 4px 0 4px;
	vertical-align : middle;
	width          : 0;
	height         : 0;
	display        : inline-block
}

.broadcast-container .broadcast-content-table .broadcast-selector .broadcast-list-dropdown-container {
	z-index          : 600;
	position         : absolute;
	max-height       : 207px;
	overflow         : auto;
	width            : 100%;
	background-color : #70a8c5;
	margin           : 0;
	padding          : 0;
	border           : 2px solid #005a92;
	left             : -2px
}

.broadcast-container .broadcast-content-table .broadcast-selector .broadcast-list-dropdown-container .broadcast-list-sport {
	font-weight      : 700;
	background-color : #6589a8;
	line-height      : 22px;
	height           : 22px
}

.broadcast-container .broadcast-content-table .broadcast-selector .broadcast-list-dropdown-container .broadcast-list-events {
	list-style-type : none;
	padding-left    : 0;
	margin          : 0 0
}

.broadcast-container .broadcast-content-table .broadcast-selector .broadcast-list-dropdown-container .broadcast-list-events .broadcast-list-event {
	padding : 2px 0 2px 4px
}

.broadcast-container .broadcast-content-table .broadcast-selector .broadcast-list-dropdown-container .broadcast-list-events .broadcast-list-event:hover {
	cursor           : pointer;
	background-color : #6298b3
}

.broadcast-container .broadcast-content-table .broadcast-selector .hide-it {
	display : none
}

.broadcast-container .broadcast-content-table .broadcast-embed {
	width        : 100%;
	display      : block;
	border-width : 0
}

.broadcast-container .broadcast-content-table .broadcast-tv-outer-container {
	position       : relative;
	padding-bottom : 56.25%
}

.broadcast-container .broadcast-content-table .broadcast-tv-outer-container .broadcast-tv-inner-container {
	position : absolute;
	width    : 100%;
	height   : 100%;
	overflow : hidden
}

.broadcast-container .broadcast-content-table .broadcast-tv-outer-container .broadcast-tv-inner-container .broadcast-liveplayer {
	height : 100%
}

.broadcast-container .broadcast-content-table .broadcast-tv-outer-container .broadcast-tv-inner-container .broadcast-liveplayer video {
	height : auto
}

.broadcast-container .broadcast-content-table .broadcast-tv-outer-container .broadcast-tv-inner-container .broadcast-tv-embed {
	height : 100%
}

.broadcast-container .broadcast-content-table .broadcast-tv-outer-container .broadcast-tv-inner-container .broadcast-tv-scale {
	width                    : 600px;
	overflow                 : hidden;
	height                   : 338px;
	-ms-transform-origin     : 0 0;
	-moz-transform-origin    : 0 0;
	-o-transform-origin      : 0 0;
	-webkit-transform-origin : 0 0;
	transform-origin         : 0 0
}

.broadcast-container .broadcast-content-table .broadcast-statistic {
	background-color : #045998;
	cursor           : pointer;
	line-height      : 22px;
	height           : 22px
}

.broadcast-container .broadcast-content-table .broadcast-statistic .move-right {
	float : right
}

.radio-component input {
	margin : 3px 5px 3px 4px
}

.radio-component input, .radio-component label {
	vertical-align : middle
}

.checkbox-component input {
	margin : 3px 5px 3px 4px
}

.checkbox-component input, .checkbox-component label {
	vertical-align : middle
}

.input-field-component.error {
	color : #cb2129
}

.input-field-component.error input {
	border : 1px dashed #cb2129;
	color  : #cb2129
}

.input-field-component.error .error-description {
	color : #cb2129
}

.input-field-component.disabled {
	color : #4c4c4c
}

.button-component {
	background-color : transparent;
	margin           : 0;
	padding          : 0;
	display          : inline-block;
	cursor           : pointer
}

.button-component button {
	margin          : 0;
	padding         : 0 8px 0 8px;
	font            : 700 12px/17px Arial, 'PT Sans', sans-serif;
	text-align      : center;
	text-decoration : none;
	white-space     : nowrap;
	line-height     : 18px;
	height          : 18px;
	vertical-align  : middle
}

.button-component button .loading-img {
	width          : 13px;
	height         : 13px;
	vertical-align : middle;
	margin-right   : 3px
}

.button-component.button-success button {
	background-color : #008f4c;
	color            : #ffffff
}

.button-component.button-danger button {
	background-color : #cb2129;
	color            : #ffffff
}

.button-component.disabled button {
	cursor     : default;
	color      : #aea9b0;
	background : #ebebe4
}

.scroll-top-button-component {
	width           : 22px;
	height          : 22px;
	background      : url(images/arr.png) no-repeat 0 0;
	text-decoration : none;
	display         : none
}

.scroll-top-button-component.visible {
	display : inline-block
}

.checkbox-group-component .checkbox-container {
	margin       : 0;
	border       : 0;
	table-layout : fixed;
	width        : 100%
}

.checkbox-group-component .checkbox-container td, .checkbox-group-component .checkbox-container th, .checkbox-group-component .checkbox-container tr {
	border  : 0;
	padding : 0
}

.checkbox-group-component .checkbox-container td {
	padding : 8px 0
}

.checkbox-group-component .checkbox-container td .checkbox-component {
	display : inline-block
}

.checkbox-group-component .checkbox-container td .collapse-button {
	display        : inline-block;
	vertical-align : middle;
	margin-left    : 3px;
	width          : 18px;
	height         : 10px;
	background     : url(images/slide_up_grey.png) no-repeat right center;
	cursor         : pointer
}

.checkbox-group-component .checkbox-container td.expanded .collapse-button {
	background : url(images/slide_down_grey.png) no-repeat right center
}

.checkbox-group-component .checkbox-group-component {
	border-top : 1px solid #e4e4e4
}

.week-date-selector-component {
	width        : 100%;
	table-layout : fixed
}

.week-date-selector-component .week-date-selector-item {
	color               : #6387a5;
	background          : #e0eef7;
	white-space         : nowrap;
	vertical-align      : middle;
	text-align          : center;
	border-left         : 1px solid #ffffff;
	height              : 51px;
	width               : auto;
	cursor              : pointer;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none
}

.week-date-selector-component .week-date-selector-item:hover {
	text-decoration : underline
}

.week-date-selector-component .week-date-selector-item.selected {
	color           : #000000;
	text-decoration : underline
}

.week-date-selector-component .other-day {
	border-left : 0
}

.week-date-selector-component .week-date-picker {
	width : 63px
}

.week-date-selector-component .week-date-picker .ico {
	width      : 39px;
	height     : 36px;
	display    : inline-block;
	background : url(images/cal_ico.png)
}

.week-date-selector-component.disabled .week-date-selector-item {
	color           : #aea9b0;
	background      : #ebebe4;
	text-decoration : none;
	cursor          : default
}

.week-date-selector-component.disabled .week-date-selector-item:hover {
	text-decoration : none
}

.week-date-selector-component.disabled .week-date-selector-item.selected {
	color           : #aea9b0;
	text-decoration : none
}

.date-field-component {
	width : 200px
}

.date-field-component input {
	margin-left : 5px
}

.date-field-component .date-picker {
	padding-left   : 3px;
	cursor         : pointer;
	vertical-align : middle
}

.date-field-component .date-picker .ico {
	display    : inline-block;
	width      : 13px;
	height     : 13px;
	background : url(../images/calico.png) no-repeat 0 0
}

.date-field-component.disabled .date-picker {
	cursor : default
}

.date-field-component.disabled .date-picker .ico {
	background-image : url(../images/calicod.png)
}

.date-range-field-component .date-field-component {
	vertical-align : top;
	display        : inline-block
}

.pages-navigator-component {
	background      : #e0eef7;
	vertical-align  : middle;
	border-collapse : separate;
	width           : auto
}

.pages-navigator-component .label {
	color       : #6387a5;
	padding     : 0 6px;
	white-space : nowrap
}

.pages-navigator-component .first-page, .pages-navigator-component .last-page, .pages-navigator-component .next-page, .pages-navigator-component .page, .pages-navigator-component .prev-page {
	cursor          : pointer;
	padding         : 0 4px;
	color           : #013d79;
	text-decoration : none;
	width           : auto
}

.pages-navigator-component .input-field-component input {
	text-align : center
}

.loading-component {
	margin : 5px
}

.loading-component img {
	width : 20px
}

.show-password-icon-button {
	display          : inline-block;
	height           : 10px;
	width            : 10px;
	margin-left      : 5px;
	background-image : url(images/show_password.png);
	cursor           : pointer
}

.show-password-icon-button.hidden {
	display : none
}

.banners-component .price-highlighted {
	background-color : #008f4c;
	color            : #ffffff !important;
	cursor           : pointer;
	zoom             : 1
}

.banners-component.banners-home_page {
	margin-top    : -1px;
	margin-bottom : 5px
}

.banners-component.banners-home_page .bx-wrapper .bx-viewport, .banners-component.banners-home_page .bx-wrapper img, .banners-component.banners-home_page .bx-wrapper li, .banners-component.banners-home_page .bx-wrapper ul {
	min-height : 142px
}

.banners-component.banners-home_page .bx-wrapper li {
	width : 100% !important
}

.banners-component.banners-home_page .banner {
	border : 1px solid #013d79;
	height : 142px
}

.banners-component.banners-home_page .banner img {
	max-width : none
}

.banners-component.banners-home_page .banner .banner-wrapper {
	display             : block;
	width               : 100%;
	height              : 142px;
	background-size     : cover;
	background-position : left;
	background-repeat   : no-repeat
}

.banners-component.banners-home_page .banner.banner-html iframe {
	display : block;
	width   : 100%;
	height  : 142px
}

.banners-component.banners-home_page .banner.banner-market {
	position : relative
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container {
	background : rgba(0, 0, 0, .5);
	width      : 36%;
	height     : 100%;
	position   : absolute;
	top        : 0;
	right      : 0;
	overflow   : hidden
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .banner-info {
	width  : 100%;
	height : 100%
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .header {
	color      : #ffffff;
	background : #045998
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .header table {
	width : 100%
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .header .category {
	padding    : 2px 5px;
	background : #045998;
	width      : 80%
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .header .category span {
	left  : 5px;
	right : 5px
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .header .date {
	background  : #013d79;
	padding     : 2px 5px;
	white-space : nowrap
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .team {
	background : #c2ddf3;
	width      : 100%;
	box-sizing : border-box
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .team table {
	width : 100%
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .team td {
	color       : #000000;
	font-weight : 700;
	padding     : 2px 0
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .team .away-team, .banners-component.banners-home_page .banner.banner-market .banner-info-container .team .home-team {
	width       : 48%;
	max-width   : 48%;
	overflow    : hidden;
	white-space : nowrap
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .team .home-team {
	text-align : right
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .team .home-team span {
	left : 5px
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .team .away-team span {
	right : 5px
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .team .spacer {
	text-align : center
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .market {
	padding : 5px;
	color   : #ffffff
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections {
	padding : 0 5px
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table {
	width  : 100%;
	height : 100%
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table tr.active:hover .selection-link, .banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table tr.active:hover .selection-name, .banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table tr.active:hover .selection-price {
	background-color : #008f4c;
	color            : #ffffff !important;
	cursor           : pointer;
	zoom             : 1
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td {
	padding : 2px 5px
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td.selection-name, .banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td.selection-price {
	font-weight      : 700;
	background-color : #ffffff
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td.selection-name.price-highlighted, .banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td.selection-price.price-highlighted {
	background-color : #008f4c;
	color            : #ffffff !important;
	cursor           : pointer;
	zoom             : 1
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td.selection-name {
	width       : 90%;
	font-size   : 11px;
	padding-top : 3px
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td.selection-name span {
	left : 5px
}

.zh_CN .banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td.selection-name, .zh_TW .banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td.selection-name {
	font-size   : 12px;
	padding-top : 2px
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td.selection-price {
	text-align : center
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td.selection-price .igrey {
	font-style  : italic !important;
	color       : #878787 !important;
	font-weight : 700 !important
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .selection td.selection-price .selection-link {
	text-decoration : none
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .selections table .spacer td {
	height     : 2px;
	padding    : 0;
	background : 0 0
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .show-all td {
	padding        : 2px 5px;
	height         : 70%;
	text-align     : center;
	vertical-align : middle
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container .show-all td a {
	cursor          : pointer;
	color           : #ffffff;
	text-decoration : underline;
	font-size       : 12px
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container.selections-count-2 .selections .selection td {
	padding-top    : 5px;
	padding-bottom : 5px
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container.selections-count-2 .selections .selection td.selection-name {
	font-size   : 12px;
	padding-top : 5px
}

.zh_CN .banners-component.banners-home_page .banner.banner-market .banner-info-container.selections-count-2 .selections .selection td.selection-name, .zh_TW .banners-component.banners-home_page .banner.banner-market .banner-info-container.selections-count-2 .selections .selection td.selection-name {
	padding-top : 5px
}

.banners-component.banners-home_page .banner.banner-market .banner-info-container.selections-count-2 .selections .spacer td {
	height : 4px
}

.banners-component.banners-home_page .banner.banner-toto_pool a {
	text-decoration : none
}

.banners-component.banners-home_page .banner.banner-toto_pool .banner-info {
	padding-left : 10px;
	line-height  : 1.2;
	color        : #ffffff
}

.banners-component.banners-home_page .banner.banner-toto_pool .banner-info .currency, .banners-component.banners-home_page .banner.banner-toto_pool .banner-info .label {
	padding-right : 6px
}

.banners-component.banners-home_page .banner.banner-toto_pool .banner-info .title {
	padding-top    : 10px;
	font-size      : 11px;
	font-weight    : 700;
	text-transform : uppercase
}

.banners-component.banners-home_page .banner.banner-toto_pool .banner-info .finishTime {
	padding-top : 10px;
	font-size   : 12px
}

.banners-component.banners-home_page .banner.banner-toto_pool .banner-info .jackpot, .banners-component.banners-home_page .banner.banner-toto_pool .banner-info .pool {
	padding-top    : 10px;
	font-size      : 11px;
	font-weight    : 700;
	text-transform : uppercase;
	vertical-align : middle
}

.banners-component.banners-home_page .banner.banner-toto_pool .banner-info .jackpot span, .banners-component.banners-home_page .banner.banner-toto_pool .banner-info .pool span {
	vertical-align : middle
}

.banners-component.banners-home_page .banner.banner-toto_pool .banner-info .jackpot .currency, .banners-component.banners-home_page .banner.banner-toto_pool .banner-info .jackpot .value, .banners-component.banners-home_page .banner.banner-toto_pool .banner-info .pool .currency, .banners-component.banners-home_page .banner.banner-toto_pool .banner-info .pool .value {
	font-size : 18px
}

.banners-component.banners-home_page .banner.banner-toto_pool .banner-info .jackpot {
	font-size   : 20px;
	font-weight : 700;
	padding-top : 9px
}

.banners-component.banners-home_page .banner.banner-toto_pool .banner-info .jackpot .currency, .banners-component.banners-home_page .banner.banner-toto_pool .banner-info .jackpot .value {
	font-size : 20px;
	color     : #fee773
}

.banners-component .ellipsis {
	position : relative
}

.banners-component .ellipsis:before {
	content    : '&nbsp;';
	visibility : hidden
}

.banners-component .ellipsis > span {
	position      : absolute;
	left          : 0;
	right         : 0;
	white-space   : nowrap;
	overflow      : hidden;
	text-overflow : ellipsis
}

.banners-component .slider-component .slider-container {
	margin  : 0;
	padding : 0
}

.banners-component .slider-component .bx-wrapper {
	margin-bottom : 0
}

.banners-component .slider-component .bx-wrapper .bx-pager {
	left        : 5px;
	bottom      : 8px;
	text-align  : left;
	width       : auto;
	z-index     : 1000;
	padding-top : 0
}

.banners-component .slider-component .bx-wrapper .bx-pager a {
	background            : rgba(255, 255, 255, .7);
	width                 : 12px;
	height                : 12px;
	margin                : 0 6px;
	-webkit-border-radius : 6px;
	-moz-border-radius    : 6px;
	border-radius         : 6px
}

.banners-component .slider-component .bx-wrapper .bx-pager a.active {
	background : #ffffff
}

.banners-component .slider-component .bx-wrapper .bx-pager a:hover {
	background : #ffffff
}

.banners-component.banners-loyalty_page .slider-component .bx-wrapper {
	background    : 0 0;
	border        : none;
	box-shadow    : none;
	margin-bottom : 20px
}

.banners-component.banners-loyalty_page .slider-component .bx-wrapper .bx-viewport, .banners-component.banners-loyalty_page .slider-component .bx-wrapper img, .banners-component.banners-loyalty_page .slider-component .bx-wrapper li, .banners-component.banners-loyalty_page .slider-component .bx-wrapper ul {
	min-height : 183px
}

.banners-component.banners-loyalty_page .slider-component .bx-wrapper li {
	width : 100% !important
}

.banners-component.banners-loyalty_page .slider-component .bx-wrapper .bx-pager {
	text-align  : right;
	padding-top : 0;
	bottom      : 20px;
	right       : 25px
}

.banners-component.banners-loyalty_page .slider-component .bx-wrapper .bx-pager.bx-default-pager a {
	background  : #a7cbeb;
	margin      : 0 2px;
	text-indent : 9999px
}

.banners-component.banners-loyalty_page .slider-component .bx-wrapper .bx-pager.bx-default-pager a.active {
	background : #ffffff
}

.banners-component.banners-loyalty_page .banner {
	border : none;
	height : 183px
}

.banners-component.banners-loyalty_page .banner img {
	max-width : none
}

.banners-component.banners-loyalty_page .banner .banner-wrapper {
	display                 : block;
	width                   : 100%;
	height                  : 183px;
	-webkit-background-size : cover;
	-moz-background-size    : cover;
	-o-background-size      : cover;
	background-size         : cover;
	background              : no-repeat left
}