body
{
	margin:0px;
	min-height:100%;
	background-color:#F0F0F0;
}
.maindiv
{
	width:100%;
	min-height:100%;
	background-color:#F0F0F0;
	float:left;
}
.alldiv
{
    width: 100%;
    float: left;
}
	.headerdiv
	{
		position: fixed;
		top: 0;
		height: 110px;
		width: 100%;
		min-height: 110px;
		background-color: #FFFF01;		
		box-shadow: 0 8px 5px 0 rgba(0,0,0,0.16), 0 8px 10px 0 rgba(0,0,0,0.12);
		float: left;
	}
		.headerpartdiv1
		{
			width: 54%;
			height: 100%;
			margin-left: 1%;
			float: left;
		}
		.header-links
		{
			width: 90%;
			height: 100%;
			float: left;
		}
			.headerdiv-pic
			{
				height: 80px;
				width: 80px;
				margin-left: 30px;
				margin-top: 15px;
				background-color: #FFFF01;
				padding-left: 2px;
				padding-right: 1px;
				border-radius: 40px;
				float: left;
			}
			.headerdiv-logopic
			{
				height: 70px;
				width: 200px;
				margin-left: 10px;
				margin-top: 20px;
				background-color: #FFFF01;
				border-radius: 11px;
				float: left;
			}
	.mobile-signup-headerlinkdiv
	{
		min-width: 40%;
		height: 100%;
		margin-right: 3%;
		float: right;
	}
		.mobile-signup-headerlink
		{
			padding-left: 60px;
			padding-right: 60px;
			padding-top: 17px;
			padding-bottom: 17px;
			background-color: #FFFF01;
			border-radius: 5px;
			font-size: 30px;
			font-weight: 700;
			color: #FFF;
			margin-top: 20px;
			margin-right: 2%;
			text-decoration: none;
			font-family: 'Open Sans', sans-serif;
			float: right;
		}
	.footeralldiv
	{
		width: 100%;
		min-height: 320px;
		background-color: black;
		margin-top: 50px;
		margin-bottom: 0px;
		float: left;
	}
		.footerall-innerdiv
		{
			width: 86%;
			min-height: 280px;
			margin-top: 30px;
			margin-left: 7%;
			float: left;
		}
			.footerallinner-topdiv
			{
				width: 100%;
				min-height: 260px;
				float: left;
			}
				.footerallinner-topleftdiv
				{
					width: 45%;
					min-height: 260px;
					float: left;
				}
					.footerallinner-toplefttext
					{
						color: #fff;
						font-size: 28px;
						font-weight: 500;
						margin-top: 0px;
						margin-bottom: 20px;
						text-align: left;
						text-decoration: none;
						font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
						float: left;
					}
				.footerallinner-toprightdiv
				{
					width: 40%;
					height: 260px;
					margin-left: 13%;
					float: left;
				}
					.footerallinner-toprighttext
					{
						width: 100%;
						color: #fff;
						font-size: 28px;
						font-weight: 700;
						text-align: left;
						margin-top: 0px;
						margin-bottom: 50px;
						font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
						float: left;
					}
						.footerallinner-topright-linktext
						{
							width: 98%;
							color: #fff;
							font-size: 28px;
							font-weight: 500;
							text-align: left;
							margin-top: 0px;
							margin-left: 2%;
							margin-bottom: 35px;
							text-align: left;
							font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
							float: left;
						}
	
	
	
	.heding-menuebtn
	{
		width:100px;
		height:80px;
		margin-top:10px;
		margin-right:1px;
		padding:0px 0px;
		border:1px solid #FFFF01;
		background-color:transparent;
		outline:none;
		cursor:pointer;
		float:right;
	}
		.heding-menueimg
		{
			height: 75px;
			width: 80px;
			margin-top:5px;
			float:left;
		}
	
	
#loginpopupid
{
	display:none;
}	
	.premote-middleworkdiv
	{
		width:100%;
		min-height:500px;
		margin-top:110px;
		float:left;
	}
	.premote-middleworkdiv2
	{
		width:100%;
		min-height:500px;
		margin-top:110px;
		background-color:#FFF;
		float:left;
	}
	.premoteselect-middleworkdiv
	{
		width:100%;
		min-height:500px;
		margin-top:0px;
		float:left;
	}
		.premote-middlework-logindiv
		{
			width:100%;
			min-height:500px;
			background-color:#F0F0F0;
			margin-top:110px;
			float:left;
		}
			.premote-logininnerdiv
			{
				width:80%;
				min-height:500px;
				margin-top:50px;
				margin-bottom:50px;
				padding-top:50px;
				padding-bottom:50px;
				border-radius:10px;
				background-color:#FFF;
				margin-left:10%;
				float:left;
			}
				
				.premote-loginbtndiv
				{
					width: 80%;
					height: 90px;
					margin-left: 10%;
					margin-top: 80px;
					margin-bottom: 30px;
					float: left;
				}
				.premote-loginbtndiv2
				{
					width: 80%;
					height: 90px;
					margin-left: 10%;
					margin-top: 30px;
					margin-bottom: 30px;
					float: left;
				}
					.premote-loginbtn
					{
						width: 100%;
						height: 88px;
						border: 1px solid #C3A62E;
						background-color: #C3A62E;
						font-size: 40px;
						font-weight: 700;
						color: #FFF;
						border-radius: 8px;
						cursor: pointer;
						outline: none;
						font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
						float: left;
					}
						.premote-loginbtnlink
						{
							width: 100%;
							height: 88px;
							border: 1px solid #1A73E8;
							background-color: #1A73E8;
							font-size: 40px;
							font-weight: 700;
							color: #FFF;
							border-radius: 8px;
							cursor: pointer;
							outline: none;
							text-decoration:none;
							font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
							float: left;
						}
					.premote-divorimage
					{
						width: 70%;
						height: 90px;
						margin-left: 15%;
						float: left;
					}
					.premote-signupbtn
					{
						width: 100%;
						height: 88px;
						border: 1px solid #FB8A13;
						background-color: #FB8A13;
						font-size: 40px;
						font-weight: 700;
						color: #FFF;
						border-radius: 8px;
						cursor: pointer;
						outline: none;
						font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
						float: left;
					}
					.premote-signupbtnlink
					{
						width: 100%;
						height: 88px;
						border: 1px solid #FB8A13;
						background-color: #FB8A13;
						font-size: 40px;
						font-weight: 700;
						color: #FFF;
						border-radius: 8px;
						cursor: pointer;
						outline: none;
						text-decoration:none;
						font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
						float: left;
					}
						.premote-signupbtnlinktxt
						{
							font-size: 40px;
							font-weight: 700;
							color: #FFF;
							margin-top:20px;
							text-align:center;
							font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
						}
					.premote-signupinputtxt
					{
						width: 90%;
						height: 88px;
						border: 1px solid #FB8A13;
						padding-left:3%;
						padding-right:3%;
						font-size: 40px;
						font-weight: 700;
						color: #333;
						border-radius: 8px;
						outline: none;
						font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
						float: left;
					}
	
#selectperdictionpopid
{
	display:block;
}	
	.premote-middlework-selectperdiction
	{
		width:100%;
		min-height:500px;
		margin-top:110px;
		background-color:#F0F0F0;
		float:left;
		
	}
		.premote-selectperdiction-innerdiv
		{
			width:90%;
			min-height:400px;
			margin-top:50px;
			margin-bottom:50px;
			margin-left:5%;
			float:left;
		}
			.premote-selectperdiction-innermainheaderdiv
			{
				width:100%;
				height:100px;
				margin-bottom:50px;
				float:left;
			}
				.premote-selectperdiction-innermainheaderh1
				{
					width: 95%;
					background-color: #DEA0B5;
					padding-left: 5%;
					padding-top: 15px;
					padding-bottom: 17px;
					border-radius: 7px;
					margin-bottom: 50px;
					margin-top: 30px;
					font-size: 40px;
					font-weight: 1000;
					color: #000;
					margin-top: 0px;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					float: left;
				}
			.premote-selectperdiction-innerleftdiv
			{
				width:48%;
				min-height:500px;
				float:left;
			}
			.premote-selectperdiction-innerrightdiv
			{
				width:48%;
				min-height:500px;
				float:right;
			}
			.premote-selectperdictionlove-innerleftdiv
			{
				width:48%;
				min-height:300px;
				float:left;
			}
			.premote-selectperdictionlove-innerrightdiv
			{
				width:48%;
				min-height:300px;
				float:right;
			}
				.selectperdiction-maindiv
				{
					width: 99%;
					min-height: 100px;
					border-radius: 10px;
					margin-top:10px;
					margin-bottom:70px;
					background-color:#FFF;
					text-decoration:none;
					box-shadow: 0 18px 10px 0 rgba(0,0,0,0.16), 0 18px 22px 0 rgba(0,0,0,0.12);
					float: left;
				}
					.selectperdiction-mainleftdiv
					{
						width:25%;
						min-height:100px;
						float:left;
					}
					.selectperdiction-mainrightdiv
					{
						width:72%;
						min-height:100px;
						margin-right:1%;
						float:right;
					}
						.selectperdiction-mainleftimgdiv
						{
							width:50px;
							height:50px;
							background-color:#F0F0F0;
							border-radius:30px;
							padding:6px 6px;
							margin-left:5px;
							margin-top:20px;
							float:left;
						}
						.selectperdiction-mainright-text
						{
							width:90%;
							font-size: 29px;
							font-weight: 700;
							color: #000;
							text-align: left;
							margin-top: 15px;
							margin-bottom: 10px;
							margin-left: 5%;
							font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
							float: left;
						}
			
.premote-middlework-selectperdiction::-webkit-scrollbar 
{
	width: 7px;
}
		 
.premote-middlework-selectperdiction::-webkit-scrollbar-track 
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}
			 
.premote-middlework-selectperdiction::-webkit-scrollbar-thumb 
{
    background-color: #47A3DA;
    outline: 1px solid #47A3DA;
}
	
	
	
	
	
	
	
	
	
	
#addpopupid
{
	display:none;
}
#addcrossid
{
	display:none;
}
	.popup-maindiv
	{
		width:100%;
		height:100%;
		top:0px;
		position:fixed;
		background-color:rgba(33, 33, 33, 0.4);
		float:left;
	}
	.withoutpopup-maindiv
	{
		width:100%;
		min-height:100%;
		background-color:#F0F0F0;
		margin-top:-30px;
		float:left;		
	}
		.popupmain-headerdiv
		{
			width:100%;
			height:100px;
			float:left;
		}
			.popupmain-headerclosediv
			{
				width:100px;
				height:100px;
				border-radius:10px;
				background-color:transparent;
				border:0px solid #333;
				outline:none;
				cursor:pointer;
				margin-right:3%;
				float:right;
			}
				.popupmain-headercloseimg
				{
					width:80px;
					height:80px;
					margin-left:5px;
					margin-top:5px;
					float:left;
				}
		.popupmain-graydiv
		{
			width:100%;
			min-height:500px;
			margin-top:10px;
			background-color:#F0F0F0;
			float:left;
		}
		.popupmain-timecountmaindiv
		{
			width:100%;
			height:80px;
			margin-top:5px;
			float:left;
		}
			.popupmain-timecountcenterdiv
			{
				width:350px;
				height:80px;
				background-color:#DEA0B5;
				border-radius:4px;
				margin:0px auto;
			}
				.popupmain-timecounttext
				{
					font-size: 30px;
					font-weight: 700;
					color: #000;
					text-align: left;
					margin-top: 23px;
					margin-bottom: 10px;
					margin-left: 15px;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					float: left;
				}
		.popupmain-videoadsmaindiv
		{
			width:100%;
			min-height:500px;
			margin-top:100px;
			margin-bottom:50px;
			float:left;
		}
			.popupmain-videoadscenterdiv
			{
				width:80%;
				height:500px;
				margin-left:10%;
				float:left;
			}
			
			
			
			
			
			
			
	
	.userframe-maindiv
	{
		width:100%;
		min-height:900px;
		margin-top:50px;
		margin-bottom:50px;
		float:left;
	}
		.userframe-maininnerdiv
		{
			width:90%;
			min-height:900px;
			margin-left:5%;
			float:left;
		}
			.userframe-mainheaderdiv
			{
				width:100%;
				min-height:100px;
				margin-bottom:50px;
				float:left;
			}
				.userframe-mainheader-centerdiv
				{
					width:350px;
					height:100px;
					margin:0px auto;
				}
				.userframe-mainheader-centernewdiv
				{
					width:350px;
					height:60px;
					margin:20px auto;
				}
					.userframe-mainheader-linktxt
					{
						font-size:25px;
						font-weight:700;
						color:#FFF;
						background-color:#FF0000;
						padding:17px 30px;
						text-decoration:none;
						border-radius:10px;
						margin-top:10px;
						font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
						float: left;
					}
			.userframe-mainpicdiv
			{
				width:100%;
				height:950px;
				margin-bottom:100px;
				float:left;
			}
				.userframe-mainpic
				{
					width:100%;
					height:950px;
					border-radius:5px;
					float:left;
				}
				
				
		.userframefull-coverpostmaindiv
		{
			width:100%;
			min-height:700px;
			float:left;
		}			
			.userframe-postmaindiv
			{
				width:100%;
				min-height:500px;
				background-color:#FFF;
				margin-bottom:30px;
				margin-bottom:70px;
				box-shadow: 0 18px 10px 0 rgba(50,0,0,0.16), 0 18px 22px 0 rgba(50,0,0,0.12);
				border-radius:6px;
				float:left;
			}
				.userframe-postmaininnerdiv
				{
					width:98%;
					min-height:480px;
					margin-left:1%;
					margin-top:10px;
					float:left;
				}
					.userframe-postmain-headerdiv
					{
						width:100%;
						height:100px;
						border-bottom:1px solid #F0F0F0;
						float:left;
					}
						.userframe-postmain-headerpic
						{
							width:80px;
							height:80px;
							border-radius:40px;
							border:1px solid #F0F0F0;
							margin-left:10px;
							margin-top:10px;
							float:left;
						}
							.userframe-postmain-headerptxt
							{
								font-size:29px;
								font-weight:700;
								color:#333;
								margin-left:20px;
								margin-top:30px;
								font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
								float:left;
							}
						.userframe-postmain-headerrightdiv
						{
							min-width:210px;
							height:100px;
							float:right;
						}
					.userframe-postmain-postdiv
					{
						width:100%;
						min-height:750px;
						margin-top:2px;
						margin-bottom:2px;
						float:left;
					}
						.userframe-postmain-postpic
						{
							width:100%;
							height:750px;
							border-radius:10px;
							float:left;
						}
						.userframe-postmain-postpicover
						{
							width:100%;
							height:750px;
							border-radius:10px;
							margin-top:-750px;
							float:left;
						}
						.userframe-postmain-txtdiv
						{
							width:90%;
							min-height:450px;
							margin-left:5%;
							float:left;
						}
							.userframe-postmain-txt
							{
								font-size:20px;
								font-weight:500;
								color:#828282;
								margin-top:10px;
								font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
								float:left;
							}
					.userframe-postmain-countdiv
					{
						width:100%;
						height:60px;
						margin-top:10px;
						border-top:1px solid #F0F0F0;
						float:left;
					}
						.userframe-postmain-countinnerdiv
						{
							width:96%;
							height:40px;
							margin-top:10px;
							margin-left:2%;
							float:left;
						}
							.userframe-postmain-countviewdiv
							{
								width:35%;
								height:40px;
								background-color:#FFF;
								float:left;
							}
							.userframe-postmain-countcommentdiv
							{
								width:35%;
								height:40px;
								background-color:#FFF;
								float:right;
							}
								.userframe-postmain-counttxt
								{
									font-size:20px;
									font-weight:500;
									color:#828282;
									margin-top:10px;
									text-decoration:none;
									font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
									float:left;
								}
								.userframe-postmain-commenttxt
								{
									font-size:20px;
									font-weight:500;
									color:#828282;
									margin-top:10px;
									margin-right:10px;
									text-decoration:none;
									font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
									float:right;
								}
								
								
								
								
								
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.termandcondition-maindiv
	{
		width:100%;
		min-height:100%;
		margin-top:110px;
		float:left;
	}
		.termandcondition-innerdiv
		{
			width:80%;
			min-height:600px;
			margin-top:100px;
			margin-left:10%;
			float:left;
		}
			.termandcondition-mainheaderdiv
			{
				width: 100%;
				height: 100px;
				margin-bottom: 50px;
				float: left;
			}
				.termandcondition-mainheaderh1
				{
					width: 95%;
					background-color: #DEA0B5;
					padding-left: 5%;
					padding-top: 15px;
					padding-bottom: 17px;
					border-radius: 7px;
					margin-bottom: 50px;
					margin-top: 30px;
					font-size: 40px;
					font-weight: 1000;
					color: #000;
					margin-top: 0px;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					float: left;
				}
			.termandcondition-maindetaildiv
			{
				width:100%;
				min-height:500px;
				margin-top:50px;
				margin-bottom:50px;
				float:left;
			}
				.termandcondition-maindetailtxtheader
				{
					width:100%;
					min-height:30px;
					margin-bottom:30px;
					margin-top:20px;
					font-size:30px;
					font-weight:700;
					color:#333;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					float:left;
				}
				.termandcondition-maindetailtxt
				{
					width:100%;
					min-height:30px;
					margin-bottom:15px;
					font-size:22px;
					font-weight:500;
					color:#333;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					float:left;
				}
				
				
				
				
				
				
				
				
				
				
				
				
.leftmenumainfulldiv
{
	width:100%;
	height:100%;
	margin-left:-100%;
	position: fixed;
	float:left;
}	
	.leftmenumaindiv
	{
		width: 75%;
		height: 99%;
		background-color: #FFF;
		overflow-x: scroll;
		overflow-y: scroll;		
		overflow: auto;
		margin-top: 1px;
		float: left;
	}
		.leftmeanue-maininnerdiv
		{
			width: 100%;
			min-height: 200px;
			margin-top: -20px;
			margin-bottom: 10px;
			position: relative;
			overflow: visible;
			float: left;
		}
			.leftmenu-profilepicdiv
			{
				width: 100px;
				height: 110px;
				margin: 30px auto;
			}
				.leftmenu-profilepic
				{
					width: 100px;
					height: 110px;
					border: 1px solid #ccc;
					border-radius: 10px;
					float: left;
				}
			.leftmenu-spmenu-taskbtn
			{
				width: 100%;
				border-top: 1px solid #EEEEEE;
				border-bottom: 2px solid #EEEEEE;
				border-left: 1px solid white;
				border-right: 1px solid white;
				height: 150px;
				background-color: white;
				outline: none;
				padding: 0px;
				text-decoration: none;
				float: left;
			}
				.leftmenu-spmenu-taskbtntext
				{
					font-size: 40px;
					line-height: 75px;
					font-weight: 700;
					color: #F16529;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					text-transform: uppercase;
					margin-top: 35px;
					text-align: center;
				}
.leftmenumaindiv::-webkit-scrollbar 
{
	width: 7px;
}
		 
.leftmenumaindiv:-webkit-scrollbar-track 
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}
			 
.leftmenumaindiv::-webkit-scrollbar-thumb 
{
    background-color: #47A3DA;
    outline: 1px solid #47A3DA;
}












.addcomend-maindiv
{
	width:100%;
	height:110px;
	float:left;
}
	.addcomend-mainaddlink
	{
		font-size: 25px;
		font-weight: 700;
		color: #FFF;
		background-color: #0990E6;
		padding: 15px 30px;
		text-decoration: none;
		border-radius: 10px;
		margin-top: 1px;
		margin-left:30px;
		font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
		float: left;
	}
.comment-maindiv
{
	width:100%;
	height:200px;
	background-color:red;
	float:left;
}
	.comment-maintexttype
	{
		width:100%;
		height:200px;
		border:2px solid #0990E6;
		border-radius:6px;
		float:left;
	}
	
	
	
	
	
	
	
.postcomment-maindiv
{
	width:100%;
	min-height:190px;
	margin-top:5px;
	border-top:1px solid #F0F0F0;
	margin-bottom:20px;
	float:left;
}
	.postcomment-mainheaderdiv
	{
		width:100%;
		min-height:40px;
		margin-top:5px;
		float:left;
	}
		.postcomment-mainheadertxt
		{
			font-size: 29px;
			margin-top: 15px;
			text-decoration: none;
			color: #1A73E8;
			outline: none;
			cursor: pointer;
			margin-left:2%;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
	.postcomment-maininputdatadiv
	{
		width:100%;
		min-height:150px;
		float:left;
	}
		.postcomment-userprofile
		{
			width:70px;
			height:70px;
			border-radius:35px;
			margin-left:20px;
			float:left;
		}
		.postcomment-mainselecttype
		{
			width:90%;
			height:90px;
			margin-top:10px;
			margin-bottom:30px;
			background-color:#F0F0F0;
			border:1px solid black;
			font-size:29px;
			font-weight:700;
			padding-left:30px;
			margin-left:10px;
			color:#333;
			border-radius:4px;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
		.postcomment-maininput
		{
			width: 90%;
			height: 130px;
			margin-top: 10px;
			border: 1px solid #333;
			background-color:#F0F0F0;
			padding-left: 20px;
			padding-right: 10px;
			outline: none;
			border-radius: 8px;
			font-size: 26px;
			margin-left:10px;
			float: left;
		}
		.postcomment-mainaddbtn
		{
			font-size: 30px;
			text-align: right;
			padding: 15px 30px;
			margin-top: 30px;
			text-decoration: none;
			color: #F0F0F0;
			background-color: #1A73E8;
			border: 1px solid #1A73E8;
			border-radius: 4px;
			outline: none;
			cursor: pointer;
			margin-left:30px;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
		
				.userframe-postmain-headerinnerdiv
				{
					width:98%;
					min-height:100px;
					margin-left:1%;
					margin-top:10px;
					float:left;
				}
				.userframe-postmain-centerinnerdiv
				{
					width:100%;
					min-height:480px;
					margin-top:1px;
					float:left;
				}
				.userframe-postmain-resultinnerdiv
				{
					width:98%;
					min-height:180px;
					margin-left:1%;
					margin-top:1px;
					margin-bottom:10px;
					float:left;
				}
				.userframe-postmain-resultgenrate-innerdiv
				{
					width:98%;
					min-height:100px;
					margin-left:1%;
					margin-top:1px;
					margin-bottom:10px;
					float:left;
				}
				
	.userframe-mainheadertxt
	{
		font-size: 33px;
		margin-top: 8px;
		text-decoration: none;
		color: #1A73E8;
		outline: none;
		cursor: pointer;
		margin-left:2%;
		font-family: 'Open Sans', sans-serif;
		float: left;
	}
		.userframe-postmain-pic
		{
			width:100%;
			height:500px;
			float:left;
		}
	
	
	
	.takegander-inputcenterdiv
	{
		width:550px;
		min-height:450px;
		background-color:orange;
		border-radius:5px;
		margin:0px auto;
	}
		.takegander-inputfulldiv
		{
			width:90%;
			margin-left:5%;
			float:left;
		}
			.takegander-inputheader
			{
				font-size: 40px;
				font-weight: 1000;
				color: #000;
				margin-top: 0px;
				text-align:center;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			}
			.takegander-inputlinkdiv
			{
				width: 99%;
				min-height: 100px;
				border-radius: 10px;
				margin-top: 10px;
				margin-bottom: 70px;
				background-color: #FFF;
				text-decoration: none;
				box-shadow: 0 18px 10px 0 rgba(0,0,0,0.16), 0 18px 22px 0 rgba(0,0,0,0.12);
				float: left;
			}
				.takegander-inputlinktxt
				{
					font-size: 30px;
					font-weight: 700;
					color: #000;
					text-align: center;
					margin-top: 35px;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				}
				
				
				
[aria-hidden="true"]
{
  opacity: 0;
  position: absolute;
  z-index: -9999;
  pointer-events: none;
}


.fb-share-button
{
	font-size: 25px;
    font-weight: 700;
    color: #FFF;
    background-color: #FF0000;
    padding: 17px 30px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    float: left;
}

._2tga 
{
	font-size: 25px;
    font-weight: 700;
    color: #FFF;
    background-color: #FF0000;
    padding: 17px 30px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    float: left;
}
._8j9v
{
	font-size: 25px;
    font-weight: 700;
    color: #FFF;
    background-color: #FF0000;
    padding: 17px 30px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    float: left;
}












.profile-maindiv
{
    width: 100%;
    min-height: 500px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
    float: left;
}
	.profile-maininnerdiv
	{
		width: 90%;
		min-height: 500px;
		margin-left: 5%;
		margin-top: 30px;
		margin-bottom: 30px;
		float: left;
	}
		.profile-maininner-headerdiv
		{
			width: 100%;
			height: 90px;
			margin-bottom: 20px;
			float: left;
		}
	.profileinner-mainpicdiv
	{
		width: 100%;
		min-height: 300px;
		margin-top: 5px;
		margin-bottom: 50px;
		float: left;
	}
		.profileinner-mainpic
		{
			height: 519.7824px;
			width: 519.7824px;
			border-radius: 259.8912px;
			border: 2px solid gray;
			margin-left: 389.83680000000004px;
			margin-bottom: 15px;
			float: left;
		}
		.profileinner-nametext
		{
			font-size: 30px;
			font-weight: 700;
			color: #333;
			text-align: center;
			font-family: 'Open Sans', sans-serif;
			margin-top: 5px;
			margin-bottom: 5px;
		}
	.showallprofile-subdetaildiv
	{
		width: 100%;
		min-height: 40px;
		margin-top: 10px;
		margin-bottom: 10px;
		float: left;
	}
		.showallprofile-subdetail-logodiv
		{
			width: 15%;
			height: 40px;
			float: left;
		}
			.showallprofile-subdetail-logo
			{
				width: 40px;
				height: 40px;
				margin-left: 2px;
				float: left;
			}
		.showallprofile-subdetail-textdiv
		{
			width: 80%;
			min-height: 38px;
			float: left;
		}
			.showallprofile-subdetail-textbold
			{
				margin-left: 5px;
				margin-right: 5px;
				margin-top: 8px;
				margin-bottom: 2px;
				font-size: 26px;
				font-weight: 700;
				color: #000;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			.profile-postheaderdiv
			{
				width: 100%;
				height: 60px;
				margin-top: 40px;
				margin-bottom: 40px;
				background-color: #E0E0E0;
				float: left;
			}
				.profile-postheader-innerdiv
				{
					width: 90%;
					height: 60px;
					margin-left: 5%;
					float: left;
				}
					.profile-postheader-fiffty1div
					{
						width: 49%;
						height: 60px;
						border-right: 2px solid #333;
						float: left;
					}
					.profile-postheader-fiffty2div
					{
						width: 49%;
						height: 60px;
						float: left;
					}
						.profile-postheader-fifftyhref
						{
							width: 99%;
							height: 60px;
							text-decoration: none;
							float: left;
						}
							.profile-postheader-fifftyhreftextactive
							{
								font-size: 26px;
								font-weight: 700;
								color: #5AA0FA;
								text-align: center;
								margin-top: 15px;
								font-family: 'Open Sans', sans-serif;
							}
							.profile-postheader-fifftyhreftextnormal
							{
								font-size: 26px;
								font-weight: 700;
								color: #333;
								text-align: center;
								margin-top: 15px;
								font-family: 'Open Sans', sans-serif;
							}
			.showallprofile-subdetail-textnormal
			{
				margin-left: 5px;
				margin-right: 5px;
				margin-top: 10px;
				margin-bottom: 2px;
				font-size: 25px;
				font-weight: 500;
				color: #333;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
	.loadcomment-maindiv
	{
		width:100%;
		min-height:10px;
		margin-top:5px;
		border-top:1px solid #F0F0F0;
		margin-bottom:20px;
		float:left;
	}
	.myprfile-usercomment-maindiv
	{
		width:100%;
		min-height:130px;
		margin-top:1px;
		margin-bottom:10px;
		border-bottom:1px solid #333;
		float:left;
	}
		.myprfile-usercomment-innerdiv
		{
			width:100%;
			min-height:100px;
			margin-top:15px;
			margin-left:0px;
			float:left;
		}
		.myprfile-usercomment-innerleftdiv
		{
			width:12%;
			height:100px;
			float:left;
		}
		.myprfile-usercomment-innerrightdiv
		{
			width:75%;
			min-height:100px;
			margin-left:2%;
			padding:5px 10px;
			border-radius:5px;
			float:left;
		}
		.myprfile-usercomment-innerrightcorndiv
		{
			width:7%;
			min-height:100px;
			border-radius:5px;
			float:right;
		}
			.myprfile-usercomment-profilepic
			{
				width:90px;
				height:90px;
				border:1px solid #333;
				border-radius:45px;
				float:left;
			}
			.myprfile-usercomment-profilelinktxt
			{
				width:100%;
				font-size: 27px;
				font-weight: 700;
				color: #2A9DF4;
				margin-left:0px;
				margin-top:3px;
				margin-right:0px;
				margin-bottom:10px;
				text-decoration:none;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			.myprfile-usercomment-detailtxt
			{
				width:100%;
				min-height:50px;
				padding-left:10px;
				padding-right:10px;
				padding-top:7px;
				padding-bottom:7px;
				font-size: 25px;
				font-weight: 500;
				color: #333;
				margin-top:1px;
				background-color:#F2F3F5;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			.myprfile-usercomment-rightcornbtn
			{
				width:100%;
				height:90px;
				margin-top:5px;
				border:0px;
				padding:0px;
				background-color:#FFF;
				outline:none;
				float:right;
			}
				.myprfile-usercomment-rightcornbtnimage
				{
					width:100%;
					height:90px;
					background-color:#FFF;
					float:right;
				}
		.myprfile-usercomment-deletediv
		{
			width:100%;
			min-height:2px;
			margin-top:5px;
			margin-bottom:3px;
			float:left;
		}
			.myprfile-usercomment-deletebtn
			{
				padding-left: 60px;
				padding-right: 60px;
				padding-top: 17px;
				padding-bottom: 17px;
				background-color: #FB8A13;
				border-radius: 5px;
				font-size: 27px;
				font-weight: 700;
				color: white;
				margin-top: 5px;
				margin-right: 10%;
				text-decoration: none;
				border:0px solid #FB8A13;
				font-family: 'Open Sans', sans-serif;
				float: right;
			}
		
		
		
		
		
		
		
#membrshippopupid
{
	display:none;
}	
	.contactus-centerdiv
	{
		width:80%;
		margin-left:10%;
		min-height:200px;
		margin-bottom:100px;
		float:left;
	}
		.contactus-headingdiv
		{
			width:95%;
			font-size: 21px;
			font-weight: 700;
			margin-left:10px;
			margin-top:5px;
			margin-bottom:5px;
			color:#333;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
			.contactus-select
			{
				width: 90%;
				height: 88px;
				border: 1px solid #FB8A13;
				padding-left:3%;
				padding-right:3%;
				font-size: 25px;
				font-weight: 700;
				color: #333;
				border-radius: 8px;
				outline: none;
				margin-bottom:50px;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
			.contactus-textarea
			{
				width: 90%;
				height: 188px;
				border: 1px solid #FB8A13;
				padding-left:3%;
				padding-right:3%;
				padding-top:5px;
				padding-bottom:5p;
				font-size: 25px;
				font-weight: 700;
				color: #333;
				border-radius: 8px;
				outline: none;
				margin-bottom:50px;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
			.contactus-submit
			{
				font-size: 25px;
				font-weight:700;
				padding: 12px 40px;
				margin-top: 17px;
				margin-bottom:30px;
				margin-left:30px;
				text-decoration: none;
				color: #F0F0F0;
				background-color: #2C87F0;
				border: 1px solid #2C87F0;
				border-radius: 4px;
				outline: none;
				cursor: pointer;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
		
		.contactus-borderline
		{
			width:70%;
			height:3px;
			margin-left:15%;
			margin-top:50p;
			margin-bottom:150px;
			background-color:#333;
			float:left;
		}
		.contactus-staticdetail
		{
			width:100%;
			min-height:250px;
			float:left;
		}
			.contactus-staticleftdetail
			{
				width:45%;
				min-height:250px;
				float:left;
			}
			.contactus-staticrightdetail
			{
				width:45%;
				min-height:250px;
				float:right;
			}
				.contactus-staticheadertxt
				{
					width:100%;
					font-size:30px;
					font-weight:700;
					color:#333;
					margin-top:5px;
					margin-bottom:20px;
					font-family: 'Open Sans', sans-serif;
					float: left;
				}
				.contactus-statictxt
				{
					width:100%;
					font-size:25px;
					font-weight:500;
					color:#333;
					margin-top:5px;
					margin-bottom:20px;
					font-family: 'Open Sans', sans-serif;
					float: left;
				}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.order-midlemargendiv
{
    width: 94%;
    min-height: 100%;
    margin-left: 3%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
    float: left;
}
	.order-midlemargen-innerdiv
	{
		width:94%;
		min-height:500px;
		margin-left:3%;
		margin-top:30px;
		margin-bottom:30px;
		float:left;
	}
		.order-midleredtextdiv
		{
			width: 100%;
			min-height: 170px;
			margin-top: 50px;
			margin-bottom: 50px;
			float: left;
		}
			.order-midleredtext
			{
				width: 100%;
				font-size: 40px;
				font-weight: 500;
				color: #FF0000;
				text-align: left;
				margin-top: 15px;
				margin-bottom: 10px;
				margin-left: 2%;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
			.order-midlegreentext
			{
				width: 100%;
				font-size: 40px;
				font-weight: 500;
				color: #00FF00;
				text-align: center;
				margin-top: 15px;
				margin-bottom: 10px;
				margin-left: 2%;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			}
			.order-midleblacktext
			{
				width: 100%;
				font-size: 40px;
				font-weight: 500;
				color: #333;
				text-align: left;
				margin-top: 15px;
				margin-bottom: 10px;
				margin-left: 2%;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
			.adddetail-headertextp
			{
				width: 95%;
				font-size: 27px;
				font-weight: 700;
				color: #000;
				text-align: left;
				margin-top: 20px;
				margin-bottom: 10px;
				margin-left: 2%;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
			.adddetail-inputtext
			{
				width: 91%;
				height: 90px;
				border: 2px solid #DDD;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				color: #333;
				font-size: 30px;
				text-align: left;
				padding-left: 3%;
				margin-top: 5px;
				margin-bottom: 50px;
				border-radius: 7px;
				float: left;
			}
			.order-paynowbtn
			{
				padding-left: 80px;
				padding-right: 80px;
				padding-top: 30px;
				padding-bottom: 30px;
				font-size: 40px;
				font-weight: 700;
				color: white;
				background-color: #29B2FE;
				border: 1px solid #29B2FE;
				border-radius: 8px;
				margin-top: 60px;
				margin-bottom: 40px;
				cursor: pointer;
				outline: none;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
			.reorder-paynowlink
			{
				padding-left: 80px;
				padding-right: 80px;
				padding-top: 30px;
				padding-bottom: 30px;
				font-size: 40px;
				font-weight: 700;
				color: white;
				background-color: #29B2FE;
				border: 1px solid #29B2FE;
				border-radius: 8px;
				margin-top: 60px;
				margin-bottom: 40px;
				cursor: pointer;
				outline: none;
				text-decoration:none;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
			
			
			
			
			



.promaindiv
{
	width:100%;
	min-height:90px;
	margin-top:-90px;
	float:left;
}
	.promain-rightpic
	{
		width:50px;
		height:70px;
		margin-right:30px;
		float:right;
	}
	.comment-charges-txt
	{
		color: #FF0000;
		font-size: 25px;
		font-weight: 500;
		margin-top: 30px;
		margin-bottom: 20px;
		margin-right:9%;
		text-align: right;
		text-decoration: none;
		font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
		float: right;
	}
	
	.userguide-detailheader
	{
		width: 90%;
		background-color: #DEA0B5;
		padding-left: 5%;
		padding-top: 15px;
		padding-bottom: 17px;
		border-radius: 7px;
		margin-bottom: 50px;
		margin-top: 30px;
		font-size: 40px;
		font-weight: 1000;
		color: #000;
		margin-top: 0px;
		font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
		float: left;
	}
		.userguide-detailtext
		{
			width: 90%;
			padding-left: 1%;
			margin-bottom: 50px;
			font-size: 28px;
			font-weight: 500;
			color: #333;
			margin-top: 1px;
			margin-bottom:20px;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float: left;
		}
		
		
		
		.copylink-txtlink
		{
			font-size: 25px;
			font-weight: 700;
			color: #FFF;
			background-color: #FF6347;
			padding: 17px 30px;
			text-decoration: none;
			border-radius: 10px;
			margin-top: 10px;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float: right;
		}
		
		
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
#celebrmainbtnid
{
	display:block;
}
#celebrgftid
{
	display:none;
}
	.celebr-selectactiondiv
	{
		width:100%;
		min-height:250px;
		margin-top:50px;
		margin-bottom:50px;
		float:left;
	}
		.celebr-headerdiv
		{
			width:100%;
			height:50px;
			float:left;
		}
			.celebr-headertxt
			{
				font-size: 29px;
				font-weight: 700;
				margin-left: 10px;
				margin-top:5px;
				color: #333;
				border-radius: 4px;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
		.celebr-btndiv
		{
			width:100%;
			min-height:70px;
			margin-top:20px;
			float:left;
		}
			.celebr-btnleft
			{
				padding-left: 60px;
				padding-right: 60px;
				padding-top: 30px;
				padding-bottom: 30px;
				font-size: 40px;
				font-weight: 700;
				color: white;
				background-color: #29B2FE;
				border: 1px solid #29B2FE;
				border-radius: 8px;
				margin-top: 30px;
				margin-left:15px;
				margin-bottom: 10px;
				cursor: pointer;
				outline: none;
				text-decoration:none;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
			.celebr-btnright
			{
				padding-left: 60px;
				padding-right: 60px;
				padding-top: 30px;
				padding-bottom: 30px;
				font-size: 40px;
				font-weight: 700;
				color: white;
				background-color: #E43E2B;
				border: 1px solid #E43E2B;
				border-radius: 8px;
				margin-top: 30px;
				margin-right:15px;
				margin-bottom: 10px;
				cursor: pointer;
				outline: none;
				text-decoration:none;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: right;
			}
		.celebrgft-picmaindiv
		{
			width:100%;
			height:400px;
			margin-top:20px;
			margin-bottom:20px;
			background-color:#F0F0F0;
			overflow-x:hidden;
			overflow-y:scroll;
			float:left;
		}
.celebrgft-picmaindiv::-webkit-scrollbar
{
    width: 7px;
}
.celebrgft-picmaindiv::-webkit-scrollbar-thumb
{
    background-color: #47A3DA;
    outline: 1px solid #47A3DA;
}
			.celebrgft-piclink
			{
				width:150px;
				height:150px;
				text-decoration:none;
				margin-top:30px;
				margin-left:20px;
				margin-right:30px;
				margin-bottom:5px;
				border:1px solid #333;
				border-radius:5px;
				text-decoration:none;
				float:left;
			}
				.celebrgft-pic
				{
					width:140px;
					height:140px;
					margin-left:5px;
					margin-top:5px;
					border-radius:5px;
					float:left;
				}
					.celebrgft-picpricetag
					{
						min-width:40px;
						height:30px;
						margin-right:5px;
						margin-top:-140px;
						font-size:15px;
						font-weight:700;
						color:#FF1111;
						text-align:right;
						font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
						float:right;
					}
	
					.celb-userscorep
					{
						font-size: 25px;
						font-weight: 500;
						color: #333;
						margin-top: 1px;
						margin-left:10px;
						margin-right:10px;
						font-family: 'Open Sans', sans-serif;
						text-align:right;
					}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
#fullchatid
{
	display:none;
}	
	.chatmiddle-maindiv
	{
		width:100%;
		min-height:100%;
		margin-top:0px;
		float:left;		
	}	
	.chatmiddlediv
	{
		width:100%;
		min-height:100%;
		margin-top:10px;
		float:left;
	}
		.inbox-maindiv
		{
			width: 100%;
			min-height: 100%;
			margin-top: 5px;
			margin-bottom: 5px;
			margin-left: 0px;
			float: left;
		}
			.inbox-maindiv
			{
				width: 100%;
				min-height: 100%;
				margin-top: 5px;
				margin-bottom: 5px;
				margin-left: 0px;
				float: left;
			}
				#inboxmain-loadallmember
				{
					display: block;
					width: 100%;
					min-height: 100%;
					background-color: #FFF;
					float: left;
				}
					.allinbox-crosdiv
					{
						width: 97%;
						height: 80px;
						background-color: rgba(33, 33, 33, 0.5);
						border-radius: 8px;
						margin-left: 1%;
						position: fixed;
						float: left;
					}
						.allinbox-crosdiv-link
						{
							width: 80px;
							height: 80px;
							background-color: red;
							margin-right: 20px;
							border-radius: 7px;
							text-decoration: none;
							float: right;
						}
							.allinbox-crosdiv-linkpic
							{
								height: 70px;
								width: 70px;
								margin-top: 5px;
								margin-left: 5px;
								float: left;
							}
					.allinbox-topmargindiv
					{
						width: 98%;
						min-height: 100%;
						margin-left: 1%;
						margin-top: 85px;
						float: left;
					}
						.inboxmain-membermaindiv
						{
							width: 99%;
							height: 140px;
							border: 2px solid #DFE0E3;
							margin-top: 5px;
							margin-bottom: 15px;
							border-radius: 4px;
							margin-left: 1px;
							text-decoration: none;
							float: left;
						}
							.inboxmain-membermain-ineerdiv
							{
								width: 94%;
								height: 110px;
								margin-top: 10px;
								background-color: white;
								margin-left: 3%;
								float: left;
							}
								.inboxmain-membermain-picdiv
								{
									width: 15%;
									height: 118px;
									border-radius: 6px;
									float: left;
								}
									.inboxmain-membermain-pic
									{
										width: 98%;
										height: 118px;
										border-radius: 6px;
										float: left;
									}
								.inboxmain-membermain-detaildiv
								{
									width: 75%;
									height: 118px;
									margin-top: 1px;
									margin-left: 5%;
									float: left;
								}
									.inboxmain-membermain-detailnametext
									{
										font-size: 29px;
										font-weight: 700;
										color: #333;
										margin-left: 2px;
										margin-top: 20px;
										margin-right: 10px;
										margin-bottom: 2px;
										font-family: 'Open Sans', sans-serif;
										float: left;
									}
									.inboxmain-membermain-detailmesagetext
									{
										width: 98%;
										margin-left: 2px;
										font-size: 21px;
										font-weight: 500;
										color: #517680;
										font-family: 'Open Sans', sans-serif;
										text-align: left;
										margin-top: 15px;
										margin-bottom: 5px;
										float: left;
									}
									
	.inboxmain-loadonemember-msginnerdiv
	{
		width: 100%;
		height: 100%;
		background-color: gray;
		position: absolute;
		float: left;
	}
		.inbox-loadmember-msgsubinnerdiv
		{
			width: 100%;
			height: 100%;
			background-color: #F0F0F0;
			position: relative;
			float: left;
		}
			.inboxmain-headerdiv
			{
				width: 100%;
				height: 110px;
				min-height: 110px;
				background-color: #29B2FE;
				float: left;
			}
				.inboxmain-headerinner-margindiv
				{
					width: 100%;
					height: 5%;
					float: left;
				}
				.inboxmain-headerinnerdiv
				{
					width: 94%;
					height: 90%;
					margin-left: 3%;
					margin-top: 0px;
					position: relative;
					float: left;
				}
					.inboxmain-headerpart1
					{
						width: 100px;
						height: 100%;
						float: left;
					}
						.inboxmain-headerarrowpictopmargin
						{
							width: 90px;
							height: 15%;
							float: left;
						}
						.inboxmain-headerarrowpic
						{
							width: 70px;
							margin-top: 10px;
							height: 60%;
							float: left;
						}
					.inboxmain-headerpart2
					{
						width: 100px;
						height: 100%;
						margin-left: 40px;
						margin-right: 40px;
						display: inline-block;
						float: left;
					}
						.inboxmain-headerprofilepic
						{
							width: 80px;
							height: 80px;
							border-radius: 40px;
							margin-top: 10px;
							float: left;
						}
					.inboxmain-headerpart3 
					{
						min-width: 50px;
						height: 100%;
						display: table;
						border: 0px dashed #1c87c9;
						text-align: center;
					}
						.inboxmain-headeruser-nametext
						{
							font-size: 35px;
							font-weight: 700;
							color: #FFF;
							margin: auto;
							display: table-cell;
							text-decoration: none;
							vertical-align: middle;
							font-family: 'Open Sans', sans-serif;
						}
					.inboxmain-loadonemember-msgmaindiv
					{
						height: 82%;
						width: 99%;
						overflow-x: hidden;
						overflow-y: auto;
						margin-left: 1%;
						background-color: #F0F0F0;
						-webkit-overflow-scrolling: touch;
						float: left;
					}
						.inbox-mymassage-maindiv
						{
							width: 70%;
							margin-right: 1%;
							margin-top: 10px;
							margin-bottom: 15px;
							float: right;
						}
							.inbox-mymassage-text
							{
								margin-top: 0px;
								margin-bottom: 7px;
								padding-left: 15px;
								padding-top: 7px;
								padding-bottom: 9px;
								padding-right: 15px;
								font-size: 37px;
								font-weight: 500;
								color: #FFF;
								background-color: #0087E0;
								font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
								border-radius: 5px;
								float: right;
							}
						.inbox-usermassage-maindiv
						{
							width: 75%;
							margin-top: 10px;
							margin-bottom: 15px;
							float: left;
						}
							.inbox-usermassage-pic
							{
								width: 80px;
								height: 80px;
								margin-left: 10px;
								border: 1px solid #DEDEDE;
								border-radius: 40px;
								float: left;
							}
							.inbox-usermassage-textdiv
							{
								width: 70%;
								margin-left: 20px;
								margin-top: 10px;
								margin-bottom: 0px;
								float: left;
							}
								.inbox-usermassage-text
								{
									margin-top: 0px;
									padding-left: 15px;
									margin-bottom: 3px;
									padding-top: 8px;
									padding-bottom: 8px;
									padding-right: 15px;
									font-size: 37px;
									font-weight: 500;
									color: #333;
									background-color: #FFF;
									font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
									border-radius: 5px;
									float: left;
								}
				.inboxmain-loadone-inputdiv
				{
					width: 100%;
					height: 120px;
					min-height: 120px;
					background-color: white;
					box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
					border-top: 1px solid #F0F0F0;
					float: left;
				}
					.inboxmain-loadone-inputmargindiv
					{
						width: 100%;
						height: 10px;
						float: left;
					}
					.inboxmain-loadone-inputworkdiv
					{
						width: 100%;
						height: 110px;
						float: left;
					}
						.inboxmain-loadone-inputleftdiv
						{
							width: 85%;
							height: 110px;
							margin-left: 1%;
							float: left;
						}
							.inboxmain-loadone-input
							{
								width: 97%;
								height: 110px;
								border-left: 0px solid white;
								border-top: 0px solid white;
								border-right: 0px solid white;
								border-bottom: 1px solid #F0F0F0;
								font-size: 38px;
								font-weight: 500;
								color: #333;
								font-family: 'Open Sans', sans-serif;
								padding-left: 2%;
								outline: none;
								float: left;
							}
						.inboxmain-loadone-inputrightdiv
						{
							width: 12%;
							height: 90%;
							margin-right: 1%;
							float: right;
						}
							.inboxmain-loadone-sendbtn
							{
								width: 100%;
								height: 100%;
								border: 0px solid gray;
								outline: none;
								padding: 0px;
								background-color: white;
								float: left;
							}
								.inboxmain-loadone-sendbtnpic
								{
									width: 70%;
									height: 70%;
									margin-top: 2%;
									margin-left: 10%;
									max-width: 100px;
									float: left;
								}
.inboxmain-loadonemember-msgmaindiv::-webkit-scrollbar
{
    width: 7px;
}
.inboxmain-loadonemember-msgmaindiv::-webkit-scrollbar-thumb
{
    background-color: #47A3DA;
    outline: 1px solid #47A3DA;
}

















#loginid
{
	display:block;
}
#loginpopid
{
	display:none;
}
#signuppopid
{
	display:none;
}
#addphotopopid
{
	display:none;
}

.loginnew-maindiv
{
	width:100%;
	min-height:100%;
	float:left;
}
	.loginnew-maininnerdiv
	{
		width:100%;
		min-height:500px;
		margin-top:30px;
		margin-bottom:30px;
		background-color: #F0F0F0;
		float:left;
	}
		.loginnew-mainbtndiv
		{
			width: 80%;
			min-height: 500px;
			margin-top: 50px;
			margin-bottom: 50px;
			padding-top: 50px;
			padding-bottom: 50px;
			border-radius: 10px;
			background-color: #FFF;
			margin-left: 10%;
			float: left;
		}
		.loginnew-loginheaderdiv
		{
			width: 100%;
			height:90px;
			background-color: #DEA0B5;
			border-radius: 7px;
			margin-bottom: 50px;
			margin-top: 30px;
			font-size: 40px;
			font-weight: 1000;
			color: #000;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float: left;
		}
			.loginnew-loginheadertxt
			{
				font-size: 40px;
				font-weight: 1000;
				color: #000;
				margin-top: 17px;
				text-align:center;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			}
			
			.loginnew-subinnerdiv
			{
				width:80%;
				min-height:400px;
				margin-left:10%;
				float:left;
			}
			.adddetail-headerredtext
			{
				font-size: 40px;
				font-weight: 700;
				color: #cc0000;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			}
				.mobilelogin-input
				{
					width: 94%;
					height: 90px;
					border: 2px solid #DDD;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					color: #333;
					font-size: 35px;
					text-align: left;
					padding-left: 3%;
					margin-top: 5px;
					margin-bottom: 50px;
					margin-left: 1%;
					border-radius: 7px;
					float: left;
				}
				.mobilelogin-submit
				{
					width: 450px;
					height: 90px;
					font-size: 40px;
					font-weight: 700;
					color: white;
					background-color: orange;
					border: 1px solid orange;
					border-radius: 8px;
					margin-top: 40px;
					margin-left: 1%;
					margin-bottom: 40px;
					cursor: pointer;
					outline: none;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					float: left;
				}
				.adddetail-inputradio
				{
					width: 40px;
					height: 40px;
					border-radius: 20px;
					margin-bottom: 50px;
					background-color: #F9FEBC;
					margin-left: 1%;
					margin-top: 10px;
					float: left;
				}
				.adddetail-inputradiotext
				{
					font-size: 25px;
					color: #333;
					margin-top: 15px;
					margin-left: 15px;
					margin-right: 100px;
					font-family: 'Open Sans', sans-serif;
					float: left;
				}
					.mobilelogin-forgetpasswordtext
					{
						font-size: 24px;
						font-weight: 500;
						color: #0087e0;
						font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
						text-align: right;
						margin-right: 35px;
						margin-top: 60px;
						margin-bottom: 60px;
						text-decoration: none;
						float: right;
					}
					.mobilelogin-donthave-accoutdiv
					{
						width: 100%;
						height: 180px;
						background-color: #F7F7F7;
						border-top: 2px solid gray;
						margin-bottom:-50px;
						border-bottom-left-radius: 10px;
						border-bottom-right-radius: 10px;
						float: left;
					}
						.mobilelogin-donthave-centerdiv
						{
							width: 96%;
							height: 50px;
							margin-top: 80px;
							margin-left: 2%;
							float: left;
						}
							.mobilelogin-donthave-accouttext1
							{
								font-size: 24px;
								font-weight: 500;
								color: #333;
								font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
								text-align: right;
								margin-left: 35px;
								margin-right: 5px;
								margin-top: 0px;
								margin-bottom: 20px;
								text-decoration: none;
								float: left;
							}
							.mobilelogin-donthave-accoutlinktext1
							{
								font-size: 24px;
								font-weight: 500;
								color: #0087e0;
								font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
								text-align: right;
								margin-left: 0px;
								margin-right: 5px;
								margin-top: 0px;
								margin-bottom: 20px;
								text-decoration: underline;
								float: left;
							}
		.loginnew-addprofilediv
		{
			width:100%;
			min-height:400px;
			float:left;
		}
			.loginnew-addprofile-uploaddiv
			{
				width:200px;
				height:50px;
				margin:40px auto;
			}
				.loginnew-addprofile-donelink
				{
					font-size: 25px;
					font-weight: 700;
					color: #FFF;
					background-color: #FF6347;
					border:1px solid #FF6347;
					padding: 17px 30px;
					text-decoration: none;
					border-radius: 10px;
					margin-top: 10px;
					margin-right:60px;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					float: right;
				}
				.loginnew-addprofile-skiplink
				{
					font-size: 25px;
					font-weight: 700;
					color: #FFF;
					background-color: #3578E5;
					border:1px solid #3578E5;
					padding: 17px 30px;
					text-decoration: none;
					border-radius: 10px;
					margin-top: 10px;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					float: right;
				}
			
	.showcelbprofile-followdiv
	{
		width:100%;
		min-height:80px;
		margin-top:20px;
		margin-bottom:20px;
		float:left;
	}
		.showcelbprofile-rightbtn
		{
			padding-left: 70px;
			padding-right: 70px;
			padding-top: 20px;
			padding-bottom: 20px;
			font-size: 40px;
			font-weight: 700;
			color: white;
			background-color: #29B2FE;
			border: 1px solid #29B2FE;
			border-radius: 8px;
			margin-top: 5px;
			margin-bottom: 10px;
			cursor: pointer;
			outline: none;
			text-decoration: none;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float: right;
		}
		.showcelbprofile-leftbtn
		{
			padding-left: 70px;
			padding-right: 70px;
			padding-top: 20px;
			padding-bottom: 20px;
			font-size: 40px;
			font-weight: 700;
			color: white;
			background-color: #FF7F27;
			border: 1px solid #FF7F27;
			border-radius: 8px;
			margin-top: 5px;
			margin-bottom: 10px;
			cursor: pointer;
			outline: none;
			text-decoration: none;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float: left;
		}
		
		
		




















	.showtop-usermaindiv
	{
		width:100%;
		min-height:300px;
		float:left;
	}
		.showtop-usermain-innerdiv
		{
			width:96%;
			min-height:300px;
			margin-left:2%;
			margin-top:20px;
			margin-bottom:20px;
			float:left;
		}
			.showtop-usermain-centerdiv
			{
				width:250px;
				height:50px;
				background-color:#FFF;
				margin:10px auto;
			}
			.showtop-usermain-headerh
			{
				font-size: 35px;
				margin-top: 8px;
				text-decoration: none;
				color: #1A73E8;
				outline: none;
				cursor: pointer;
				margin-left: 2%;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			
			
			
			
			
			
			
	
	
	
	
	
	
	
	
	
	
	
	
	.topcelb-maininnerdiv
	{
		width:90%;
		min-height:500px;
		margin-left:5%;
		margin-bottom:50px;
		float:left;
	}
	
	.loadalldata-topcelb
	{
		width:100%;
		min-height:200px;
		margin-top:50px;
		float:left;
	}
	
	
	
	
	
	
	
	
	












	.myprofile-mainsetinglink
	{
		width:100px;
		height:100px;
		margin-right:10px;
		margin-top:10px;
		margin-bottom:10px;
		text-decoration:none;
		cursor:pointer;
		float:right;
	}
	.myprofile-mainsetingpic
	{
		width:90px;
		height:90px;
		margin-left:5px;
		margin-top:5px;
		float:left;
	}
	
	.myprofile-settingbackbtn
	{
		padding-left:60px;
		padding-right:60px;
		padding-top:30px;
		padding-bottom:30px;
		font-size: 40px;
		font-weight: 700;
		color: white;
		margin-top: 30px;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 10px;
		background-color:#29B2FE;
		border:1px solid #29B2FE;
		border-radius: 8px;
		text-decoration:none;
		font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
		float:right;
	}
	.myprofile-settinggapdiv
	{
		width:100%;
		height:100px;
		float:left;
	}
	.myprofile-setting-linkstyle
	{
		padding-left:60px;
		padding-right:60px;
		padding-top:30px;
		padding-bottom:30px;
		font-size: 40px;
		font-weight: 700;
		color: white;
		margin-top: 50px;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 10px;
		background-color:#E43E2B;
		border:1px solid #E43E2B;
		border-radius: 8px;
		text-decoration:none;
		font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
		float:left;
	}
	
	
	
.myprofile-addbank .check-label {
    background: url(../images/upload.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 100px;
    margin-top: 2px;
    padding: 0px;
    width: 400px;
    margin-left: 0px;
    cursor: pointer;
    border-radius:11px;
    box-sizing: border-box;
}
.myprofile-addbank input[type="file"] {
    display: none;
}









.videopopup-maindiv
{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	background-color:rgba(33, 33, 33, 0.5);
	float:left;
}

















.createpost-maindiv
{
	width:100%;
	height:100%;
	margin-top:0px;
	background-color:red;
	float:left;
}
	.createpost-maintopdiv
	{
		width:100%;
		height:30%;
		background-color:#FFF;
		float:left;
	}
	.createpost-mainbottomdiv
	{
		width:100%;
		height:70%;
		background-color:#F1F1F1;
		float:left;
	}
		.addmorephoto-maindiv
		{
			width: 350px;
			height: 320px;
			margin-left: 50px;
			margin-top: 30px;
			margin-bottom: 30px;
			float: left;
		}
		.cover-protext
		{
			height: 270px;
			margin-top: -307px;
			position:relative;
			padding: 0px;
			width: 270px;
			margin-left: 20px;
			cursor: pointer;
			border-radius: 5px;
			background-color:rgba(33, 33, 33, 0.5);
			float:left;
		}
#coverprotect2
{
	display:block;
}
#fiveload
{
    display: block;
}
#fiveloadpic
{
    display: none;
}
#oneload
{
	display:block;
}
#oneloadpic
{
	display:none;
}
#twoload
{
	display:block;
}
#twoloadpic
{
	display:none;
}
			.addmorephoto-profileattachfile .check-label
			{
				background: url(../images/add.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
				display: inline-block;
				height: 307px;
				margin-top: 2px;
				padding: 0px;
				width: 310px;
				margin-left: 20px;
				cursor: pointer;
				border-radius: 5px;
				box-sizing: border-box;
			}
				.addmorephoto-profileattachfile input[type="file"]
				{
					display: none;
				}
			.addmorephoto-profileattachfile-overactiv
			{
				height: 307px;
				margin-top: 2px;
				padding: 0px;
				width: 310px;
				margin-left: 20px;
				margin-top: 2px;
				float: left;
			}
				.addmorephoto-profileattachfile-overactivpic
				{
					height: 303px;
					width: 306px;
					border: 2px solid #ccc;
					border-radius: 7px;
					float: left;
				}
		.createpost-entertextarea
		{
			width:100%;
			height:100%;
			padding:30px 50px;
			font-size:30px;
			font-weight:500;
			color:#333;
			border:1px solid #FFF;
			outline:none;
			font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float:left;
		}
	.createpost-submitdiv
	{
		width:100%;
		height:150px;
		margin-top:10px;
		float:left;
	}
		.createpost-submitinnerdiv
		{
			width:90%;
			height:120px;
			margin-left:5%;
			margin-top:10px;
			float:left;
		}
			.addmorephoto-createpostink
			{
				width:70%;
				height:100px;
				font-size: 40px;
				font-weight: 700;
				color: white;
				background-color: #2D88FF;
				border: 1px solid #2D88FF;
				border-radius: 8px;
				margin-top: 4px;
				margin-bottom: 4px;
				margin-left: 15%;
				cursor: pointer;
				outline: none;
				text-decoration: none;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
				.addmorephoto-createpostinktxt
				{
					font-size: 40px;
					font-weight: 700;
					text-align:center;
					margin-top:25px;
					color:#FFF;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				}
#loadingid
{
	display:none;
}	
	.uploadingpop-mainclass
	{
		width:100%;
		height:100%;
		top:0px;
		position:fixed;
		background-color:rgba(123, 123, 123, 0.5);
		float:left;
	}
		.uploadingpop-mainpic
		{
			width:100%;
			height:100%;
			float:left;
		}
		
		















#mypostid
{
	display:block;
}
#top50id
{
	display:none;
}
	.myposttext-create
	{
		width:90%;
		margin-left:5%;
		min-height:20px;
		margin-top:20px;
		margin-bottom:30px;
		font-size:30px;
		color:#333;
		font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
		float:left;
	}
	.createpost-showscroldiv
	{
		width:100%;
		height: 1111px;
		overflow-x:auto;
		overflow-y:hidden;
		white-space: nowrap; 
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
		display: flex;
		float:left;
	}
		.createpost-showscrolpics
		{
			width: 100%;
			min-width:100%;
			height: 1111px;
			border-radius: 10px;
			float: left;
		}
.createpost-showscroldiv::-webkit-scrollbar
{
    width: 4px;
	height:4px;
}
.createpost-showscroldiv::-webkit-scrollbar-thumb
{
    background-color: #47A3DA;
    outline: 0px solid #47A3DA;
}








.photogrid-maindiv
{
	width:100%;
	height:990px;
	margin-top:50px;
	margin-bottom:50px;
	float:left;
}
	.photogrid-mainpic
	{
		width:100%;
		height:100%;
		float:left;
	}
	.photogrid-mainpicover
	{
		width:100%;
		height:990px;
		margin-top:-990px;
		background-color:rgba(33, 33, 33, 0.4);
		float:left;
	}
		.photogrid-unlocktxt
		{
			font-size:30px;
			font-weight:700;
			color:#FFF;
			text-align:center;
			margin-top:400px;
			margin-bottom:50px;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
		}
		.photogrid-unlockbtndiv
		{
			width:300px;
			height:100px;
			margin:0px auto;
		}
			.photogrid-unlockbtn
			{
				width:300px;
				height:90px;
				font-size:30px;
				font-weight:700;
				color:#FFF;
				background-color:#FF7F27;
				border:1px solid #FF7F27;
				border-radius:9px;
				cursor:pointer;
				outline:none;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float:left;
			}
		.nopostfoundtxt
		{
			font-size:30px;
			font-weight:700;
			color:#333;
			margin-top:50px;
			margin-bottom:50px;
			text-align:center;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
		}
		
		









.celebritysetiing-mainworkdiv
{
	width:70%;
	min-height:900px;
	margin-left:5%;
	float:left;
}