*{padding:0px;margin:0px;outline:none;}

html {
	width: 100%;
	overflow-x: hidden;
}
a,
a:hover,
a:active,
a:focus{text-decoration:none!important;}
::-webkit-scrollbar{width:5px;height:4px;}
::-webkit-scrollbar-track{background-color:#66cc33;}
::-webkit-scrollbar-track-piece{background-color:#fff;}
::-webkit-scrollbar-thumb{height:50px;background-color:#66cc33;border-radius:5px;}
::-webkit-resizer{background-color:#66cc33;}
body{
	margin:0 auto;
	font-family: 'Open Sans', sans-serif!important;
	background: #121a2d url('../images/bg.jpg') no-repeat;
	background-position: top center;
	font-weight:400;
	width:100%;
	height:100%;
}
.container{max-width:1200px;}
.clear{clear:both;height:0;overflow:hidden;}

.yellow {color: #ffc80a;}


/* ~ header start ~ */
header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(19,16,35,.8);
	width: 100%;
	height: 80px;
}
header .logo {
	background: url('../images/logo.png') no-repeat;
	width: 150px;
	height: 30px;
}
header ul {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}
header ul li {
	margin: 0 8px;
	position: relative;
	list-style: none;
	padding: 0 6px;
}
header ul li a {
	transition: .3s;
	font-family: ;
	color: #8c99ba;
}
header ul li a:hover {
	color: #fff;
}
header ul li a:after {
	left: 0;
	bottom: -30px;
	opacity: 0;
	content: "";
	transition: .3s;
	position: absolute;
	background-image: -moz-linear-gradient( 0deg, rgb(189,63,50) 0%, rgb(203,53,107) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(189,63,50) 0%, rgb(203,53,107) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(189,63,50) 0%, rgb(203,53,107) 100%);
 	width: 100%;
 	height: 3px; 
}
header ul li a:hover:after {opacity: 1;}

/* ~ header end ~ */





/* ~ main start ~ */

.type__profile {
	padding: 20px;
	margin-top: 70px;
	border-radius: 9px;
	background: rgba(18,26,45,.8);
	position: relative;
	height: 272px;
}
.stats-r,
.menu {
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.menu {
	float: left;
	width: 128px;
	margin-right: 20px;
	border-right: solid 1px rgba(255,255,255,.08);
	height: 100%;
}
.menu  .avatar {
	overflow: hidden;
	border-radius: 9px;
	background: #fff;
	width: 90px;
	height: 90px;
}
.menu a.drop span {
	float: left;
	padding: 8px 0 10px 6px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	width: 100px;
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: initial;
	text-overflow: ellipsis;
}
svg {
	float: left;
	margin-left: -8px;
	margin-top: 8px;
	height:20x;
	width:20px;
}
svg circle {fill:#FFF; }


.menu .dd-menu {
	width: 100%;
	-webkit-transition: all 0.2s ease;
	/* opacity:0; */
	-webkit-transform-origin: left top 0px;
	/* -webkit-transform: scale(0); */
}
.dd-menu.active {
	opacity:1;
	-webkit-transform-origin: left top 0px; 
	-webkit-transform: scale(1); 
}
.dd-menu .drop {float: left;}
.menu .dd-menu ul {
	display: block;
}
.menu .dd-menu ul li {
	padding-left: 25px;
	list-style: none;
	line-height: 35px;
}
.menu .dd-menu ul li a {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #f8f8f8;
}
.menu .dd-menu ul li:before {
	content: "";
	left: 0px;
	visibility:hidden;
	opacity:0;
	transition:all .3s;
	position: absolute;
	box-shadow: 0 0px 14px 1px rgba(65,131,215,.45);
	background-image: -webkit-linear-gradient(left, rgb(17,83,252) 0%, rgb(85,129,241) 100%);
	background-image: -o-linear-gradient(left, rgb(17,83,252) 0%, rgb(85,129,241) 100%);
	background-image: linear-gradient(to right, rgb(17,83,252) 0%, rgb(85,129,241) 100%);
	width: 3px;
	height: 35px;
}

.menu .dd-menu ul li:hover:before {
	visibility:visible;
	opacity:1;
}
.stats-r {
	float: left;
	height: 100%;
}
.stats-r tr {
	width: 100%;
	height: 35px;
}
.stats-r tr td:nth-child(1) {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	width: 125px;
}
.stats-r tr td:nth-child(2) {
	font-size: 14px;
	font-weight: 600;
	color: #ffc80a;
	width: 45px;
	max-width: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: initial;
	text-overflow: ellipsis;
}

.stats-r tr td:nth-child(3) {
	width: 108px;
}
.stats-r tr td a {
	float: left;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	transition: .3s;
	background-image: -moz-linear-gradient( 0deg, rgb(79,101,208) 0%, rgb(134,58,199) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(79,101,208) 0%, rgb(134,58,199) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(79,101,208) 0%, rgb(134,58,199) 100%);
	font-size: 14px;
	font-weight: 300;
	color: #fefefe;
	width: 100%;
	height: 24px;
}
.stats-r tr td a:hover {
	box-shadow: 0 0 30px 7px rgba(117,71,202,.15);
}

.banner {
	padding: 10px;
	position: relative;
	border-radius: 9px;
	overflow: hidden;
	margin: 10px auto 0 auto;
	background: url('../images/banner_bg.jpg');
	box-shadow: 0px 15px 19px 1px rgba(0, 0, 0, 0.1);
	width: 250px;
	height: 80px;
	box-shadow: 0 0 7px 3px #ffc900;
}
.banner h2 { 
	font-family: "Comfortaa", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffc80a;
}
.banner p {
	font-size: 12px;
	font-weight: 400;
	color: #d1dae4;
}
.banner a {
	float: right;
	font-size: 14px;
	font-weight: 300;
	color: #a8a4b1;
}
.banner a:hover {
	text-decoration: underline!important;
	color: #b7b2c0;
}


.slider-wrapper {
	z-index: 500;
	margin-top: 70px;
	border-radius: 9px;
	position: relative;
	width: 652px;
	height: 270px;
}

.slider-wrapper li {
	display: none;
}
.slider-wrapper li img {
	width: 100%;
}
.slider-wrapper li:nth-child(1):after {
	content: "";
	top: -65px;
	right: 40px;
	position: absolute;
	background: url('../images/gallery/gal_1.png');
	width: 249px;
	height: 374px;
}
.slider-wrapper li:nth-child(2):after {
	content: "";
	top: -50px;
	right: -50px;
	position: absolute;
	background: url('../images/gallery/gal_2.png');
	width: 463px;
	height: 389px;
}
.slider-wrapper li:nth-child(3):after {
	content: "";
	top: -50px;
	right: 10px;
	position: absolute;
	background: url('../images/gallery/gal10.png');
	background-repeat: no-repeat;
    background-size: 100%;
	width: 363px;
	height: 389px;
}
.slider-wrapper li h2 {
	z-index: 9;
	padding-top: 40px;
	margin-left: -200px;
	text-align: center;
	position: relative;
	text-shadow: 0px 0px 17.48px rgba(0, 0, 0, 0.56);
	-moz-transform: matrix( 0.99940233097279,-0.03456849499409,0.03456849499409,0.99940233097279,0,0);
	-webkit-transform: matrix( 0.99940233097279,-0.03456849499409,0.03456849499409,0.99940233097279,0,0);
	-ms-transform: matrix( 0.99940233097279,-0.03456849499409,0.03456849499409,0.99940233097279,0,0);
	text-transform: uppercase;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}
.slider-wrapper li h2 span {
	color: #ffc80a;
}
.slider-wrapper .current-slide {
	display: block;
}

.slider-wrapper img {
	position: absolute;
	max-width: 100%;
	height: auto;
	top: 0;
	left: 0;
}


.slider-wrapper h2 {
	color: #00c5b9;
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 6px;
}

.slider-wrapper p {
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.4em;
}

/**
 * ---[Botones-Control] ---------------------- 
 **/
.control-buttons {
	margin-top: 15px;
	text-align: center;
}

.control-buttons li {
	cursor: pointer;
	display: inline-block;
	background: #424f66;
	text-indent: -99999px;
	height: 12px;
	width: 12px;
	margin: 0 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.control-buttons li.active {
	background: #00c5b9;
}

.authors {
	text-align: center;
	color: #7a8699;
	display: block;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 80px;
	font-size: 300;
}

/** ---------------------------------------
 * Responsive 
 ----------------------------------------*/
 @media only screen and (max-width: 825px) {
 	.container {
 		width: 500px;
 	}

 	.slider-wrapper {
 		height: 260px;
 	}
 }

 @media only screen and (max-width: 535px) {
 	.container {
 		padding: 5px;
 		width: 100%;
 		margin: 40px 0 0 0;
 	}

 	.slider-wrapper {
 		height: 200px;
 	}
	
 	.slider-wrapper .caption {
 		display: none;
 	}

 }

 @media only screen and (max-width: 410px) {
 	.slider-wrapper {
 		height: 160px;
 	}
 }

/* ~ main end ~ */





/* ~ section start ~ */

section.cases {
	display: flex;
	position: relative;
	margin-top: 75px;
	width: 100%;
}
.type__case {
	display: flex;
	position: relative;
	border-radius: 9px;
	transition: .3s;
	padding: 25px;
	margin: 20px 0;
	flex-direction: column;
	background: #121a2d;
	height: 220px;
}
.type__case:hover {box-shadow: 0 0px 30px 7px rgba(117,71,202,.15);}
.type__case h2 {
	font-family: "Comfortaa", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #f9f9f9;
}
.type__case p {
	width: 240px;
	z-index: 3;
	padding-top: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #f9f9f9;
}
.type__case a.btn {
	float: left;
	display: flex;
	z-index: 6;
	transition: .3s;
	justify-content: center;
	align-items: center;
	border-radius: 9px;
	margin-top: 20px;
	position: absolute;
	bottom: 30px;
	background-image: -webkit-linear-gradient(rgb(79,101,208) 0%, rgb(134,58,199) 100%);
	background-image: -o-linear-gradient(rgb(79,101,208) 0%, rgb(134,58,199) 100%);
	background-image: linear-gradient(rgb(79,101,208) 0%, rgb(134,58,199) 100%);
	font-size: 14px;
	font-weight: 300;
	color: #f9f9f9;
	width: 136px;
	height: 34px;
}
.type__case a.btn:hover {
	opacity: .8;
}
.joker {
	z-index: 2;
	content: "";
	position: absolute;
	right: -25px;
	bottom: -10px;
	background: url('../images/cases/joker2.png') no-repeat;
	/* background-size: 100%; */
	width: 210px;
	height: 166px;
}
.card {
	z-index: 2;
	content: "";
	position: absolute;
	right: -30px;
	bottom: -15px;
	background: url('../images/cases/card.png');
	width: 232px;
	height: 190px;
}
.case {
	z-index: 2;
	content: "";
	position: absolute;
	right: -105px;
	bottom: -20px;
	background: url('../images/cases/techies2.png') no-repeat;
	background-size: 80%;
	width: 300px;
	height: 225px;
}
.magic {
	z-index: 2;
	content: "";
	position: absolute;
	right: -15px;
	bottom: -15px;
	background: url('../images/cases/magic.png');
	width: 215px;
	height: 185px;
}
.jackpot {
	z-index: 2;
	content: "";
	position: absolute;
	right: -10px;
	bottom: -20px;
	background: url('../images/cases/jackpot.png');
	width: 227px;
	height: 194px;
}
.lucky {
	z-index: 2;
	content: "";
	position: absolute;
	right: -35px;
	bottom: -15px;
	background: url('../images/cases/lucky.png');
	width: 222px;
	height: 174px;
}
.spinking {
	z-index: 2;
	content: "";
	position: absolute;
	right: -60px;
	bottom: -25px;
	background: url('../images/cases/spinking.png');
	width: 300px;
	height: 199px;
}

.stavka {
	z-index: 2;
	content: "";
	position: absolute;
	right: -30px;
	bottom: 5px;
	background: url('../images/cases/stavka.png');
	width: 232px;
	height: 154px;
}
.stavka {
    animation: blink 2s infinite; /* Параметры анимации */
   }
   @keyframes blink {
    from { opacity: 1; /* Непрозрачный текст */ }
    to { opacity: 0; /* Прозрачный текст */ }
   }
.tvst {
	z-index: 2;
	content: "";
	position: absolute;
	right: -23px;
	bottom: 0px;
	background: url('../images/cases/slots.png') no-repeat;
	width: 266px;
	height: 163px;
	background-size: 100%;
}
.csopen {
	z-index: 2;
	content: "";
	position: absolute;
	right: -75px;
	bottom: -25px;
	background: url('../images/cases/pudge.png') no-repeat;
	background-size: 80%;
	width: 286px;
	height: 235px;
}
.double {
	z-index: 2;
	content: "";
	position: absolute;
	right: -75px;
	bottom: -25px;
	background: url('../images/cases/double.png') no-repeat;
	background-size: 80%;
	width: 286px;
	height: 235px;
}

.kolo {
	z-index: 2;
	content: "";
	position: absolute;
	right: -85px;
	bottom: -35px;
	background: url('../images/cases/allorn.png') no-repeat;
	background-size: 80%;
	width: 286px;
	height: 235px;
}

/* ~ section end ~ */




/* ~ footer start ~ */
section.footer-top {
	display: flex;
	position: relative;
	padding-top: 55px;
	margin-top: 115px;
	padding-bottom: 55px;
	background-color: #0f1523;
	width: 100%;
}
section.footer-top h2 {
	position: relative;
	padding-bottom: 8px;
	font-family: "Comfortaa", sans-serif;
	font-size: 21px;
	color: #fff;
}
section.footer-top h2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #7547ca;
	width: 25px;
	height: 3px;
}
section.footer-top h2:after {
	content: "";
	position: absolute;
	left: 25px;
	bottom: 0;
	background: #fff;
	width: 25px;
	height: 3px;
}
section.footer-top ul {
	position: relative;
	display: flex;
	flex-direction: column;
}
section.footer-top ul li {
	list-style: none;
}
section.footer-top ul li a {
	line-height: 30px;
	font-size: 14px;
	color: #b6bccb;
}
section.footer-top ul li a:hover {
	text-decoration: underline!important;
	color: #FFF;
}

footer {
	display: flex;
	position: relative;
	align-items: center;
	background-color: #0b0f19;
	width: 100%;
	height: 45px;
}
footer p {
	font-size: 14px;
	color: #3d404a;
}

/* ~ footer end ~ */



.window {
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    vertical-align: middle;
}

.window .centering {
    margin: 100px auto;
    width: 500px;
    position: absolute;
    position: relative;
    border-radius: 4px;
    background: #f7f7f7d9;
}

.btn.green-fill {
    border-color: #823cc7;
    background: #5263d0;
    padding: 8px 85px 6px;
    font-size: 13px;
    color: #ffc80a;
    font-weight: 600;
    border-radius: 4px;
}

.btn.green-fill:hover {
    border-color: #823cc7;
    background: #5263d0;
}

.btn.green-fill:active {
    background: #076600;
}



.arcticmodal-overlay,
.arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}


.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto;
}
.arcticmodal-container_i2 {
	padding: 24px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}
.arcticmodal-error {
	padding: 20px;
	border-radius: 10px;
	background: #000;
	color: #fff;
}
.arcticmodal-loading {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: #000000 url(../img/loading.gif) no-repeat 50% 50%;
}

.login1-list li a {
	margin-left: 50%;
    margin-top: 5%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 139px;
	height: 58px;
	background: transparent url(/assets/img/steam_a.png) no-repeat 0 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	-webkit-transition: opacity 0.5s ease-in-out, width 0.5s ease-in-out, height 0.25s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out, width 0.5s ease-in-out, height 0.25s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out, width 0.5s ease-in-out, height 0.25s ease-in-out;
	transition: opacity 0.5s ease-in-out, width 0.5s ease-in-out, height 0.25s ease-in-out;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.login1-list li a:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
	opacity: 1;
	filter: alpha(opacity=100);
}
.login1-list li a:before {
    content: "";
	position: absolute;
	top: 0px;
	left: -120px;
	width: 117px;
	height: 58px;
	background: transparent url(/assets/img/steam_href.png) no-repeat 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.login1-list li a:hover:before{
	left: 150px;
}





.toggle_chat:hover, .hide_chat:hover {
	background-color: #3f4654
}
.toggle_chat.active {
	background-image: url(/assets/newmy/img/fullscreen.png)!important
}
.toggle_chat {
	background: #343a45 url(/assets/newmy/img/window.png?v2) no-repeat center center;
	margin-right: 0!important
}
.hide_chat {
	background: #343a45 url(/assets/newmy/img/minimize.png?v2) no-repeat center center
}
.toggle_chat, .hide_chat {
	float: right;
	transition: all .2s ease;
	color: #fefefe;
	text-transform: initial;
	font-size: 12px;
	text-decoration: none;
	font-weight: 400;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	margin: 15px 10px 0 0
}

#chat.fixed_to_window {
	position: fixed;
	transition: all 1s, z-index 0s ease;
	bottom: 0;
	right: 5px;
	height: auto;
	width: 300px;
	z-index: 99999;
	box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	margin-bottom: auto;
}
#current.no_chat {
	width: 100%;
	min-height: 255px!important
}
#current.no_chat .event {
	width: 31.3%
}
#current.no_chat .full_width_event:before, #current.no_chat .full_width_event:after {
	display: none!important
}
#current.no_chat .event.full_width_event {
	float: left;
	width: 45%;
	margin: 0 2.5%;
	max-width: 600px
}
.hide_chat.active:before {
	opacity: 1
}
.hide_chat:before {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 11px;
	background: #fff;
	margin-left: 9px;
	margin-top: 4px;
	opacity: 0;
	transition: all .2s ease
}

.hidden .resize_drag {
	display: none!important
}
.fixed_to_window .resize_drag {
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
	top: -20px;
}
}
.fw_with_sidebar .block_heading {
	margin: 0 0 0 2%;
	position: relative
}
.fw_with_sidebar .block_content {
	padding: 0 2%
}
.fw_with_sidebar {
	width: 72.9%;
}
.fix_z {
	will-change: unset!important;
	transform: none!important
}
#chat {
	backface-visibility: hidden;
	will-change: height, width, top, transform;
	height: 400px;
	z-index: 5
}
.no_anim {
	-webkit-transition-property: none!important;
	-moz-transition-property: none!important;
	-o-transition-property: none!important;
	transition-property: none!important;
	-webkit-transition-duration: 0s!important;
	-moz-transition-duration: 0s!important;
	-o-transition-duration: 0s!important;
	transition-duration: 0s!important;
	transition: all 0s linear!important
}
#chat .block_heading b {
	color: #d8c013;
	margin-left: 13px;
	font-weight: 400;
	font-size: 11px;
	text-shadow: 1px 1px 2px black, 0 0 1em #9c8f00;
}
@keyframes flickerAnimation {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	100% {
		opacity: 1
	}
}
@-o-keyframes flickerAnimation {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	100% {
		opacity: 1
	}
}
@-moz-keyframes flickerAnimation {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes flickerAnimation {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	100% {
		opacity: 1
	}
}
#chat .block_heading span {
	color: #b0b3b9;
	text-transform: initial;
	font-weight: 400;
	font-size: 11px
}
#chat .block_heading b:before {
	content: '';
	display: inline-block;
	margin-right: 4px;
	width: 14px;
	height: 55px;
	vertical-align: top;
	background: url(/assets/newmy/img/online.png) no-repeat center center;
	-webkit-animation: flickerAnimation 2s infinite;
	-moz-animation: flickerAnimation 2s infinite;
	-o-animation: flickerAnimation 2s infinite;
	animation: flickerAnimation 2s infinite;
}
#chat .block_content {
	position: relative
}
.show_hidden:hover {
	background: #24282e
}
.show_hidden {
	transition: all .2s ease;
	background: #2a2f36;
	font-size: 12px;
	color: #b0b3b9;
	text-decoration: none;
	line-height: 25px;
	padding: 0 10px;
	border-radius: 3px;
	top: 5px
}
.hidden_msg {
	opacity: .5;
	display: none
}
.msg:hover .ignore:hover {
	opacity: 1
}
.msg:hover .ignore {
	opacity: .4
}
.hidden_msg .ignore {
	background: url(/assets/newmy/img/sound.png) no-repeat center center
}
.ignore {
	opacity: 0;
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: top;
	margin-left: 2px;
	transition: all .2s ease;
	background: url(/assets/newmy/img/sound_off.png) no-repeat center center;
	position: absolute
}
#chat .messages {
	backface-visibility: hidden;
	width: 100%;
	background: #131519;
	min-height: 238px;
	position: relative;
	overflow: hidden;
	will-change: height, opacity, transform;
}
.msg.system_msg, .msg.system_msg .nick {
	color: #ff4b2b!important
}
.msg.top_streamer {
	color: #e4b247!important
}
.msg.top_streamer .nick {
	color: #ffac00!important
}
.msg.to_me {
	background: #3e4551
}
.msg.system {
	color: #a9ff73!important
}
.msg.system .nick {
	color: #82b363!important
}
.msg .nick {
	cursor: pointer;
	float: left;
	color: #525965;
	max-width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	margin-right: 4px
}
.msg .avatar:hover {
	opacity: .6
}
.msg .avatar i {
	font-size: 8px;
	text-decoration: none;
	color: #fefefe;
	display: inline-block;
	text-align: center;
	line-height: 14px;
	background: #2b3038;
	top: -4px;
	right: -4px;
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%
}
.msg .avatar {
	cursor: pointer!important;
	position: absolute;
	left: 9px;
	width: 22px;
	transition: all .2s ease;
	height: 22px;
	border-radius: 50%;
	top: 2px;
	cursor: default;
	background: #212429
}
.msg .nick:hover {
	text-decoration: underline!important
}
.msg {
	cursor: default;
	clear: left;
	word-break: break-word;
	position: relative;
	margin: 0 0 3px;
	padding: 5px 13px 5px 42px;
	font-size: 13px;
	color: #ebf0f6;
	line-height: 20px;
}
.write textarea {
	resize: none;
	overflow: hidden;
	background: 0 0;
	padding: 11px 0;
	color: #ebf0f6;
	font-size: 13px;
	line-height: 18px;
	max-width: 88.83%;
	width: 88.83%;
	min-width: 88.83%;
	height: 82px;
	min-height: 82px;
	max-height: 82px;
	box-sizing: border-box;
	border: 0;
	outline: none;
	border-bottom: 1px solid #343a45;
	margin: 0 5.585%
}
.write {
	padding-bottom: 10px
}
#send_message.wait:before {
	opacity: 0
}
#send_message:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	transition: all .2s ease;
	background-image: url(/assets/newmy/img/sendmsg.png);
	background-position: center center;
	background-repeat: no-repeat
}
#send_message {
	position: relative;
	transition: all .2s ease;
	line-height: 32px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	float: right;
	margin-right: 5.585%;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px
}
.block_heading, .block_heading a, .links a, #top_menu .f_right, #footer, #banner, .balance_cont .f_right, .bonus_cont .f_right, #chat .write, .game_filter, .right_user, .msg .avatar, .team_stat_link, .team_select img, .m_next, .bet_timer {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sidebar .block_heading {
    margin: 0 5.585%;
}
#chat .block_heading span {
    color: #b0b3b9;
    text-transform: initial;
    font-weight: 400;
    font-size: 11px;
}
.block_content {
    min-height: 100px;
}
.show_hidden_cont {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5px;
    width: 100%;
    z-index: 3;
}
.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}
.write {
    padding-bottom: 10px;
}
#msg_text {
    transition: border-color .2s ease;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
}
.smiles {
    width: 53px;
    height: 32px;
    margin-top: 10px;
    margin-left: 5.585%;
    position: relative;
    float: left;
}
.btn.small {
    min-width: 32px!important;
    height: 32px!important;
    padding: 0 8px!important;
}
.btn.gray {
    background-color: #151429;
    color: #fefefe;
}
.smiles>a {
    transition: all .2s ease;
}
.smiles>a:before {
    content: '';
    display: inline-block;
    height: 32px;
    width: 18px;
    background-image: url(/assets/newmy/img/smile.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 3px;
}
.smiles>a.small:after {
    margin-top: 14px!important;
}
#lang_select:after, #currency_select:after, .smiles>a:after, .small_select:after {
    content: '';
    display: inline-block;
    border: 3px solid transparent;
    border-top: 4px solid #b7bdc7;
    margin-top: 19px;
    vertical-align: top;
    margin-left: 2px;
    transition: all .2s ease;
}
#chat.fixed_to_window .smile_list, #chat.sticked .smile_list {
    bottom: 29px;
    right: 8px;
    top: auto;
    left: auto;
}
.smile_list {
    cursor: default;
    overflow: hidden;
    z-index: 2;
    transition: all .2s ease;
    max-height: 0;
    top: 29px;
    left: 0;
    position: absolute;
    background: #151429;
    padding: 0 5px 0 15px;
    width: 147px;
    border-radius: 0 3px 3px 3px;
}
.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0;
    height: 15px;
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px;
}
.chat_rules {
    float: left;
    font-size: 12px;
    color: #b0b3b9;
    transition: all .2s ease;
    text-decoration: none;
    line-height: 32px;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 8px;
}
#send_message {
    position: relative;
    transition: all .2s ease;
    line-height: 32px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    float: right;
    margin-right: 5.585%;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
}
.block {
    margin-bottom: 14px;
    border-radius: 3px;
    background: #090a11;
}
.block_heading {
    cursor: default;
    height: 55px;
    font-size: 14px;
    font-weight: 700;
    color: #ebf0f6;
    text-transform: uppercase;
    line-height: 55px;
}
#letter_count {
    float: right;
    line-height: 32px;
    color: #b0b3b9;
    font-size: 11px;
    margin: 10px 2.5% 0 0;
    cursor: default;
}
.clearfix {
    clear: both;
}
#send_message:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    transition: all .2s ease;
    background-image: url(/assets/newmy/img/sendmsg.png);
    background-position: center center;
    background-repeat: no-repeat;
}
a[disabled], html input[disabled] {
    color: #eee !important;
    border-color: #464a50 !important;
    background: #464a50 !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;   
    cursor: default;
}
.ps-container>.ps-scrollbar-y-rail {
    z-index: 11;
    display: none;
    position: absolute;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 3px;
    background: #272c33;
}
.opened .smile_list {
    max-height: 180px;
    margin: 0;
    padding: 15px 5px 5px 15px;
}
.smile.fire {
	background: url(/assets/newmy/img/emoji_22.png) no-repeat;
	background-position: -216px -108px
}
.smile.fireex {
	background: url(/assets/newmy/img/fireex.png) no-repeat left top
}
.smile.coin {
	background: url(/assets/newmy/img/coin.png) no-repeat center center
}
.smile.gem {
	background: url(/assets/newmy/img/gems.png) no-repeat center center
}
.smile.cute {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left 0
}
.smile.happy {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left -17px
}
.smile.oeye {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left -34px
}
.smile.lol {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left -51px
}
.smile.tongue {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left -68px
}
.smile.glasses {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left -120px
}
.smile.cry {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left -204px
}
.smile.wow {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left -238px
}
.smile.peace {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left -510px
}
.smile.pokerf {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left -255px
}
.smile.angry {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left -306px
}
.smile.like {
	background: url(/assets/newmy/img/emoji_1.png) no-repeat;
	background-position: left -459px
}
.smile.kappa {
	background: url(/assets/newmy/img/kappa.png) no-repeat;
	background-position: center center
}
.smile.kappa {
	background: url(/assets/newmy/img/kappa.png) no-repeat;
	background-position: center center
}
.smile.kpride {
	background: url(/assets/newmy/img/kpride.png) no-repeat;
	background-position: center center
}
.smile.slowp {
	background: url(/assets/newmy/img/slowpoke.png) no-repeat;
	background-position: center center
}
.smile.fp {
	background: url(/assets/newmy/img/facepalm.png) no-repeat;
	background-position: center center
}
.smile.chick {
	background: url(/assets/newmy/img/chicken.png) no-repeat;
	background-position: center center
}
.smile.rsmile1 {
	background: url(/assets/newmy/img/rsmile.png) no-repeat;
	background-position: center center
}
.smile.rsmile2 {
	background: url(/assets/newmy/img/rsmile2.png) no-repeat;
	background-position: center center
}
.smile.rsmile3 {
	background: url(/assets/newmy/img/rsmile3.png) no-repeat;
	background-position: center center
}
.smile.tigran {
	background: url(/assets/newmy/img/tigran.png) no-repeat;
	background-position: center center
}
.smile.bblthump {
	background: url(/assets/newmy/img/bblthump.png) no-repeat;
	background-position: center center
}
.smile.bless {
	background: url(/assets/newmy/img/bless.png) no-repeat;
	background-position: center center
}
.smile.sorcerl {
	background: url(/assets/newmy/img/sorcer_l.png) no-repeat;
	background-position: center center
}
.smile.sorcerc {
	background: url(/assets/newmy/img/sorcer_c.png) no-repeat;
	background-position: center center
}
.smile.sorcerr {
	background: url(/assets/newmy/img/sorcer_r.png) no-repeat;
	background-position: center center
}
.smile.pogchamp {
	background: url(/assets/newmy/img/pogchamp.png) no-repeat;
	background-position: center center
}
.smile.lul {
	background: url(/assets/newmy/img/lul.png) no-repeat;
	background-position: center center
}
.smile.risehiddensmile, .smile.rise {
	width: 36px;
	height: 18px;
	background: url(/assets/newmy/img/rise.png) no-repeat;
	background-position: center center
}

.smile.shozanoname {
	width: 36px;
	height: 18px;
	background: url(/assets/newmy/img/shozanoname.png?v2) no-repeat;
	background-position: center center
}

.smile.vitality {
	width: 20px;
	height: 20px;
	background: url(/img/Team_Vitality.png) no-repeat center center;
	background-size: contain
}
.smile_list a {
    transition: all .2s ease;
    margin: 0 10px 10px 0;
}
.smile {
    vertical-align: top;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
}
.smiles>a:hover, .smiles.opened>a {
    background-color: #151429;
}
.btn {
    transition: all .2s ease;
    display: inline-block;
    min-width: 42px;
    height: 42px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    line-height: 42px;
    padding: 0 12px;
    box-sizing: border-box;
}


.shopkeeper {
  position: fixed;
  z-index: 999;
  left: -140px;
  right: 13px;
  width: 485px;
  display: block;
  transition: all 0.5s ease; }
  .shopkeeper_hide {
    left: -500px; }
  .shopkeeper .comment {
    max-width: 550px;
    padding-left: 53px;
    position: absolute;
    left: 160px;
    top: 140px; }
    .shopkeeper .comment-close {
      position: absolute;
      right: 10px;
      top: 5px;
      width: 25px;
      height: 25px;
      opacity: 0.4;
      cursor: pointer; }
      .shopkeeper .comment-close:hover {
        opacity: 1; }
      .shopkeeper .comment-close:before, .shopkeeper .comment-close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 25px;
        width: 2px;
        background-color: #333; }
      .shopkeeper .comment-close:before {
        transform: rotate(45deg); }
      .shopkeeper .comment-close:after {
        transform: rotate(-45deg); }
    .shopkeeper .comment-text {
      font-family: 'Reaver Semi Bold';
      font-style: normal;
      font-size: 18px;
      line-height: 21px;
      text-align: center; }
    .shopkeeper .comment-bubble {
      padding: 15px;
      max-width: 470px;
      background: #ebebeb;
      position: relative;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin-left: 50px; }
      .shopkeeper .comment-bubble:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 128px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-right: 13px solid #ebebeb;
        border-bottom: 12px solid transparent; }
