/* Buttons */
.btn2 {
	display: inline-block;
	padding: 4px 8px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	vertical-align: middle;
	cursor: pointer;
	border-radius: 3px;
	background-color: #313448 !important;
	border: 1px solid #2F3553 !important;
	color: #b7bacd !important;
	background-image: none !important;
	box-shadow: none !important;
}
.btn2.disabled {
	color: #b7bacd !important;
}
.btn2:visited{
	color: #b7bacd;
}

a.btn2 {
	text-decoration: none;
}
.btn-big{
	padding: 8.5px 16px;
	font-size: 15px;
	line-height: 18px;
}
.btn-lg{
	padding: 12px 14px;
	font-size: 15px;
	line-height: 15px;
}
.btn2:active,
.btn2.active {
	background-color: #2A2D3F !important;
	border-color: #2f3553 !important;
	color: #b7bacd !important;
}
.btn2:first-child {
	*margin-left: 0;
}
.btn2:hover {
	background-color: #2A2D3F !important;
	border-color: #2f3553 !important;
	color: #b7bacd !important;
}
.btn2.active,
.btn2:active {
	background-color: #2A2D3F !important;
	border-color: #2f3553 !important;
	color: #b7bacd !important;
}
.btn2.disabled,
.btn2[disabled] {
	text-shadow: none;
	border-color: #486B91;
	color: #FFF;
	cursor: default;
	background-color: #5B7EA4;
	background-image: none;
	opacity: 0.65;
	box-shadow: none;
}
.btn-cancel.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn.locked,
.btn-cancel.locked {
	text-indent: -9999px;
}
.btn-cancel {
	background-color: #313448 !important;
	border: 1px solid #2F3553 !important;
	color: #b7bacd !important;
	background-image: none !important;
	box-shadow: none !important;
}
.btn-cancel:hover,
.btn-cancel:active,
.btn-cancel.active,
.btn-cancel.disabled,
.btn-cancel[disabled] {
	background-color: #2A2D3F !important;
	border-color: #2f3553 !important;
	color: #b7bacd !important;
}
.btn-cancel:active,
.btn-cancel.active {
	background-color: #003399 \9 !important;
}
.btn-lock {
	background-color: rgba(255,255,255,0.1);
	background-image: url(/images/load.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	display: inline-block;
	padding: 6px 15px;
	overflow: hidden;
	white-space: nowrap;
}
.btn.wide {
	width: 100%;
	display: block;
}
.user_info {
	font-size: 14px;
	height: 41px;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #DDD !important;
	font-size: 11px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
	line-height: 41px;
}
.user_info a {
	white-space: nowrap;
	outline: none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
.menu {
	position: relative;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.05), 0px 1px 4px #000 inset;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Lato","Trebuchet MS",Arial,Helvetica,sans-serif;
	float: right;
	margin-top: 16px;
	min-height: 35px;
	margin-bottom: 16px;
}
.menu > ul {
	list-style: none;
	margin: 0px;
	position: relative;
	padding-left: 0px;
}
.menu > ul > li {
	display: inline-block;
	float: left;
}
.menu > ul > li > a {
	color: #E9EBED;
	display: block;
	outline: medium none;
	padding: 0px 5px;
	line-height: 35px;
	height: 35px;
	transition: all 0.1s;
	display: inline-block;
}
.menu > ul > li > a:hover { 
	background: rgba(255, 255, 255, 0.07) none repeat scroll 0% 0%;
	color: #A2ECFF;
	text-shadow: 0px 0px 4px #A2ECFF;
	position: relative;
	border-radius: 3px;
}
.menu > ul > li > a.open { 
	background: rgba(255, 255, 255, 0.07) none repeat scroll 0% 0%;
	color: #A2ECFF;
	text-shadow: 0px 0px 4px #A2ECFF;
	position: relative;
}
.menu > ul > li > ul {
	border-radius: 3px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: rgba(59, 59, 65, 0.9);
	display: none;
	z-index: 999;
	min-width: 150px;
}
.menu > ul > li > ul > li > a { 
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: medium none;
	color: #FFF;
	width: 100%;
	height: 40px;
	display: block;
	line-height: 40px;
	border-radius: 3px;
	text-shadow: 1px 0px 2px #000;
	padding-right: 15px;
}
.menu > ul > li > ul > li > a:hover {
	background-color: rgba(59, 59, 65, 0.7);
	color: #A2ECFF;
	text-shadow: 0px 0px 4px #A2ECFF;
}


.navigation{
	font-size: 14px;
	list-style: none outside none;
	position: relative;
	padding: 0px;
	margin: 0px;
	/*float: left;*/
	width: 100%;
	overflow: hidden;
}
.navigation li {
	border-top: 1px solid #5178A1;
	border-bottom: 1px solid #345378;
	border-right: 1px solid #335A85;
	background: none repeat scroll 0% 0% #45688E;
	padding-left: 15px;
	margin: 0px;
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: white;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.navigation li:hover{
	border-color: #48739B #143D6B #143D6B;
	border-top: 1px solid #143D6B;
	background: none repeat scroll 0% 0% #37587C;
}
.navigation2{
	font-size: 13px;
	list-style: none outside none;
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	margin-bottom: 10px;
}
.navigation2 li {
	background: none repeat scroll 0% 0% #323648;
	padding-left: 8px;
	margin: 0px;
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #b7bacd;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 2px;
	border-radius: 3px;
}
.navigation2 li a, .navigation2 li a:hover, .navigation2 li a:active, .navigation2 li a:visited {
	color: #b7bacd;
	display: block;
	width: 100%;
	height: 100%;
}
.navigation2 li:first-child {
	margin-top: 2px;
}
.navigation2 li:hover{
	background: none repeat scroll 0% 0% #373C54;
}
.input-file {
	border: 1px solid #2F344D;
	border-radius: 2px;
	padding: 5px;
}
#edit_user_avatar_form .input-file {
	margin-left: -20px;
}
#edit_user_avatar_form .btn-default {
	margin-top: 10px;
	margin-left: -20px;
}

#editor textarea {
	width: 100%;
	min-width: 100% !important;
	max-width: 100% !important;
	min-height: 300px !important;
	height: 500px;
}
.CodeMirror {
	border: 1px solid #C0C0C0;
}
.online_users_info {
	font-size: 14px;
	min-height: 30px;
	background: none repeat scroll 0% 0% #EEE;
	border-width: 0px 1px 1px;
	border-style: none solid solid;
	border-color: #CCC;
	border-image: none;
	padding: 6px 0px 0px 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
}
#online_users {
	overflow-y: hidden !important;
	max-height: 280px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.online_user {
	padding: 5px;
	margin-bottom: 5px;
	overflow: auto;
	position: relative;
	background: #323648 none repeat scroll 0% 0%;
	border-radius: 3px;
	border: 1px solid #333851;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: none;
	height: 47px;
	line-height: 33px;
	font-size: 13px;
	list-style: none;
}
.online_user a img{
	float: left;
	border-radius: 3px;
	height: 35px;
	width: 35px;
	padding: 2px;
	margin-right: 10px;
	background-color: #45688E;
}
#online_users>li:nth-last-child(2) {
	margin-bottom: 0px;
}

.chat_message {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 10px;
	border-bottom: solid 1px #2F3553;
}
.chat_message .message{
	word-wrap: break-word;
	margin-left: 60px;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
}
.chat_message .message .info{
	display: block;
	margin-bottom: 3px;
	height: 16px;
}
.chat_message .message .info .author{
	font-size: 13px;
	color: #45688E;
	font-weight: normal;
	float: left;
	position: relative;
	cursor: pointer;
}
.chat_message .message .info .date{
	font-size: 11px;
	font-weight: 600;
	position: relative;
	float: right;
	line-height: 12px;
}
.chat_message .user_img{
	float: left;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	padding: 2px;
	background-color: #45688E;
}
.chat_img {
	border-radius: 3px;
	width: auto;
	height: auto;
	margin: 0px;
}
.chat_message .thumbnail, .im_message .thumbnail {
	max-width: 200px;
	padding: 2px;
	margin-bottom: 0px;
}
.chat_message .player {
	height: 40px;
	overflow: hidden;
}
.chat_message .player object {
	position: relative;
	margin-top: -22px;
}
.chat_message video{
	width: 300px;
	height: 30px;
}
.chat_message .dell_message, .chat_message .edit_message {
	position: absolute;
	top: 16px;
	font-size: 12px;
	cursor: pointer;
}
.chat_message .dell_message {
	right: 0px;
}
.chat_message .edit_message {
	right: 15px;
}
.chat_message textarea {
	margin-top: 15px;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
	padding: 4px;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url("../img/loading.gif") no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url("../img/prev.png") left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url("../img/next.png") right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url("../img/close.png") top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* Make clicks pass-through */
#nprogress {
	pointer-events: none;
}
#nprogress .bar {
	background: #EEE;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #EEE, 0 0 5px #EEE;
	opacity: 1.0;

	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}
.result_ok{
	display: block;
	position: fixed;
	z-index: 1031;
	top: 16px;
	right: 18px;
	color: #EEE;
	font-size: 16px;
}
.result_error{
	display: block;
	position: fixed;
	z-index: 1031;
	top: 17px;
	right: 18px;
	color: #EEE;
	font-size: 16px;
}
.result_ok_b{
	display: block;
	position: fixed;
	z-index: 1031;
	top: 16px;
	right: 18px;
	color: #45688E;
	font-size: 16px;
}
.result_error_b{
	display: block;
	position: fixed;
	z-index: 1031;
	top: 17px;
	right: 18px;
	color: #45688E;
	font-size: 16px;
}


/* Remove these to get rid of the spinner */
#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px;
}
#nprogress .spinner-icon {
	width: 20px;
	height: 20px;
	box-sizing: border-box;

	border: solid 2px transparent;
	border-top-color: #EEE;
	border-left-color: #EEE;
	border-radius: 50%;

	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
	overflow: hidden;
	position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
	position: absolute;
}

@-webkit-keyframes nprogress-spinner {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.input_error{
	border-color: rgb(183, 71, 71);
	background-color: #FBABAB;
}
.error_message{
	color: #B74747;
	font-size: 14px;
	position: relative;
	float: right;
	top: -27px;
	right: 10px;
}
.small_new {
	border-radius: 3px;
	padding: 5px;
	position: relative;
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: medium none;
	margin-bottom: 5px;
	background-color: #323648;
}
.small_new:hover{
	background-color: #2B2E3F;
}
#news a:last-child .small_new {
	margin-bottom: 0px;
}
.small_new img{
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	height: 40px;
	width: 50px;
}
.small_new p{
	padding: 0px;
	margin: 0px;
	line-height: 13px;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: medium none;
	color: #b7bacd;
}
.small_new p span{
	font-size: 10px;
}
.new_info{
	background-color: #45688E;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.8);
	margin: 5px -5px 0px -5px;
	padding: 5px 10px 5px 10px;
	border-radius: 0px 0px 3px 3px;
	margin-bottom: -5px;
}
.likes{
	float: right;
	height: 30px;
	width: 60px;
	background-color: #45688E;
	border-radius: 3px;
}
.likes font{
	color: #FFF;
	font-size: 17px;
	line-height: 30px;
	margin-left: 2px;
	cursor: pointer;
}
.admin_buttons_new{
	float: right;
	margin-right: 10px;
	line-height: 15px;
}
.likes span{
	color: #FFF;
	font-size: 17px;
	float: right;
	margin: 3px 10px 3px 0px;
	cursor: pointer;
}
#companions{
	max-height: 250px;
	overflow-y: auto;
	padding-right: 5px;
}
.companion {
	border: 1px solid #2F3553;
	border-radius: 3px;
	padding: 5px;
	position: relative;
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: medium none;
	margin-bottom: 5px;
}
.companion img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.companion a{
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 17px;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: medium none;
}
.companion .lnk:hover, .companion .lnk:active{
	text-decoration: underline;
}
.img{
	display: block;
	max-width: 100%;
	height: auto;
}
#add_new_comments .wysibb-text-editor{
	min-height: 100px !important;
	max-height: 300px !important;
}
#chat_body .input-group{
	margin: 0 -10px -10px -10px;
	padding: 5px 10px 10px 10px;
	background-color: #FFF;
}
#chat_messages{
	overflow: hidden;
	height: 400px;
}
#chat_messages .chat_message {
	padding-right: 15px;
}
#place_for_messages{
	overflow: hidden;
	height: 500px;
}
#messages{
	overflow-y: auto;
	height: 400px;
}
#place_for_messages textarea{
	padding-right: 30px;
	width: 100%;
	max-width: 100% !important;
	min-width: 100% !important;
	height: 55px;
	max-height: 55px !important;
	min-height: 55px !important;
}
.dialog {
	height: 70px;
	margin-bottom: 5px;
	border-radius: 3px;
	box-shadow: 0px 1px 0px 1px RGBA(69, 104, 142, 0.1);
	overflow: hidden;
	cursor: pointer;
}
.dialog > div:nth-child(1) {
    background-color: #2B2F41;
    padding: 5px;
    float: left;
    width: 95%;
    height: 70px;
}
.dialog>div:nth-child(2) {
	background-color: #2B2F41;
	padding: 5px;
	float: right;
	width: 5%;
	height: 70px;
	text-align: center;
	padding-top: 28px;
	font-size: 13px;
	color: #B6ABAB;
}
.dialog>div:nth-child(1):hover {
	background-color: #282C3E;
}
.dialog>div:nth-child(2):hover {
	background-color: #282C3E;
}
.dialog div img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.dialog div p {
	margin: 0px;
	display: block;
}
.dialog div p:nth-child(2) {
	font-size: 16px;
	margin-right: 10px;
	line-height: 28px;
	color: #45688E;
}
.dialog div p:nth-child(3) {
	margin-top: 0px;
}
.dialog div p:nth-child(5), .dialog div p:nth-child(6) {
	margin-top: -2px;
}
.dialog div p:nth-child(6) {
	margin-left: 3px;
}
.dialog div p:nth-child(5), .dialog div p:nth-child(3), .dialog div p:nth-child(6) {
	font-size: 13px;
	line-height: 13px;
	display: block;
	float: left;
}
.im_message{
	display: block;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.im_message .login{
	position: relative;
	font-weight: 600;
}
.im_message .info{
	display: block;
}
.im_message .info .date{
	position: relative;
	float: right;
	font-size: 13px;
	font-weight: 600;
	margin-right: 5px;
}
.im_message .info .text{
	display: block;
}
.im_message .info .dell_btn{
	float: right;
	font-size: 13px;
	line-height: 17px;
}
.im_message .audioplayer{
	margin-left: 60px;
}
.dell_btn{
	cursor: pointer;
	color: #ccc;
}
.dell_btn:hover, .dell_btn:active{
	color: #555;
}
.im_message>img {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-right: 10px;
}
.jspContainer .thumbnail{
	margin-bottom: 0px;
	max-width: 200px;
	padding: 2px;
	display: inline-block;
}
.dialog .thumbnail img {
	width: 50px !important;
	height: 50px !important;
}
.dialog .thumbnail{
	margin-bottom: 0px;
	max-width: 200px;
	padding: 2px;
	display: inline-block;
}
#sections .block .block_head input{
	float: left;
	width: 20%;
}
.edit_forum input{
	width: 100%;
}
.bs-callout{
	padding: 10px;
	border-left: 5px solid;
}
.bs-callout h4 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0px;
}
.bs-callout-info{
	background-color: #2B2F3F;
    border-left-color: #323648;
    border-right: 1px solid #323648;
    border-top: 1px solid #323648;
    border-bottom: 1px solid #323648;
}
.bs-callout-success{
	background-color: #2B2F3F;
    border-left-color: #323648;
    border-right: 1px solid #323648;
    border-top: 1px solid #323648;
    border-bottom: 1px solid #323648;
}
.bs-callout-error {
    background-color: #2B2F3F;
    border-left-color: #323648;
    border-right: 1px solid #323648;
    border-top: 1px solid #323648;
    border-bottom: 1px solid #323648;
}
.disabled_input{
	background-color: #252836;
	height: 50px;
	line-height: 40px;
	font-size: 17px;
	text-align: center;
}
.disabled_input span{
	font-size: 13px;
}
.chat_message hr{
	margin-bottom: 5px;
}
.chat_message:last-child hr{
	display: none;
}
.answer {
	width: 100%;
	border-top: 1px solid #2F344D !important;
	background: #252836 !important;
}
.answer .edited {
	border-top: 1px solid #4E5683;
	text-align: right;
	font-size: 13px;
	padding-top: 10px;
}
.answer hr {
	border-top: 1px solid #4E5683;
}
.answer .delimiter {
	margin-top: 10px;
	margin-bottom: 10px;
}
.answer tr:nth-child(2) .col-xs-2, .answer tr:nth-child(3) .col-xs-2 {
	border-right: 1px solid #2F344D;
	text-align: left;
	vertical-align: top;
}
.answer tr:nth-child(2) .col-xs-2, .answer tr:nth-child(3) .col-xs-2 {
	border-right: 1px solid #2F344D;
	text-align: left;
	vertical-align: top;
}
.answer tr:nth-child(2) .col-xs-2, .answer tr:nth-child(3) .col-xs-2 {
	border-right: 1px solid #2F344D;
	text-align: left;
	vertical-align: top;
}
.answer tr:nth-child(3) .col-xs-2 {
	border-top: 1px solid #2F344D;
}
.answer tr:nth-child(3) .col-xs-2 .btn-group .btn {
	margin-top: 4px;
	margin-bottom: 4px;
	width: 50%;
	text-align: center;
	padding: 5px 4px 5px 4px !important;
}
.answer tr:nth-child(3) .col-xs-2 .btn-group .btn:nth-child(1) {
	border-radius: 2px 0px 0px 2px !important;
}
.answer tr:nth-child(3) .col-xs-2 .btn-group .btn:nth-child(2) {
	border-radius: 0px 2px 2px 0px !important;
}
.answer tr:nth-child(3) .col-xs-10 p, .answer tr:nth-child(3) .col-xs-10 p {
	margin: 10px;
	margin-left: 0px;
}
.answer tr:nth-child(3) .col-xs-10, .answer tr:nth-child(3) .col-xs-12 {
	border-top: 1px solid #2F344D;
}
.answer tr:nth-child(2) .col-xs-10 {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.answer .line{
	margin: -5px -15px 0px;
	padding: 0px 15px;
	height: 45px;
	line-height: 50px;
	background-color: #313448;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.answer .bottom_line{
	height: 45px;
	line-height: 45px;
	background-color: #2F344D;
}
.answer .user img{
	margin-top: 10px;
	border-radius: 2px;
	width: 100%;
}
.answer .group {
	width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 0px 4px 3px;
	user-select: none;
	padding: 10px;
	outline: none;
	border-radius: 3px / 100%;
	background-image:
	linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
	linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
	linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
	linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
	linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
	linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
	background-repeat: no-repeat;
	background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
	background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
	box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
.answer .group:hover {
	transition: .5s linear;
	background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.answer .user p {
	margin: 0px;
	line-height: 20px;
	margin-top: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.answer td[class*="col-"], .answer th[class*="col-"] {
	float: left;
}
.last_msg{
	border-radius: 3px !important;
	border: 1px solid #2F344D !important;
}
.last_msg p{
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0px;
}
.dialog .g_sticker{
	height: 50px !important;
}
.full_line{
	display: inline-block;
	width: 100%;
}
.p-r-30{
	padding-right: 30px;
}
.smile_input{
	position: relative;
}
.smile_input_forum{
	position: relative;
	width: 130px;
}
.smile_input_forum .smile_btn{
	top:14px;
}
.smile_input_forum .type2{
	top: 4px !important;
	right: 20px !important;
}
.g_smile{
	width: 20px !important;
	height: 20px !important;
	float: none !important;
	border-radius: 0px !important;
	display: inline-block;
}
.g_sticker{
	max-width: 300px !important;
	max-height: 300px !important;
	float: none !important;
	border-radius: 3px;
}
.smile_btn{
	z-index: 2;
	background-image: url('../img/smile.svg');
	width: 23px;
	height: 23px;
	position: absolute;
	right: 5px;
	top: 7px;
	cursor: pointer;
}
.smile{
	cursor: pointer;
	margin: 5px;
	float: left;
	width: 25px;
	height: 25px;
}
.sticker{
	cursor: pointer;
	margin: 5px;
	float: left;
	width: 70px;
	height: 70px;
}
.smiles_box {
	overflow-y: auto !important;
	width: 270px;
	max-height: 300px;
	min-height: 300px;
	overflow: hidden;
}
.stickers_img{
	min-width: 262px !important;
	width: 262px !important;
	height: 250px;
	border-radius: 3px 3px 0px 0px;
}
.profile_top_line{
	position: relative;
	display: block;
	height: 30px;
	width: 100%;
}
.profile_top_line h3{
	color: #45688E;
	float: left;
	margin: 5px;
}
.icon{
	margin-right: 5px;
	margin-top: -5px;
}


.serv_mon .info{
	position: relative;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
	padding: 5px;
	text-shadow: 1px 1px 2px black, 0 0 1px blue;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: -85px;
	color: #FFF;
	line-height: 15px;
	font-weight: 600;
	font-size: 12px;
}
.serv_mon .ungle{
	position: absolute;
	right: 15px;
}
.serv_mon .btn-group .btn{
	margin-top: 3px;
	padding:  3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.v-m td {
	vertical-align: middle !important;
}
.dialogs_place{
	overflow: none !important;
	height: auto !important;
}

label h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
}
.server {
    overflow: hidden;
    width: 100%;
    height: 32px;
    background-color: #252836;
    margin-bottom: 0px;
    border-radius: 3px;
    border: 1px solid #313448;
}
.server .td {
	float: left;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 32px;
	padding: 5px;
	line-height: 20px;
	color: #b7bacd;
}
.server .td .progress {
	border-radius: 2px;
	text-shadow: none;
}
.server .td a, .server .td a:hover, .server .td a:visited {
	color: #b7bacd;
}
.server .td:nth-child(1) {
	width: 213px;
}
.server .td:nth-child(2) {
	width: 124px;
}
.server .td:nth-child(3) {
	width: 147px;
	text-align: center;
	cursor: pointer;
}
.server .td:nth-child(4) {
	width: 150px;
	text-align: center;
}
.server .td:nth-child(5) {
	width: 104px;
	text-align: center;
}
.server .td:nth-child(6) {
	width: 100px;
	padding-right: 0px;
}
.server .td:nth-child(7) {
	width: 100px;
	padding-right: 0px;
}
.td .btn {
	border: 0px solid transparent;
	border-radius: 1px;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	margin-right: 4px;
	background-color: rgba(255, 255, 255, 0.3);
}
.td .btn:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
.server .td:nth-child(7) .btn {
	padding: 0px 20px;
}
.server .td:nth-child(even), .server .td:nth-child(7) {
	border-left: 1px solid #313448;
	border-right: 1px solid #313448;
}
.server .td:nth-child(6), .server .td:nth-child(7) {
	border-right: 0px;
}
.popover {
	background-color: rgb(37, 40, 54) !important;
	margin-top: -3px !important;
}
.popover-title {
	background-color: rgb(49, 52, 72);
	border-bottom: 1px solid rgb(47, 52, 77);
	margin: -1px;
}
.arrow {
	display: none !important;
}
.popover img {
	border-radius: 3px;
	max-width: 200px;
}
.popover .popover_avatar {
	border-radius: 3px;
	width: 50px;
	height: 50px;
	margin: -3px;
}
#new_news .new {
    position: relative;
    padding: 5px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #323548;
}
#new_news .new font {
    font-size: 13px;
    height: 76px;
    display: block;
    overflow: hidden;
}
#new_news .new .info p {
	display: inline-block;
	margin: 0px;
}
#new_news .new .info p:nth-child(1) {
	display: none;
}
#new_news .new .info p:nth-child(3) {
	margin-left: 10px;
}
#new_news .new .info a {
	font-weight: 600;
}
.warning_message {
	background: #F9D79B;
	border: 1px solid #EBB962;
	font-size: 13px;
	line-height: 140%;
	box-shadow: 0px 1px 4px #FDE5BB;
	padding: 10px;
	color: #B85F1D;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.55);
	border-radius: 3px;
	margin-bottom: 20px;
}
.welcome_message {
	color: #436500;
	background: #CDE3A4;
	padding: 10px;
	border: 1px solid #A8C471;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.55);
	line-height: 1.6;
	font-size: 12px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom: 20px;
}
.block {
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	outline: medium none;
	margin-bottom: 10px;
}
.block_head {
	font-size: 16px;
}
.block:last-child {
	margin-bottom: 0px;
}
.block.border {
	padding: 5px;
	background: #252836 none repeat scroll 0% 0%;
	border-radius: 3px;
	border: 1px solid #2F344D;
}
.mini_user {
	width: 175px;
	float: left;
	margin-right: 10px;
}
.mini_user:nth-child(4n) {
	margin-right: 0px;
}
.mini_user > a {
	height: 30px;
	overflow: hidden;
}
.mini_friend {
	width: 42px;
	display: inline-block;
	padding: 2px;
}
.mini_friend:nth-child(3n) {
	margin-right: 0px;
}
.profile_user {
	float: left;
	width: 250px;
}
.user_profile_info {
	width: 480px;
	border: 0px;
	margin-left: 260px;
}
.user_profile_info a {
	max-width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.user_profile_info h3{
	color: rgb(69, 104, 142);
	margin: 0px;
	margin-left: -5px;
}
.user_profile_info tbody tr td{
	border-top: 0px;
	padding: 4px
}
.user_profile_info tbody tr .w30{
	font-size: 13px;
	width: 250px;
}
.user_profile_info .razdel {
    font-size: 14px;
    border-bottom: 1px solid #2f3553;
    padding: 5px;
}
.user_profile_info tbody tr .w70{
	font-size: 13px;
	width: 335px;
}
#forum .block_head, #admins .block_head {
    background: #313448 none repeat scroll 0% 0%;
    padding: 10px;
}
#forum table, #admins table {
	margin-bottom: 0px
}
#top_users div img {
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 10px;
}
#top_users p {
	padding: 0px;
	margin: 0px;
	line-height: 14px;
	font-size: 13px
}
.w50_1 {
	width: 425px;
	float: left;
}
.w50_2 {
	width: 425px;
	float: right;
}
.clear {
	clear: both;
	display: table;
}
.mini_serv img {
	float: left;
	width: 125px;
}
.mini_serv div {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	width: 260px;
	line-height: 18px;
	margin-left: 10px;
}
#chat_messages{
	overflow-y: auto;
}
#companions{
	overflow-y: auto;
	padding-right: 5px;
}
#online_users {
	overflow-y: auto !important;
}

/* Noty */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
/* Noty */

.serv_mon img {
	max-height: 150px;
}
.answer tr:nth-child(2) .col-xs-10 *{
	white-space: normal;
}
.purse {
    font-size: 14px;
    background: #252836 none repeat scroll 0% 0%;
    border-radius: 3px;
    border: 1px solid #2F3553;
    margin: 5px;
    padding: 5px;
    margin-top: 10px;
}
.purse p {
	margin: 0px;
}
.pay_area .col-md-6 {
	margin: 0px;
	padding: 3px;
}
.pay_area .block {
	background: #282A3B;
}
.pay_area .block_head {
    background: #313448;
    padding: 10px;
    margin: -5px -5px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pay_area .block img {
	margin-bottom: 5px;
}
.pay_area input:active {
	border: 1px solid rgb(217, 83, 79);
	box-shadow: inset 0px 0px 3px 0px rgba(194, 71, 67, 0.6);
	color: rgb(144, 63, 63);
}
.pay_area .btn2 {
	background-color: #53903F;
	*background-color: #53903F;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#497839), to(#53903F));
	background-image: -webkit-linear-gradient(top, #497839, #53903F);
	background-image: -o-linear-gradient(top, #497839, #53903F);
	background-image: linear-gradient(to bottom, #497839, #53903F);
	background-image: -moz-linear-gradient(top, #53903F, #497839);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#497839', endColorstr='#53903F', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border-color: #53903F;
}
.pay_area .btn2:hover {
	color: #fff;
	text-decoration: none;
	background: #497839;
}

/* spoiler */
div.spoiler div.spoiler-title {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 3px;
	cursor: pointer;
	line-height: 25px;
	background: rgb(49, 52, 72);
	height: 35px;
}

div.spoiler div.spoiler-title div.spoiler-toggle {
	display: inline-block;
	float: left;
	width: 11px;
	height: 11px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 6px;
	cursor: pointer;
	-webkit-user-modify: read-only;
}

div.spoiler div.spoiler-title div.hide-icon {
	background: url('../img/minus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-title div.show-icon {
	background: url('../img/plus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-content {
	font-size: 13px;
	border: 1px solid rgb(49, 52, 72);
	border-top: 0px;
	padding: 6px 10px;
	background: rgba(49, 52, 72, 0.37);
}
div.spoiler div.title-text {
	float: left;
	height: 24px;
	line-height: 20px;
	font-weight: normal;
}
blockquote {
    padding: 5px;
    margin: 0 0 5px;
    border-left: 5px solid rgb(49, 52, 72);
   background: rgba(49, 52, 72, 0.37);
}


.forum_info {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 220px !important;
	max-width: 220px !important;
	min-width: 220px !important;
}
.forum img{
	height: 50px;
	width: 50px;
	border-radius: 3px;
}
.forum_img {
	width: 66px;
}
.forum_img2 {
	width: 56px;
}
.forum_img2 img {
	height: 40px;
	width: 40px;
	border-radius: 3px;
}
.forum h4{
	margin: 0px;
}
.forum small{
	font-size: 12px;
	color: #787878;
}
.forum p{
	margin: 0px;
	line-height: 16px;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#forum td span{
	font-size: 16px;
}
#forum td h4{
	font-size: 16px;
}


.topics thead tr {
    background-color: #313448;
}
.topics tbody tr td:nth-child(2n){
	background-color: #232636;
}
.topics tbody tr td:nth-child(2) {
	max-width: 600px;
}
.topic_info{
	background-color: #45688E;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.8);
	margin: 5px -5px -5px -5px;
	padding: 5px 10px 5px 10px;
	border-radius: 0px 0px 3px 3px;
}
#forum_topics, #forum_topics td, #forum_topics tr, #forum_topics a {
	font-size: 14px !important;
}
#forum_topics td {
	padding: 5px;
}
#forum_topics a {
	white-space: pre-wrap;
}
#forum_topics tr td {
	vertical-align: middle !important;
}
#forum_topics tr td:nth-child(1) {
	width: 50px;
}
#forum_topics tr td:nth-child(1) img {
	height: 40px;
	width: 40px;
	min-height: 40px;
	min-width: 40px;
	border-radius: 3px;
}
#forum_topics tr td:last-child {
	font-size: 13px !important;
}

table thead tr td {
	white-space: nowrap !important;
	font-size: 13px !important;
	line-height: 2 !important;
}
.noty_text a {
	display: block;
	padding: 9px;
}
.noty_type_error a {
	color: #FFF;
}
#bans, #tickets, #open_tickets, #close_tickets, #banlist, #stats, .admins, #banlist, #my_stores, #search_ban_res_min, #operations, #muts, .baninfo {
	font-size: 13px !important;
}
#bans p, #tickets p, #open_tickets p, #close_tickets p, #banlist p, #stats p, .admins p, #banlist p, #my_stores p, #search_ban_res_min p, #operations p, #muts p, .baninfo p {
	margin: 0px;
}
.admins td, #bans td {
	vertical-align: middle !important;
}
.small_us_av {
	height: 30px;
	width: 30px;
	margin-right: 5px;
	border: 2px solid #486B91;
	border-radius: 50%;
}
.admins_services td {
	vertical-align: middle !important;
	word-wrap: normal;
	white-space: nowrap;
}
.admins_services td p {
	display: block;
	width: auto;
	float: left;
}
.admins_services td .btn {
	float: right;
}
#bans tr td:nth-child(1):hover,
#tickets tr td:nth-child(2):hover,
#open_tickets tr td:nth-child(2):hover,
#close_tickets tr td:nth-child(2):hover,
#search_ban_res_min tr td:nth-child(2):hover {
	background-color: #232636;
}
#bans tr td:nth-child(1) a:hover,
#tickets tr td:nth-child(2) a:hover,
#open_tickets tr td:nth-child(2) a:hover,
#close_tickets tr td:nth-child(2) a:hover,
#search_ban_res_min tr td:nth-child(2) a:hover {
	color: #959bc0;
}
#muts td {
	vertical-align: middle;
	cursor: pointer;
}
#banlist td {
	vertical-align: middle;
	cursor: pointer;
}
#stats td {
	vertical-align: middle;
	cursor: pointer;
}
td[colspan$="10"] img, td[colspan$="10"] {
	text-align: center;
	padding: 10px !important;
	font-weight: normal;
	font-size: 13px;
	margin: 0 auto;
}
.new>a>img {
	width: 70%;
	height: auto;
	margin: 0px auto;
	display: block;
}
.new hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.new {
	font-size: 13px !important;
}
.new .author {
	float: left;
	line-height: 30px;
	margin: 0px 10px 0px 0px;
	font-size: 13px;
}
.new .date {
	float: right;
	line-height: 30px;
	margin: 0px 10px 0px 0px;
	font-size: 13px;
}
.new .btn {
	float: right;
}
#notifications_line {
	font-size: 14px;
	color: #b7bacd !important;
	padding: 10px;
	background-color: #313448;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
#notifications_line>span:nth-child(2) {
	float: right;
	margin: -10px;
	margin-right: -10px;
	padding: 10px;
}
#notifications_line>span:nth-child(2):hover {
	background: rgb(47, 47, 47) none repeat scroll 0% 0%;
	cursor: pointer;
	background: #2C2E41;
}
#notifications_line>span>span, #notifications_line>span:nth-child(1) {
	font-size: 13px;
}
.vk_avatar_img {
	height: 40px;
	width: 40px;
	margin-right: 5px;
	border: 2px solid #486B91;
	border-radius: 50%;
}
.vk_avatar_img2 {
	height: 20px;
	width: 20px;
	margin-right: 5px;
	border-radius: 50%;
}
.mce-edit-area.mce-container {
	padding: 5px;
}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
iframe {
	max-width: 100%;
	display: block;
}
.thank_str {
	margin: 10px;
	margin-left: 0px;
}
.error_page .error_block_info {
	background: rgb(255, 255, 255);
	border-radius: 1px;
	border-left: 3px solid #d24040;
	padding: 10px;
}
.error_page .error_block_info span {
	font-size: 70px;
	color: rgb(210, 64, 64);
}
.error_page .error_block_info h4 {
	color: rgb(210, 64, 64);
}
.messages_back_btn {
	border-radius: 3px;
	float: right;
	padding: 5px;
	font-size: 12px;
	margin: -7px;
	height: 34px;
	background: rgb(40, 43, 62);
}
.messages_back_btn:hover {
	background-color: rgb(44, 47, 69);
}
.smilebtn {
	float: left;
	height: 40px;
	width: 40px;
	border: 1px solid rgb(106, 110, 125);
	background: RGBA(243, 243, 243, 0.3);
	padding: 4px;
	text-align: center;
	cursor: pointer;
	display: block;
	border-radius: 3px 3px 3px 3px;
}
.smilebtn img {
	height: 30px !important;
	width: 30px !important;
}
.smilebtn:hover, .smilebtn:active {
	background: rgba(0, 0, 0, 0);
}
.smiles_panel{
	width: 100%;
	border-radius: 0px 0px 3px 3px;
	margin-top: 2px;
}


/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}


.smiles_panel .owl-stage-outer {
	width: 218px;
	margin-left: 24px;
	z-index: 10;
}
.smiles_panel .owl-nav {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9;
}
.smiles_panel .owl-prev, .smiles_panel .owl-next {
	overflow: hidden;
	border: 1px solid rgb(106, 110, 125);
	background: rgba(243, 243, 243, 0.3) none repeat scroll 0% 0%;
	height: 40px;
	width: 18px;
	border-radius: 3px;
	padding-top: 10px;
	text-align: center;
}
.smiles_panel .owl-prev {
	float: left;
}
.smiles_panel .owl-next {
	float: right;
}
.smiles_panel *::selection {
	background: none;
}
.smiles_panel *::-moz-selection {
	background: none;
}
.vk_admins>div, .vk_groups>div {
	border: 1px solid #313448;
	margin: 5px;
	padding: 5px;
	border-radius: 3px;
}
.modal-content {
	overflow: hidden;
}
.modal-body {
	padding: 10px;
}
#comments>div:nth-last-child(2), #answers>div:nth-last-child(2) {
	border-bottom: 0px;
}
.full_block {
	width: 970px;
	float: right;
}
.server_line .online_line {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.server_line.server .online_line {
	margin-top: 0px;
	margin-bottom: 0px;
}
.server_line td {
	vertical-align: middle !important;
}
.server_line .players_val {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
}
#admins .admins td a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block; 
}
#server_info .block {
	margin-bottom: 0px;
}

img.thumbnail-img {
	border-radius: 3px;
	width: auto;
	height: auto;
	margin: 0px;
}
#imgs .thumbnail {
	max-width: 100px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
}
#imgs:before,
#imgs:after {
	display: table;
	content: " ";
}
#imgs:after {
	clear: both;
}

.empty-element {
	display: block;
	width: 100%;
	padding: 7px;
	text-align: center;
	border: 1px solid rgb(49, 52, 72);
	color: #b7bacd;
}

/*Main icons*/
.m-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.m-icon.icon-time:before {
	content: "\e023";
}
.m-icon.icon-ok:before {
	content: "\e013";
}
.m-icon.icon-remove:before {
	content: "\e014";
}
.m-icon.icon-link:before {
	content: "\e144";
}
.m-icon.icon-pencil:before {
	content: "\270f";
}
.m-icon.icon-trash:before {
	content: "\e020";
}
.m-icon.icon-user:before {
	content: "\e020";
}
.m-icon.icon-up:before {
	content: "\e113";
}
.m-icon.icon-down:before {
	content: "\e114";
}
.m-icon.icon-plus:before {
	content: "\2b";
}
.m-icon.icon-minus:before {
	content: "\2212";
}
.m-icon.icon-bank:before {
	content: "\e225";
}
.m-icon.icon-marker:before {
	content: "\e062";
}
.m-icon.icon-user:before {
	content: "\e008";
}

/*v3.4*/
.well.well-sm h3 {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}
.well.well-sm hr {
	margin-top: 10px;
	margin-bottom: 5px;
}

.privacy-policy {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 10px;
	margin-top: 0px;
	display: block;
	background: rgb(49, 52, 72);
	color: rgb(183, 186, 205);
	padding: 7px;
	border-radius: 2px;
}
.privacy-policy.privacy-policy-with-checkbox {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: flex-start;
}
.privacy-policy label {
	cursor: pointer;
	font-weight: 400;
	margin: 0;
}
.privacy-policy input[type="checkbox"] {
	cursor: pointer;
	margin-top: 1px;
}
.privacy-policy a {
	color: rgb(183, 186, 205);
	text-decoration: underline;
	text-wrap: wrap;
}
.privacy-policy a:hover, .privacy-policy a:active, .privacy-policy a:focus {
	color: rgb(183, 186, 205);
	text-decoration: none;
	text-wrap: wrap;
}

#admins tr td:nth-child(3) img {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 1px solid #486B91;
}
#server_admins {
	font-size: 13px !important;
}
#server_admins p {
	margin: 0px;
}
#server_admins td {
	vertical-align: middle;
}

#admins_services {
	font-size: 13px !important;
}
#admins_services p {
	margin: 0px;
}
#admins_services td {
	vertical-align: middle;
	word-wrap: normal;
	white-space: nowrap;
}
#admins_services input {
	padding: 3px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	width: 110px;
	cursor: pointer;
}
#admins_services .form-control.input-sm {
	width: auto !important;
	min-width: 10px;
	cursor: auto !important;
}
.modal-lg2 {
	width: 1200px;
}
#referrals_body, #profit_body, .server_players {
	font-size: 13px !important;
}
#referrals_body td, #profit_body td, .server_players td {
	vertical-align: middle !important;
}

#events .event {
	background: rgb(49, 52, 72);
	padding: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
}
#events>.event:last-child {
	margin-bottom: 0px;
}
#events .event .event-header {
	display: block;
	margin: -10px;
	padding: 10px;
	background: rgba(49, 52, 72, 0.1);
	margin-top: 10px;
	border-top: 1px solid rgb(37, 40, 54);

	font-family: "PT Sans",sans-serif;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
	color: rgb(183, 186, 205);
}
#events .event .col-md-4 {
	margin-top: 10px;
	text-align: center;
	font-family: "HelveticaThin",sans-serif;
}
#events .event .event-profile a, #events .event .event-link a, #events .event .event-header {
	display: block;
	color: rgb(183, 186, 205);
}
#events .event .event-header a {
	color: rgb(183, 186, 205);
}
#events .event .event-profile a img {
	display: inline-block;
	width: 50px;
	border-radius: 50%;
	border: 1px solid rgb(51, 51, 51);
}
#events .event .event-date i.fa, #events .event .event-link i.fa {
	font-size: 50px;
}
#events .event .row > .col-md-4:nth-child(2) {
	border-left: 1px solid rgba(64, 64, 64, 0.1);
	border-right: 1px solid rgba(64, 64, 64, 0.1);
}
#sections {
	font-size: 13px;
}
#sections tr.edit_forum img {
	max-width: 65px !important;
}

#drop_zone {
	margin: -5px;
	padding: 5px;

	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
#drop_zone.hover {
	box-shadow: inset 0px 0px 7px 0px rgba(41, 137, 218, 0.6);
	background: rgba(0, 57, 255, 0.04);
}
#drop_zone.error {
	box-shadow: inset 0px 0px 7px 0px rgba(218, 41, 59, 0.6);
	background: rgba(255, 0, 0, 0.04);
}

table .td-profile{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	min-width: 150px;
}

/*3.5*/
.input-xs {
	height: 18px;
	padding: 0px 6px;
	font-size: 12px;
	line-height: 18px;
	border-radius: 2px;
	width: auto;
}
select.input-xs {
	height: 23px;
	line-height: 23px;
}
.input-xs[type="file"] {
	border-radius: 3px;
	padding: 0px;
	height: 23px;
	width: auto;
	font-size: 12px;
	line-height: 23px;
}

/* table with modals fix */
table tr[data-toggle="modal"] > td, table.admins tr > td {
	border-bottom: 0px !important;
}
.hidden-tr > td {
	height: 0px !important;
	border: 0px !important;
	padding: 0px !important;
}


/*-----------------
  standardization
-----------------*/

/*with_code*/
.with_code{
	overflow-wrap:break-word
}
.with_code ol {
	list-style:decimal;
	margin-left:15px
}
.with_code ul {
	list-style:disc;
	margin-left:15px
}
.with_code em {
	font-style:italic
}
.with_code video {
	max-width:100%
}
.with_code .player {
	height:40px;
	overflow:hidden
}
.with_code .player object {
	position:relative;
	margin-top:-22px
}
.with_code video, .with_code iframe {
	border:0;
	max-width: 100%;
}
.with_code img {
	height: auto;
	max-width:100%;
	border-radius:2px
}
.with_code img[style="margin-left:auto;margin-right:auto;"]{
	margin:0 auto;
	display:block
}
.with_code .m-icon {
	font-size:11px;
	margin-right:2px
}
.with_code::after {
	clear:both;
	display:table;
	content:" "
}
.with_code table {
	max-width: 100% !important;
}
.with_code table tr td {
	border:1px solid rgb(49, 52, 72);
	padding:5px
}

/*vk-widgets*/
.vk-widgets a[id^="admin_widget"] {
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}
.vk-widgets a[id^="admin_widget"] > img {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 50%;
}
.vk-widgets a[id^="admin_widget"] > span {
	display: block;
	width: calc( 100% - 40px );
	float: right;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.vk-widgets a[id^="admin_widget"]::after {
	clear: both;
	display: table;
	content: " ";
}
#vk_user img, #steam_user img, #fb_user img {
	height: 20px;
	width: 20px;
	margin-left: 5px;
	margin-right: 3px;
	border-radius: 50%;
}
#vk_user span, #steam_user span, #fb_user span {
	display: inline;
}

.cookies-noty {
	position: fixed;
	bottom: 14px;
	left: 10px;
	z-index: 10000001;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	max-width: calc(100% - 20px);

	border-radius: 2px;
	border: 1px solid RGB(47, 52, 77) !important;
	box-shadow: none !important;
	background-color: rgb(37, 40, 54) !important;
	padding: 10px;
}

.cookies-noty p {
	color: rgb(183, 186, 205);
	font-size: 13px;
	margin-bottom: 10px;
}

.cookies-noty .cookies-noty-actions {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.cookies-noty .cookies-noty-actions .btn, .cookies-noty .cookies-noty-actions .btn2 {
	margin: 0 !important;
}