.siteContainer{
	width: 100%;
}
.siteInner{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0px;
	min-height: 500px;
}
.sitetitle{
	width: 100%;
	height: 144px;
	line-height: 144px;
	text-align: center;
	background: #a4c94c;
	font-size: 48px;
    font-family: 'uni_sansthin_caps';
    color: #ffffff;
    position: relative;
}
.sitetitle:before{
	background: #a4c94c;
	width: 500%;
	left: -500%;
	height: 144px;
	content: "";
	position: absolute;
}
.sitetitle:after{
	background: #a4c94c;
	width: 500%;
	right: -500%;
	height: 144px;
	content: "";
	position: absolute;
}
.sitecontent{
	overflow: hidden;
}
/*****FAQ*****/
.FAQ{
	padding: 60px 0;
}
.FAQ .panel-group .panel{
	border: 0;
	border-radius: 0;
}
.FAQ .panel-group .panel+.panel{
	margin-top: 25px;
}
.FAQ .panel-heading{
	background:#0b2972;
	padding:0;
	border-radius: 0;
}
.FAQ .panel-heading a{
	color: white;
	width: 100%;
	display: inline-block;
	line-height: 64px;
	padding-left: 0px;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: -6px;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 0px;
    margin-top: 5px;
    border: 1px solid #e0e0e0;
}
.FAQ .panel-heading a p{
	width: 913px;
    display: inline-block;
    float: right;
    margin: 0;
}
.panel-heading a span{
	background-image: url('images/arrow_up.html');
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
    float: left;
    background-position: center center;
    background-color: #ffae11;
}
.arrow-up{
	background-image: url('images/arrow_up.html') !important;
}
.collapsed span {
	background-image: url('images/arrow_down.html') !important;
}
.FAQ .panel-body{
	color: #929191;
	font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background: #f1f1f1;
    text-align: justify;
    border-radius: 0;
    border: 0;
    line-height: 25px;
}
/*****PROMOS*****/
.promo-dis{
    background: #ffae11 !important;
    border-radius: 3px !important;
}
.promo-dis a:hover{
    background: #fff !important;
    color: #0b2972 !important;
}
/************accountpage***********/
.accountpage{
	padding: 35px 0 45px;
}
.membersidebar{
	width: 300px;
	float: left;
}
.acc_sidebar_top {
	width: 100%;
	height: 200px;
	background: #0b2972;
	margin-bottom: 15px;
	color: #fff;
	border-radius: 5px;
}
.adminmember {
	height: 100px;
}
.acc_avt {
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
}
.acc_avt img {
	display: inline-block;
	max-width: 100px;
	margin-top: 10px;
}
.adminmember>div.acc_text {
	float: right;
	width: 164px;
	height: 100px;
	padding-top: 20px;
}
.acc_text h3 {
	font-weight: 600;
	font-size: 18px;
	margin-top: 5px;
}
.acc_text p {
	font-weight: 400;
	font-size: 12px;
}
.last_access {
	line-height: 45px;
	background: #ffae11;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 11px;
}
.membersidebar .buttonAcc{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.membersidebar .buttonAcc a{
	height: 34px;
	line-height: 34px;
	width: 102px;
	margin: 0 3px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 4px;
}
.membersidebar .buttonAcc a.setting{
	background: #ffae11;
}
.membersidebar .buttonAcc a.account:hover{
	background-color: #d99b23;
}
.membersidebar .buttonAcc a.logout{
	background: #F44336;
}
.membersidebar .buttonAcc a.logout:hover{
	background-color: #d0471d;
}
.membersidebar ul{
	padding: 0;
	margin: 0;
}
.membersidebar ul li{
	list-style: none;
	margin-bottom: 4px;
}
.membersidebar ul li:last-child{
	margin-bottom: 0;
}
.membersidebar ul li a{
	line-height: 49px;
	border: 1px solid #4c4e4e;
	border-right: 0;
	border-left: 0;
	background: #0b2972;
	padding-left: 16px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
}
.membersidebar ul li a:hover, 
.membersidebar ul li a:active{
	background-color: #666666;
    border: 1px solid #f1f1f1;
}
#control_tran {
	background-image: url("images/arrow_down.html");
	background-repeat: no-repeat;
	background-position: 231px 19px;
	background-size: 21px 11px;
}
.accountRight{
	width: 820px;
	float: right;
}
.accRightTop {
	height: 127px;
	width: 100%;
	margin-bottom: 16px;
}
.accRightTopPart {
	height: 128px;
	width: 350px;
	border-radius: 5px;
	background: url("images/acc_balance.png") #0b2972 no-repeat 18px 24px;
	padding: 15px 0 0 100px;
	display: inline-block;
	float: left;
}
.accRightTopPart h3 {
	margin: 0;
    font-weight: normal;
    color: #ffffff;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
}
.earned {
	float: right;
	background: url("images/acc_earn.png") #0b2972 no-repeat 18px 24px;
}
.accRightTopPart p {
	margin: 0;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 34px;
}
.referral{
	width: 100%;
	height: 56px;
	margin-bottom: 16px;
}
.referral div {
	width: 530px;
	height: 56px;
	background: #0b2972;
	border-radius: 4px;
	display: inline-block;
	float: left;
}
.referral p {
    margin: 0;
	height: 56px;
	width: 115px;
	float: left;
	display: inline-block;
	padding-left: 18px;
	line-height: 56px;
	color: #ffffff;
	font-size: 14px;
	float: left;
}
.referral input {
    float: right;
    height: 56px;
    display: block;
    color: #4a5757;
    margin-left: 15px;
    padding-left: 15px;
    background: #f1f1f1;
    line-height: 56px;
    width: 400px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #d4d4d4;
}
a.ref_banner {
	margin: 0;
	width: 175px;
	text-transform: uppercase;
	height: 56px;
	display: inline-block;
	background: #ffae11;
	padding-left: 18px;
	line-height: 56px;
	color: #ffffff;
	font-weight: 500;
	float: right;
	border-radius: 4px;
	text-decoration: none;
	text-align:center;
	padding: 0px 15px;
}
a.ref_banner:hover {
	background: #0b2972;
}
.accStatistic{
	width: 100%;
	margin-bottom: 15px;
    overflow: hidden;
}
.accStatisticPart {
	width: 350px;
	float: left;
	background: #cdd8d8;
}
.accStatisticBalance {
	float: right;
}
.headStatistic{
	width: 100%;
	height: 46px;
	background: #ffae11;
	line-height: 46px;
	padding-left: 20px;
	color: #ffffff;
	font-weight: 600;
}
.accStatisticBalance .headStatistic {
	background: #ffae11;
}
.cntStatistic{
	width: 100%;
	height: 186px;
	padding: 18px 18px 18px 18px;
	background: #f1f1f1;
}
.cntStatistic ul{
	padding: 0;
	margin: 0;
}
.cntStatistic ul li{
	list-style: none;
	width: 100%;
	border-bottom: 2px solid #fff;
	line-height: 33px;
	color: #696464;
	font-size: 16px;
    padding: 0 8px;
    text-transform: capitalize;
}

@media screen and (max-width:480px){
   .membersidebar {
    width: 35%;
    float: left;
}
.accountRight {
    width: 35%;
    float: none;
}
}