/* CSS Document */
body {
	/*background: #f6f6f6;*/
  background-image:url(/m/img/bg.jpg);
  background-position: 0 0;
  background-repeat: repeat;
}
.mr5 {
	margin-right: .5em !important;
}

.mb5 {
	margin-bottom: .5em !important;
}

.mb10 {
	margin-bottom: 1em !important;
}

.mb25 {
	margin-bottom: 2.5em !important;
}

.mb30 {
	margin-bottom: 3em !important;
}

.pl10 {
	padding-left: 1em !important;
}

.pb10 {
	padding-bottom: 1em !important;
}

.mb15 {
	margin-bottom: 1.5em !important;
}

.ml5 {
	margin-left: .5em !important;
}

.ml10 {
	margin-left: 1em !important;
}

.ml15 {
	margin-left: 1.5em !important;
}

.ml20 {
	margin-left: 2em !important;
}

.mr15 {
	margin-right: 1.5em !important;
}

.mr10 {
	margin-right: 1em !important;
}

.mt25 {
	margin-top: 2.5em !important;
}

.mt15 {
	margin-top: 1.5em !important;
}

.mt10 {
	margin-top: 1em !important;
}

.mt5 {
	margin-top: .5em !important;
}

.pt10 {
	padding-top: 1em !important;
}

.p0 {
	padding: 0 !important;
}

.pt5 {
	padding-top: .5em !important;
}

.pl5 {
	padding-left: .5em !important;
}

body {
	padding-top: 5.5em !important;
}

.form-group.required .control-label:after {
	content:"*";
	color:red;
	margin-left:.5em;
}

.none {
	display: none;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.nav_qst {
	font-weight: bold;
}

.gray {
	color: #737373;
}

.ltgray {
	color: #A3A3A3;
}

.action-done {
	color: #0857A6;
}

.leaderstar {
	color: #ffcc00;
}

.larger {
  font-size: 200%;
}

.qst {
	border-bottom: .1em #737373 dotted;
	padding-bottom: 1em;
}

.ans {
	border-top: .1em #737373 dotted;
	padding-top: 1em;
}

.ans:target {
	animation: highlight 5s;
	-webkit-animation: highlight 5s;
}

.cmt {
	border-top: .1em #C8C8C8 dotted;
	padding-top: 1em;
}

.guest {
	border-bottom: .1em #737373 dotted;
	padding-bottom: 1em;
	padding-top: 1em;
}

.maw100 {
	max-width:100%;
}

.w100 {
	width: 100%;
}

.mg100 {
	max-height: 10em;
	max-width: 10em;
}

.flipped-h {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.flipped-v {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}


.bestans {
	color: #339900;
}

a.bestans:hover {
	color: #339900;
}

.m10 {
	margin: 1em !important;
}

.photodiv {
	height:230px;
}

.dotted {
	border-bottom: 1px dotted;
	cursor: pointer;
}

.dialogs {
	overflow: auto;
	height: 15em;
	resize: vertical;
}

.dialog {
	cursor: pointer;
}

.list-group-item {
	max-height: 5em;
}

.msg {
	position: relative;
	border-color: transparent;
}

.msg-received {
	margin-left:2em;
	background-color:rgba(85, 180, 70, 0.14);
}

.msg-sent {
	margin-right:2em;
	background-color:rgba(70, 130, 180, 0.14);
}

.msg-new {
	border: .1em solid #F26D00 !important;
}

.closebtn {
	position: absolute;
	top: .5em;
	right: .5em;
}

.del_cmt_text {
	color:#888888;
}

.comment {
	font-size: small;
	width: 100%;
}

#sharediv:target {
	background-color: yellow;
}

#sharediv:target {
	z-index: 2000 !important;
}

.comment:target {
	animation: highlight 5s;
	-webkit-animation: highlight 5s;
}

.highlight {
	animation: highlight 5s;
	-webkit-animation: highlight 5s;
}


@keyframes highlight
{
	0%   {background-color: transparent;}
	20%   {background-color: #ffffc8;}
	100% {background-color: transparent;}
}

@-webkit-keyframes highlight /* Safari and Chrome - necessary duplicate */
{
	0%   {background-color: transparent;}
	25%   {background-color: #ffffc8;}
	50%   {background-color: transparent;}
	75%   {background-color: #ffffc8;}
	100% {background-color: transparent;}
}

.fl {
	float: left !important;
}

.cmtdiv {
	overflow: auto;
	height: 25em;
	max-width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
	resize: vertical;
}

.w50 {
	width: 50%;
}

.w75 {
	width: 75%;
}

.preloader{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background:url(/m/img/ajax-loader-black.gif) 50% 50% no-repeat #fff;
	z-index:5;
	top:0;
	left:0;
	opacity:.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter:alpha(opacity=85);
}

button {
	position: relative;
}

#errmsg {
	z-index:50000;
	position: fixed;
	top: 5em;
	left: .5em;
	opacity:.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter:alpha(opacity=85);
}

#msgnotify {
	z-index:50000;
	position: fixed;
	bottom: .5em;
	left: .5em;
	opacity:.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter:alpha(opacity=85);
	cursor: pointer;
}

.inline {
	display:inline !important;
}

.cmtreply {
	cursor: pointer;
}

.list_cat {
	list-style:none;
	margin-left: .8em;
	padding-left: .8em;
}

#ajaxmsg {
	margin-top: 1em;
}

#editansform {
	display: none;
}

.is_online_small {
background: #339900;/*#63e563;*/
-webkit-border-radius: 3px;
border-radius: 3px;
width: 6px;
height: 6px;
float: left;
margin-top: 7px;
margin-right: 3px;
}

.insicon {
	margin-left: .5em;
	margin-right: .5em;
}

div.insobj, .instrack {
	cursor: pointer;
}

.inslink, .insphoto, .insvideo, .instag, .insmusic {
	margin-right: .5em;
	margin-top: 0;
	margin-bottom: 0;
}

.inspanel {
	padding: 6px !important;
}

.hwa {
	height: auto !important;
	width: auto !important;
}

.insalbum, .insthumb, .stkgroup, .toggler, #groupstoggler, .sticker_preview {
	cursor: pointer;
}

.rel {
  position: relative;
}

.stickerdiv {
  position: absolute;
  float: left;
  left: -0.5em;/*-20px;*/
  bottom: -0.5em;
	z-index: 2;
}

.stickerdiv_big {
  position: absolute;
  float: left;
  left: -1em;
  bottom: -1em;
	z-index: 2;
}

.sticker, .sticker_big {
  max-width: 4em;
	max-height: 4em;
}

.sticker_preview {
	max-height: 100px;
}

.wai {
	width: auto !important;
}

.dkgreen12 { /* TODO damn that ;) */
color:#339900;
}

.red12 { /* TODO damn this too */
color:#cc0000;
}

.gray12 { /* ... */
color:#888888;
}

a.black {
	color: black;
}

a.black:hover {
	color: black;
}

.p5 {
	padding: .5em;
}

.tar {
	text-align: right;
}

.w150px {
	width:150px;
}

label {
	margin-bottom: 0 !important;
}

.nonbold {
	font-weight: normal !important;
}

iframe, embed, video, object {
	max-width: 100%;
}

.msg img, #bigstickerdiv img, .comment img, .ans_text img, .qst_text img, .addition img {
	max-width: 100%;
}

@media (max-width:767px){
  .adv {
    height: 90px;
  }
}

@media (min-width:768px){
  .adv {
    height: 90px;
  }
}

@media (min-width:992px){
  .adv {
    height: 300px;
  }
}

@media (min-width:1200px){
  .adv {
    height: 300px;
  }
}

.blbutton {
	margin-right: 1em;
	margin-top: 2px;
	font-size: 14px !important;
}

.deldialogbutton {
	margin-right: -0.5em;
}

.subscrbutton {
	margin-right: -1em;
	margin-left: 1em;
}

.help_hdr {
	padding-top: 50px;
}

.privacy_hdr {
	padding-top: 25px;
}

.row {
	margin: 0;
}

a.user-activity-hdr, a.user-activity-hdr:hover {
	color: black;
	text-decoration: none;
}

.vk_block,
.vk_block iframe {
  width: 100% !important;
}

.vk_block {
	margin-top: .5em;
	margin-bottom: .5em;
}

/* carousel */
.leader-indicators li {
	border: 1px solid #337ab7;
}

.leader-indicators .active {
	background-color: #337ab7;
}

.leader-indicators {
	bottom:-1.5em !important;
}

#carousel-leaders {
	height: 15em;
}

#carousel-popquestions {
	height: 10em;
}

.carousel-control {
	width:5%;
}

.carousel-indicators li {
	width: 1.5em;
	height: 1.5em;
	border-radius: 0.75em;
	margin-left: .2em;
	margin-right: .2em;
}

.carousel-indicators .active {
	width: 1.8em;
	height: 1.8em;
	border-radius: 0.9em;
	margin-left: .2em;
	margin-right: .2em;
}
/* / carousel */

.editphoto, .edittrack {
	cursor: pointer;
}

.black {
	color: black;
}

.trackdiv {
	margin-bottom: .5em;
}

.h2e {
	height: 2em;
}

.h5e {
	height: 5em;
}

.vat {
	vertical-align: top;
}

#cookie-dismiss {
  cursor: pointer;
}

.ya-share2__container_size_m .ya-share2__icon {
  width: 3em !important;
  height: 3em !important;
}

small.tip {
  font-size: 75% !important;
}

.sticky {
  position:sticky !important;
  top: 5em !important;
}

.simq {
	border-bottom: .1em #737373 dotted;
	padding-bottom: .5em;
  padding-top: .5em;
}

a.simqst:visited {
  color: #339900;
}

blockquote.tiktok-embed {
  border-left: 0px !important;
  margin: 0 !important;
}
