﻿@import url('../css.css');
body {
	font: 400 14px/24px 'Open Sans', sans-serif;
	color: #8a939b;
	padding: 0;
	margin: 0;
	background: #fff;
}


.error{
width: 100%;
        width: 74%;
    color: #fff;
    background-color: red;
    padding: 15px 72px;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-position: 25px 11px;
    background-size: 30px 30px;
    text-align: center;
    overflow: hidden;
    margin-left: 12%;
    border-radius: 35px;
}

.success{
width: 100%;
    color: #fff;
    background-color: green;
    padding: 15px 72px;
    background-image: url(../images/success.png);
    background-repeat: no-repeat;
    background-position: 25px 11px;
    background-size: 30px 30px;
    text-align: center;
overflow:hidden;
    border-radius: 40px;
}
table.tab {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #DA0014;border-collapse: collapse;}
table.tab th {  
    font-size: 17px;
    background-color: #4c84d1;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #4c84d1;
    text-align: center;
    color: #fff;}
table.tab tr {}
table.tab td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #4c84d1;}


table.blank {font-size:14px;color:#333333;width:100%;border-width: 0px;border-color: #9dcc7a;border-collapse: collapse;}
table.blank th {font-size:14px;background-color:#abd28e;border-width: 0px;padding: 8px;border-style: solid;border-color: #9dcc7a;text-align:left;}
table.blank tr {}
table.blank td {font-size:14px;border-width: 0px;padding: 8px;border-style: solid;border-color: #9dcc7a;}

.pp{
        text-align: right;
    width: 52%;
    padding: 10px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
	    outline: none;
}
.deposit-total {
    max-width: 400px;
    background-color: #4c84d1;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 12px;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
    margin-top: 20px;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;}
    
.body {


}

#placeforstatus {
 
   color: #ef4809 !important;
		
   width: 100%;
		
   height: auto;
  
   text-align: center !important;
 
   background-repeat: no-repeat;
  
   background-position: center;

   padding: 10px;

   background-size: 128px 128px;

}

#placeforstatus:img {
	
	
 opacity: 0.1;

}

.btc_form {
   
 color: #fff;
   
 text-align: center;
  
  margin-bottom: 30px;

}


.btc_form a {
   
  color: #12758b;
  
  text-align: center;
 
   padding-top: 2px;
  
  padding-bottom: 2px;
  
  padding-left: 10px;
  
  padding-right: 20px;
  
  font-style: normal;
	 
   pointer-events: none;
 
   cursor: default;
   
  text-decoration:none;
   
   font-size: 24px;
  
 
}









    
    


p {
	text-align: justify;
	margin: 0 0 20px
}
a {
	color: #8a939b;
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease;
}
a:hover, a:active, a:focus {
	color: #4d88d4;
	text-decoration: none;
	outline: none
}
img {
	max-width: 100%
}
label {
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="email"] {
	color: #444;
	width: 100%;
	height: 36px;
	border: 1px solid #cecece;
	padding: 0 15px;
	border-radius: 4px
	 font-size: 15px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .form-container textarea:focus {
	border: 1px solid #76a5f2
}
textarea {
	color: #444;
	width: 100%;
	height: 100px;
	border: 1px solid #cecece;
	padding: 10px;
	border-radius: 4px;
	resize: none
}
select {
	padding:4px 24px 4px 6px;
	background: #fff url(images/select_arrow.png) no-repeat center right 5px;
	color: #444;
	border-radius: 4px;
	border: 1px solid #cecece;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input[type="submit"], input[type="button"] {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47aaf2+0,53dafa+100 */
	background: #47aaf2; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #47aaf2 0%, #53dafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47aaf2', endColorstr='#53dafa', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size: 14px;
	line-height: 38px;
	border: none;
	margin: 0 5px 0 0;
	border-radius: 50px;
	padding: 0 35px;
	display: inline-block;
	font-weight: 700
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #fff;
	background: #53dafa;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.wrapper, .header_wrap, .about_wrap {
	width: 100%;
	float: left;
}
.header_wrap {
	background: url(images/banner_bg.jpg) no-repeat center center;
	-webkit-clip-path: polygon(0 0, 1920px 0, 1920px 96%, 0 100%);
	clip-path: polygon(0 0, 1920px 0, 1920px 96%, 0 100%);
}
.header_wrap_inside {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f35b2+0,4ad1ef+100 */
	background: #4f35b2; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #4f35b2 0%, #4ad1ef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #4f35b2 0%, #4ad1ef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #4f35b2 0%, #4ad1ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f35b2', endColorstr='#4ad1ef', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	padding: 38px 0;
	margin: 0;
	border: none;
}
.logo {
	float: left;
}
.navbar-nav {
	float: right;
}
.navbar-nav > li {
	margin: 8px 11px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 29px;
	padding: 0;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #53d8f9
}
.navbar-nav > li.login {
	background: #fff;
	border-radius: 50px;
	border: 2px solid #fff;
}
.navbar-nav > li.login a {
	color: #4e67c7;
	padding: 0 35px;
	line-height:25px
}
.navbar-nav > li.register {
	border: 2px solid #fff;
	border-radius: 50px;
}
.navbar-nav > li.register a {
	padding: 0 35px;
	line-height:25px
}
.navbar-nav > li.login:hover {
	background: none;
}
.navbar-nav > li.login:hover a {
	color: #fff
}
.navbar-nav > li.register:hover {
	background: #fff
}
.navbar-nav > li.register:hover a {
	color: #4e67c7;
}
.banner_content h1 {
	font-weight: 700;
	color: #fff;
	line-height: 54px;
	font-size: 48px;
	margin: 0 0 30px;
}
.banner_content_inside h1 {
	font-size: 34px;
	margin: 0 0 40px;
	font-weight: 700;
	color: #fff;
	line-height: 54px;
	text-align:center;
}
.banner_content h2 {
	margin: 0 0 25px;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}
.banner_content p {
	color: #fff;
	margin: 0 0 40px;
}
.banner_content a.join_now {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47aaf2+0,53dafa+100 */
	background: #47aaf2; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #47aaf2 0%, #53dafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47aaf2', endColorstr='#53dafa', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size: 18px;
	line-height: 42px;
	margin: 0 5px 0 0;
	border-radius: 50px;
	padding: 0 35px;
	display: inline-block;
	font-weight: 600
}
.banner_content a.join_now:hover {
	background: #fff;
	color: #48acf2;
}
.banner_content a.login {
	color: #48acf2;
	background: #fff;
	font-size: 18px;
	line-height: 42px;
	margin: 0 5px 0 0;
	border-radius: 50px;
	padding: 0 35px;
	display: inline-block;
	font-weight: 600
}
.banner_content a.login:hover {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47aaf2+0,53dafa+100 */
	background: #47aaf2; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #47aaf2 0%, #53dafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47aaf2', endColorstr='#53dafa', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.banner_content {
	padding-bottom: 180px;
}
.about_wrap {
	background: url(images/about_bg.jpg) no-repeat center top;
	margin: -30px 0 0 0
}
.about_wrap.inside {
	margin: 0
}
.company_stats {
	background: #fff;
	border-radius: 6px;
	width: 100%;
	float: left;
	box-shadow: 0px 0px 2px #999;
	margin: -80px 0 0 0;
	position: relative;
	z-index: 99;
}
.stat_box {
	padding: 22px 93px;
    float: left;
    width: 33.33%;
}
.stat_box span {
	float: left;
	padding: 0 10px 0 0;
}
.stat_box p {
	float: left;
	margin: 0;
}
.stat_box h3 {
	color: #49b0f3;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.stat_right {
	background: #4f57c0;
	color: #fff;
	border-radius: 0 6px 6px 0;
}
.about_content {
	padding: 60px 0 100px;
	width: 100%;
	float: left;
}
.about_content h2, .plan_wrap h2 {
	font-weight: 300;
	font-size: 36px;
	margin: 0 0 25px;
	color: #53595e;
}
.plan_wrap h2 {
	margin-bottom: 45px
}
.about_content p {
	margin: 0;
}
.about_featured {
	width: 100%;
	float: left;
}
.featured_box {
	background: #fff;
	float: left;
	width: calc(50% - 14px);
	margin: 7px;
	padding: 12px;
	box-shadow: 0 0px 5px #c6c6c6;
}
.featured_box span {
	float: left;
	padding: 0 10px 0 0;
}
.featured_box h3 {
	margin: 0;
	font-size: 17px;
	color: #4c99db;
	line-height: 50px;
	font-weight: 600;
}
.plan_wrap {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 60px;
}
.plan_box {
	color: #fff;
	border-radius: 4px;
}
.plan_box.one {
	background: #4d7fd1
}
.plan_box.two {
	background: #4f57c0
}
.plan_box.three {
	background: #1d91e5
}
.plan_name {
	width: 206px;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	border-radius: 0 0 4px 4px;
	font-size: 18px;
	font-weight: 600;
}
.plan_box.one .plan_name {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#639af3+0,7dadfc+100 */
	background: #639af3; /* Old browsers */
	background: -moz-linear-gradient(left, #639af3 0%, #7dadfc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #639af3 0%, #7dadfc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #639af3 0%, #7dadfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#639af3', endColorstr='#7dadfc', GradientType=1 ); /* IE6-9 */
	box-shadow: 0 1px 3px #4975ba;
}
.plan_box.two .plan_name {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c74e3+0,8990f4+100 */
	background: #6c74e3; /* Old browsers */
	background: -moz-linear-gradient(left, #6c74e3 0%, #8990f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6c74e3 0%, #8990f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6c74e3 0%, #8990f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c74e3', endColorstr='#8990f4', GradientType=1 ); /* IE6-9 */
	box-shadow: 0 1px 3px #4b50ab;
}
.plan_box.three .plan_name {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47aaf2+0, 53dbfa+100 */ background: #47aaf2; /* Old browsers */
	background: -moz-linear-gradient(left, #47aaf2 0%, #53dbfa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #47aaf2 0%, #53dbfa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #47aaf2 0%, #53dbfa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47aaf2', endColorstr='#53dbfa', GradientType=1 ); /* IE6-9 */
	box-shadow: 0 1px 3px #1c86cc;
}
.plan_box .icon {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	margin: 10px auto;
	line-height: 132px;
}
.about_images .plan_box .icon {
	background: transparent;
	width: 202px;
    height: 162px;
    border-radius: 50%;
    margin: 10px auto;
    line-height: 132px;
}

.about_images .plan_box h4 {padding-bottom: 30px;}

.about_images {
	    background: #F0FBFF;
    padding-top: 30px;
}

.about_features {
    background: #4f51be;
    background: -moz-linear-gradient(left, #4f51be 0%, #4bbfea 100%);
    background: -webkit-linear-gradient(left, #4f51be 0%, #4bbfea 100%);
    background: linear-gradient(to right, #4f51be 0%, #4bbfea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f51be', endColorstr='#4bbfea', GradientType=1 );
    color:white;
    text-align:center;
    width: 100%;
    float: left;
    padding:35px 0px;
}


.about_features h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    margin-top: 15px;
}

.about_features p{
	text-align:center;
}

.plan_box.one .icon {
	background: #4375c7
}
.plan_box.two .icon {
	background: #3f48b5
}
.plan_box.three .icon {
	background: #1783d1
}
.plan_box h3 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 5px;
}
.plan_box h4 {
	font-weight: 300;
	font-size: 24px;
	margin: 0 0 10px;
}
.plan_box ul {
	padding: 0 20px;
}
.plan_box ul li {
	border-bottom: 1px solid #76a5f2;
	line-height: 26px;
}
.plan_box a {
	background: #fff;
	border-radius: 50px;
	color: #4d7fd1;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	display: inline-block;
	padding: 0 30px;
	font-size: 13px;
	margin: 25px 0;
	border: 2px solid #fff;
	box-shadow: 0 0 2px #666;
}
.plan_box a:hover {
	background: none;
	color: #fff;
}
.certificate_wrap {
	width: 100%;
	float: left;
	background: url(images/certificate_bg.jpg) no-repeat top center;
	padding: 60px 0;
}
.certificate_thumb {
	text-align: center
}
.certificate_thumb img {
	box-shadow: 0 0 4px #cae5eb;
	border: 1px solid #cae5eb;
	border-radius: 6px;
}
.company_details {
}
.company_details h2, .form-container-support h2, .account_header, .account_main, h3.account_main, h4.modal-title {
	color: #2090de;
	margin: 0 0 15px;
	font-weight: 600;
	font-size: 24px;
}
.company_details h3 {
	margin: 0 0 15px;
	font-weight: 600;
	font-size: 16px;
}
.company_details a.view_details, a.new_user {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47aaf2+0,53dafa+100 */
	background: #47aaf2; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #47aaf2 0%, #53dafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47aaf2', endColorstr='#53dafa', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size: 14px;
	line-height: 38px;
	margin: 0 5px 0 0;
	border-radius: 50px;
	padding: 0 35px;
	display: inline-block;
	font-weight: 700;
	transition: all 0.3s ease;
}
.company_details a.view_details:hover, a.new_user:hover {
	background: #53dafa;
	transition: all 0.3s ease;
}
a.new_user {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c74e3+0,8990f4+100 */
	background: #6c74e3; /* Old browsers */
	background: -moz-linear-gradient(left, #6c74e3 0%, #8990f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6c74e3 0%, #8990f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6c74e3 0%, #8990f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c74e3', endColorstr='#8990f4', GradientType=1 ); /* IE6-9 */
	font-size: 14px;
	line-height: 38px;
	margin: 0 5px 0 0;
	border-radius: 50px;
	padding: 0 35px;
	display: inline-block;
	font-weight: 700;
	transition: all 0.3s ease;
}
a.new_user:hover {
	background: #6c74e3;
	transition: all 0.3s ease;
}
.form-container.loginpage,.form-container.forgot_pw,.alluserform {
	background: #fff;
box-shadow: 0 0px 5px #e7e7e7;
padding: 20px;
border: 1px solid #cae5eb;
}
.company_details h4 {
	font-weight: 700;
	font-size: 14px;
}
.company_details p {
	margin: 0 0 5px;
}
.company_details img.map {
	border: 1px solid #6ecbe1
}
.comp_stat {
	width: 100%;
	float: left;
}
.comp_stat_box {
	text-align: center;
	background: #fff;
	float: left;
	width: calc(50% - 14px);
	margin: 7px;
	padding: 6px;
	box-shadow: 0 0px 5px #e7e7e7;
	border: 1px solid #cae5eb;
	border-radius: 4px;
}
.comp_stat_box span {
	display: inline-block;
	padding: 0 0 5px
}
.comp_stat_box p {
	text-align: center;
	color: #405475;
	margin: 0;
	line-height: 19px;
}
.testimonial_wrap, .wheretobuy, .support {
	width: 100%;
	float: left;
	padding: 40px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f51be+0,4bbfea+100 */
	background: #4f51be; /* Old browsers */
	background: -moz-linear-gradient(left, #4f51be 0%, #4bbfea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #4f51be 0%, #4bbfea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #4f51be 0%, #4bbfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f51be', endColorstr='#4bbfea', GradientType=1 ); /* IE6-9 */
}
.testi_thumb {
	text-align: center
}
.carousel-indicators .active {
	background: #31708f;
}
.content {
	margin-top: 20px;
}
.adjust1 {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.thumbnail .caption {
	padding: 0;
	color: #fff
}
.thumbnail .caption p {
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	text-align: center;
	margin: 0 0 40px;
}
.thumbnail {
	background: none;
	border: none;
	border-radius: 0;
	color: #fff;
	padding: 0;
}
.quote-icon {
	padding: 0 0 40px;
	width: 100%;
	float: left;
	text-align: center;
}
.author {
	text-align: center
}
.author img {
	padding: 0 20px 0 0
}
.carousel-indicators {
	display: none
}
.carousel-control {
	background: none !important
}
.carousel-control span.previous, .carousel-control span.next {
	width: 20px;
	height: 100%;
	display: inline-block;
	opacity: 1;
}
.carousel-control span.previous {
	background: url(images/arrow_prev.png) no-repeat center center;
	float: left;
}
.carousel-control span.next {
	background: url(images/arrow_next.png) no-repeat center center;
	float: right
}
.footer_payment_logos {
	width: 100%;
	float: left;
	padding: 25px 0
}
.footer_wrap {
	background: #e0ecef;
	width: 100%;
	float: left;
	padding: 35px 0;
}
.footer_links {
	width: 100%;
	float: left;
}
.footer_links li {
	width: 50%;
	float: left;
	color: #6c6d77;
	line-height: 26px;
}
.footer_email, .footer_phone {
	padding: 12px 15px;
	border: 1px solid #6daadf;
	border-radius: 4px;
	width: calc(50% - 10px);
	float: left;
	margin: 0 5px;
}
.footer_email img, .footer_phone img {
	margin: 0 15px 0 0;
	float: left
}
.footer_email span, .footer_phone span {
	color: #4d88d4
}
.about_wrap.inside .about_content p {
	margin: 0 0 20px;
	    color: #39565a;
}
.inside_wrap, .form_wrap {
	padding: 50px 0;
	width: 100%;
	float: left;
	background: url(images/certificate_bg.jpg) no-repeat top center;
}
.news_block {
	background: #3f48b5 url(images/news_article.png) no-repeat 20px 25px;
	color: #fff;
	padding: 20px 20px 20px 160px;
	border-radius: 4px;
	border-bottom: 3px solid #fff;
}
.news_title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 10px;
	color: #fff;
	width: 70%;
	float: left;
}
.news_infos {
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
	text-align: justify;
}
.news_time {
	margin: 0 0 10px;
	color: #8990f4;
	font-size: 13px;
	float: right;
	line-height: 26px;
}
.faq {
	font-size: 14px;
	background: url(images/faq_icons.png) no-repeat 12px 11px #4f57c0;
	padding: 10px 15px 10px 45px;
	display: block;
	border-bottom: 1px solid #1d91e5;
	margin-top: 2px;
	color: #fff;
}
.faq:hover {
	color:#fff !important
}
.faq:focus, .faq:active {
	background: #4d7fd1 url(images/faq_icons_active.png) no-repeat 12px 11px !important;
	color: #fff;
}
.faq_wrap .collapse {
	padding: 20px 0
}
.faq_wrap .collapse a, .faq_wrap .collapse a:hover {
	color: #fff;
}
.aff-banners ul {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0
}
.aff-banners ul li {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#639af3+0,7dadfc+100 */
	background: #639af3; /* Old browsers */
	background: -moz-linear-gradient(left, #639af3 0%, #7dadfc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #639af3 0%, #7dadfc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #639af3 0%, #7dadfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#639af3', endColorstr='#7dadfc', GradientType=1 ); /* IE6-9 */
	margin: 0 5px 0 0;
	border-radius: 4px 4px 0 0;
}
.aff-banners ul li:last-child {
	margin: 0
}
.aff-banners ul li a, .aff-banners ul li.active a {
	color: #fff !important;
	text-align: center;
	padding: 12px 20px;
	border: none !important;
	background: none !important;
	font-size: 15px;
	font-weight: 600;
}
.aff-banners ul li.active, .aff-banners ul li:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47aaf2+0, 53dbfa+100 */ background: #47aaf2; /* Old browsers */
	background: -moz-linear-gradient(left, #47aaf2 0%, #53dbfa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #47aaf2 0%, #53dbfa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #47aaf2 0%, #53dbfa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47aaf2', endColorstr='#53dbfa', GradientType=1 ); /* IE6-9 */
}
#show-hide-2 {
	text-align: center;
	border: 1px solid #4f57c0;
	padding: 15px;
	background: #fff;
}
h3.refheader, h2.section-title {
	color: #4f57c0;
	font-size: 22px;
	margin: 10px 0 25px;
	font-weight: 600;
	text-transform: uppercase
}
.howto {
	background: #fff;
	padding: 10px;
	border: 1px solid #cae5eb;
	border-radius: 4px;
	margin: 15px 0;
	min-height: 245px;
	box-shadow: 0 0px 3px #e7e7e7;
}
.howto span.thumb {
	float: left;
	margin: 0 0 15px;
	padding:0 0 15px;
	border-bottom:1px solid #cecece
}
.howto h2, .alluserform h3,.form-container.loginpage h3, .form-container.forgot_pw h3 {
	color: #2090de;
	font-weight: 600;
	font-size: 22px;
	margin: 5px 0 15px;
	text-transform: capitalize
}
.howto p:last-child {
	min-height: 150px;
	margin: 0
}
.wheretobuy h2 {
	color: #fff;
	margin: 0 0 25px;
	font-size: 22px;
	font-weight: 600;
}
.wheretobuy p, .address p, .email p, .phone p {
	color: #fff;
}
.address p, .email p, .phone p{text-align:center}
.wheretobuy-list ul {
	width: 100%;
	float: left;
}
.wheretobuy-list ul li {
	width: 25%;
	float: left;
	line-height: 36px;
	padding: 0 8px;
}
.wheretobuy-list ul li a {
	display: block;
	border-bottom: 1px solid #76a5f2;
	color: #fff;
	padding: 0 0 0 35px;
	background:url(images/tick.png) no-repeat left center
}
.address, .email, .phone {
	width:100%;
	float:left;
	text-align:center
}
.address h2, .email h2, .phone h2, .logo-container h3 {
	color: #fff;
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 600;
}
.address h2, .email h2, .phone h2 {
	padding: 10px 0;
	text-align: center;
	position: relative;
	margin: 25px 0 10px;
}
.address h2:before, .email h2:before, .phone h2:before {
	position:absolute;
	content:"";
	height:1px;
	width:160px;
	left:50%;
	margin-left:-80px;
	background:#fff;
	top:0;
}
.address h2:after, .email h2:after, .phone h2:after {
	position:absolute;
	content:"";
	height:1px;
	width:160px;
	left:50%;
	margin-left:-80px;
	background:#fff;
	bottom:0;
}
.address img, .email img, .phone img {
}
.email a, .email a:hover {
	color: #fff
}
.monitor-table {
	border-top: 1px solid #76a5f2;
	border-left: 1px solid #76a5f2;
	width: 100%;
}
.monitor-table td {
	border-bottom: 1px solid #76a5f2;
	border-right: 1px solid #76a5f2;
	padding: 8px;
	color: #333;
}
.form-container.loginpage form, .form-container.signuppage form, .form-container.forgot_pw form {
	margin: 0;
}
.form-container.loginpage table td,.form-container.signuppage table td, .form-container.forgot_pw table td {
	padding: 6px 0
}
.form-group .checkbox {
	float: left;
	margin: 2px 5px 0 0;
}
.map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 100%;
	float: left;
}
.login_redirect {
	background: #4f35b2;
}
.logo-container {
	margin: 70px auto 0;
	overflow: hidden;
	width: 100%;
	max-width: 600px;
	padding: 30px;
	background: #563ac2;
	border-radius:4px;
}
.member_wrap {
	background: url(images/about_bg.jpg) no-repeat center top;
}
.membersidebar {
	background: #4f57c0;
	padding: 10px;
	margin: 40px 0;
	width: 100%;
	float: left;
}
.membersidebar ul {
}
.membersidebar ul li {
	width:100%;
	line-height: 44px;
	padding: 2px 25px 2px 10px;
	float:left;
	border-bottom:1px solid #fff;
	position: relative;
	border-radius: 4px;
	margin: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c74e3+0,8990f4+100 */
	background: #6c74e3; /* Old browsers */
	background: -moz-linear-gradient(left, #6c74e3 0%, #8990f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6c74e3 0%, #8990f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6c74e3 0%, #8990f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c74e3', endColorstr='#8990f4', GradientType=1 ); /* IE6-9 */
}
.membersidebar ul li:hover {
	background: #8990f4
}
.membersidebar ul li a {
	line-height: 44px;
	color: #fff;
	float: left;
	font-weight: 600;
	font-size: 15px;
}
.membersidebar ul li:hover a {
	color: #fff;
	text-decoration: none
}
.membersidebar ul li span {
	float: left;
	margin: 0 8px 0 0;
	width: 30px;
	height: 44px;
}
.membersidebar ul li span.one {
	background: url(images/accleft1.png) no-repeat scroll center center
}
.membersidebar ul li span.two {
	background: url(images/accleft2.png) no-repeat scroll center center
}
.membersidebar ul li span.three {
	background: url(images/accleft3.png) no-repeat scroll center center
}
.membersidebar ul li span.four {
	background: url(images/accleft4.png) no-repeat scroll center center
}
.membersidebar ul li span.five {
	background: url(images/accleft5.png) no-repeat scroll center center
}
.membersidebar ul li span.six {
	background: url(images/accleft6.png) no-repeat scroll center center
}
.membersidebar ul li span.seven {
	background: url(images/accleft7.png) no-repeat scroll center center
}
.membersidebar ul li span.eight {
	background: url(images/accleft8.png) no-repeat scroll center center
}
.membersidebar ul li span.nine {
	background: url(images/accleft9.png) no-repeat scroll center center
}
.membersidebar ul li span.ten {
	background: url(images/accleft10.png) no-repeat scroll center center
}
.member-right {
	background: #fff;
	margin: 40px 0;
	padding: 10px;
	box-shadow: 0 0px 5px #c6c6c6;
	min-height: 510px;
	width:100%;
	float:left;
}
.member_box {
	border-radius:4px;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.member_box.one {
	background: #4d7fd1;
}
.member_box.two {
	background: #4f57c0;
}
.member_box.three {
	background: #1d91e5;
}
.member_box.one span, .member_box.two span, .member_box.three span {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0 10px;
	text-align: center;
	line-height: 100px;
}
.member_box.one span {
	background:#4375c7
}
.member_box.two span {
	background:#3f48b5
}
.member_box.three span {
	background:#1783d1
}
.member_box img {
}
.member_box h2, .mem_mid p {
	font-size: 20px;
	margin: 0 0 5px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.member_box p, .mem_mid strong {
	font-size: 16px;
	text-align: center;
	margin: 0;
	font-weight: 300;
	color: #fff;
	text-transform: capitalize;
}
.mem_mid {
	padding: 10px;
	text-align: center;
	background:#fff;
	border-radius:4px;
}
.mem_mid.one {
	background: #639af3;
	background: -moz-linear-gradient(left, #639af3 0%, #7dadfc 100%);
	background: -webkit-linear-gradient(left, #639af3 0%, #7dadfc 100%);
	background: linear-gradient(to right, #639af3 0%, #7dadfc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#639af3', endColorstr='#7dadfc', GradientType=1 );
}
.mem_mid.two {
	background: #6c74e3;
	background: -moz-linear-gradient(left, #6c74e3 0%, #8990f4 100%);
	background: -webkit-linear-gradient(left, #6c74e3 0%, #8990f4 100%);
	background: linear-gradient(to right, #6c74e3 0%, #8990f4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c74e3', endColorstr='#8990f4', GradientType=1 );
}
.mem_mid.three {
	background: #47aaf2;
	background: -moz-linear-gradient(left, #47aaf2 0%, #53dbfa 100%);
	background: -webkit-linear-gradient(left, #47aaf2 0%, #53dbfa 100%);
	background: linear-gradient(to right, #47aaf2 0%, #53dbfa 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47aaf2', endColorstr='#53dbfa', GradientType=1 );
}
.acc-bal, .ear-tot, .acc-dep {
	padding: 0 0 15px;
	float: left;
	width: 100%;
}
.acc_button_wrap {
	padding:38px 0
}
.acc_button {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47aaf2+0,53dafa+100 */
	background: #47aaf2; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #47aaf2 0%, #53dafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47aaf2', endColorstr='#53dafa', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size: 14px;
	line-height: 38px;
	margin: 5px 0;
	border-radius: 50px;
	width:100%;
	display: block;
	font-weight: 700;
	text-align:center;
	transition: all 0.3s ease;
}
.acc_button:hover {
	background: #47aaf2;
	color: #fff;
}
.detailed-stats-box {
	border: 1px solid #cae5eb;
	text-align: center;
	padding: 10px;
	margin: 15px 0;
	box-shadow: 0 0px 5px #e7e7e7;
	border-radius: 4px;
}
.detailed-stats-box p {
	text-align: center;
	margin: 0 0 5px;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 500;
	color: #405475;
}
.detailed-stats-box h3 {
	margin: 0;
	font-size: 18px;
	color: #405475;
	font-weight: 600;
}




.btn-info {
	display: inline-block;
	float: right;
	color: #fff !important;
	font-size: 14px;
	border-radius: 50px;
	padding: 0 22px;
	line-height: 30px;
	margin: 7px 0;
	border: none;
	background: #47aaf2;
	background: -moz-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%);
	background: -webkit-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%);
	background: linear-gradient(135deg, #47aaf2 0%, #53dafa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47aaf2', endColorstr='#53dafa', GradientType=1 );
}
.btn-info:hover {
	background: #47aaf2
}
.account_deposit {
	text-align: center;
	margin-bottom: 30px
}
.account_deposit .radio {
	color: #fff;
	background: #47aaf2;
	background: -moz-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%);
	background: -webkit-linear-gradient(-45deg, #47aaf2 0%, #53dafa 100%);
	background: linear-gradient(135deg, #47aaf2 0%, #53dafa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47aaf2', endColorstr='#53dafa', GradientType=1 );
	font-size: 14px;
	line-height: 38px;
	border: none;
	margin: 15px 0;
	border-radius: 50px;
	padding: 0 35px;
	display: inline-block;
	font-weight: 700;
	cursor:pointer
}
.account_deposit input[type=radio] {
	display: none
}
.account_deposit input[type="radio"]:checked + .radio {
	background: #ff57e9;
	color:#4e67c7
}
.member-right .top {
	background: #3abbd8;
	padding: 10px;
	color: #fff;
	border-radius: 4px;
	margin: 0 0 20px;
	width: 100%;
	float: left;
}
.member-right .top p {
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 34px;
	font-size: 18px;
	float: left;
	padding: 0 0 0 46px;
	background:url(images/ref_link.png) no-repeat 10px center;
}
.member-right .top h2 {
	margin: 0;
	float: right;
}
.member-right .top h2 a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 34px;
	display: block;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
 .membersidebar ul li {
 padding: 2px 16px 2px 2px;
 margin: 0 1px;
}
 .howto {
 min-height: 270px;
}
.navbar-nav > li {
 margin: 8px 5px;
}
.navbar-nav > li.login a, .navbar-nav > li.register a {
 padding: 0 20px
}
.comp_stat_box {
 width: calc(33.33% - 14px);
}
.company_stats {
 margin: -110px 0 0 0;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.navbar-default {
 padding: 20px 0;
}
.navbar-nav {
 float: left;
}
.navbar-nav > li {
 margin: 7px;
}
.navbar-nav > li.login a, .navbar-nav > li.register a {
 padding: 0 15px;
}
.banner_content h1 {
 line-height: 34px;
 font-size: 38px;
 margin: 10px 0;
}
.banner_content {
 padding-bottom: 200px;
}
.about_content {
 padding: 20px 0 50px;
}
.company_stats {
 margin: -120px 0 0 0;
}
.about_featured {
 padding: 30px 0 0 0;
}
}
@media screen and (max-width: 1024px) {
.stat_box {
 padding: 20px 0;
}
.testi_thumb {
 padding: 25px 0 0 0
}
.stat_right {
 background: #4f57c0;
 color: #fff;
 border-radius: 0 0 6px 6px;
 width: 100%;
 float: left;
}
.footer_email, .footer_phone {
 margin-top: 15px
}
}
@media screen and (max-width: 768px) {
 .acc_button {
 margin: 3px 0;
}
 .membersidebar {
	 margin-bottom:0
}
 .address, .email, .phone {
margin:0 0 10px
}
 .wheretobuy-list ul li {
 width: 50%;
}
 .howto {
 min-height: inherit;
}
.plan_wrap h2 {
 margin-bottom: 15px;
}
.plan_box {
 margin-top: 10px;
 margin-bottom: 10px;
}
}
 @media screen and (max-width:767px) {
	 .acc_button_wrap {
	padding: 0;
}
 .member_box, .mem_mid {
 margin: 0 0 10px;
}
 .news_title, .news_time {
width:100%;
float:left
}
.navbar-default {
 padding: 15px 0;
}
.navbar-header {
 text-align: center
}
.header_wrap {
 background: url(images/banner_bg.jpg) no-repeat center center #4f47b9;
}
.navbar-nav {
 float: right;
 width: 100%;
 padding: 0;
 margin: 0;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
 border-color: #53dafa;
 background: #53dafa;
 color: #fff;
 margin-right: 0;
}
.navbar-nav > li.login, .navbar-nav > li.register {
 text-align: center
}
.banner_content h1 {
 line-height: 34px;
 font-size: 38px;
 margin: 0 0 15px;
}
.about_content {
 padding: 30px 0;
}
.about_featured {
 padding: 30px 0 0 0;
}
.company_details {
 padding: 25px 0 0 0;
 text-align: center;
}
.company_details p {
 text-align: center
}
}
@media screen and (max-width: 667px) {
}
@media screen and (max-width: 568px) {
 .form-container-support table td, .member-right table td, .monitor-table td {
width:100%;
display:block;
text-align:left;
padding:5px
}
 .plan_wrap h2 {
 margin-bottom: 15px;
}
.footer_email, .footer_phone {
 width: 100%;
 margin-left: 0;
 margin-right: 0
}
.banner_content h1 {
 font-size: 28px;
}
.plan_wrap {
 padding: 0 0 40px;
}
.footer_links {
 padding-top: 10px
}
}
@media screen and (max-width: 480px) {
 .wheretobuy-list ul li {
 width: 100%;
}
 .aff-banners ul li {
 margin: 0 0 2px;
 width: 100%;
}
.news_block {
 padding:160px 20px 20px 20px;
 background: #4f57c0 url(images/news_article.png) no-repeat 20px 15px;
}
}
@media screen and (max-width: 414px) {
.stat_box {
 padding: 10px 0;
 width: 100%;
}
.featured_box {
 text-align: center
}
.featured_box span {
 padding: 0;
 width: 100%;
}
.about_content h2, .plan_wrap h2, h3.refheader, h2.section-title {
 font-size: 28px;
}
.plan_box h3 {
 font-size: 28px;
}
.banner_content {
 padding-bottom: 130px;
}
}
@media screen and (max-width: 375px) {
 select {
width:100%
}
 .howto h2, .alluserform h3 {
 font-size: 18px;
}
.banner_content h1, .banner_content_inside h1 {
 line-height: 30px;
 font-size: 32px;
}
.about_content h2, .plan_wrap h2, h3.refheader, h2.section-title {
 font-size: 26px;
}
.comp_stat_box {
 width: 100%;
 margin: 5px 0;
}
.author span {
 display: block
}
.author img {
 padding: 0 0 5px;
}
}
@media screen and (max-width: 320px) {
.banner_content h1 {
 line-height: 30px;
 font-size: 28px;
}
.banner_content h2, .banner_content_inside h1 {
 font-size: 22px;
}
.about_wrap {
 background: none
}
.featured_box {
 width: 100%;
 margin: 7px 0;
}
.about_content h2, .plan_wrap h2, h3.refheader, h2.section-title {
 font-size: 20px;
}
.plan_wrap {
 padding: 0 0 20px;
}
.certificate_wrap {
 padding: 40px 0;
}
}
