.myaccount {
	background:url(images/bg-ctn.png) no-repeat top center;
	color: #fff;
}
.membersidebar {
	width: 25%;
	float: left;
	padding: 20px 20px 0;
	background: #101825;
	border-radius: 4px;
	border-bottom: 4px solid #f0d330;
	border-top: 4px solid #f0d330;
}
.myaccount_wrap {
	width: 71%;
	float: right;
	background: rgb(16, 24, 37);
	padding: 15px;
	border-radius: 4px;
}
.acc_top, .mem_nav, .member_right, .account_mid, .account-bottom, .detaild_box {
	width:100%;
	float:left;
	padding: 0 0 20px;
}
.account-bottom,.member_right {
	padding:0
}
.mem_nav h3 {
	font-size: 24px;
	color: #f7f36b;
	line-height: 24px;
	font-weight: 300;
	margin: 0 0 20px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}
.mem_nav h3:after {
	content: "";
	position: absolute;
	right: 15px;
	width: 50px;
	height: 2px;
	background: #f7f36b;
	top: 12px;
}
.mem_nav h3:before {
	content: "";
	position: absolute;
	left: 15px;
	width: 50px;
	height: 2px;
	background: #f7f36b;
	top: 12px;
}
.mem_nav ul {
	width:100%;
	float:left
}
.mem_nav ul li {
	width: 100%;
	float: left;
	line-height: 42px;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 46px;
}
.mem_nav ul li.one {
	background:url(images/acc_nav1.png) no-repeat 5px center
}
.mem_nav ul li.two {
	background:url(images/acc_nav2.png) no-repeat 5px center
}
.mem_nav ul li.three {
	background:url(images/acc_nav3.png) no-repeat 5px center
}
.mem_nav ul li.four {
	background:url(images/acc_nav4.png) no-repeat 5px center
}
.mem_nav ul li.five {
	background:url(images/acc_nav5.png) no-repeat 5px center
}
.mem_nav ul li.six {
	background:url(images/acc_nav6.png) no-repeat 5px center
}
.mem_nav ul li.seven {
	background:url(images/acc_nav7.png) no-repeat 5px center
}
.mem_nav ul li.eight {
	background:url(images/acc_nav8.png) no-repeat 5px center
}
.mem_nav ul li.nine {
	background:url(images/acc_nav9.png) no-repeat 5px center
}
.mem_nav ul li.ten {
	background:url(images/acc_nav10.png) no-repeat 5px center
}
.mem_nav ul li:last-child {
	border-bottom:none
}
.mem_nav ul li a {
	display: block;
}
.mem_nav ul li:hover {
	border-color:#f0d330
}
.user_name, .reg_date, .last_acc {
	padding: 15px;
	background: #152a35;
	width: 32%;
	float: left;
	border-radius: 4px;
}
.reg_date {
	margin:0 2%
}
.user_name img, .reg_date img, .last_acc img {
	width: 64px;
	height: 64px;
	margin: 0 15px 0 0;
	float: left;
}
.user_name h2, .reg_date h2, .last_acc h2 {
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 12px;
}
.user_name p, .reg_date p, .last_acc p {
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}
.aff_box {
	width: 100%;
	float: left;
	margin: 0 0 30px;
	border-radius: 4px;
	padding: 15px 15px 15px 75px;
	background: url(images/app_top.png) no-repeat #f0d330 15px center;
	border-bottom: 3px solid #1e7471;
}
.aff_box a {
	color: #0b1d26;
	font-size: 20px;
}
.mem_mid {
	width:33.33%;
	float:left;
	text-align:center
}
.mem_mid h2, .detailed-stats-box h3 {
	font-size: 24px;
	color: #f7f36b;
	line-height: 24px;
	font-weight: 300;
	padding-bottom: 20px;
	margin: 0;
}
.mem_mid p, .detailed-stats-box p {
	text-transform:uppercase;
	margin:0;
	color: #fff;
}
.detailed-stats-box {
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 20px;
}
.detaild_box {
	text-align: center;
}
.detaild_box a {
	border: 1px solid #f0d330;
	margin: 0 .8%;
	padding: 70px 30px 20px 30px;
	color: #f0d330;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 4px;
	width: 23%;
}
.detaild_box a.one {
	background:url(images/acc_butt1.png) no-repeat center 15px;
}
.detaild_box a.two {
	background:url(images/acc_butt2.png) no-repeat center 15px;
}
.detaild_box a.three {
	background:url(images/acc_butt3.png) no-repeat center 15px;
}
.detaild_box a.four {
	background:url(images/acc_butt4.png) no-repeat center 15px;
}
.detaild_box a:hover {
	border: 1px solid #fff;
	color: #fff;
}


@media screen and (max-width:480px){
   .membersidebar {
    width: 100%;
    float: left;
    padding: 20px 20px 0;
    background: #101825;
    border-radius: 4px;
    border-bottom: 4px solid #f0d330;
    border-top: 4px solid #f0d330;
}
.myaccount_wrap {
    width: 100%;
    float: left;
    background: rgb(16, 24, 37);
    padding: 15px;
    border-radius: 4px;
    margin-top: 10px;
}
.myaccount {
   margin: 20px;
}
.user_name h2, .reg_date h2, .last_acc h2 {
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 5px;
}
.user_name p, .reg_date p, .last_acc p {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
}
.detaild_box a {
    border: 1px solid #f0d330;
    margin: 0 .8%;
    padding: 70px 0px 18px 0px;
    color: #f0d330;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    width: 22%;
    font-size: 10px;
    text-align: center;
}
.mem_mid h2, .detailed-stats-box h3 {
    font-size: 18px;
    color: #f7f36b;
    line-height: 24px;
    font-weight: 300;
    padding-bottom: 2px;
    margin: 0;
}
.aff_box {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    border-radius: 4px;
    padding: 15px 15px 15px 53px;
    background: url(images/app_top.png) no-repeat #f0d330 15px center;
    border-bottom: 3px solid #1e7471;
}
.aff_box a {
    color: #0b1d26;
    font-size: 9px;
}
.mem_mid p, .detailed-stats-box p {
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-size: 10px;
}
}