* {
	outline: none;
}
* p:last-child, .cool-list li:last-child {
	padding-bottom: 0;
}
html {
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	min-width: 300px;
	color: #333;
}
iframe, object {
	display: block;
}
p {
	margin: 0;
	padding: 0 0 20px 0;
}
pre {
	display: block;
	background: #fffcdf;
	padding: 15px 20px;
	border: #eeeabf 1px solid;
	overflow-x: auto;
}
/*=====================================*/
a {
	color: #6441a5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.dotted {
	border-bottom: #6441a5 1px dotted;
}
a.red.dotted {
	border-bottom: #c86e6e 1px dotted;
}
a.dotted:hover {
	border: none;
	text-decoration: none;
}
/*=====================================*/
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	height: 0;
	clear: both;
}
.hidden {
	display: none;
}
.error, .success {
	margin: 0 0 15px 0;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5em;
	color: #c86e6e;
	background: #ffe6e6;
	border: #f5c8c8 1px solid;
}
.online, .offline, .yellowline, .blueline {
	display: inline-block;
	position: absolute;
	z-index: 10;
	margin: 15px 0 0 -20px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.online.inline, .offline.inline, .yellowline.inline, .blueline.inline {
	position: static;
	margin: 0 5px 0 0;
}
.blink {
  animation-name: blink;
  animation-timing-function: linear;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.online {
	background: linear-gradient(180deg, #4bbc1e, #27690e);
}
.offline {
	background: linear-gradient(180deg, #f25a5a, #b80909);
}
.yellowline {
	background: linear-gradient(180deg, #f2c210, #ff6600);
}
.blueline {
	background: linear-gradient(180deg, #6dacff, #a255ff);
}
.success {
	color: #8ec86e;
	background: #efffe6;
	border: #caf5c8 1px solid;
}
.error a {
	color: #c86e6e;
	text-decoration: underline;
}
.success a {
	color: #8ec86e;
	text-decoration: underline;
}
.error a:hover, .success a:hover {
	text-decoration: none;
}
.warning, .warning-2, .warning-3, .warning-4, .white-bg-with-border {
	margin: 0;
	padding: 20px;
	background: #fdf0ff;
}
.warning-2 {
	background: #f3f7ff;
}
.warning-3 {
	background: #f5ffe5;
}
.warning-4 {
	background: #fff785;
}
.white-bg-with-border {
	background: #fff;
	border: #e3e3e3 1px solid;
}
.coward {
	font-size: 13px;
	line-height: 1.5em;
	color: #666;
}
.super-coward {
	font-size: 12px;
	line-height: 1.5em;
	color: #777;
}
.semi-transparent-layer {
	background: rgba(0,0,0,0.6);
}
.fortune-list {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
.fortune-list li {
	padding: 0 0 8px 25px;
	background: url(/i/fortune.png) 0 3px no-repeat;
}
.cool-list {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
.cool-list li {
	padding: 0 0 8px 25px;
	background: url(/i/cool-list.png) 0 3px no-repeat;
}
.cool-list.no-marker li {
	background: none !important;
}
.cool-list.coward li {
	background-position: 0 0 !important;
}
.loader-01 {
	background-image: url(/i/ajax-loader-01.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.loader-02 {
	background-image: url(/i/ajax-loader-02.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.loader-03 {
	background-image: url(/i/ajax-loader-03.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.margin-top-a-bit {
	margin-top: 20px !important;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.rub {
	text-decoration: line-through;
}
.green {
	color: #8ec86e !important;
}
.red {
	color: #c86e6e !important;
}
.credits-icon {
	margin: -1px 0 0 4px;
	display: inline-block !important;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(/i/credits-big.png) 50% 50% no-repeat;
	background-size: auto 100%;
}
.credits-icon-small {
	margin: -1px 0 0 4px;
	display: inline-block !important;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	background: url(/i/credits-big.png) 50% 50% no-repeat;
	background-size: auto 100%;
}
.big-font {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
}
.big-font .credits-icon {
	width: 24px;
	height: 24px;
}
.small-font {
	font-size: 11px;
}
.new {
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	font-weight: 400;
	background: #ff0000;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 4px;
}
.icon-delete {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/i/css-spray-01.png) 0 -192px no-repeat;
	vertical-align: middle;
	margin: 0;
}
.icon-auction, .icon-auction-2 {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/i/css-spray-01.png) 0 -272px no-repeat;
	vertical-align: middle;
	margin: 0;
}
.icon-auction-2 {
	background-position: 0 -288px !important;
}
.vip-person-icon {
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 4px;
	background-image: url(/i/css-spray-01.png);
	background-repeat: no-repeat;
}
.vip-person-icon.vip-1 {
	background-position: 0 -208px;
}
.vip-person-icon.vip-2 {
	background-position: 0 -224px;
}
.vip-person-icon.vip-3 {
	background-position: 0 -240px;
}
.vip-person-icon.vip-4 {
	background-position: 0 -368px;
}
.clock-icon {
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(/i/css-spray-01.png);
	background-repeat: no-repeat;
	background-position: 0 -256px;
}
.promo-table-icon-container {
	width: 32px;
	height: 32px;
	margin: 0 auto;
	padding: 0 0 3px 0;
	overflow: hidden;
}
.promo-table-icon {
	width: 32px;
	height: 32px;
	display: block;
}
.scrolling-table {
	overflow-y: auto;
	height: 117px;
}
/*=====================================*/
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	margin: 0;
	padding: 20px 0;
	line-height: 1.2em;
}
/*=====================================*/
.wrapper {
	min-height: calc(100vh - 254px);
}
.container {
	background: #fff;
	margin: 0 auto;
	max-width: 900px;
	padding: 0 20px;
}
.block {
	padding: 60px 0 30px 0;
}
.block .title, .promo-stream h3 {
	font-size: 1.8em;
	padding: 0 0 20px 0 !important;
}
.pseudo-block {
	height: 52px;
}
/*=====================================*/
.content-left {
	float: left;
	width: 900px;
	margin: 0;
}
.sidebar-right {
	float: right;
	width: 300px;
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}
/*=====================================*/
.promo-stream {
	margin: -1px 0 20px 0;
	padding: 30px 0;
	background-color: #101014;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
}
.promo-stream a {
	color: #a68ed2;
}
.promo-stream .container {
	background: none;
}
.promo-stream .sidebar-right {
	margin: 0;
	width: 280px;
	padding: 20px 20px 20px 0;
}
.promo-stream .semi-transparent-layer {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
}
.promo-stream .promo-label {
	display: inline-block;
	height: 24px;
	background: linear-gradient(180deg, #ff0000, #c30000);
	margin: 0 0 10px 15px;
	padding: 2px;
}
.promo-stream .promo-label:hover {
	background: #ff0000;
}
.promo-stream .promo-label .inner {
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
	border: #fea4a4 1px solid;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
}
/*=====================================*/
#twitchFrame {
	background-color: #101014;
}
.stream {
	max-width: 900px;
}
.stream-header {
	margin: 50px 0 30px 0;
}
.stream-header h1 {
	font-size: 1.5em;
	padding: 5px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
}
.stream-header .under-header, .promo-header .under-header {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.stream-header .logo, .promo-header .logo {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 15px 0 0;
}
.stream-footer {
	margin: 0 0 20px 0;
	height: 60px;
	line-height: 60px;
	border-bottom: #e3e3e3 1px solid;
	font-size: 13px;
	color: #666;
}
.stream-footer .icon {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 11px 0 0;
	padding: 0 0 0 20px;
}
.stream-footer .viewers {
	background: url(/i/css-spray-01.png) 0 0 no-repeat;
}
.stream-footer .views {
	background: url(/i/css-spray-01.png) 0 -16px no-repeat;
}
.stream-footer .followers {
	background: url(/i/css-spray-01.png) 0 -32px no-repeat;
}
.stream-footer .session {
	background: url(/i/css-spray-01.png) 0 -176px no-repeat;
}
.stream-chat, .loto-chat {
	background-color: #efeef1;
}
/*=====================================*/
.footer {
	background: #101014 url(/i/rainbow-bg-01.png) 0 0 repeat-x;
	font-size: 13px;
	color: #fff;
	margin: 120px 0 0 0;
	padding: 40px 0;
}
.footer .container {
	background: none;
}
.footer a {
	color: #fff;
}
.footer .share {
	margin: 20px 0 40px 0;
}
.footer .share div {
	margin: 0 0 0 2px;
	display: inline-block;
}
/*=====================================*/
.header-min {
	opacity: 0.7;
	height: 38px;
	font-size: 24px;
	margin-top: 5px;
}
.header {
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	color: #777;
	padding: 25px 0;
	background: url(/i/rainbow-bg-01.png) 0 100% repeat-x;
}
.header .logo img {
	display: block;
	height: 32px;
}
.header .logo .beta {
	position: absolute;
	z-index: 10;
	margin: -21px 0 0 188px;
	font-size: 11px;
	font-style: italic;
	color: #6441a5;
}
.header .slogan {
	position: absolute;
	z-index: 10;
	margin: 0;
	font-size: 10px;
	line-height: 1em;
	color: #ccc;
	white-space: nowrap;
}
.header .links a, .header .links span.separator {
	text-decoration: none !important;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0 15px;
	font-size: 13px;
}
.header .links span.separator {
	color: #e3e3e3;
}
.header .links .menu-icon {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url(/i/menu-trigger.gif) 50% 50% no-repeat;
}
.header .menu-popup {
	background: url(/i/css-spray-01.png) 100% -72px no-repeat;
	padding: 0 18px 0 0;
}
.menu-popup-container {
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	position: absolute;
	z-index: 90;
	background: #fff;
	border: #e3e3e3 1px solid;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.menu-popup-container li {
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.menu-popup-container li.separator {
	height: 1px;
	margin: 10px 0;
	background: #e3e3e3;
}
.menu-popup-container a {
	padding: 0 20px;
	height: 28px !important;
	line-height: 28px !important;
	margin: 0 !important;
	display: block !important;
}
.menu-popup-container a:hover, .menu-popup-container a.current {
	color: #fff;
	background: #6441a5;
}
.search input[type="text"] {
	width: 138px;
	height: 30px;
	margin: 0;
	padding: 0 32px 0 10px;
	background: #fff url(/i/css-spray-01.png) 156px -136px no-repeat;
	border: #ddd 1px solid;
}
.search .form-submitter {
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 10;
	margin: -32px 0 0 150px;
	cursor: pointer;
}
/*=====================================*/
#filter-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	opacity: 0.9;
	display: none;
}
.black-mask {
	background: #17033a;
}
.white-mask {
	background: #fff;
	box-shadow: 0 0 10px 0 #999;
}
#popup-window {
	position: absolute;
	z-index: 102;
	background: #fff;
	width: 362px;
	top: 30px;
	left: 50%;
	margin: 0 0 0 -181px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	display: none;
}
#popup-window .close-popup {
	width: 12px;
	height: 12px;
	position: absolute;
	background: url(/i/css-spray-01.png) 0 -48px no-repeat;
	margin: 0 0 0 372px;
	cursor: pointer;
	opacity: 0.7;
}
#popup-window .close-popup:hover {
	opacity: 1;
}
#popup-window h2 {
	padding-top: 0;
}
#popup-window .inner {
	padding: 20px 30px;
}
.title-trigger {
	border-bottom: #e3e3e3 1px solid;
	margin: 0 0 17px 0;
	padding: 0;
	height: 38px;
	white-space: nowrap;
}
.title-trigger a, .title-trigger span {
	font-size: 14px;
	text-decoration: none !important;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	margin: 0 20px 0 0;
}
.title-trigger span, .title-trigger a.current {
	color: #333;
	border-bottom: #333 1px solid;
}
.title-trigger a:hover {
	color: #333;
	border-bottom: #999 1px solid;
}
/*=====================================*/
.cool-button {
	display: inline-block;
	background: #6441a5;
	color: #fff;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	font-size: 13px;
	text-decoration: none !important;
}
.cool-button.big {
	padding: 5px 25px;
	font-size: 15px;
}
.cool-button:hover {
	background: #7550ba;
}
.cool-button.additional {
	background: #fff !important;
	border: #7550ba 1px solid !important;
	color: #7550ba !important;
	height: 30px !important;
	line-height: 30px !important;
	margin: 0 0 0 5px;
}
.cool-button.additional:hover {
	border: #6441a5 1px solid !important;
	color: #6441a5 !important;
}
.cool-button .in-button {
	display: inline-block;
	margin: 6px 0 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	background: #322052;
	padding: 0 5px;
	vertical-align: top;
}
.cool-button .in-button.without-text {
	margin-left: 0 !important;
}
.cool-button .in-button.credits {
	background: #322052 url(/i/credits-big.png) calc(100% - 5px) 50% no-repeat;
	background-size: 10px auto;
	padding: 0 18px 0 5px;
}
.cool-button .in-button.tickets {
	background: #322052;
	padding: 0 5px;
}
.cool-button.alternative {
	background: #fd7820 !important;
}
.cool-button.alternative:hover {
	background: #fc8c41 !important;
}
.cool-button.alternative .in-button {
	background-color: #9d501c !important;
}
.placeholder {
	font-size: 13px;
	color: #666;
	margin: 0 0 2px 0;
}
label {
	height: 13px;
	line-height: 13px;
	font-size: 13px;
	color: #666;
	cursor: pointer;
}
.pre-submit-labels {
	margin: 0 0 20px 0;
}
.pre-submit-labels label {
	margin: 0 5px 0 0;
	cursor: pointer;
}
.forgot-password {
	padding: 10px 0 0 0;
}
.pre-submit {
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: #e3e3e3 1px solid;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="url"], textarea, select {
	font-family: inherit;
	font-size: 13px;
	width: calc(100% - 22px);
	display: block;
	border: #ccc 1px solid;
	padding: 5px 10px;
	margin: 0 0 17px 0;
	color: #666;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, textarea:focus {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
input[type="text"].big {
	font-size: 16px;
	padding: 7px 10px;
}
input[type="radio"] {
	vertical-align: top;
}
textarea {
	height: 100px;
	resize: vertical;
	padding: 10px;
	line-height: 1.5em;
}
select {
	padding: 5px 0 !important;
	width: 100% !important;
}
.with-under-comment {
	margin-bottom: 5px !important;
}
.field-under-comment {
	font-size: 13px;
	line-height: 1.5em;
	color: #999;
	margin: 5px 0 17px 0;
}
.google-recaptcha.normal {
	margin: 0 0 17px 0;
	width: 302px;
	height: 78px;
	overflow: hidden;
}
.google-recaptcha.compact {
	margin: 0 0 17px 0;
	width: 158px;
	height: 138px;
	overflow: hidden;
}
/*=====================================*/
.bc-cont {
	margin: 0;
	padding: 15px 0 10px 50px;
	background: url(/i/credits-big.png) 15px 50% no-repeat, linear-gradient(180deg, #9578cc, #6441a5);
	color: #fff;
	border: #6441a5 1px solid;
}
.bc-cont .coward {
	color: #ccc;
}
.big-credits {
	height: 32px;
	line-height: 32px;
	font-size: 30px;
	display: inline-block;
	text-shadow: 1px 1px 0 #333;
}
/*=====================================*/
.time-is-money {
	margin: 20px 0;
	background: #f3f7ff;
	padding: 20px;
}
.time-is-money .time {
	width: 44%;
}
.time-is-money .is {
	width: 12%;
	text-align: center;
}
.time-is-money .money {
	width: 44%;
}
.time-is-money .bc-cont {
	margin: 0;
}
.time-is-money .time .bc-cont, .big-countdown-timer {
	background: #fff url(/i/timer.gif) 15px 50% no-repeat;
	border: #e3e3e3 1px solid;
}
.big-countdown-loto {
	background: #fff url(/i/loto.gif) 15px 50% no-repeat;
	border: #e3e3e3 1px solid;
}
.big-countdown-top {
	background: #fff url(/i/top.gif) 15px 50% no-repeat;
	border: #e3e3e3 1px solid;
}
.time-is-money .time .big-credits {
	text-shadow: none;
	color: #333;
}
.time-is-money .time .coward, .time-is-money .is .coward {
	color: #999;
}
.time-is-money .rarr {
	width: 10px;
	height: 20px;
	margin: 30px auto 0 auto;
	background: url(/i/big-rarr.png) 0 0 no-repeat;
}
.time-is-money .darr {
	width: 20px;
	height: 10px;
	margin: 20px auto;
	background: url(/i/big-darr.png) 0 0 no-repeat;
}
.boost-scale {
	height: 5px;
	border: #e3e3e3 1px solid;
	margin: 15px 0 0 0;
	background: linear-gradient(90deg, #73f013, #ff0000);
	overflow: hidden;
}
.boost-scale .flap {
	width: 100%;
	height: 100%;
	background: #fff;
}
/*=====================================*/
.banner {
	margin: 0;
	padding: 20px 0;
	font-size: 13px;
	line-height: 1.5em;
	border: #e3e3e3 1px solid;
}
/*=====================================*/
.promo-header {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 14px;
	line-height: 1.5em;
	border-bottom: #ccc 1px solid;
}
.promo-header .name {
	padding: 8px 0 0 0;
}
/*=====================================*/
.games-list {
	padding: 20px 10px 0 10px;
	background: #f3f7ff;
}
.games-list .item {
	float: left;
	width: 20%;
	margin: 0 0 40px 0;
}
.games-list .inner {
	margin: 0 auto;
	width: calc(100% - 20px);
}
.games-list .image {
	background-color: #101014;
}
.games-list .image img {
	display: block;
	width: 156px;
	height: 218px;
}
.games-list .game {
	padding: 10px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.games-list .viewers {
	font-size: 13px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*=====================================*/
.streams-list {
	padding: 20px 10px 0 10px;
	background: #f3f7ff;
	overflow: hidden;
}
.streams-list .item {
	float: left;
	width: 33%;
	margin: 0 0 40px 0;
}
.streams-list .item:nth-child(3n + 2) {
	padding: 0 0.5%;
}
.streams-list .item.vip {
	/*
	background: #fffcdf;
	outline: #fffcdf 20px solid;
	*/
}
.streams-list .inner {
	margin: 0 auto;
	width: calc(100% - 20px);
}
.streams-list img {
	display: block;
}
.streams-list .image {
	background-color: #101014;
}
.streams-list .image {
	
}
.streams-list .image .stream-img {
	width: 270px;
	height: 152px;
}
.streams-list .image .game {
	background: rgba(0,0,0,0.5);
	width: 40px;
	height: 55px;
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
	position: absolute;
	z-index: 10;
	margin: -57px 0 0 0;
}
.streams-list .status {
	padding: 10px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.streams-list .viewers {
	font-size: 13px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.streams-list .viewers a {
	color: #666;
}
/*=====================================*/
.graph {
	width: 100%;
	height: 400px;
	background: #fff;
}
/*=====================================*/
.mini-channels-list .item {
	padding: 20px 0;
	border-bottom: #e3e3e3 1px solid;
}
.micro-channels-list .item {
	padding: 15px 0;
	border-bottom: #e3e3e3 1px solid;
}
.mini-channels-list .item:last-child, .micro-channels-list .item:last-child {
	border: none;
}
.mini-channels-list .logo {
	width: 80px;
	height: 60px;
	float: left;
}
.micro-channels-list .logo {
	width: 55px;
	height: 40px;
	float: left;
}
.mini-channels-list .logo img {
	display: block;
	width: 60px;
	height: 60px;
}
.micro-channels-list .logo img {
	display: block;
	width: 40px;
	height: 40px;
}
.micro-channels-list a {
	color: #333;
}
.mini-channels-list .name {
	padding: 2px 0 0 0;
	width: calc(100% - 80px);
	float: left;
}
.mini-channels-list.with-right-cell .name {
	width: auto !important;
}
.micro-channels-list .name {
	padding: 8px 0 0 0;
	width: calc(100% - 55px);
	float: left;
}
.mini-channels-list .name .coward {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mini-channels-list .name .coward a {
	color: #666;
}
.micro-channels-list.limited {
	max-height: 354px;
	overflow-x: hidden;
	overflow-y: auto;
}
.mini-channels-list .user-rating-num-and-stars {
	padding: 8px 0 0 0;
}
/*=====================================*/
.benefits-list {
	padding: 0;
}
.benefits-list .item {
	float: left;
	width: 33%;
	margin: 40px 0;
}
.benefits-list .inner {
	margin: 0 auto;
	width: calc(100% - 50px);
}
.benefits-list .image {
	margin: 0 0 20px 0;
	background: #f3f7ff;
	border-radius: 50%;
}
.benefits-list img {
	display: block;
	width: 247px;
	height: 247px;
}
.benefits-list h3 {
	line-height: 1.5em;
	padding: 0;
}
/*=====================================*/
.search-results {
	margin: 0;
}
.search-results .item {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.search-results .item .logo {
	width: 1%;
}
.search-results .item .refresh {
	width: 1%;
}
.search-results .item .logo, .search-results .item .name, .search-results .item .refresh {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	border-bottom: #e3e3e3 1px solid;
}
.search-results .item:last-child .logo, .search-results .item:last-child .name, .search-results .item:last-child .refresh {
	border: none;
}
.search-results .item .logo img {
	display: block;
	margin: 0 20px 0 0;
}
.search-results .item.games .logo img {
	width: 100px;
	height: 140px;
}
.search-results .item.users .logo img {
	width: 60px;
	height: 60px;
}
.refresh-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/i/css-spray-01.png) 0 -352px no-repeat;
	vertical-align: middle;
	margin: 0;
}
/*=====================================*/
.table-of-contents, .hidden-content {
	font-size: 14px;
	border: #e1e4eb 1px solid;
	background: #f3f7ff;
	padding: 15px 20px;
}
.table-of-contents .f-left, .hidden-content .f-left {
	font-weight: 600;
}
.table-of-contents .f-right, .hidden-content .f-right {
	font-size: 13px;
}
.table-of-contents ul {
	padding: 0;
	margin-bottom: 10px;
}
/*=====================================*/
.cool-table {
	width: 100%;
	border-collapse: collapse;
}
.cool-table th, .cool-table td {
	padding: 10px 5px;
	border-bottom: #e3e3e3 1px solid;
}
.cool-table.no-bg td {
	border: #e3e3e3 1px solid;
}
.cool-table.no-bg td:first-child {
	border-left: none;
}
.cool-table.no-bg td:last-child {
	border-right: none;
}
.cool-table th {
	background: #fffcdf;
	border-top: #e3e3e3 1px solid;
}
.cool-table td {
	text-align: center;
	background: #fff;
}
.cool-table tr:nth-child(2n + 3) td {
	background: #f5f5f5;
}
.cool-table.no-bg tr:nth-child(2n + 3) td {
	background: #fff;
}
.cool-table td.user-logo {
	
}
.cool-table td.user-logo img {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.cool-table td.user-logo .name {
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}
tr.fail-tr td {
	background: #ffe6e6 !important;
}
tr.no-bg td {
	background: none !important;
}
td.special-01 {
	background: #efffe6 !important;
}
td.special-02 {
	background: #ffe6e6 !important;
}
td.empty-td {
	background: #f3f7ff !important;
}
/*=====================================*/
.payment-methods {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.payment-methods li {
	float: left;
}
.payment-methods .variant {
	background: linear-gradient(180deg, #fff, #e8e8e8);
	border: #ccc 1px solid;
	width: 99px;
	height: 30px;
	cursor: pointer;
}
.payment-methods .variant div {
	height: 100%;
}
.payment-methods .variant.active {
	background: #fffaca;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.2);
	cursor: default;
}
.payment-methods .variant.l {
	border-radius: 3px 0 0 3px;
}
.payment-methods .variant.c {
	border-radius: 0 0 0 0;
	border-left: none;
	border-right: none;
}
.payment-methods .variant.r {
	border-radius: 0 3px 3px 0;
}
.payment-methods .one {
	background: url(/i/payment-methods-icons.png) 50% 0 no-repeat;
}
.payment-methods .two {
	background: url(/i/payment-methods-icons.png) 50% -60px no-repeat;
}
.payment-methods .three {
	background: url(/i/payment-methods-icons.png) 50% -30px no-repeat;
}
/*=====================================*/
.big-countdown-timer {
	width: calc(100% - 50px);
	display: inline-block;
	max-width: 400px;
	margin: 0 auto;
	padding: 24px 0 26px 50px;
	font-size: 30px;
}
.big-countdown-loto {
	width: calc(100% - 50px);
	display: inline-block;
	max-width: 400px;
	margin: 0 auto;
	padding: 24px 0 26px 50px;
	font-size: 30px;
}
.big-countdown-top {
	width: calc(100% - 50px);
	display: inline-block;
	
	margin: 0 auto;
	padding: 24px 0 26px 50px;
	font-size: 30px;
}
h1,h2,h3,h4,h5,h6,th,input,textarea,option {
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
}
/*=====================================*/
.list-of-buttons {
	
}
.list-of-buttons .item {
	float: left;
	width: 32%;
	height: 60px;
	padding: 10px 0;
}
.list-of-buttons .item:nth-child(3n + 2) {
	margin: 0 2%;
}
.list-of-buttons a {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
}
.list-of-buttons .t {
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 0 0 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.list-of-buttons .button {
	height: 100%;
	white-space: nowrap;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.3);
}
.list-of-buttons .but1 {
	background: linear-gradient(180deg, #bf3f77, #a51d59);
	border: #8d164b 1px solid;
	border-bottom: #8d164b 4px solid;
}
.list-of-buttons .but1:hover, .list-of-buttons .but1.current {
	background: #bf3f77;
}
.list-of-buttons .but2 {
	background: linear-gradient(180deg, #5fab0d, #4b880a);
	border: #2d5008 1px solid;
	border-bottom: #2d5008 4px solid;
}
.list-of-buttons .but2:hover, .list-of-buttons .but2.current {
	background: #5fab0d;
}
.list-of-buttons .but3 {
	background: linear-gradient(180deg, #67c0cb, #379ca8);
	border: #32828b 1px solid;
	border-bottom: #32828b 4px solid;
}
.list-of-buttons .but3:hover, .list-of-buttons .but3.current {
	background: #67c0cb;
}
.list-of-buttons .button:active, .list-of-buttons .button.current {
	border-bottom: #333 1px solid;
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.3), inset 0 3px 5px 0 rgba(0,0,0,0.4);
}
.list-of-buttons .button:active .t, .list-of-buttons .button.current .t {
	padding-top: 16px;
}
.list-of-buttons .button .coward {
	color: #fff;
}
/*=====================================*/
.jcarousel {
	background: #fff url(/i/loto-tarr.png) 50% 100% no-repeat;
	border-bottom: #7d3dad 2px solid;
	height: 75px;
}
.jcarousel .inner {
	margin: 0 auto;
	overflow: hidden;
}
.jcarousel ul {
	width: 10000000px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	width: 62px;
	height: 62px;
	margin: 0 5px 0 0;
	float: left;
}
.jcarousel img {
	width: 60px;
	height: 60px;
	display: block;
	border: #e3e3e3 1px solid;
}
/*=====================================*/
.table-in-promo-table-td {
	width: 100%;
	border: none !important;
	background: none !important;
}
.table-in-promo-table-td td {
	border: none !important;
	background: none !important;
}
.table-in-promo-table-td .l-icons {
	width: 16px;
	padding: 0 0 0 10px !important;
}
.table-in-promo-table-td .r-icons {
	width: 16px;
	padding: 0 10px 0 0 !important;
}
/*=====================================*/
.page-navigator {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}
.page-navigator li {
	display: inline-block;
	padding: 4px 8px;
}
.page-navigator li.current {
	background: #6441a5;
}
.page-navigator li.current {
	color: #fff;
}
/*=====================================*/
.boost-income {
	display: none;
	position: absolute;
	width: 38px;
	height: 22px;
	padding: 2px 0 0 2px;
}
.boost-income .ina {
	display: block;
	width: 34px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-align: center;
}
.boost-income.stream-1 {
	background: linear-gradient(180deg, #ff0000, #c30000);
}
.boost-income.stream-1 .ina {
	border: #e96b6b 1px solid;
}
.boost-income.stream-2 {
	background: linear-gradient(180deg, #ffa300, #da8b00);
}
.boost-income.stream-2 .ina {
	border: #f0bb5d 1px solid;
}
.boost-income.stream-3 {
	background: linear-gradient(180deg, #64bf13, #4b920d);
}
.boost-income.stream-3 .ina {
	border: #76ba39 1px solid;
}
/*=====================================*/
table.rating {
	
}
table.rating td {
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
}
table.rating th {
	border-top: #f3f7ff 1px solid;
	border-bottom: #f3f7ff 1px solid;
}
table.rating tr:nth-child(2n + 3) td {
	background: #f3f7ff;
}
table.rating td.position {
	width: 40px;
}
table.rating td.user-img.large {
	width: 60px;
}
table.rating td.user-img.small {
	width: 40px;
}
table.rating td.user-img.large .userpic {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}
table.rating td.user-img.small .userpic {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0;
}
table.rating td.user-name {
	padding-left: 20px;
}
table.rating td.rating-img {
	width: 80px;
}
table.rating td.rating-num {
	width: 150px;
	font-weight: 600;
}
/*=====================================*/
.user-rating-stars {
	margin: 5px 0 0 0;
	width: 80px;
	height: 16px;
}
.user-rating-stars span {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.user-rating-stars .star-1 {
	background: url(/i/css-spray-01.png) 0 -304px no-repeat;
}
.user-rating-stars .star-2 {
	background: url(/i/css-spray-01.png) 0 -320px no-repeat;
}
.user-rating-stars .star-3 {
	background: url(/i/css-spray-01.png) 0 -336px no-repeat;
}
/*=====================================*/
@media screen and (min-width: 1270px) {
	.container {
		width: 1230px;
		max-width: 1230px;
	}
	.stream {
		width: 900px;
		float: left;
	}
	.stream-chat {
		margin: 80px 0 0 0;
	}
}
@media screen and (max-width: 1269px) {
	.content-left {
		width: 570px;
	}
	.promo-stream {
		background-size: auto 100%;
	}
	.promo-stream .content-left {
		float: none;
		width: 100%;
	}
	.promo-stream .sidebar-right {
		float: none;
		width: calc(100% - 40px) !important;
		padding: 20px;
	}
	.time-is-money .time, .time-is-money .is, .time-is-money .money {
		float: none;
		width: 100%;
	}
	.time-is-money .rarr {
		display: none;
	}
	.time-is-money .darr {
		display: block;
	}
	.games-list .item {
		width: 25%;
	}
	.games-list .image img {
		width: 118px;
		height: 164px;
	}
	.streams-list .item {
		width: 50%;
		padding: 0 !important;
	}
	.streams-list .image .stream-img {
		width: 255px;
		height: 144px;
	}
	.benefits-list .item {
		width: 50%;
	}
	.benefits-list img {
		width: 235px;
		height: 235px;
	}
	.list-of-buttons .item {
		width: 48%;
	}
	.list-of-buttons .item:nth-child(3n + 2) {
		margin: 0;
	}
	.list-of-buttons .item:nth-child(2n + 1) {
		margin: 0 2% 0 0;
	}
	.list-of-buttons .item:nth-child(2n + 2) {
		margin: 0 0 0 2%;
	}
}
@media screen and (max-width: 940px) {
	.games-list .image img, .streams-list .image .stream-img, .benefits-list img {
		width: 100%;
		height: auto;
	}
	.list-of-buttons .item {
		width: 100%;
	}
	.list-of-buttons .item:nth-child(3n + 2), .list-of-buttons .item:nth-child(2n + 1), .list-of-buttons .item:nth-child(2n + 2) {
		margin: 0;
	}
}
@media screen and (max-width: 900px) {
	* {
		hyphens: auto;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
	}
	.games-list .item {
		width: 33%;
	}
	.cool-table td.user-logo .name {
		display: none;
	}
}
@media screen and (max-width: 740px) {
	.content-left, .sidebar-right {
		float: none;
		width: 100% !important;
	}
	.games-list .item {
		width: 25%;
	}
	.copy, .developer {
		float: none;
		text-align: left !important;
	}
	.developer {
		margin: 30px 0 0 0;
	}
	.pseudo-block {
		display: none;
	}
	.header .links .menu-icon {
		display: block;
	}
	.header .links .menu-content {
		display: none;
		position: absolute;
		top: 80px;
		left: 0;
		z-index: 10;
		background: rgba(0,0,0,0.9);
		width: 100%;
	}
	.header .links .menu-content a {
		display: block;
		color: #fff;
		padding: 0 20px;
		margin: 0;
		background: none;
		height: 40px !important;
		line-height: 40px !important;
		border-bottom: #444 1px dotted;
	}
	.header .links .menu-content a:hover {
		background: #6441a5;
	}
	.header .links .menu-content .separator {
		display: none;
	}
	.header .links .menu-popup {
		display: none !important;
	}
	.header .links .menu-popup-container {
		display: block;
		margin: 0;
		padding: 0;
		position: static;
		background: none;
		border: none;
		box-shadow: none;
	}
	.header .search {
		margin-right: 15px;
	}
	.list-of-buttons .item {
		width: 48%;
	}
	.list-of-buttons .item:nth-child(3n + 2) {
		margin: 0;
	}
	.list-of-buttons .item:nth-child(2n + 1) {
		margin: 0 2% 0 0;
	}
	.list-of-buttons .item:nth-child(2n + 2) {
		margin: 0 0 0 2%;
	}
}
@media screen and (max-width: 560px) {
	.list-of-buttons .item {
		width: 100%;
	}
	.list-of-buttons .item:nth-child(3n + 2), .list-of-buttons .item:nth-child(2n + 1), .list-of-buttons .item:nth-child(2n + 2) {
		margin: 0;
	}
}
@media screen and (max-width: 520px) {
	.header .search {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.games-list .item {
		width: 33%;
	}
	.streams-list .item {
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 440px) {
	#popup-window {
		width: 300px;
		margin: 0 0 0 -150px;
	}
	#popup-window .close-popup {
		margin: 0 0 0 310px;
	}
	.benefits-list .item {
		float: none;
		width: 100%;
	}
	.payment-methods .variant {
		width: 78px;
	}
}
@media screen and (max-width: 380px) {
	.games-list .item {
		width: 50%;
	}
	#popup-window {
		width: 218px;
		margin: 0 0 0 -109px;
	}
	#popup-window .close-popup {
		margin: 0 0 0 228px;
	}
	.payment-methods li {
		float: none;
	}
	.payment-methods .variant {
		width: 156px;
	}
	.payment-methods .l {
		border-radius: 3px 3px 0 0 !important;
	}
	.payment-methods .c {
		border: #ccc 1px solid !important;
		border-top: none;
		border-bottom: none;
		border-radius: none;
	}
	.payment-methods .r {
		border-radius: 0 0 3px 3px !important;
	}
	.stream-footer .session {
		display: none;
	}
}