/* Various dedicated style features */

.hello{
	margin-left:8%;
}
.linked{
	color:#000;
}

/* container */
.container{
	max-width:680px;
	height:100%;
	clear:both;
	padding:0 15px; 
	min-height:300px;
}

.container h1{
	color:#fff;
	font-size:36px;
}

/* stroke of content home page */
.btm-stroke{
	height:1px;
	width:98%;
	background:#fff;
}

.btm-stroke-left{
	background:#0082c3;
	width:15%;
	height:1px;
	min-width:145px;
	float:left;
}

.bdr-right p{color:#fff}

.vip-member{
	float:left;
	width:20%;
	height:auto;
}
/* home page member image and content - circles around image*/
.vip-mem-img {
border: 3px solid #f9f9f9;
border-radius: 50%;
height: 120px;
margin: 8px;
max-width: 100%;
overflow: hidden;
text-align: center;
width: 120px;
}
.vip-ul { 
	float: right; 
	/*margin: 0; 
	line-height: 88px;*/
	}
.vip-ul li{
	display:inline-block; 
	font-size:29px; 
	color:#fff; 
	padding:0 20px;
	}
li.bdr-right{ cursor:pointer;
	background:url(/_/assets/img/sparate.jpg)repeat-y;
	line-height:34px;
	}

li.bdr-right:hover{ 
	color:#0082C3;
}

.navigation{
	min-height:410px;
	bottom:0;
}

.vip-content{
	width:78%;
	height:auto;
	float:left;
	color:#fff;
	padding:0 20px;
	background: rgba(0,0,0,0.7);
	border-radius: 7px 7px 7px 7px;
}

.cnt{width:100%; margin-left:7px;}

.vip-mem-cnt-btm {
	clear: both;
	margin-left:7px;
	width:100%;
}

div.bdr-right {
  float: left;
  width: 40%;
  padding-left:2px;
}

.bdr-right_bx {
    width: 100%;
}

.bdr-right_bx ul {
    list-style: none outside none;
    margin:0;
    padding: 5px;
    text-align: center;
}

div.bioinfo {
  border-left: 1px solid #fbfbfb;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: right;
  width: 60%;
  padding:2px;
}
.clear{
	clear:both;
}

.vip-mem-cnt-btm{font-size:15px;}
.menu-wrap {  top: 38px;}
