@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('fonts/AvenirNextLTPro-Regular-webfont.eot');
    src: url('fonts/AvenirNextLTPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/AvenirNextLTPro-Regular-webfont.woff2') format('woff2'),
         url('fonts/AvenirNextLTPro-Regular-webfont.woff') format('woff'),
         url('fonts/AvenirNextLTPro-Regular-webfont.ttf') format('truetype'),
         url('fonts/AvenirNextLTPro-Regular-webfont.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNextLTPro-Demi';
    src: url('fonts/AvenirNextLTPro-Demi-webfont.eot');
    src: url('fonts/AvenirNextLTPro-Demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/AvenirNextLTPro-Demi-webfont.woff2') format('woff2'),
         url('fonts/AvenirNextLTPro-Demi-webfont.woff') format('woff'),
         url('fonts/AvenirNextLTPro-Demi-webfont.ttf') format('truetype'),
         url('fonts/AvenirNextLTPro-Demi-webfont.svg#AvenirNextLTPro-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff2') format('woff2'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.siteInnerAccount{
	width: 1000px;
	margin: 0 auto;
}
/************accountpage***********/
.accountpage{
	padding: 35px 0 45px;
}
.membersidebar{
	width: 264px;
	float: left;
}
.acc_sidebar_top {
	width: 107%;
	height: 200px;
	background: #55bab7;
	margin-bottom: 15px;
	color: #fff;
}
.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: #097197;
	font-size: 13px;
	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: 14px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 4px;
}
.membersidebar .buttonAcc a.setting{
	background: #e2a123 ;
}
.membersidebar .buttonAcc a.account:hover{
	background-color: #d99b23;
}
.membersidebar .buttonAcc a.logout{
	background: #d94f25;
}
.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: #2e3131;
	padding-left: 16px;
	color: #ffffff;
	font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
    display: inline-block;
}
.membersidebar ul li a:hover, 
.membersidebar ul li a:active{
	background-color: #1B86A5;
    border: 1px solid #1B86A5;
}
#control_tran {
	background-image: url(images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 231px 19px;
	background-size: 21px 11px;
}
.accountRight{
	width: 685px;
	float: right;
}
.accRightTop {
	height: 112px;
	width: 100%;
	margin-bottom: 22px;
}
.accRightTopPart {
	height: 112px;
	width: 235px;
	border-radius: 5px;
	background: url(images/acc_balance.png) #1b86a5 no-repeat 18px 20px;
	padding: 15px 0 0 100px;
	display: inline-block;
	float: left;
}
.accRightTopPart h3 {
	margin: 0;
	font-family: 'bebas_neueregular';
	font-weight: normal;
	color: #ffffff;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
}
.earned {
	float: right;
	background: url(images/acc_earn.png) #55bab7 no-repeat 18px 20px;
}
.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: 465px;
	height: 56px;
	background: #03a9a8;
	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 a {
    float: right;
    height: 56px;
    display: block;
    color: #4a5757;
    margin-left: 15px;
    padding-left: 15px;
    background: #cdd8d8;
    line-height: 56px;
    width: 250px;
    border-radius: 0 4px 4px 0;
}
a.ref_banner {    
	margin: 0;
    width: 175px;
    text-transform: uppercase;
	height: 56px;
	display: inline-block;
	background: #1b86a5;
	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: #137f9f;
}
.accStatistic{
	width: 100%;
	margin-bottom: 15px;
    overflow: hidden;
}
.accStatisticPart {
	width: 330px;
	float: left;
	background: #cdd8d8;
}
.accStatisticBalance {
	float: right;
}
.headStatistic{
	width: 94%;
	height: 46px;
	background: #1b86a5;
	line-height: 46px;
	padding-left: 20px;
	color: #ffffff;
	font-weight: 600;
}
.accStatisticBalance .headStatistic {
	background: #03a9a8;
}
.cntStatistic{
	width: 90%;
	height: 186px;
	padding: 15px 42px 15px 14px;
}
.cntStatistic ul{
	padding: 0;
	margin: 0;
}
.cntStatistic ul li{
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #696464;
	line-height: 33px;
	color: #696464;
	font-size: 16px;
    padding: 0 8px;
    text-transform: capitalize;
}
#transactions ul {
    margin-top: -4px;
}
#transactions ul li {
	margin-bottom: 0;
	line-height: 42px;
}
#transactions ul li a {
	line-height: 42px;
	height: 44px;
	background: #4E5353;
	text-transform: capitalize;
    border: 1px solid #4E5353;
}
#transactions ul li a:hover,
#transactions ul li a:focus,
#transactions ul li a:active {
	background: #03a9a8;
	border: 1px solid #03a9a8;
}
.accStatisticBalance .cntStatistic ul li {
	line-height: 48px;
}
.accStatisticBalance .cntStatistic ul li i{
    display: block;
    margin-right: 15px;
    float: left;
	width: 58px;
	height: 33px;
	margin-top: 7px;
	background: url(images/panft.png) transparent no-repeat 0 0;
}
.accStatisticBalance .cntStatistic ul li:nth-child(2) i{
	background-position: -67px 0;
}
.accStatisticBalance .cntStatistic ul li:nth-child(3) i{
	background-position: -134px 0;
}
.cntStatistic ul li span{
	float: right;
}
.cntStatistic ul li:last-child{
	border-bottom: 0;
}
.acc_news {
	height: 110px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	padding-left: 74px;
	background: url(images/acc_new.png) no-repeat #1b86a5 14px 22px;
	padding-top: 15px;
}
.acc_news a {
	color: #23E2D7;
	font-weight: 600;
	text-transform: capitalize;
}
.linkAllnew {
	float: right;
	margin-right: 5px;
}


/************loginPage***********/
.LoginPage {
	text-align: center;
}
.form-login {
	overflow: hidden;
	width: 444px;
	height: 344px;
	margin: 0px auto;  
	font-weight: normal;

}

.loginRight {
	width: 444px;
	height: 344px;
	background: #097197;
	padding: 32px 0 0 49px;
	text-align: left;
}


.loginRight a {color:#80C9E4;}

.loginRight .form-group label {	
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 10px;
}
.loginRight .form-group input {	
	height: 57px;
	width: 345px;
	border: 0px;
	border-radius: 4px;
	background: #ffffff;
	font-size: 16px;
	padding-left: 15px;
}
.loginRight button {
	border-radius: 5px;
	width: 137px;
	height: 52px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #E2A123;
	margin-top: 10px;
	border: 0;
	margin-right: 5px;
}
.loginRight button:hover,
.loginRight button:focus {
	background: #9dc73b;
	color: #ffffff;
}

.siteInner h3 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	position: relative;
	font-weight: 300;
	text-transform: uppercase;
}

.news-title {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	border-radius: 4px 4px 0px 0px;
	font-weight: 400;
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
	background: #1A9592;
	padding: 8px 20px;
	margin-bottom: 0px;
}

.news-content {padding: 20px; border-left: 1px solid #7E9A9A; border-right: 1px solid #7E9A9A;margin-bottom: 0px;}

.news-foot {
	border-radius: 0px 0px 4px 4px;
	color: white;
	background:#2E3131;
	padding: 6px 20px;
	}

/*signupPage*/
.signupPage{
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 20px;
	text-align: center;
}
.form_part {
	float: left;
	width: 435px;
	background-color: #097197;
	color: #ffffff;
	min-height: 510px;
	padding: 20px;
}
.form_info {
	float: right;
	background-color: #03a9a8;
}
.form_part h1 {
	margin: 0;
	text-align: center;
	line-height: 34px;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}
.divider{
	width: 100%:;
	height: 2px;
	background: #ffffff;
	overflow: hidden;
	margin: 13px auto 32px;
}
.form-child{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.form-child label{
	font-weight: 400;
    font-size: 14px;
    float: left;
    line-height: 46px;
    margin: 0;
}
.form-child input[type="text"],
.form-child input[type="password"]{
	width: 266px;
	height: 46px;
	border: 0px solid #afafa9;
	background: #ffffff;
	padding: 5px 10px;
	line-height: 36px;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	float: right;
}
.form-child input[type="submit"] {
    width: 182px;
    height: 50px;
    float: right;
    background: #ebad35;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.form-child input[type="submit"]:hover {
	opacity: 0.9;
}
.form-checkbox, .form-checkbox a {
	text-align: right !important;
    color: #ffffff;
    margin-top: 21px;
    position: relative;
}
.form-checkbox input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    position: absolute;
    z-index: 9999;
    top: -1px;
    left: 190px;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
}
.form-upline {
	background-color: #038786;
	text-align: center;
	min-height: 50px;
	padding: 12px 0;
}
.form-upline p {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.form-upline p span {
	font-weight: 600;
}






/*accountPage*/

.acc-sub-titleh3, .acc-sub-title{
	 
	font-weight: normal;
	margin-bottom: 0;
	color: #A4C94C;
}

.acc-sub-titleh3 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #ffffff;
	padding-left: 24px;
	line-height: 53px;
	width: 100%;
	border-radius: 4px;
	background: #1b86a5;
	margin-bottom: 12px;
}
.acc-sub-title {
	font-size: 18px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: -10px;
	color: #0E6983;
}
.acc_content_sub {
	width: 100%;
	background: #cdd8d8;
	border-radius: 4px;
	padding: 10px;
}
.acc_content_sub form {
	background: #ffffff;
	padding: 10px 10px 20px;
}

.accountRight table, .sup_wrap table{
	background: #ffffff;
	width: 100%;
	margin-bottom: 10px;
}
.accountRight table tr, .sup_wrap table tr {
    border: 0px solid #868679;
}

.accountRight table table tr, .accountRight table table tr td {
	background: #ffffff;
	border: 0px solid #A4C94C;
}

.accountRight table td, .accountRight table th {padding: 5px 10px;}

.accountRight table th {
	font-weight: 600;
	font-size: 15px;
	color: #097197;
}

table h2 {
	color:#D59F0F;
	font-size: 20px;
}

.accountRight table a {color:#A4C94C;}

.accountRight table tr td, .sup_wrap table tr td {
	padding: 5px 20px;
	border-bottom: 1px solid #BABAB4;
	line-height: 33px;
	color: #696464;
	font-size: 14px;
	text-align: left;
	width: auto;
	min-height: 45px;
}
.edit_acc table tr td{
	border-bottom: 0px solid #868679;
}
.accountRight table tr:last-child td {
	border-bottom: 0px solid #868679 !important;
}
.edit_acc table tr td:nth-child(2), .sup_wrap table tr td:nth-child(2) {
    text-align: left;
    text-align: right;
}
.accountRight table tr td b {
	font-weight: 600;
	color: #119087;
}
.accountRight table tr input[type="submit"], .sup_wrap table tr input[type="submit"]{
	background: #1B86A5;
    border: 1px solid #177D9A;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 20px;
    display: inherit;
}
.accountRight .edit_acc table tr input[type="submit"]{
    margin-left: -80px;
    margin-top: 10px;
    display: block;
}
.wrap_input_submit {
	display: block;
	text-align: center;
}
.wrap_input_submit input[type="submit"] {
	background: #1B86A5;
    border: 1px solid #177D9A;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 20px;
    display: inline-block;
}
.accountRight table tr input {
padding: 10px;
border: 1px solid #D4D4C5;
background: #F8F8F8;
width: 100px;
}
.acc_divider td {
	padding: 0 !important;
	min-height: 45px !important;
}
.acc_divider td div {
	border-top: 2px solid #8D9696  !important;
	margin-left: 30px;
	margin-top: 15px;
}
.acc_divider td:nth-child(2) div {
	margin-left: 0;
	margin-right: 30px;
}
.accountRight input[type="radio"] {
    margin-right: 7px;
}
.accountRight textarea {
    width: 100%;
    padding: 5px 10px;
}

.deposit_history table tr td label {width: 60px;}

.accountRight table tr td.inheader, .sup_wrap table tr td.inheader {
	border-bottom: 4px solid #E2A123;
	font-weight: 600;
}

.plans-table {margin: 30px 0px;}

.plans-table td {padding: 10px; border-bottom: 1px solid #373736; text-align: center;}

.plans-table th {background: #D59F0E; color: white; padding: 10px; text-align: center; font-weight: normal;}


table b {font-weight: normal;    }


.modal_company, .modal_company2 {
	text-align: center;
}
.modal_company .modal-content, .modal_company2 .modal-content {
	padding: 30px;
	display: inline-block;
}
.modal_company button.close, .modal_company2 button.close {
    width: 15px;
    height: 25px;
    font-size: 34px;
    margin-top: -34px;
    margin-right: -18px;
}


p.a_h_secure {
	font-weight: 500;
	padding-bottom: 12px;
	border-bottom: 1px solid #9CA1A1;
}
.sup_wrap {
	display: block;
	overflow: hidden;
	padding: 25px 10px;
}
.sup_wrap form {
	width: 730px;
	float: left;
	border-radius: 5px;
	padding: 10px;
	background-color: #F4F4F4;
	border: 1px solid #DED7D7;
}
.sup_wrap .sup_info {
	width: 240px;
	float: right;
	border-radius: 5px;
	background: #2e3131;
	padding: 20px 5px;
}
.sup_wrap .sup_info .footer4 {
	margin: 0;
}
.sup_wrap .sup_info .footer4 h3 {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #36b7aa;
	text-transform: uppercase;
	margin: 0;
	margin-top: 0px;
	height: auto;
	width: auto;
	line-height: initial;
	position: static;
}
.sup_wrap table tr td {
	width: 100%;
	text-align: left !important;
	height: auto;
	border-bottom: 0px;
	padding: 10px 20px;
}
.sup_wrap table tr input[type="submit"]{
    padding: 5px 20px;
    margin-left: 285px;
    margin-top: -34px;
}
.sup_wrap textarea, .sup_wrap input[type="text"] {
    width: 100%;
}
.sup_wrap table b {
    font-weight: 500;
}
.acc_sub_ref table tr td:nth-child(2) span {
	background: #55BAB7;
	color: #ffffff;
	width: 100%;
	display: block;
	padding: 0px 15px;
}
.deposit_check td {
	text-align: left !important;
}
.sub_de_his tr td {
	width: 40% !important;
	float: left !important;
}
.deposit_history table tr td {
	width: auto !important;
	float: none !important;
}
.deposit_history table tr td:nth-child(2) {
	text-align: left !important;
}
.sub_de_his tr td:nth-child(3) {
	width: 20% !important;
}
.deposit_history td.inheader, .deposit_history td.inheader b {
    background-color: #097197;
    color: #ffffff !important;
}
.deposit_sub table tr td {
    border-bottom: 1px solid #969A9A;
}

/*about_us*/
.about {
    padding: 10px 0;
    text-align: center;
}
.about img {
	display: inline-block;
}
.about p {
	display: inline-block;
    vertical-align: top;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #485351;
    font-size: 18px;
    margin-top: 20px;
    line-height: 28px;
    text-align: justify;
}
.ab_top p {
	width: 410px;
	float: right;
	margin-top: 3px;
}

.page-title {
	height: 124px;
	line-height: 124px;
	text-align: center;
	font-size: 48px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

.plans-select {
	text-align:center;
	font-family: 'bebas_neueregular';
	font-size: 48px;
	color:#36B7AA;
	line-height: 60px;
}

.deposit-plan {
	background:#097197;
	padding: 8px 15px;
	color: white;
	font-family: 'bebas_neueregular';
}

.accountRight table tr td.deposit-plan b {color: white; font-weight: normal; font-size: 20px;}


input[type="submit"], input[type="button"] {
	background: #1B86A5;
    border: 1px solid #177D9A;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 20px;

}

.plans-container {overflow:hidden;}

.plans-container table {width: 48%; float:left; margin: 5px;}

.accountRight table tr td.balance {
	background:#55BAB7;
	border: 1px solid #55BAB7;
	color:white;
	font-weight:600;
}

.rate-table td {
background:#E6F0F1;
text-align: center;
}

table.rate-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 20px;
}

.plan-calculate {
	margin-top: 10px;
	background: #0D7A97;
	color: white;
	padding: 10px;
	border-radius: 3px;
	line-height: 30px;
	background: url(images/calculate.png) no-repeat #0D7A97 right center;
}

.plan-calculate input[type="text"] {
	border: 0px;
	color: black;
	padding-left: 5px;
}

.plan-calculate .return {font-weight: 600;}




#rules > ul {
    text-align: left;
}



#supp .descr_req {
    color: rgba(255, 255, 255, 0.64);
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
}


.inpts,
#supp input[type="text"] {
    background-color: transparent;
    border: 2px solid #fff;
    margin-bottom: -10px;
    margin-left: 0;
    padding: 7px;
    width: 425px;
}


#supp textarea {
    background-color: transparent;
    border: 2px solid #fff;
    height: 100px;
    margin-left: 0;
    width: 440px;
}
table .button-blue {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(38, 165, 212, 0.15), rgba(255, 255, 255, 0)) repeat scroll 0 0;
    border: 1px solid #d19526;
    border-radius: 5px;
    color: #d19526;
    cursor: pointer;
    display: block;
    font: bold 18px/1.5 "JuraRegular",monospace,sans-serif;
    margin-top: 30px;
    padding: 10px 110px;
    text-transform: uppercase;
    transition: all 200ms ease 0s;
    margin-left: 85px;
}

td {
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
}

.inheader,
.left,
.balance{
    float: left;
}
.item {
    float: left;
}

.right,
.item1,
.balance1,
.inheader1{
    float: right;
}


.lastin td {
    border-bottom: 1px dotted rgba(69, 69, 69, 0.69);
    float: left;
    font-family: "PoiretOneNormal",monospace,sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0 5px;
}

.name {
    color: #c99026;
    float: right !important;
    font-family: "ComfortaaLight",monospace,sans-serif;
    font-size: 20px;
    text-align: right;
    text-shadow: 1px 2px rgba(64, 64, 64, 0.18);
}



.lastout td {
    border-bottom: 1px dotted rgba(69, 69, 69, 0.69);
    float: left;
    font-family: "PoiretOneNormal",monospace,sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0 5px;
}



.stat td {
    border-radius: 8px;
    text-align: center;
    width: 250px;
}