@media screen and (max-width: 760px)
{

.Vfram
{
	z-index: 9999;
	position:relative;
	background: #red;
	width: 100%;
	height: auto;
	
	font-family: "Open Sans", helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased;

margin-top: 2px;
	
}

.Vfram > ul 
{
	margin: 2px;
	padding: 0px;
	box-sizing: border-box;
	
}
.Vfram > ul > li
{
	list-style-type: none;
	border: 0px solid #eee;
	display: block;
	padding: 5px;
	margin: 2px;
	box-sizing: border-box;
	text-align: left;
	border-radius: 5px;
	
}
.Vfram > ul > li > a
{
	
	color: #1d9637;
	
}
.Vfram > ul > li:hover
{
	border: 0px solid #eee;
	
}

.searchbtn
{
	display: none;
	float: left;
	margin-left: 5px;
	width: 100px;
	height: 20px;
	padding: 12px;
	background: white;
	text-align:center;
	border: 1px solid #eee;
	color: #1d9637;
	
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
text-transform: uppercase;
	
	cursor:pointer;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;





}
.top .btwrp
{
	position:relative;
	bottom: 1px;
	right: 5px;
	height: auto;
	background:#red;
	
	background-image: url("../img/bg1.gif");
	background-repeat: repeat;
	
	
	
}	
	.album_foto
{
	float: left;
	position:relative;
	border: 1px solid #ABABAB;
	width: 100%;
	height: 200px;
	box-sizing:border-box;
	margin: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
	
.addtocart
	{
		
		float: right;
		width: 100%;
		height: auto;
		padding: 2px;
		background: #skyblue;
		color: white;
		cursor: hand;
		cursor:pointer;
		text-align:center;
		font-size: 12px;
background: rgba(76,76,76,1);
background: -moz-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: linear-gradient(135deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
	
	
	
	
	}

.addtocartprice
	{
		position:relative;
		float: left;
		width: auto;
		height: auto;
		padding:0px;
		background: #skyblue;
		color: #0566AF;
		cursor: hand;
		cursor:pointer;
		
		font-size: 14px;

	
	
	
	}
.bid_img
	{
		width: 100%;
		height: 100px;
		background:#444;
		
		
	}
	.px_wrap .bid_action
	{
		position: absolute;
		bottom: 0px;
		height: auto;
		width: 125px;
		background:#444#;
		
		
	}
	.px_wrap
	{
		position: relative;
		float: left;
		width: 125px;
		height: auto;
		background: #red;
		border: 1px solid #eee;
		margin: 5px;
		padding: 5px;
	}
	

li:hover
{
	border-top: 1.5px solid #F3901D;
	background:#F7F8F8;
	
	
}


ul, li ,a
{
	text-decoration:none;
	text-align: left;
	
	color: #8b9492;
	margin: 0px;
	
}

.box
{
	float: left;
	width: 100%;
	height: auto;
	background: #eee#;
	
}

.msg_box
{
	float: left;
	width: 100%;
	height: auto;
	background: #eee#;
	padding-left: 1px;
	
	
}

#stone_pix
{
margin: 0px;
width: 100%;
height: 200px;
	
}
.imgs
{
	position: relative;
	
	width: 100%;
	height: 200px;
	background: #eee;
	
	
}

.frm2
{
	display:relative;
	background: #eee#;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
}

.h1
{
	
	font-size: 22px;
	font-weight: narrow;
	color: #005EA3;
	padding-bottom: 0px;
	
}
.h2
{
	
	font-size: 22px;
	font-weight: narrow;
	color: #F3901D;
	padding-bottom: 2px;
	
}
.ceo_img
{
margin: 0 auto;

background-image: url("../img/farhan.jpg");
background-size: coverd;
background-repeat: no-repeat;	
width: 180px;
height: 180px;	

border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;



}



.img_frm
{
	display: flex;
	width: 100%;
	background:#red;
	padding: 5px;
	
}

.transp
{
	padding-top: 10px;
	background: #blue;
	color: white;
	
	
}


.footer2
{
	
	
	display:flex;
	background: #54534A;
	
	font-size: 12px;
	color: white;
	height: auto;
	
}

.footer_txt_lft
{

	position: relative;
	background: #pink;
	width: 100%;
	
	
}
.footer_txt_right
{
	position: relative;
	background: #red;
	width: 100%:
	
	
}
.handle
	{
		z-index: 36px;
		display: block;
		background: white;
		float: right;
		
	}
	
	ul 
	{
		max-height: 0;
		
		
	}
	.showing
	{
		max-height: 20em;
		
		
	}
	
	
	
.l_frm
{
	
	float: left;
	width:100%;
	background: #skyblue;
	height: auto;
	
	
}
	.box50
{
	float: left;
	width: 100%;
	height: auto;
	background: #eee#;
	margin: 0px;
}
.namecss
{
	
float: left;
width: 100%;
height: 40px;
border: 1px solid #E4E6E8;
margin: 0px;
padding: 0px;
-webkit-box-shadow: inset 10px 10px 43px -9px rgba(235,235,235,1);
-moz-box-shadow: inset 10px 10px 43px -9px rgba(235,235,235,1);
box-shadow: inset 10px 10px 43px -9px rgba(235,235,235,1);	
	
}
	


.fixed
{
float: left;
background: #pink;
padding: 0px;
margin-top: 3px;
width: 100%;


}



.msgcss
{
	
float: left;
width: 100%;
height: 150px;
border: 1px solid #E4E6E8;
margin: 0px;
padding: 0px;
-webkit-box-shadow: inset 10px 10px 43px -9px rgba(235,235,235,1);
-moz-box-shadow: inset 10px 10px 43px -9px rgba(235,235,235,1);
box-shadow: inset 10px 10px 43px -9px rgba(235,235,235,1);	
	
}
	
	
	.box_left
{
	float: left;
	width: 100%;
	height: 450px;

	
background-image: url("../img/map.gif");
background-size: fixed;
background-size:100% 100%;
	
}
.box_right
{
	float: right;
	width: 100%;
	height: 200px;
	background: skyblue;
	
	
	
	
}
	
.msgto
{
	padding: 20px;
	background: white;
	height: 200px;
	
	
	
}	
.reg_wrap
{
	float: left;
	background: #red;
	padding: 0px;
	
	
}


.footer2
{
	
	
	position:relative;
	background: #54534A;
	padding: 0px;
	font-size: 12px;
	color: white;
	height: auto;

}


.box_title_sub
{
	float: left;
	width: 100%;
	height: auto;
	background:#red;
	font-size: 14px;
}

.box_title_wrap
{
	float: left;
	width: 100%;
	height: auto;
	background:#red;
	padding-left: 6px;
	
}

.box_title
{
	float: left;
	width: 100%;
	height: auto;
	background:#red;
	padding-bottom: 10px;
	font-size: 16px;
	
}

.box_left
{
	display: none;
	float: left;
	width: 100%;
	height: 200px;

	
background-image: url("../img/map.gif");
background-size: fixed;
background-size:100% 100%;
	
}


.shop_wrap
{
	
	position:fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 70px;
	background: #skyblue;
	
}

.shop_wrap .shop_one
{
	position:relative;
	float: left;
	width: 220px;
	height: auto;
	background:#skyblue;
	
	
}

.shop_wrap .shop_two
{
	display:none;
	position:relative;
	float: right;
	width: 120px;
	height: auto;
	background:#skyblue;
background-image: url("../img/tag.png");
background-size: fixed;
background-size:100% 100%;	
	
}

.shop_cart_warp
{
	margin-top: 1px;
	background: #red;
	width: 100%;
	height: 60px;
	
	}

.logo
{
	
	z-index: 25;
	margin: 100px auto;
	width: 100px;
	height: 100px;
	background: #pink;
	
	
}
.msg_wrap
{

	position:relative;
	display: flex;
    flex-wrap: row;
	justify-content: space-between;
	width: 100%;
	height:auto;
	background: #;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: narrow;
	

}

.msg_wrap_shop
{

	position:relative;
	display: flex;
    flex-wrap: row;
	justify-content: space-between;
	width: 100%;
	height:auto;
	background: #red;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	font-size: 22px;
	font-weight: narrow;
	

}

	.shop_flor
	{
		float: left;
		padding: 1px;
		width: auto;
		background: ;
		height: auto;
		border: 1px solid #e4e4e4;

	}

	.imgs_fx
{
	

	position: relative;
	float: right;
	background: #FAFAFA;
	border: 0px solid #444;
	height: auto;
	width: 100%;
	padding-right:0px;
}
.flex_view
{

		
	width: 100%;
	height:auto;
	background: #pink;
	padding-top: 0px;
	font-size: 22px;
	font-weight: narrow;
	

}


.msg_wrap_view
{

	position:relative;
	
	width: 100%;
	height:auto;
	background: #red;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 22px;
	font-weight: narrow;
	

}

.user_info
	{
			float: left;
			padding: 0px;
			font-size: 16px;
			width: auto;
		background:#green;
	}

		.inputbox
	{
		position:relative;
		border: 1px solid #eee;
		margin: 5px;
		height: 25px;
		
	}
	
	
	
			.fullwrap_detail
	{
		float: left;
		border: 1px solid #eee;
		height: auto;
		background:white;
		width: 250px;
		
	}
	
		.field_label
	{
		
		position:relative;
		background: white;
		border-bottom: 1px solid #eee;
		padding: 4px;
		width: 95%;
		margin: 2px;
	}
	
		.field_labe2
	{
	
	position:relative;	
	background: white;
		border-bottom: 1px solid #eee;
		padding: 4px;
		width: 95%;
		margin: 2px;
	}
	
	.txt100
	{
		position:relative;
		height: 24px;
		width: 100%;
		border: 0px;
		margin-top: 5px;
	}
	.about
{
	padding: 5px;

	font-size: 15px;
	font-family:Open Sans, Arial, sans-serif;
	text-align: justify;
	color: #6A737B;
	height: auto;
	line-height: 25px;
	
}


.break
	{
		
		float:left;
		width: 100%;
		border-bottom: 1px solid #eee;
		
	}



.detail_pix
	{
		
		float: left;
		width: 100%;
		height: 200px;
		background: white;
		padding: 1px;
		border: 1px solid #eee;
		
	}

	.detail_pix_txt
	{
		margin-left: 0px;
		float: left;
		width: 100%;
		height: 200px;
		background: white;
		padding: 1px;
		border: 1px solid #eee;
		font-size: 16px;
		font-weight: bold;
	}
	
	
	.ulogine
	{
		position:relative;
		margin-top: 5px;
		border: 1px solid #eee;
		width: 100%;
		padding: 0px;
		font-size: 13px;
		
	}
		.ulogine .ulogine_x
	{
		position:relative;
		margin-top: 5px;
		border: 0px solid #red;
		width: 300px;
		height: auto;
		padding: 1px;
		font-size: 13px;
		overflow-x:scroll;
		
	}
	
	
			.fullwrap_detail_x
	{
		float: left;
		border: 1px solid #eee;
		height: auto;
		background:white;
		width: 780px;
		
	}
	
	
	
	
		.detail_wrap
	{
		
		float: left;
		width: 300px;
		height: auto;
		background: #444#;
		
	}
		.bid_txt_2
	{
		display: none;
		width: 100%;
		height: auto;
		background:white;
		font-size: 12px;
	font-weight: normal;
	font-family:Open Sans, Arial, sans-serif;
	text-align: justify;
	color: #0566AF;
	line-height: 13px;
		
	}
	
	
	.detail_pix
	{
		
		float: left;
		width: 240;
		height: auto;
		background: white;
		padding: 1px;
		border: 1px solid #eee;
		
	}
	
		
		.detail_pix_txt
	{
		margin-left: 0px;
		float: left;
		width: 300px;
		height: auto;
		background: white;
		padding: 1px;
		border: 1px solid #eee;
		font-size: 16px;
		font-weight: bold;
		color: #2282B9;
	}
	
	.plantxt
	{
		float: left;
		width: 100%;
		color: #2282B9;
		border: 0px solid #eee;
	}
	
	
	.lbox
	{
		padding-top: 8px;
		float: left;
		width: 100%;
		height: auto;
		color: #2282B9;
		border: 1px solid #eee;
		font-size: 12px;
		font-weight: normal;
	}
	
	.rbox
	{
		padding-top: 8px;
		float: left;
		width: 100%;
		height:auto;
		color: #2282B9;
		border: 1px solid #eee;
		font-size: 12px;
		font-weight: normal;
		text-align:center;
	}
	
	
	.google_ad
	{
		
		width: 100%;
		float: left;
		height: auto;
		border: 1px solid #eee;
		margin-left: 0px;
		
	}
	
	
	
	
	.contain
	{
		float: left;
		width: 100%;
		background: white;
		
		
	}
	
		.d_menu_wrap
	{
		float: left;
		width: 100%;
		height: auto;
		background: skyblue;
		
		
	}
	.mybtn
	{
		float: left;
		padding: 0px;
		width: 100%;
		height: auto;
		background: white;
		margin-top: 2px;
		margin-left: 0px;
		margin-right: 0px;
		background: rgba(247,247,247,1);
background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 41%, rgba(227,227,227,1) 58%, rgba(252,252,252,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(41%, rgba(240,240,240,1)), color-stop(58%, rgba(227,227,227,1)), color-stop(100%, rgba(252,252,252,1)));
background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 41%, rgba(227,227,227,1) 58%, rgba(252,252,252,1) 100%);
background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 41%, rgba(227,227,227,1) 58%, rgba(252,252,252,1) 100%);
background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 41%, rgba(227,227,227,1) 58%, rgba(252,252,252,1) 100%);
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 41%, rgba(227,227,227,1) 58%, rgba(252,252,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fcfcfc', GradientType=0 );		
	
	
	}
	
	
	
			.imageoverlay_3
	{
margin: 0 auto;	
z-index: 202;
width: 100%;
height: 100%;
background:skyblue;	

	}
	


	
	.left_cart_1
	{
		float: left;
		width: 100%;
		height: auto;
		background: #skyblue;
		
background: rgba(64,64,64,1);
background: -moz-linear-gradient(-45deg, rgba(64,64,64,1) 0%, rgba(59,59,59,1) 0%, rgba(74,74,74,1) 12%, rgba(84,84,84,1) 25%, rgba(36,36,36,1) 49%, rgba(0,0,0,1) 51%, rgba(15,15,15,1) 60%, rgba(36,36,36,1) 76%, rgba(23,23,23,1) 91%, rgba(15,15,15,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(64,64,64,1)), color-stop(0%, rgba(59,59,59,1)), color-stop(12%, rgba(74,74,74,1)), color-stop(25%, rgba(84,84,84,1)), color-stop(49%, rgba(36,36,36,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(15,15,15,1)), color-stop(76%, rgba(36,36,36,1)), color-stop(91%, rgba(23,23,23,1)), color-stop(100%, rgba(15,15,15,1)));
background: -webkit-linear-gradient(-45deg, rgba(64,64,64,1) 0%, rgba(59,59,59,1) 0%, rgba(74,74,74,1) 12%, rgba(84,84,84,1) 25%, rgba(36,36,36,1) 49%, rgba(0,0,0,1) 51%, rgba(15,15,15,1) 60%, rgba(36,36,36,1) 76%, rgba(23,23,23,1) 91%, rgba(15,15,15,1) 100%);
background: -o-linear-gradient(-45deg, rgba(64,64,64,1) 0%, rgba(59,59,59,1) 0%, rgba(74,74,74,1) 12%, rgba(84,84,84,1) 25%, rgba(36,36,36,1) 49%, rgba(0,0,0,1) 51%, rgba(15,15,15,1) 60%, rgba(36,36,36,1) 76%, rgba(23,23,23,1) 91%, rgba(15,15,15,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(64,64,64,1) 0%, rgba(59,59,59,1) 0%, rgba(74,74,74,1) 12%, rgba(84,84,84,1) 25%, rgba(36,36,36,1) 49%, rgba(0,0,0,1) 51%, rgba(15,15,15,1) 60%, rgba(36,36,36,1) 76%, rgba(23,23,23,1) 91%, rgba(15,15,15,1) 100%);
background: linear-gradient(135deg, rgba(64,64,64,1) 0%, rgba(59,59,59,1) 0%, rgba(74,74,74,1) 12%, rgba(84,84,84,1) 25%, rgba(36,36,36,1) 49%, rgba(0,0,0,1) 51%, rgba(15,15,15,1) 60%, rgba(36,36,36,1) 76%, rgba(23,23,23,1) 91%, rgba(15,15,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#0f0f0f', GradientType=1 );
	
	
	
	}
	

	.left_cart
	{
		float: left;
		width: 100%;
		height: auto;
		background: skyblue;
		border-right: 0px solid #eee;
	}	
.btn_wrap
{
	float: left;
	background: white;
	height: auto;
	background: skyblue;
	text-align:right;
	padding-left: 0px;
	padding-right: 0px;
	padding: 0px;
	
		background-image: url("../img/bg1.gif");

	background-repeat:repeat;
	
}




ul
{

border-top: 0px solid #eee;	
background: #pink;
-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
	overflow:hidden;
	
}




li 
{
	border-top: 0px solid #FAFAFA;
	list-style: none;
	display:inline-block;
	-webkit-box-sizing: border-box;
	padding-top: 2px;
	background: #pink;
	width: 100%;
	height: 35px;
	cursor:pointer;
	line-height: 35px;
	
	
}

li:hover
{
	border-top: 1.5px solid #F3901D;
	background:#F7F8F8;
	
	
}


ul, li ,a
{
	text-decoration:none;
	text-align: left;
	font-family: 'Amaranth', sans-serif;
	
	margin: 0px;
	
}




.handle
	{
		z-index: 36px;
		display: block;
		background: white;
	
				background-image: url("../img/bg1.gif");

	background-repeat:repeat;
	}

	ul 
	{
		max-height: 0;
		
		
	}
	.showing
	{
		max-height: 20em;
		
		
	}
	.imgs
{
	position:relative;
	width: 100%;
	height: 200px;
	background:red;
	
	
}

.subtop
{
	padding: 2px;
	background: white;
	
	background-image: url("../img/bg1.gif");
	background-repeat: repeat;
	
}
.apcealogo
{
	position: relative;
	width: 60px;
	height: 60px;
	background: #eee;
	border-radius: 200px 200px 200px 200px;
	margin-top: 20px;
	margin-left:10px;
	background-image: url("../logo/logo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: height .4s ;
}
.apceatitle
{
	position: relative;
	top: 5px;
	float: left;
	background: #skyblue;
	padding-left: 20px;
	color: #444;
	
	
	
	
}

.top .right_logo
{
	position: absolute;
	display: flex;
	background: ;
	top:30px;
	right: 1px;
	padding: 1px;
	
	
			background-image: url("../img/bg1.gif");
	background-repeat: repeat;
	
}



.msg_floor
{

	float: left;
	height: auto;
	padding: 2px;

	
	
}


.right_window
{
	display:none;
	float:left;
	width: 250px;
	height: 400px;
	background: #;
	
	
}
.gemstones
{
	
	float:left;
	position:relative;
	background:white;
	width: 100%;
	height: auto;
	
background-image: url("../img/bg1.gif");

background-repeat: repeat;	

	
}

.gemstones_msg
{
	float:left;
	background:#pink;
	width: 100%;
	height:auto;
	padding: 0px;
	display:flex;
	align-items: center;
	text-align:justify;

	
	
}
.gemstones_pix
{
		float:left;
	background:#pink;
	width: 140px;
	height:140px;
	
	
	border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
	
	
}

.gemstones_pix .stone_lab
{
	position:relative;
	width: 100%;
	background:black;
	bottom: 0px;
	text-align:center;
	font-family:arial;
	font-size: 14px;
	padding: 5px;
	font-weight:bold;
	
}
.left_window
{
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	background:#red;
	border-right: 1px dotted #eee;
	
}
.r_msg
{
	background:#red;
	float:left;
	width: 100%;
	height: auto;
	padding-top: 10px;
	font-family: Arial;
	font-size: 13px;
	text-align:justify;
	
	
}
.brf_1
{
	position:relative;
	float:left;
	width: 100%;
	background:#pink;
	height: auto;
	
	
}

.msg_container
{

	width: 100%;
	background:#red;
	
	
}

.msg_floor_mem_1
{

	position:relative;
	background: orange;
	padding: 0px;
	
	
}
.hidden_btn
{
	display:block;
	background:#pink;

	
}

.hidden_btn_1
{
	float:left;
	display:block;
	background:#pink;
	padding: 10px;
	
}
.name_wrap
{
	float:left;
	width: 100%;
	background: white;
	height: auto;
	padding-left: 10px;
	color: #8b9492;	
	font-weight:bold;
	
}

.tenure_wrap
{
	float:left;
	width: 100%;
	background: #red;
	height: auto;
	padding-left: 10px;
	color: #8b9492;	
	font-weight:bold;
	
}


#fcbook
{
	
	display: none;
	
}

.socialicon
{
	display: none;
	
	
}


.vdd
{
	
	position: relative;
	width: 100%;
	height: 250px;
	margin: 10px;
	box-sizing: border-box;
	background: #red;
}
.vddd
{

	float: left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	
}





}