html, body {
width: 100%;
margin-left: 0px;
margin-top: 0px;
background-color: #090909!important;
height: 100%;
color: #ffffff;
}
body a {
	color: #808080;
	transition: 0.2s linear;
}
body a:hover, a:active, a:focus {
	color: #606060;
}
.form_password input[type="password"] {
	background: #191919;
	border: 1px solid #313131;
	padding: 5px;
	border-radius: 2px;
	height: 45px;
	margin-bottom: 15px;
	margin-right: 15px;
	color: #adadad;
}
.form_password input[type=submit] {
	background: #303030;
	border: none;
	border-radius: 3px;
	padding: 10px;
	height: 45px;
	outline: none;
	transition: 0.2s linear;
}
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1.5em !important;
	width: 1.5em !important;
	margin: 0 .07em !important;
	vertical-align: -0.35em !important;
	background: none !important;
	padding: 0 !important;
}
.tabler {
	background: #303030;
	color: #efefef;
}
.tabler th {
	padding: 10px;
	font-size: 14px;
}
.tabler td, .tabler th {
	font-size: 16px;
	background: #303030;
	text-align: center;
	overflow: hidden;
	padding: 10px;
}
.tabler tr {
	overflow: hidden;
	max-height: 100px;
}
.tabler tr:nth-child(odd), .tabler .undercar {
		border-bottom: 1px solid #202020;
}
.tabler .undercar {
	border-right: 1px solid #202020;
}
.tabler .desc {
	background: transparent;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	border-top: 1px dashed #202020;
	text-align: left;
}
.tabler .tabcar, .tabler th {
	border-bottom: 4px solid #202020;
}
.tabler tr td:nth-child(even){
	background: #404040;
}
.tabler tr td:nth-child(2){
	font-weight: 600;
	font-size: 18px;
}
.tabler td img {
	width: auto;
	max-height: 60px!important;
	margin-left: 30px;
	transition: 0.2s linear;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
}
.tabler img:hover{
	transform: scale(1.3);
}
.tabler tbody {
	border-radius: 3px;
}
 .tabler th {
	 background: #303030;
 }
 .min80 {
	 width: 30%;
 }
.members a {
	color: #ffffff;
}
.members .country img{
	width: 32px;
	height: 32px;
	opacity: 0.6;
}
.members a:hover {
	color: #ffffff;
}
::-webkit-scrollbar  {
/* width: 0px; */
}
.tophead {
position: fixed;
top: 0px;
left: 0px;
background: #111111;
width: 100%;
height: 60px;
z-index: 999;
}
.about_ico {
	width: 40px;
	height: 40px;
	background: #202020;
	color: #dfdfdf;
	font-size: 20px;
	padding: 10px;
	border-radius: 100%;
	margin-bottom: 15px;
}
.discord_ico {
	width: 45px;
	height: 45px;
	background-size: 100% 100%;
	margin-top: -5px;
	transition: 0.2s linear;
}
.discord_ico:hover, .discord_ico:active, .discord_ico:focus {
	opacity: 0.8;
}
.about_ico:hover, .about_ico:active, .about_ico:focus {
	color: #dfdfdf;
	text-decoration: none;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	background-color: #151515;
}
.sign-up, .sing-out  {
	background: #303030;
	border: none;
	color: #dfdfdf;
	padding: 8px 10px;
	border-radius: 3px;
	outline: none;
	position: relative;
	transition: 0.2s linear;
	top: 21px;
	text-decoration: none;
	left: 10px;
	margin-left: 10px;
}
.sign-reg  {
	background: #303030;
	border: none;
	color: #dfdfdf;
	padding: 8px 10px;
	border-radius: 3px;
	outline: none;
	position: relative;
	transition: 0.2s linear;
	top: 21px;
	text-decoration: none;
	margin-left: 20px;
}
.sign-reg:hover, .sign-reg:active, .sing-reg:focus{
	outline: none;
	text-decoration: none;
	background: #252525;
	color: #dfdfdf;
}
.sign-out {
	background: #303030;
	border: none;
	color: #dfdfdf;
	padding: 8px 10px;
	border-radius: 3px;
	outline: none;
	position: relative;
	transition: 0.2s linear;
	top: 0px;
	left: 10px;
	text-decoration: none;
}
.sign-up:hover, .sign-out:hover {
	background: #252525;
	color: #dfdfdf;
}
.user_minipanel {
	font-size: 12px;
	color: #dfdfdf;
}
.user_minipanel .avatar {
	width: 40px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 15px;
	position: relative;
  top: -22px;
}
.user_minipanel span {
	position: relative;
	top: 22px;
}
.menulist_bar {
    width: 100%;
    padding: 0px;
}
.menulist a, .menulist_bar a {
margin-left: 0px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
float: left;
color: #ffffff!important;
text-decoration: none!important;
text-transform: uppercase;
transition: 0.2s linear;
text-align: center;
width: 100%;
}
.menulist a:hover, .menulist_bar a:hover {
color: #ffffff;
background: #202020;
text-decoration: none;
}
.menulist, .menulist_bar {
	list-style-type:none;
	list-style-position: inside;
}
.menulist li {
float: right;
}
.menulist_bar li{
	width: 100%;
}
.log img {
	position: relative;
	left: -25%;
	margin-left: 50%;
cursor: pointer;
}
.logtex {
text-align: center;
font-size: 20px;
margin-top: 15px;
vertical-align: middle;
font-weight: 600;
font-family: 'Oswald', sans-serif;
color: #ffffff;
cursor: pointer;
}
.mob_nav {
	margin-top: 5px;
	width: 50px;
	height: 50px;
	font-size: 30px;
	background: none;
	border: none;
	color: #fdfdfd;
	outline: none;
	transition: 0.2s linear;
}
.mob_nav_bar {
	position: fixed;
	width: 40%;
	top: 60px;
	float: right;
	right: 0;
	height: 100%;
	background: #090909;
	z-index: 100;
}
.top_bar {
width: 100%;
padding-top: 15px;
padding-bottom: 5px;
}
.top_bar .user_minipanel {
	text-align: center;
}
.top_bar .user_minipanel .avatar{
	float: none;
	margin-left: 0px;
}
.top_bar .user_minipanel span {
	top: 10px;
}
.top_bar .sign-up, .top_bar .sign-reg {
	top: 10px;
}
.top_bar .sign-reg {
margin-left: 30px;
}
.mainscreen {
position: absolute;
height: 100%!important;
width: 100%;
/* background: url('img/logobl.svg') no-repeat -550px 0px;
background-size: auto 180%; */
-moz-transition: 20s linear;
	-webkit-animation-name: example;
  -webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: example;
  -moz-animation-duration: 10s;
	-moz-animation-iteration-count: 1;
	-o-animation-name: example;
  -o-animation-duration: 10s;
	-o-animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(.63,.06,1,.63);
}
@keyframes example {
    0%   {background-position: -850px 0px; opacity: 0;}
		5% {opacity: 1;}
		100% {background-position: -550px 0px;}
}
@keyframes coeanimate {
    0%   {background-position: -550px 0px; opacity: 0;}
		2% {opacity: 1;}
    100%  {background-position: 2000px 0;}
}
.back_animation {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}
.back_animation img {
	position: absolute;
	height: 110%;
	width: auto;
}
.anim_img {
	-webkit-animation-duration: 32s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-duration: 32s;
	-moz-animation-iteration-count: infinite;
	-o-animation-duration: 32s;
	-o-animation-iteration-count: infinite;
	opacity: 0;
	/* -webkit-transition: 0.2s linear; */
	will-change: transform;
}
.anim_img:nth-child(odd) {
	float: left;
	left: -20px;
}
.anim_img:nth-child(even) {
	float: right;
	right: -20px;
	-webkit-animation-delay: 2s;
	-mozt-animation-delay: 2s;
	owebkit-animation-delay: 2s;
}
.anim_img:first-child {
	-webkit-animation-name: backanim1;
	-moz-animation-name: backanim1;
	-o-animation-name: backanim1;
}
.anim_img:nth-child(2) {
	-webkit-animation-name: backanim2;
	-moz-animation-name: backanim2;
	-o-animation-name: backanim2;
}
.anim_img:nth-child(3) {
	-webkit-animation-name: backanim3;
	-moz-animation-name: backanim3;
	-o-animation-name: backanim3;
}
.anim_img:nth-child(4) {
	-webkit-animation-name: backanim4;
	-moz-animation-name: backanim4;
	-o-animation-name: backanim4;
}
.anim_img:nth-child(5) {
	-webkit-animation-name: backanim5;
	-moz-animation-name: backanim5;
	-o-animation-name: backanim5;
}
.anim_img:nth-child(6) {
	-webkit-animation-name: backanim6;
	-moz-animation-name: backanim6;
	-o-animation-name: backanim6;
}
.anim_img:nth-child(7) {
	-webkit-animation-name: backanim7;
	-moz-animation-name: backanim7;
	-o-animation-name: backanim7;
}
.anim_img:last-child {
	-webkit-animation-name: backanim8;
	-moz-animation-name: backanim8;
	-o-animation-name: backanim8;
}

@keyframes backanim1 {
	0% { opacity: 0; }
	24% { opacity: 1;  }
	28% {
		 opacity: 0;
		 -webkit-transform: translate(2em,0);
    -moz-transform: translate(2em,0);
    -o-transform: translate(2em,0);
    -ms-transform: translate(2em,0);
    transform: translate(2em,0);}
	100% { opacity: 0; }
}
@keyframes backanim2 {
	0% { opacity: 0; }
	14% { opacity: 1; }
	18% {
		opacity: 0;
		-webkit-transform: translate(-2em,0);
    -moz-transform: translate(-2em,0);
    -o-transform: translate(-2em,0);
    -ms-transform: translate(-2em,0);
    transform: translate(-2em,0);}
	100% { opacity: 0; }
}
@keyframes backanim3 {
	0% { opacity: 0; }
	28% { opacity: 0; -webkit-transform: translate(0em,0);}
	52% { opacity: 1; }
	54% {
		 opacity: 0;
		 -webkit-transform: translate(2em,0);
    -moz-transform: translate(2em,0);
    -o-transform: translate(2em,0);
    -ms-transform: translate(2em,0);
    transform: translate(2em,0);}
	100% { opacity: 0; }
}
@keyframes backanim4 {
	0% { opacity: 0; }
	18% { opacity: 0; -webkit-transform: translate(0em,0);}
	38% { opacity: 1; }
	42% {
		opacity: 0;
		 -webkit-transform: translate(-2em,0);
    -moz-transform: translate(-2em,0);
    -o-transform: translate(-2em,0);
    -ms-transform: translate(-2em,0);
    transform: translate(-2em,0); }
	100% { opacity: 0; }
}
@keyframes backanim5 {
	0% { opacity: 0; }
	54% { opacity: 0;  -webkit-transform: translate(0em,0);}
	74% { opacity: 1;}
	78% {
		opacity: 0;
		-webkit-transform: translate(2em,0);
    -moz-transform: translate(2em,0);
    -o-transform: translate(2em,0);
    -ms-transform: translate(2em,0);
    transform: translate(2em,0);}
	100% { opacity: 0; }
}
@keyframes backanim6 {
	0% { opacity: 0; }
	42% { opacity: 0;  -webkit-transform: translate(0em,0);}
	62% { opacity: 1; }
	66% {
		opacity: 0;
		-webkit-transform: translate(-2em,0);
    -moz-transform: translate(-2em,0);
    -o-transform: translate(-2em,0);
    -ms-transform: translate(-2em,0);
    transform: translate(-2em,0);}
	100% { opacity: 0;}
}
@keyframes backanim7 {
	0% { opacity: 0; }
	78% { opacity: 0; -webkit-transform: translate(0em,0);}
	96% { opacity: 1;}
	100% {
		opacity: 0;
		-webkit-transform: translate(2em,0);
    -moz-transform: translate(2em,0);
    -o-transform: translate(2em,0);
    -ms-transform: translate(2em,0);
    transform: translate(2em,0);}
}
@keyframes backanim8 {
	0% { opacity: 0; }
	66% { opacity: 0;  -webkit-transform: translate(0em,0);}
	90% { opacity: 1; }
	94% {
		opacity: 0;
		-webkit-transform: translate(-2em,0);
    -moz-transform: translate(-2em,0);
    -o-transform: translate(-2em,0);
    -ms-transform: translate(-2em,0);
    transform: translate(-2em,0);}
	100% { opacity: 0;}
}
.logoor {
margin-top: 115px;
margin-left: 35%;
}
.mainscreen h1 {
font-family: 'Oswald', sans-serif;
color: #ffffff;
text-align: center;
}
.mainscreen h2 {
margin-top: 0px;
font-weight: 500;
font-size: 22px;
font-family: 'Cuprum', sans-serif;
color: #ffffff;
text-align: center;
}
.mainbut {
vertical-align: middle;
margin-bottom: 12%;
border: 2px solid #ffffff;
width: 20%;
min-width: 150px;
margin: 20px auto;
color: #ffffff;
text-align: center;
padding: 0px;
border-radius: 3px;
cursor: pointer;
transition: 0.1s linear;
}
.mainbut p {
margin-top: 10px;
padding: 5px;
}
.mainbut a{
font-size: 18px;
color: #ffffff;
text-decoration: none!important;
}
.mainbut:hover {
background: #ffffff;
color: #000000;
}
.mainbut:hover.mainbut a{
color: #000000!important;
text-decoration: none!important;
}
/*======================PAGES========================*/
.postcont {
margin-top: 30px;
color: #ebebeb;
}
.postabt {
margin-top: -40px;
text-align: left;
float: left;
}
.mn {
height: 90%;
margin-left: 0%;
width: 100%;
transition: 0.5s cubic-bezier(.77,0,.23,1);
}
.aboutwin {
/* margin-top: 20px; */
overflow-y: scroll;
padding-top: 60px;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
color: #ffffff;
right: 0%;
position: fixed;
width: 25%;
top: 0%;
height: 100%!important;
background-color: rgba(0, 0, 0, 0.5);
font-size: 14px;
font-weight: 100;
transition: 0.5s cubic-bezier(.77,0,.23,1);
}
.aboutwin p {
	margin-bottom: 75px;
	width: 100%;
}
#lst
{
padding-bottom: 20px;
}
#strong {
font-size: 14px;
font-weight: 600;
}
.aks {
position: absolute;
top: 33%;
width: 20%;
left: 35%;
-webkit-transform: scaleY(-1) rotate(120deg);
-moz-transform: scaleY(-1) rotate(120deg);
 -o-transform: scaleY(-1);
        filter: FlipV;
    -ms-filter: "FlipV";
transition: 0.5s cubic-bezier(.77,0,.23,1);
}
.aks2 {
top: 33%;
position: absolute;
width: 20%;
right: 35%;
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
transition: 0.5s cubic-bezier(.77,0,.23,1);
}
.newsmin {
text-align: center;
font-family: 'Cuprum', sans-serif;
padding: 2%;
position: absolute;
top: 67%;
color: #ffffff;
width: 40%;
height: 20%;
left: 10%;
}
.newsmin ul li {
list-style-type: square;
font-family: 'Arial';
text-align: left;
}
.newsmin ul li a {
color: #ffffff;
}
/*******************************************************************/
.back {
		background: #202020;
}
.mem {
	margin-bottom: 0px;
}
.members {
	margin-top: 60px;
	padding-bottom: 30px;
}
.member, .new, .conversation {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15px;
  margin-top: 15px;
  background: #121212;
	overflow: hidden;
  transition: 0.3s linear;
  color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0 150%;
  /* -webkit-box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.62);
-moz-box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.62);
box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.62); */
}
.member:hover, .new:hover, .conversation:hover {
	background: #121212;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 150%;
}
.conva {
	position: fixed;
    background: #141414;
    float: right;
    right: 0;
		top: 0px;
    height: 100%;
		width: 32.33%;
}
.conversation_stats {
	margin-top: 75px;
	color: #e8e8e8;
}
.conversation_stats_head p {
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}
.new {
	height: 320px;
}
.new #post_newcont p {
	height: 40px;
}
.new #post_newcont p:nth-child(2) {
	margin-top: -9px;
}
.new .hidden-in-tax {
	float: none!important;
	width: auto!important;
	text-align: left!important;
	font-weight: 400!important;
	margin-left: 0px!important;
}
.member {
	height: 280px;
}
.memimg {
	height: 100%;
	overflow: hidden;
}
.member img {
	width: 100%;
	height: auto;
}
.newimg {
	height: 150px;
	overflow: hidden;
}
.newimg img {
	width: 100%;
	height: auto;
}
.newimg-big {
	overflow: hidden;
	margin-bottom: 20px;
}
.newimg-big img {
	width: 100%;
	height: auto;
}
.newscard_bottom {
	margin-top: 10px;
	height: 70px;
	background: #0f0f0f;
}
.newscard_bottom p {
	line-height: 55px;
	color: #8b8b8b;
}
.convcard_bottom {
	height: 53px;
	background: #0f0f0f;
}
.convcard_bottom p {
	line-height: 55px;
	color: #8b8b8b;
	margin-bottom: 15px;
}
.btn_gotoconv {
	position: relative;
	top: 17px;
}
.btn_gotoconv a {
	margin-top: 15px;
	height: 20px;
	padding: 10px;
	background: #404040;
	border: none;
	border-radius: 3px;
}
.btn_faq {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
}
.btn_faq button {
	border: 2px solid #505050;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #404040;
	color: #fafafa;
	outline: none;
	transition: 0.1s linear;
}
.btn_faq button:hover, .btn_faq button:active, .btn_faq button:focus, {
	outline: none;
	transform: scale(1.2);
}
.nick {
	font-family: 'Cuprum', sans-serif;
	margin-top: 10px;
	font-size: 35px;
	font-weight: 600;
}
.newstitle {
	font-family: 'Cuprum', sans-serif;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
}
.grey {
	background: #303030;
}
.post-meta li {
	margin-bottom: 10px;
	margin-left: -40px;
	list-style-type: none;
	list-style-position: inside;
}
.post-meta-key {
	font-weight: 600;
}
.abutton {
	position: relative;
	top: 20px;
	bottom: 20px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: 20px auto;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	background: #202020;
	transition: 0.3s linear;
	color: #ffffff;
	text-decoration: none;
	}
.abutton:hover {
	text-decoration: none;
	color:#ffffff;
	background: #151515;
}
.pbutton {
	text-align: center;
}
.clr-grey {
	color: #505050;
	white-space: nowrap;
}
.clr-grey i {
	margin-right: 4px;
}
.clr-grey img {
	width: 30px;
	height: 30px;
	margin-top: 5px;
}
.not_tolyan {
	background: #141414;
	font-style: normal;
	margin-left: -61px;
  padding-right: 31px;
	transition: 0.2s linear;
}
.tolyan {
	background: red;
}
.not_tolyan:hover{
	opacity: 0;
}
#post_newcont p {
	margin-top: 15px;
	height: 60px;
}
#post_newconv p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.prev-date {
	text-align: right;
}
.pagenews, .pagesost, .jpage {
	background-color: #050505;
	background: url('img/logobl.svg') no-repeat -500px 0px;
	background-size: 100% auto;
	min-height: 100%;
	-webkit-animation: example;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: 1;
	will-change: transform;
}
.jpage {
color: #dcdcdc;
background-color: #050505;
background: url('img/logobl.svg') no-repeat -550px 0px;
background-size: 100% auto;
min-height: 100%;
}
.jpage a {
	color: #9e9e9e;
}
.jpage h1{
font-weight: 600;
font-size: 50px;
font-family: 'Cuprum', sans-serif;
}
.conts {
	margin-top: 20px;
	margin-bottom: 30px;
}
.pst {
	margin-top: 30px;
	margin-bottom: 30px;
}
.container {
	margin-bottom: 30px;
}
.singlecont p {
	text-align: left;
}
.singlecont img {
	margin-top: 20px;
	margin-bottom: 20px;
	max-height: 300px;
	float: left;
	margin-right: 30px;
}
.singlecont .hidden-in-tax {
	float: right;
	width: 90%;
	margin-left: 10%;
	text-align: right;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 20px;
}
.left-100 {
	width: 100%;
	max-width: 100%;
	max-height: 100%!important;
	clear: right;
}
.guide-widget {
	padding-top: 15px;
}
.guide-widget h3{
	margin-top: 0px;
}
.guide_pic {
    width: auto;
    float: left;
    max-width: 440px;
    margin-right: 30px;
    margin-bottom: 15px;
}
.guide_pic_img {
	width: 100%!important;
	height: auto;
}
 .guide_pic_img a {
	cursor: zoom-in;
}
.guide_pic_img img {
	width: 100%;
	max-height: 100%;
}
.guide_pic_tip {
	background-color: rgba(0,0,0,0.5);
	/* position: relative; */
	/* bottom: 0px; */
	/* height: 20px; */
	padding: 20px;
	/* top: -20px; */
}
 .guide_pic_tip p {
	margin-bottom: 0px;
}
.nomarg img{
	margin: 0px 0px 0px 0px;
}
.postdate {
	color: #d6d6d6;
	font-size: 13px;
	font-weight: 600;
}
.postdate i {
 margin-left: 8px;
 margin-right: 3px;
}
.postdate i:first-child {
 margin-left: 5px;
}
.postdate i:last-child {
margin-left: 10px;
}
.titleU {
	margin-top: 80px;
}
.Uclass {
	margin-top: 30px!important;
}
/**COMMENTS**/
.comments {
	border-top: 2px solid #141414;
	border-bottom: 2px solid #141414;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fdfdfd;
}
.comments .comment-body {
	padding: 10px;
	border-bottom: 2px dashed #202020;
}
.comments .comment-body p{
line-height: 32px;
}
.comments a {
	color: #808080;
}
.comments a:hover {
	color: #656565;
}
.comments textarea {
	background: #101010;
	border: 2px solid #101010;
	float: left;
	outline: none;
	margin-top: 5px;
	width: 100%;
	height: 80px;
	margin-bottom: 15px;
}
.comments input[type=submit] {
	background: #303030;
	border: none;
	border-radius: 3px;
	padding: 10px;
	height: 45px;
	float: right;
	outline: none;
	transition: 0.2s linear;
}
.comments input[type=submit]:hover, .emojis:hover {
	background: #202020;
}
.emojis {
	width: 44px;
	height: 45px;
	background: #303030;
	border: none;
	border-radius: 3px;
	float: right;
	margin-right: 15px;
	outline: none;
	transition: 0.2s linear;
}
.emojis img {
	width: 100%;
	height: auto;
	margin-top: -9px;
}
.indev {
			width: 500px;
	    height: 400px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-left: -250px;
	    margin-top: 200px;
	    color: #ffffff;
			font-size: 13px;
	    padding: 20px;
	    text-align: center;
}
.indev img {
	width: 30%;
	height: auto;
	transition: 0.2s linear;
	 animation: fontbulger 5s infinite;
}
.indev p {
	margin-top: 10px;
	color: #ffffff;
	font-size: 13px;
}
.commentbox {
	background-color: #131313;
	padding: 20px;
}
.avatar {
	margin-right: 15px;
	width: 54px;
	height: 54px;
	background: #080808;
	border-radius: 100%;
	margin-bottom: 10px;
}
ol, ul {
	list-style-type: none;
	margin-left: -10px;
}
cite {
	font-size: 16px;
	text-decoration: none!important;
	font-style: normal!important;
	font-weight: 600;
}
@keyframes fontbulger {
  0% {
    transform: scale(1);
  }
  5% {
      transform: scale(1.04);
  }
  40% {
      transform: scale(1);
  }
	45% {
      transform: scale(1.04);
  }
	100% {
      transform: scale(1);
  }
}
/***NAVANIM***/
.animate-if-sidebar.ng-enter, .animate-if-sidebar.ng-leave,
  .animate-if-upload.ng-enter, .animate-if-upload.ng-leave {
    transition: 0.5s cubic-bezier(1, 0, 0, 1);
  }

  .animate-if-sidebar.ng-enter,
  .animate-if-sidebar.ng-leave.ng-leave-active {
  	right: -40%;
  }
  .animate-if-sidebar.ng-leave,
  .animate-if-sidebar.ng-enter.ng-enter-active {
  	right: 0px;
  }
	.animateBurger {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
  .animate-if.ng-enter, .animate-if.ng-leave {
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  }
/***sdfsdfsdfsdfas***/
#container {
	cursor: grab;
}
#addPoint_panel {
	display: none;
}
.addPoint {
	position: absolute;
	top: 59px;
	right: 0;
	float: right;
	background: #272727;
	width: 360px;
	border-radius: 2px;
	padding: 5px 20px;
	height: 100%;
	z-index: 500;
	color: #dfdfdf;
	font-family: 'Calibri', sans-serif;
	border: 1px solid #313131;
}
.addPoint p {
	margin-bottom: 30px;
	font-size: 20px;
}
.addPoint_temp {
	height: 50px;
}
.addPoint_temp_2{
	height: 87px;
}
.addPoint_temp_weap {
	height: 118px;
}
.addPoint_temp_weap img {
	width: 10.75%;
	height: auto;
	margin-left: -3px;
	margin-bottom: -5px;
	border: 3px solid transparent;
	cursor: pointer;
}
.addPoint_temp_weap p {
	width: 100%;
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 16px;
}
.addPoint_panel {
	position: fixed;
	top: 90px;
	right: 0;
	float: right;
	font-weight: 600;
	font-size: 22px;
	line-height: 13px;
	border-radius: 0px;
	background: #101010;
	border: 1px solid #313131;
	padding: 15px;
	color: #adadad;
}
#savePoint_onmap {
	display: none;
}
#addPoint_onmap {
	float: right;
}
.addImp {
	margin-top: -5px;
	width: 60%;
	float: right;
}
.addPoint h1 {
	margin-bottom: 20px;
	margin-top: 16px;
}
.addPoint label {
	width: 40%;
}
.addPoint input[type="text"], .addPoint textarea {
	background: #191919;
	border: 1px solid #313131;
	padding: 5px;
	border-radius: 2px;
	color: #adadad;
}
.addPoint textarea {
	height: 60px;
	resize: none;
}
#addPoint_onmap, #savePoint_onmap {
	background: #282828;
	border: 1px solid #313131;
	padding: 15px;
	border-radius: 2px;
	color: #adadad;
	margin-top: -10px;
	float: right;
}
#addPoint_onmap:hover, #avePoint_onmap:hover {
	background: #313131;
	cursor: pointer;
}
.titles-map {
	font-family: 'Calibri', sans-serif;
	position: absolute;
	bottom: 5px;
	right: 15px;
	float: right;
	font-size: 9px;
	opacity: 0.5;
	text-align: right;
	cursor: pointer;
}
.titles-map p {
	margin-bottom: 5px;
	margin-top: 5px;
}
.coe {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.full {
	font-family: 'Calibri', sans-serif;
	display: none;
	position: fixed;
	top: 70px;
	left: 10px;
	bottom: 10px;
	color: #dfdfdf;
	width: 360px;
	height: 88%;
	background: #272727;
	z-index: 10;
}
.scroll {
	overflow-y: auto;
	position: absolute;
	height: 82.5%;
	border-top: 1px solid #2f2f2f;
}
.scroll::-webkit-scrollbar  {
	display: block;
	 width: 5px;
	 border-radius: 3px;
}
.scroll::-webkit-scrollbar-button  {
	display: none;
}
.scroll::-webkit-scrollbar-thumb {
	background: #8f8f8f;
	border-radius: 3px;
}
.full_zone-title {
	padding: 15px;
}
.full_zone-title h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.full_zone-title p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.full_zone-img {
	width: 100%;
	height: 200px;
	background: #232323;
}
.full_zone-img img{
	width: 100%;
	height: 100%;
}
.full_zone-weapons, .full_zone-description {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.full_zone-description-title {
	font-size: 20px;
	border-bottom: 1px solid #404040;
	margin-bottom: 15px;
}
.full_zone-description-title p {
	margin-bottom: 10px;
	font-weight: 100;
}
.closer {
	position: absolute;
	top: 25px;
	right: 15px;
	width: 40px;
	height: 40px;
	border: none;
	background: url('https://coeteam.ru/wp-content/themes/NewCoE/map/close.svg') no-repeat 50% 50%;
	background-size: 60% 60%;
	transition: 0.2s linear;
}
.closer:hover {
	background: url('https://coeteam.ru/wp-content/themes/NewCoE/map/close.svg') no-repeat 50% 50%;
	background-size: 60% 60%;
	transform: scale(1.1);
}
.full svg {
	margin-right: 20px;
	position: relative;
	top: 2px;
}
.full #zoneMiniDesc {
	margin-left: 57px;
}
.full #zoneDesc{
	margin-left: 25px;
	position: relative;
	top: -34px;
	margin-top: 15px;
}
.full-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #303030;
	z-index: 100;
}
.map-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #101010;
	z-index: 500;
}
.full-loader img, .map-loader img {
	position: absolute;
	width: 100px;
	height: auto;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	opacity: 0.8;
	animation: fontbulger 5s infinite;
	animation-iteration-count: infinite;
}
.full_zone-weapons img {
	margin-top: 10px;
	width: 50px;
	height: auto;
}
