/****************** VAR *******************/

:root {
    --body_bg           :   #ffffff;
    --footer_bg         :   #1f2229;
    --copyright_bg      :   #131417;

    --text        		:   #05181b;
    --text_white  		:   #ffffff;

    --color_yellow      :   #F1C21A;
    --color_dark        :   #0B0E31;

    --color_black       :   #000000;
    --color_white       :   #ffffff;

    --color_orange      :   #FF9F43;
    --color_violet      :   #7367F0;
    --color_green       :   #28C76F;
    --color_red         :   #FF2C20;

    --transition        :   0.1;
}

/****************** VAR - END *******************/

/****************** FONTS *******************/
@font-face {
    font-family: 'Blogger Sans';
    src: local('Blogger Sans Medium'), local('BloggerSans-Medium'), url('fonts/Bloggersans/Bloggersansmedium.woff2') format('woff2'), url('fonts/Bloggersans/Bloggersansmedium.woff') format('woff'), url('fonts/Bloggersans/Bloggersansmedium.ttf') format('truetype');
    font-weight: 500; font-style: normal;
}
@font-face {
    font-family: 'Blogger Sans';
    src: local('Blogger Sans Medium Italic'), local('BloggerSans-MediumItalic'), url('fonts/Bloggersans/Bloggersansmediumitalic.woff2') format('woff2'), url('fonts/Bloggersans/Bloggersansmediumitalic.woff') format('woff'), url('fonts/Bloggersans/Bloggersansmediumitalic.ttf') format('truetype');
    font-weight: 500; font-style: italic;
}
@font-face {
    font-family: 'Blogger Sans';
    src: local('Blogger Sans Italic'), local('BloggerSans-Italic'), url('fonts/Bloggersans/Bloggersansitalic.woff2') format('woff2'), url('fonts/Bloggersans/Bloggersansitalic.woff') format('woff'), url('fonts/Bloggersans/Bloggersansitalic.ttf') format('truetype');
    font-weight: 400; font-style: italic;
}
@font-face {
    font-family: 'Blogger Sans';
    src: local('Blogger Sans Light'), local('BloggerSans-Light'), url('fonts/Bloggersans/Bloggersanslight.woff2') format('woff2'), url('fonts/Bloggersans/Bloggersanslight.woff') format('woff'), url('fonts/Bloggersans/Bloggersanslight.ttf') format('truetype');
    font-weight: 300; font-style: normal;
}
@font-face {
    font-family: 'Blogger Sans';
    src: local('Blogger Sans'), local('BloggerSans'), url('fonts/Bloggersans/Bloggersans.woff2') format('woff2'), url('fonts/Bloggersans/Bloggersans.woff') format('woff'), url('fonts/Bloggersans/Bloggersans.ttf') format('truetype');
    font-weight: 400; font-style: normal;
}
@font-face {
    font-family: 'Blogger Sans';
    src: local('Blogger Sans Bold Italic'), local('BloggerSans-BoldItalic'), url('fonts/Bloggersans/Bloggersansbolditalic.woff2') format('woff2'), url('fonts/Bloggersans/Bloggersansbolditalic.woff') format('woff'), url('fonts/Bloggersans/Bloggersansbolditalic.ttf') format('truetype');
    font-weight: 700; font-style: italic;
}
@font-face {
    font-family: 'Blogger Sans';
    src: local('Blogger Sans Bold'), local('BloggerSans-Bold'), url('fonts/Bloggersans/Bloggersansbold.woff2') format('woff2'), url('fonts/Bloggersans/Bloggersansbold.woff') format('woff'), url('fonts/Bloggersans/Bloggersansbold.ttf') format('truetype');
    font-weight: 700; font-style: normal;
}
@font-face {
    font-family: 'Blogger Sans';
    src: local('Blogger Sans Light Italic'), local('BloggerSans-LightItalic'), url('fonts/Bloggersans/Bloggersanslightitalic.woff2') format('woff2'), url('fonts/Bloggersans/Bloggersanslightitalic.woff') format('woff'), url('fonts/Bloggersans/Bloggersanslightitalic.ttf') format('truetype');
    font-weight: 300; font-style: italic;
}
/****************** FONTS - END *******************/

*{margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, 
nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: top;outline:none;}
input, select, textarea, button {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
input:focus, select:focus, textarea:focus, button:focus {outline:none;}
input::placeholder, textarea::placeholder {color: #555;}

.material-icons {vertical-align: middle;}

::-webkit-scrollbar {width: 8px;}
::-webkit-scrollbar-track {background: #131417;transition: background 0.5s ease-in-out;}
::-webkit-scrollbar-thumb {background: #e2002f;}
::-webkit-scrollbar-thumb:hover {background: #ed2c54;}

.horisontal_noscroll {overflow: auto;}
.horisontal_noscroll::-webkit-scrollbar {width: 6px;height: 0px;}
.horisontal_noscroll::-webkit-scrollbar-track {background: #ddd;}
.horisontal_noscroll::-webkit-scrollbar-thumb {background: #e2002f;}

/****************** GENERAL *******************/

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
	overflow-y: scroll;background-color: var(--body_bg);
}
body {font-family: 'Blogger Sans', sans-serif;font-size: 17px;color:#05181b;background-color: var(--body_bg);}
img {max-width:100%;}
a {
    text-decoration: none;
    user-select: none;
    cursor: pointer;
	color: inherit;
	-webkit-transition: background-color 0.2s ease-in-out,
						border-color 0.2s ease-in-out,
						color 0.2s ease-in-out;
	-moz-transition: 	background-color 0.2s ease-in-out,
						border-color 0.2s ease-in-out,
						color 0.2s ease-in-out;
	-o-transition: 		background-color 0.2s ease-in-out,
						border-color 0.2s ease-in-out,
						color 0.2s ease-in-out;
	transition:  		background-color 0.2s ease-in-out,
						border-color 0.2s ease-in-out,
						color 0.2s ease-in-out;
}
input, select, textarea, button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.clear {clear:both;}
.float_left {float:left;}
.float_right {float:right;}
.float_none {float:none;}
.width_10 {width:25%;}
.width_25 {width:25%;}
.width_33 {width:33%;}
.width_50 {width:50%;}
.width_75 {width:75%;}
.width_100 {width:100%;}
	.wrapper_block {padding-left:15px;padding-right:15px;}
	.block {max-width:1200px; margin:0px auto;}
.inline_block {display:inline-block;}
.display_block {display:block;}
.text_center {text-align:center;}
.text_left {text-align:left;}
.text_right {text-align:right;}
.text_justify {text-align:justify;}
.font_bold {font-weight:bold;}
.warning_info {color:#c90000;}
.ease_hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flex__block {
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	align-items:center;
}

.pop_up_window_content .form_result {max-width:275px;margin:0px auto;}
.form_result {}
.form_result>*{margin-top: 15px;font-size:18px;}
.form_result_2>*{margin-bottom: 15px;font-size:18px;}
.form_result_info	 {}
.form_result_success {color:green;}
.form_result_error	 {color:#e2002f;}

.switch_link {color:#e2002f !important;}
.switch_link.active {color:green !important;}

.switch_appeal_link {}
.switch_appeal_link.active {color:green;}
.switch_appeal_link.inactive {color:#e2002f;}

.switch_link_block {position:relative;}
.switch_link_block.games_item .switch_link {position:absolute;top:15px;right:15px;}
.switch_link_block.games_item .switch_appeal_link {position:absolute;top:15px;right:45px;}

.dropdown-content.select-dropdown {overflow-y: scroll;max-height: 50vh;}

.btn, a.btn {
	cursor:pointer;
	text-decoration: none;
    padding: 10px 25px;
    border-radius: 3px;
    border:none;
	height:auto;
    font-size: 18px;
    line-height: 135%;
    display: inline-block;
	border: none;
	position: relative;
	font-weight: 500;
	letter-spacing: 2px;
	box-shadow: none;
}
.btn:hover {text-decoration:none;background-color:#e2002f;}
.btn:hover,.btn-large:hover,.btn-small:hover{}

a.btn.btn-simple:link,		.btn.btn-simple,
a.btn.btn-simple:visited,	.btn.btn-simple:visited		{
	color:#fff;
	background: #e2002f;
	transition: box-shadow 0.5s;
}
a.btn.btn-simple:hover,		.btn.btn-simple:hover		{background: #e2002f;box-shadow: 0 4px 4px 0 rgb(226 0 47 / 20%), 0 8px 8px 0 rgb(226 0 47 / 20%), 0 16px 16px 0 rgb(226 0 47 / 20%), 0 32px 32px 0 rgb(226 0 47 / 20%), 0 64px 64px 0 rgb(226 0 47 / 20%), 0 128px 128px 0 rgb(226 0 47 / 20%);}
a.btn.btn-simple:active,	.btn.btn-simple:active		{}
a.btn.btn-simple.disabled,	.btn.btn-simple:disabled	{cursor:default;opacity: 0.5;}

.btn-block {
	display:block;
	width:100%;text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-small, a.btn-small {padding: 7px 8px;line-height: 100%;}

.file-field .btn {line-height:inherit;position:static;padding-left:10px;padding-right:10px;}
.file-field .file-link {
    float: right;
    padding: 12px 3px 12px 10px;
    z-index: 1;
    position: relative;
}
.file-field .file-link:hover {color:#e2002f;}

.input_wrapper {margin-bottom: 15px;position:relative;}
.input_wrapper .input_text {width:100%;}
.input_wrapper .input_select {width:100%;}
.input_wrapper_narrow {margin-top: 0px;margin-bottom: 0px;}
.input_wrapper_narrow input {margin-top: 0px;margin-bottom: 0px;}
.input_text {
	border:none;
	border-bottom:2px solid #9e9e9e;
	padding:8px 0px;
	color: #000000;
	font-size:16px;
	background:transparent;
}
.input_text:hover {}
.input_text:focus {border-color:#ccc;}
.input_text:disabled {}
.input_wrapper .input_text+label {
	position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}

.input_select {
	border:none;
	border-bottom:2px solid #9e9e9e;
	padding:8px 0px;
	color: #000000;
	font-size:16px;
	background:transparent;
	display: block;
}

.inputs_group_radio_hidden {margin-bottom: 15px;}
.inputs_group_radio_hidden ul {}
.inputs_group_radio_hidden ul li {display: inline-block;}
.inputs_group_radio_hidden input[type="radio"] {display: none;}
.inputs_group_radio_hidden label {cursor:pointer;font-weight: 500;color: #e2002f;font-size: 18px;display: inline-block;padding: 3px 5px;border-bottom: 2px solid transparent;}
.inputs_group_radio_hidden input[type="radio"]:checked+label {border-color: #eb4c6d;}

.label_radio_tab {display:block;}
.label_radio_tab+.label_radio_tab {margin-top:10px;}
.label_radio_tab input {display:none;}
.label_radio_tab [type="radio"]+span:before, .label_radio_tab [type="radio"]+span:after {display:none;}
.label_radio_tab [type="radio"]+span {
	cursor: pointer; padding: 5px 10px; display: block;
    transition: box-shadow 0.5s; box-shadow: 0 0.5rem 0.8rem #00000080;
	cursor: pointer; height: auto; line-height: 120%; color: #000;
}
.label_radio_tab input:checked+span {opacity:1; color: #fff; background: #e2002f;}

.label_paid [type="checkbox"].filled-in:checked+span:not(.lever):after {border-color: green;background-color: green;}

.switch label .lever{background-color: #ddd;}
.switch label .lever:after{background-color: #131417;}
.switch label .lever:before{background-color: #131417;}
.switch label input[type=checkbox]:checked+.lever{background-color: #131417;}
.switch label input[type=checkbox]:checked+.lever:before{background-color: #e2002f;}
.switch label input[type=checkbox]:checked+.lever:after{background-color: #e2002f;}

.input_wrapper label {color: #999999;font-size: 14px;font-weight: 500;display:block;}
.input_wrapper label, .input-field>label{color: #1F2122;}
.input_error {border-color:#e2002f;}
.required {color:#e2002f;}

.select-wrapper {margin:0px 0px 8px 0px;}

.select_2_simple {width:100%;}
.select_2_simple+.select2-container {width:100% !important;}

.select2-container--open {z-index:10000;}

.select2-container {margin: 0 0 8px 0;}
.select2-container--default .selection .select2-selection--single {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 16px;
    
	border-radius:0px;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}



.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #212121 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    left: 50%;
    margin-left: -10px;
    margin-top: 5px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #212121 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
	line-height: 3rem;
	padding-left: 0px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: 7px;
    margin-right: 27px;
}

.select2+label {
	position: absolute;
    top: -26px;
    font-size: .8rem;
}

.alerts {
	position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 99999;
}
.alert+.alert {margin-top:10px;}
.alert a {color:#fff;}
.alert a:hover {text-decoration:underline;}
.alert {
	font-size:16px;
    padding: 10px 10px;
	padding-right:40px;
    background: #e2002f;
    color: #fff;
	position:relative;
	border-radius:3px;
}
.alert_close {
	position:absolute;
	top:50%;margin-top:-12px;
	right:15px;
}

.gr_cols {font-size:0px;margin:0px -10px;}
.gr_cols_narrow {margin-bottom:-20px;}
.gr_col {display:inline-block;}
.gr_col_n {font-size:18px;margin:0px 10px 20px 10px;}
.gr_xl_4 {width:25%;}
.gr_xl_3 {width:25%;}
.gr_xl_2 {width:50%;}
.gr_xl_3_4 {width:75%;}
.gr_xl_1 {width:auto;display:block;}

@media screen and (max-width: 1100px) {
	.gr_l_4 {width:25%;}
	.gr_l_3 {width:33.33333%;}
	.gr_l_2 {width:50%;}
	.gr_l_1 {width:auto;display:block;}
}
@media screen and (max-width: 991px) {
	.gr_m_4 {width:25%;}
	.gr_m_3 {width:33.33333%;}
	.gr_m_2 {width:50%;}
	.gr_m_1 {width:auto;display:block;}
}
@media screen and (max-width: 640px) {
	.gr_s_4 {width:25%;}
	.gr_s_3 {width:33.33333%;}
	.gr_s_2 {width:50%;}
	.gr_s_1 {width:auto;display:block;}
}

.hiddendiv {max-width:100%;}
.options_label {vertical-align:middle;font-size:16px;}
.options_label [type="checkbox"]+span:not(.lever) {
	vertical-align: middle;
    font-size: 16px;
    height: auto;
    line-height: 120%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.player_link {}
.player_link:hover .player_link_name {text-decoration:underline;}
.player_link:hover .player_link_full_name {text-decoration:underline;}
.player_link_name {}
.player_link_full_name {color:#111;}
.player_image_link {width:50px;height:50px;display:inline-block;overflow: hidden;border-radius: 100px;}
.player_image_link i {font-size:50px;}

.user_rating_region_image {width: 30px; vertical-align: middle;}

.image_player {width:100%;height:100%;border-radius:1000px;object-fit:cover;}

.title_mini {
	font-size:20px;
	margin-bottom:20px;
	font-weight: 500;
	text-align: left;
}
.title_small {
	font-size:25px;
	font-weight:bold;
	margin-bottom:20px;
}
.title_semimiddle {
	text-transform:uppercase;
	font-size:25px;
	font-weight:bold;
	margin-bottom:20px;
}
.title_middle {
	text-transform:uppercase;
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
}
.title_small i {font-size:33px;color:#e2002f;}
.title_semimiddle i {font-size:33px;color:#e2002f;}
.title_middle i {font-size:39px;color:#e2002f;}
.title_small i, .title_semimiddle i {color:#131417;}

.download_image_wrapper {
	width:130px;
	height:130px;
	display: inline-block;
	position:relative;
	display: inline-block;
    border-radius: 10px;
    background: #F6F6F6;
    box-shadow: inset 0px 3px 1px 0px rgba(108, 136, 233, 0.1);
}
.download_images_wrapper {
	width:134px;
	height:134px;
	display: inline-block;
	position:relative;
	border:2px solid #C3C9DC;
	border-radius: 12px;
}
.download_images_items {
	position:relative; margin-top:20px;
}
.download_images_items .download_images_item {
	margin-right: 10px;
	margin-bottom: 10px;
}
.download_images_item {
	width:134px;
	height:134px;
	display: inline-block;
	position:relative;
	border:2px solid #C3C9DC;
	border-radius: 12px;
}
.download_image_block {
	width:130px;
	height:130px;
	display: inline-block;
	position:relative;
	border-radius: 10px;
	overflow:hidden;
}
.download_image_link {
	width:130px;
	height:130px;
	display: inline-block;
	top:0px;left:0px;
	position:absolute;
	background: #F6F6F6;
    box-shadow: inset 0px 3px 1px 0px rgba(108, 136, 233, 0.1);
}
.download_image_link:hover 	{background-color: #e7eaf3;}
.download_image_link:active {background-color: #ECECEC;}

.download_image_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index:3;
	position:relative;
	background:#fff;
}
.download_image_link_delete,
.download_image_link_rotate {
	background: #f0f2fb;
	position: absolute;
	padding: 3px;
	width: 30px;
	height: 30px;
	z-index:-1;
	transition: all 0.1s ease-in-out;
}
.download_image_link_delete i, .download_image_link_rotate i {
	font-size:24px;
}

.download_image_show_control .download_image_link_delete,
.download_image_show_control .download_image_link_rotate {
	opacity:0.6; z-index:5;
}

.download_image_link_delete:hover,
.download_image_link_rotate:hover {
	background: #e7eaf3; opacity:1;
}

.download_image_link_delete {
	top: 0px;right: 0px;border-radius: 0px 5px 0px 5px;
}
.download_image_link_rotate {
	bottom: 0px;left: 0px;border-radius: 5px 0px 5px 0px;
}

.icon_i {
    position: relative;
    display: inline-block;
    background-color: transparent;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-style: normal;
}

.icon_no_images {
    width: 130px;
    height: 130px;
    background-image: url(../images/icon_no_images.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.btn-submit-form:after{
	content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: loading_animation_button 1.2s linear infinite;
    opacity: 0;
    z-index: -1;
}
@keyframes loading_animation_button {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
@keyframes appearop {
    0% {opacity: 0;	top: 15%;}
	60% { top: 3%;}
    100% {opacity: 1; top: 3%;}
}
@keyframes pulsate_ef {
    0% {transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 0.8;}
    100% {transform: scale(1.2, 1.2); opacity: 0.0;}
}
@keyframes appear {
	0%   {filter: grayscale(100%);}		
	100% {filter: grayscale(0%);}
}
@keyframes pulseim {
	0% {transform: scale(0.8); box-shadow: 0 0 0 0 rgb(226 0 47 / 57%); opacity:0.8;}
	60% {box-shadow: 0 0 0 10px rgba(255, 82, 82, 0); opacity:0.6;}
	100% { transform: scale(1.4); box-shadow: 0 0 0 0 rgba(255, 82, 82, 0); opacity:0;}
}

.loading_animation {
	position:absolute;
	top:0px;left:0px;
	width:100%;
	height:100%;
	opacity:0;
	display:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.loading_animation:after{
	content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 7px solid #e2002f;
    border-color: #e2002f transparent #e2002f transparent;
    animation: loading_animation_button 1.2s linear infinite;
    opacity: 1;
	z-index: 10;
}
.loading_animation.active {
	opacity:1;z-index: 10;
	display:block;
	background: rgba(255,255,255,0.7);
}

.menu .waves-effect,
.menu_mobile_menu .waves-effect {display:none; height: 10px; width: 10px;vertical-align:middle;}
.menu .waves-effect .ring-container_ef,
.menu_mobile_menu .waves-effect .ring-container_ef {
	position: absolute;
	left: -30px;
    top: -28px;
	height: 10px;
	width: 10px;
}

.menu .waves-effect .circle_ef,
.menu_mobile_menu .waves-effect .circle_ef {
    width: 12px;
    height: 12px;
    background-color: #e2002f;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    left: 24px;
}

.menu .waves-effect .ringring_ef,
.menu_mobile_menu .waves-effect .ringring_ef {
    border: 3px solid #e2002f;
    border-radius: 30px;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 18px;
    top: 18px;
    animation: pulsate_ef 2s ease-out;
    animation-iteration-count: infinite; 
    opacity: 0.0;
}

.live_menu:before {
	content:'';				
	width: 5px;
	height: 5px;
	vertical-align: middle;
	border-radius: 5px;
	background: #e2002f !important;
	margin-right: 10px;
	position: relative;
	top: -2px;
	animation: live_menu_animation 1.2s linear infinite;
	opacity:0;
}
a:hover .live_menu:before {background: green !important;}

@keyframes live_menu_animation {
	0% {opacity:0;}
	100% {opacity:1;}
}

.ajax_form_sending_js .btn-submit-form,
.ajax_form_sent_js .btn-submit-form {opacity:0.4;}
.ajax_form_sending_js .btn-submit-form:after {opacity:1; z-index:10;}

.notifications_link {display:inline-block;position:relative;}
.notifications_counter {
	position: absolute;
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 13px;
    background: #ff0000;
    text-align: center;
    border-radius: 30px;
    top: -7px;
    right: -7px;
}

.share_link {vertical-align:top;}
.share_link i {font-size:24px;color:#e2002f !important;}

@media screen and (min-width: 640px) {	
	.share_link i {font-size: 35px;}
}

.bans__card {display:inline-block;height:20px;width:15px;border-radius:2px;}

/****************** GENERAL - END *******************/