




/*блок последние коменты инкл 2 */
.postDivLastComments{
	padding:15px;
	text-align:left;
	
	
	border-radius:10px;
	line-height:130%;
	word-wrap: break-word;
	font-size:14.5pt;
}
.commentDivLastComments{	
	padding:15px 20px 15px 15px;
	display:inline-block;
	
	border-radius:25px;
	border-bottom-left-radius:0;
	font-size:14.5pt;
	font-style:italic;	
}




.msgDiv{
	max-width:280px;
	box-sizing:border-box;
	margin:10px;
	line-height:140%;
	padding: 15px; 
	color:#fff; 
	font-size:15pt; 	 
	
}


.perelinkDiv{
	font-size:13pt;
	line-height:1.5;
	padding:10px 12px 12px 12px; 
	color:#000; 
	background:#fff; 
	border: 1px solid #f1f1f1;
	margin:10px 10px 0 0;	
	word-wrap: break-word;	
	box-sizing:border-box;	
	
	text-align:center;	
	vertical-align:top;
	width:100%;
	max-width:240px;
	background:#fff;
	border-radius:6px;
	display:block;
}
.line{
	padding:10px;
}
.column{
	max-width:289px;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	margin:10px 0 10px 0;
	/*min-height:500px;*/
	/*border: 1px solid #ccc;*/
}
.imgPerelink{
	width:220px; 
	height:220px; 
	border: 1px solid #f1f1f1;
}



.dateBar{
	
	color:#000;
	display:inline;
	font-size:13pt;
	margin:0 5px 0 0;
	float:left;
}


.footerBar{
	width:100%; 
	font-size:14pt; 
	max-width:1080px; 
	background:#fcfcfc;
	color:#000;
	box-sizing:border-box; 
	line-height:180%; 
	padding:15px 15px 20px 15px; 
	text-align:left;
}	

.label {
	border-radius:0;	
}

h1 {
	font-size:18pt;
	line-height:1;
}

.hideElem {
	display: none;
}


.imgInMesPred {
	position:relative;			
	width:100px;
	height:100px; 
	margin:5px 0 5px 0;
	background-size: cover; 
	background-position: center;
	border:1px solid #797979;
	background-color:#ddd;			
	border-radius:4px;
}

.delMessImgPreview{
	position: absolute;
	top:0;
	right:0;
	width:26px;
	height:26px;
	background:#eee;
	opacity:0.8;
	box-sizing:border-box;
	cursor:pointer;
	border-radius:4px;
}
.xInBtnDelMessImg{
	position: absolute;
	width:16px; 
	height:16px; 
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor:pointer;
	opacity:0.8;
	border-radius:4px;
}


.menubtn {
	margin-right:5px;
	margin-top:6px; 
	margin-bottom:6px; 
	font-size:9pt;
	width:60px;
} 
.btn {
	margin-top:5px; 
	margin-bottom:5px; 
}

	
.heart:hover{
	opacity:0.8;
}
.heart:active{
	opacity:1;
}

.star{
	width:28px;
	height:28px;
	margin-top:2px;
	margin-right:0;		
	opacity:0.6;
}
.star:hover{
	opacity:0.8;
}
.star:active{
	opacity:1;
}


.rating{		
	margin-right:3px;
	height:20px;
	float:right;
	font-size:11pt;
	margin-top:5px;
	color:#aaa;
}

.comments{
	cursor:pointer; 
	float:right; 
	width:29px;
	height:29px;
	opacity:0.6;
	margin:2px 7px 0 0;
}	
.comments:hover{
	opacity:0.8;
}
.comments:active{
	opacity:1;
}

.soc_btn{
	width:34px;
	height:34px;
	box-sizing:border-box;
	margin-left:5px;
	margin-right:5px;
	padding:0;
	float:left;
	border-radius:4px;
	
}
.soc_btn:active{
	opacity:0.6;
}



.commentsPanel{
	width:100%;
	/*max-width:500px;*/
	box-sizing:border-box;
	display:none;
	background-color:#fcfcfc;
	padding:6px 10px 5px 10px;
	border-radius:4px;
	margin:15px 0 5px 0;
}
.commentsTitle{
	width:100%;
	box-sizing:border-box;
	font-weight:bold;
	text-align:left;
	/*border-bottom: 1px solid #171733;*/
	color:#ссс;
	padding:1px;
	margin: 0;
}
.commentsList{
	font-size:14pt;
	color:#eee;
	margin: 5px 0 10px 0;
	
}

.commText{
	font-size:14.5pt; 
	margin:-3px 0 0 0;		
}

.commentInput{
	font-size:13.5pt;	
}

.sendCommentBtn{
	width:50px; 
	height:36px;		
	margin:0;
	border-radius:4px;
	border:1px solid #888;
}


.divForImgBtn{
	margin:0;
	padding:0;
	width:40px;
	//position:relative;
	cursor: pointer;
}

.commentImgUpload{			
	width:40px;
	height:36px;
	padding:0;
	//position:absolute;
	top:0;
	left:0;
	opacity:0;
	cursor: pointer;
}


.otvet{
	font-size:13pt;	
	margin-left:15px;
	color:#333;
	float:left;
	cursor:pointer;
}

.otvet:hover{
	color:#333;
}
.otvet:active{
	color:#999;
}


.heart_com{
	width:19px;
	height:19px;
	margin:4px 0 0 0;
	float:right;
	opacity:0.8;
	cursor:pointer;
}


.rating{		
	margin-right:2px;
	margin-top:4px;
	height:20px;
	float:right;
	font-size:12pt;
	
	color:#000;
}

.heart_com:hover{
	opacity:1;
}

.heart_com:active{
	opacity:0.7;
}

.com_count{		
	margin-right:4px;
	margin-top:4px;			
	float:right;
	font-size:12pt;
	color:#000;
}

	
	
.post {	
	font-size:17pt;
	line-height:1.6;
	padding:20px; 
	color:#222; 
	background:#0d0c1c; 
	border: 1px solid #121226;
	margin-top:15px;
	color:#eee;
	word-wrap: break-word;
	text-align:left;
	box-sizing:border-box;
	border-radius:6px;
}


	
	


hr{
	border-top: 1px solid #121226;
	border-bottom: 1px solid #0d0c1c;
}

.post hr {		
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}

.shareDiv{
	clear:both; 
	width:100%; 
	height:36px;
	display:none;
}

.shareBtn{		
	cursor:pointer; 
	float:right; 
	width:30px;
	height:30px;
	opacity:1;
	margin:8px 2px 0 2px;
}	
.shareBtn:hover{
	opacity:0.9;
}
.shareBtn:active{
	opacity:1;	
}

.showShareBtn{
	float:right;
	cursor:pointer;
	width:25px;
	height:25px;
	margin-top:2px;
	margin:4px 0 0 5px;		
	opacity:0.6;
}
.showShareBtn:hover{
	opacity:0.9;
}
.showShareBtn:active{
	opacity:1;
}

/*
.adsDiv { height: 410px; }
@media (min-width:500px) { .adsDiv { height: 330px; } }
@media (min-width:800px) { .adsDiv { height: 286px; } }
*/

.buttonsDiv { height: 50px; }
@media (min-width: 700px) and (max-width: 1200px) { .buttonsDiv { height: 80px; } }
@media (min-width: 370px) and (max-width: 700px) { .buttonsDiv { height: 130px; } }
@media (min-width: 100px) and (max-width: 370px) { .buttonsDiv { height: 160px; } }

.h1wrapper{		
	width:100%; 
	padding: 0 10px 0 10px; 
	box-sizing:border-box;
	text-align:center;
	border: 1px solid #ddd;
	color:#000;
	background:#fff;
	border-radius:6px;
}

.adwileNative{
	margin:0; 
	border: 1px solid #16162d;
	background:#100f26;		
	padding:0 10px 0 10px;
}
.videos{
	margin:0 0 0 0; 
	width:100%; 
	height:auto; 
	max-width:400px;
	box-sizing:border-box;		
}
.muteBtns{
	width:40px;
	position:absolute;
	right:25px; 
	bottom:45px;
	cursor:pointer;
	opacity:0.9;
	z-index:10;		
}

.disable_scrollbars::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}
	
.disable_scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.horizontal_menu{
	width: 100%;
	height:45px;
	padding:0 0 0 15px;
	box-sizing: border-box;		
	overflow-x: auto;
	white-space: nowrap;
	position: relative;		
}
.shadow_in_menu{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	right: 0;
	z-index:10;
	height:36px;			
}

.mob_menu_btn{
	display: inline-block;
	vertical-align: top;	
	margin: 3px 0 0 0;
	padding:5px;
	box-sizing:border-box;
	
}
.mob_menu_btn_color{
	background: #f1b400;
	padding:5px 7px 5px 7px;
}

	
.yellow_link_1:link       		{ color: #f1b400 }  
.yellow_link_1:visited        	{ color: #f1b400 } 
.yellow_link_1:hover, .yellow_link_1:focus 	{ color: #fff; text-decoration: none; }  
.yellow_link_1:active         	{ color: #fff; text-decoration: none; } 



.btn-warning:link       		{ color: #fff }  
.btn-warning:visited        	{ color: #fff } 
.btn-warning:hover, .yellow_link_1:focus 	{ color: #fff; text-decoration: none; }  
.btn-warning:active         	{ color: #fff; text-decoration: none; } 


.yellow_link{
	font-size:18px;
	font-weight:bold;
}
.yellow_link:link       				{ color: #be0029 }  
.yellow_link:visited        			{ color: #be0029 } 
.yellow_link:hover, .yellow_link:focus 	{ color: #000; text-decoration: none; }  
.yellow_link:active         			{ color: #000; text-decoration: none; } 


.white_link{
	font-size:18px;
	font-weight:bold;
}
.white_link:link       					{ color: #000 }  
.white_link:visited        				{ color: #000 } 
.white_link:hover, .white_link:focus 	{ color: #000; text-decoration: none; }  
.white_link:active         				{ color: #000; text-decoration: none; }


.yellow_link20{
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	color: #f1b400;
}
.yellow_link20:link       		{ color: #f1b400 }  
.yellow_link20:visited        	{ color: #f1b400 } 
.yellow_link20:hover, .yellow_link20:focus 	{ color: #fff; text-decoration: none; }  
.yellow_link20:active         	{ color: #fff; text-decoration: none; } 

.white_link20{
	font-size:20px;
	font-weight:bold;
}
.white_link20:link       		{ color: #fff }  
.white_link20:visited        	{ color: #fff } 
.white_link20:hover, .white_link20:focus 	{ color: #fff; text-decoration: none; }  
.white_link20:active         	{ color: #fff; text-decoration: none; }



.sticky_menu{
	width:100%;
	max-width:1081px;
	margin:0 auto;
	padding:3px 0 2px 0;
	margin-bottom:10px;
	box-sizing: border-box;
	height:53px;
	background:#efb800;		
	border: 1px solid #efb800;
	z-index:1005;
	
}
.under_sticky_menu{
	margin:0 auto;
	width:100%;
	max-width:1078px;
	height:0;		
}

#menu_bar_white {
	width:24px; 
	margin:3px 5px 5px 9px;
	opacity:0.9;
	cursor:pointer;
}
#menu_bar_ava{
	width:30px;
	height:30px;
	border-radius:15px;
	margin:0 auto;
	margin:1px 4px 2px 1px;
}

#menu_bar_ava2{
	width:26px;
	height:26px;
	border-radius:15px;
	margin:0 auto;
	margin:1px 4px 2px 1px;
}

#menuPanel{	
	width:100%;
	max-width:250px;		
	height:100%;
	padding:15px 15px 15px 20px;
	box-sizing:border-box;
	text-align:left;
	background:#111028;	/* #0d0c1c */	
	border-right: 1px solid #181835;
	position:fixed;
	top:0;
	left:0;		
	z-index:9999999999;
	display:none;				
	box-shadow: 0 0 5px rgba(0,0,0,0.8);				
}
#underMenuPanel{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:1004;
	opacity:0; /*2023*/
	background:#000;
}
#close_btn{
	position: absolute;
	top:10px;
	right:10px;
	width:25px;
	opacity:0.9;
	cursor:pointer;
}
#menuList{
	width:100%;
	height:85%;
	box-sizing:border-box;		
	overflow:auto;
	margin:10px 0 0 0;
	
}
.left_menu_btn{
	height: 24px;
	width:100%;
	box-sizing:border-box;
	margin: 0 0 12px 0;		
}
.hr_menu{
	height: 1px;
	border: 0; 
	border-top: 1px solid #ccc;	
	opacity:0.3;
	width:80%;
	margin:10px 0 15px 0;
}
.in_profile_ava{
	width:60px;
	height:60px;
	border-radius:30px;
	margin:0 auto;
	margin:10px;
}
.profile_menu_btn{
	height:20px;		
	margin:0 0 20px 0;
}
.searchBtnYel{
	width:44px;
	height:30px;
	background:#e7b000;
	border-radius:3px;
	text-align:center;
	box-sizing:border-box;
	cursor:pointer;
}

.searchBtnYel:active{
	margin:2px 0 0 0;
}

#searchLegenda{
	font-size:20px;
	font-weight:bold;		
}

#searchLegenda:hover{
	color:#fff;
}

.tableSearchBarAll{
	height:40px; 
	width:97%;
	max-width:400px;
	box-sizing:border-box;
	margin:0 auto;
	margin-bottom:20px;
}
#showSearchBtn{
	width:100%; 
	height:40px; 
	margin:0; 
	cursor:pointer;
}
#searchInputForm{
	height:40px; 
	width:97%; 
	box-sizing:border-box;
	margin:0;
	display:none;
}
	
.lastComBar{
	width:100%;
	vertical-align:top;
	max-width: 800px; 
	border:1px solid #141428;
	box-sizing:border-box;
	padding:10px;
	background: #090914;
	font-size:14pt;
	margin: 0 0 10px 0;
	border-radius:0;
}

.lastComText{
	width:75%; 
	max-width: 490px; 
	padding:5px 5px 10px 5px;
	vertical-align:top;
	box-sizing:border-box;
	display:inline-block;	
}

.addPostDiv{
	width:100%; 
	background:#111028;	
	color:#333;
	border: 1px solid #181835;	 
	padding:15px;
	box-sizing:border-box;
}

.profileDiv{
	max-width:260px; 
	text-align:center;
	margin:0 auto;
	padding:15px;
	box-sizing:border-box;
	background:#111028;	
	border: 1px solid #181835;
}

.yellow_link20_prof {
	font-weight:bold;
	font-size:14.5pt;
}

.divSettings{
	width:98%; 
	max-width:400px; 
	text-align:center;
	background:#121230;
	border: 1px solid #212138;
	padding:10px;
	box-sizing: border-box;		
	margin:0 auto;
}