@font-face {
 font-family: 'RopaSans-Regular';
 src: url('fonts/RopaSans-Regular.eot');
 src: url('fonts/RopaSans-Regular.woff2') format('woff2'), url('fonts/RopaSans-Regular.woff') format('woff'), url('fonts/RopaSans-Regular.ttf') format('truetype'), url('fonts/RopaSans-Regular.svg#RopaSans-Regular') format('svg'), url('fonts/RopaSans-Regulard41d.eot?#iefix') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'AbeatbyKai';
 src: url('fonts/AbeatbyKai.eot');
 src: url('fonts/AbeatbyKai.woff2') format('woff2'), url('fonts/AbeatbyKai.woff') format('woff'), url('fonts/AbeatbyKai.ttf') format('truetype'), url('fonts/AbeatbyKai.svg#AbeatbyKai') format('svg'), url('fonts/AbeatbyKaid41d.eot?#iefix') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}
body {
	font-weight: normal;
	font-size:16px;
	line-height:25px;
	font-family: 'Ropa Sans', sans-serif;
	font-family: 'Ropa Sans', sans-serif;
	padding: 0;
	margin: 0;
}
body {
	background: #e6ebf9;
}
b, strong {
    font-weight: normal;
}

a {
	color: #
}
a:hover {
	color: #472607
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none
}
input[type="text"], input[type="password"], input[type="email"] {
	width: 100%;
	height: 42px;
	padding: 2px 10px;
	border: 1px solid #cecece;
	line-height: 42px;
	font-size: 14px;
	background: #fff;
	color: #333;
	border-radius: 4px;
}
textarea {
	font-size: 14px;
	border: 1px solid #cecece;
	width: 100%;
	padding: 10px;
	background: #fff;
	color: #333;
	resize: none;
	border-radius: 4px;
	height: 150px;
}
select {
	font-size: 14px;
	border: 1px solid #cecece;
	width: auto;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(images/select_arrow.png) no-repeat center right 8px #fff;
	padding: 8px 30px 8px 8px;
	color: #333;
	border-radius: 4px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .form-container textarea:focus, textarea:focus {
	border: 1px solid #ffa13e
}
label {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	width: 100%;
	margin: 5px 0;
	color: #333;
}
input[type="submit"], input[type="button"], .btn-info {
	margin: 0;
	padding: 10px 50px;
	color: #fff !important;
	border-radius: 30px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa13e+1,5ebb5a+51,479e43+100 */
	background: #ffa13e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa13e', endColorstr='#ffa13e', GradientType=0 ); /* IE6-9 */
}
input[type="submit"]:hover, input[type="button"]:hover, .btn-info:hover {
	color: #fff !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#472607+0,472607+52,472607+100 */
	background: #472607; /* Old browsers */
	background: -moz-linear-gradient(top, #472607 0%, #472607 52%, #472607 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #472607 0%, #472607 52%, #472607 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #472607 0%, #472607 52%, #472607 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472607', endColorstr='#472607', GradientType=0 ); /* IE6-9 */
}
.clearfix {
	clear: both;
}
/*headerBotContainer*/
.headerContainer {
	width: 100%;
	overflow: hidden;
	background: #472607;
	padding: 15px 0;
}
.headerInner {
	width: 1170px;
	margin: 0 auto;
}
.hdRight {
	float: left;/* margin-top: 8px; */
}
.mainNavRight {
	float: left;
	border: 0;
	height: 33px;
}
.navbar {
	margin: 0;
	min-height: 31px;
	border: 0;
}
.navbar .nav {
	margin: 0;
	min-height: 34px;
	border: 0;
}
.mainNavRight .nav > li {
	text-align: center;
	float: left;
	list-style: none;
}
.mainNavRight .nav > li a:hover {
	color: #653622;
	background: none;
}
.mainNavRight .nav > li > a {
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin: 6px 14px;
}
/*wrapper*/
.wrapper {
    width: 100%;
    overflow: hidden;
    background: url(images/bg.jpg) #472607 no-repeat center -100px;
    background-size: cover;
}
/*.headerTopContainer*/
.headerBotContainer {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.headerBotInner {
	width: 1170px;
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 5%;
}
#logo {
	display: inline-block;
	float: left;
	height: 70px;
	width: 265px;
	background: url(images/logo.png) transparent no-repeat center;
}
.ctn-header-bot {
	float: left;
	width: 50%;
	padding: 10px 0;
	margin-left: 35px;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.hdTop-row1 {
	float: left;
	min-height: 25px;
	padding-left: 26px;
	margin: 0 75px 0 25px;
}
.hdTop-row p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 19px;
	padding: 0 5px;
}
.hdTop-row p span {
	color: #5bd81f;
}
.hdTop-row3 {
	float: left;
}
.hdTop-row3 a {
	border-radius: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 32px;
}
.hdTop-row3 a.login {
	margin: 0;
	padding: 7px 33px;
	color: #060c90;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfeff+1,dce4f7+51,c8d4f2+100 */
	background: #fdfeff; /* Old browsers */
	background: -moz-linear-gradient(top, #fdfeff 1%, #dce4f7 51%, #c8d4f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdfeff 1%, #dce4f7 51%, #c8d4f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdfeff 1%, #dce4f7 51%, #c8d4f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfeff', endColorstr='#c8d4f2', GradientType=0 ); /* IE6-9 */
}
.hdTop-row3 a.login:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa13e+1,5ebb5a+51,479e43+100 */
	background: #ffa13e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa13e', endColorstr='#ffa13e', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.hdTop-row3 a.signup {
	margin: 0;
	padding: 7px 30px;
	margin-left: 10px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa13e+1,5ebb5a+51,479e43+100 */
	background: #ffa13e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FFA13E 1%, #FFA13E 51%, #FFA13E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa13e', endColorstr='#ffa13e', GradientType=0 ); /* IE6-9 */
}
.hdTop-row3 a.signup:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfeff+1,dce4f7+51,c8d4f2+100 */
	background: #fdfeff; /* Old browsers */
	background: -moz-linear-gradient(top, #fdfeff 1%, #dce4f7 51%, #c8d4f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdfeff 1%, #dce4f7 51%, #c8d4f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdfeff 1%, #dce4f7 51%, #c8d4f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfeff', endColorstr='#c8d4f2', GradientType=0 ); /* IE6-9 */
	color: #060c90;
}
/*bannerContainer*/
.bannerContainer {
	width: 100%;
}
.bannerInner {
	width: 1170px;
	margin: 0 auto;
}
.ctn-banner {
	width: 80%;
	float: left;
	padding: 50px 0 290px;
	overflow: hidden;
	padding-left: 5%;
}
.ctn-banner h3 {
	width: 100%;
	color: #fff;
	font-size: 44px;
	line-height: 58px;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 30px;
	font-weight: 600;
}
.ctn-banner h3 span {
	color: #ffa13e;
}
.ctn-banner p {
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	padding-bottom: 35px;
}
.banner-btt {
	width: 100%;
	overflow: hidden;
}
.banner-btt a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #0a099d;
	font-size: 16px;
	line-height: 28px;
	border-radius: 30px;
	margin: 0;
	padding: 9px 45px;
	margin-bottom: 35px;
	background: #fdfeff; /* Old browsers */
	background: -moz-linear-gradient(top, #fdfeff 1%, #dce4f7 51%, #c8d4f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdfeff 1%, #dce4f7 51%, #c8d4f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdfeff 1%, #dce4f7 51%, #c8d4f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfeff', endColorstr='#c8d4f2', GradientType=0 ); /* IE6-9 */
}
.banner-btt a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa13e+1,5ebb5a+51,479e43+100 */
	background: #ffa13e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa13e', endColorstr='#ffa13e', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.hd-solid {
	width: 100%;
	float: left;
	overflow: hidden;
}
.hd-solid a, .header_social a {
	background: url('images/hd-solid.png') no-repeat left center;
	height: 40px;
	display: inline-block;
	margin: 0px 4px;
}
.hd-solid a:hover, .header_social a:hover {
	opacity: 0.8;
}
.hd-solid a.per, .header_social a.per {
	background-position: 0 0;
	width: 38px;
}
.hd-solid a.bit, .header_social a.bit {
	background-position: -51px 0;
	width: 38px;
}
.hd-solid a.pay, .header_social a.pay {
	background-position: -102px 0;
	width: 38px;
}
.hd-solid a.you, .header_social a.you {
	background-position: -151px 0;
	width: 38px;
}
.bg-banner {
	width: 55%;
	float: right;
	position: relative;
}
.bg-banner img {
	position: absolute;
	left: -125px;
	top: -112px;
}

.contact_right form {
    margin-bottom: 55px;
}

/*aboutContainer*/
.aboutContainer {
	width: 100%;
	background: #e5e5e5;
	padding-top: 1px;
}
.aboutInner {
	width: 1170px;
	margin: 0 auto;
}
.ctn-aboutTop {
	width: 100%;
	margin-top: -90px;
	min-height: 520px;
	background: #F3F4EF;
	position: relative;
	-webkit-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	border-radius: 10px;
}
.ctn-aboutTop-left {
	width: 45%;
	float: left;
}
.ctn-aboutTop-left img {
	margin-top: 0px;
}
.ctn-aboutTop-right {
	width: 55%;
	float: right;
	padding: 60px 50px 30px 0;
}
.ctn-aboutTop-right h3 {
	color: #472607;
	font-size: 30px;
	padding-bottom: 25px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.ctn-aboutTop-right p {
	color: #80818a;
	font-size: 16px;
	padding-bottom: 10px;
	margin: 0;
	line-height: 24px;
	text-align: justify;
}
.ctn-abountBot {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.ctn-aboutBot-left {
	width: 100%;
	float: left;
	padding: 40px 30px;
	overflow: hidden;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#472607+0,472607+51,472607+100 */
	background: #472607; /* Old browsers */
	background: -moz-linear-gradient(left, #472607 0%, #472607 51%, #472607 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #472607 0%, #472607 51%, #472607 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #170900 0%, #170900 51%, #170900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472607', endColorstr='#472607', GradientType=1 ); /* IE6-9 */
}
.ctn-aboutBot-part {
	width: 100%;
	padding: 13px 0 9px;
	padding-left: 135px;
	background: url(images/ctn-logo.png) transparent no-repeat center left;
	overflow: hidden;
}
.ctn-aboutBot-part h3 {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 40px;
	font-family: 'AbeatbyKai';
	margin: 0;
	color: #fff;
}
.ctn-aboutBot-part h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	color: #fff;
	padding-left: 5px;
	margin-bottom: 12px;
}
.ctn-aboutBot-part h3 span {
	color: #ffa13e;
}
.ctn-aboutBot-part p {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	color: #fff;
	padding-left: 5px;
	background: url(images/ctn-logo1.html) transparent no-repeat center left;
}
.ctn-aboutBot-right {
	width: 100%;
	float: right;
	overflow: hidden;
	padding: 21px 30px;
	border-radius: 4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#472607+0,472607+51,472607+100 */
	background: #472607; /* Old browsers */
	background: -moz-linear-gradient(left, #472607 0%, #472607 51%, #472607 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #472607 0%, #472607 51%, #472607 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #472607 0%, #472607 51%, #472607 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472607', endColorstr='#472607', GradientType=1 ); /* IE6-9 */
}
.ctn-aboutBot-right-part1 {
	width: 48%;
	float: left;
}
.ctn-aboutBot-right-part2 {
	width: 48%;
	float: right;
}
.ctn-certificate {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ctn-certificate img {
}
#myModal2 {
	background: rgba(8, 8, 8, 0.85);
	text-align: center;
}
.img_clk_posisant {
	width: auto;
	position: absolute;
	left: 78%;
	top: 75%;
}
#myModal {
	background: rgba(8, 8, 8, 0.85);
	text-align: center;
}
.close {
	position: absolute;
	color: #fff;
	font-size: 36px;
	top: 68px;
	right: 28%;
}
.close:hover, .close:focus {
	color: #fff;
}
.close-1 {
	top: 60px;
}
.modal-content {
	width: 32%;
	border: 6px solid #495251;
	margin-top: 95px;
}
.modal-content-1 {
	width: 41%;
	border: 6px solid #495251;
	margin-top: 90px;
}
.statitAbout {
	width: 100%;
	overflow: hidden;
	padding: 35px 0;
}
.stt-about {
	width: 48%;
	background: #fff;
	padding: 11px 0;
	margin-right: 20px;
	-webkit-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	border-radius: 30px;
	float: left;
	text-align: center;
}
.stt-about:hover {
	text-decoration: none;
	color: #060B9C;
	background: #F2F5F9;
}
.stt-about p {
	font-size: 16px;
	color: #3d3d3f;
	text-transform: uppercase;
	margin: 0;
}
.stt-about p img {
	margin-right: 10px;
}
.stt-about-part4 {
	margin-right: 0;
}
.aboutText {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 160px;
	text-align: center;
}
.aboutText h3 {
	font-size: 36px;
	color: #170900;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.aboutText h3 span {
	font-weight: 600;
}
.aboutText p {
	font-size: 18px;
	color: #3d3d3f;
	margin: 0;
}
.call-bitcon {
	width: 100%;
	padding-top: 9px;
	float: left;
}
.call-bitcon a {
	font-size: 13px;
	color: #fff;
	position: absolute;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
	padding: 10px 30px;
	border: 1px solid #1c6bbb;
	background: url(images/bn-ic4.html) #072e5a no-repeat center left 10px;
}
.ctn-bitcon-bot {
	width: 100%;
	padding: 14px 15px;
	background: rgba(9, 53, 102, 0.71);
	border-top: 1px solid #539ce9;
	overflow: hidden;
}
.ctn-bitcon-bot p {
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding-bottom: 2;
	text-transform: uppercase;
	padding-left: 30px;
	background: url(images/bn-ic3.png) transparent no-repeat center left;
}
.ctn-bitcon-bot p:last-child {
	margin-left: 16px;
}
/*wrapperBot*/
.wrapperBot {
    width: 100%;
    background: url(images/bg-mid.jpg) #472607 no-repeat center top;
    background-size: cover;
    padding: 10px 0;
}
/*calculateContainer*/
.calculateContainer {
	width: 100%;
}
.calculateInner {
	width: 1170px;
	margin: 0 auto;
}
.calculate-row1 {
	width: 100%;
	overflow: hidden;
	margin-top: -142px;
	padding-left: 0px;
}
.ctn-calculate {
    width: 248px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}
.calculate-title img {
	width: 100%;
}
.calculate-content {
	width: 100%;
	padding: 20px;
	text-align: center;
	background: #472607b8;
}
.ctn-calculate p {
	font-size: 16px;
	color: #55565f;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #c8d0e7;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
	padding: 10px 10px;
}
.ctn-calculate p span {
	color: #653622;
}
.ctn-calculate a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#472607+0,472607+52,472607+100 */
	background: #472607; /* Old browsers */
	background: -moz-linear-gradient(top, #472607 0%, #472607 52%, #472607 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #472607 0%, #472607 52%, #472607 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #472607 0%, #472607 52%, #472607 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472607', endColorstr='#472607', GradientType=0 ); /* IE6-9 */
	border-radius: 30px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 0 35px;
}
.ctn-calculate a img {
}
.ctn-calculate a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcc604+1,f9b512+52,f3962e+100 */
	background: #fcc604; /* Old browsers */
	background: -moz-linear-gradient(top, #fcc604 1%, #f9b512 52%, #f3962e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcc604 1%, #f9b512 52%, #f3962e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcc604 1%, #f9b512 52%, #f3962e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc604', endColorstr='#f3962e', GradientType=0 ); /* IE6-9 */
}
.ctn-calculate-part2 {
	margin: 0 39px;
}
.calculate-row2 {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.calculate-row2 h1 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	margin: 0;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
}
.calculate-row2 h1 span {
	font-weight: 600;
}
.calculateContainer .tab-content {
	width: 100%;
	border: 1px solid #0c2ae3;
	padding: 20px;
	background: #0920b3;
	border-radius: 4px;
	min-height: 145px;
}
.calculateContainer .tab-content .title {
	width: 35%;
	float: left;
	padding: 7px 10px;
}
.calculateContainer .tab-content .title .title-img {
	width: 39%;
	float: left;
}
.calculateContainer .tab-content .title .title-img img {
	margin-top: -35px;
}
.calculateContainer .tab-content .content {
	width: 65%;
	padding-left: 20px;
	float: right;
}
.calculateContainer .tab-content .title p {
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.calculateContainer .tab-content .title input {
	display: inline-block;
	float: left;
	height: 42px;
	font-size: 16px;
	border-radius: 4px;
	width: 200px;
	border: 1px solid #c6cbd1;
}
.ctt-cal-part {
	width: 30%;
	float: left;
	border-radius: 4px;
	border: 1px solid #1224ce;
	background: #170900;
	padding: 21px 35px;
	padding-right: 0;
	position: relative;
}
.ctt-cal-part img {
	position: absolute;
	left: -20px;
	top: 30%;
}
.ctt-cal-part h3 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.ctt-cal-part p {
	font-size: 16px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
.ctt-cal-part2 {
	margin: 0 35px;
}
/*featuresContainer*/
.featuresContainer {
	width: 100%;
	overflow: hidden;
}
.featuresInner {
	width: 1170px;
	margin: 0 auto;
}
.featuresInner h3 {
	font-size: 36px;
	color: #fff;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 60px;
}
.featuresInner h3 span {
	font-weight: 600;
}
.ctn-features {
	width: 100%;
	overflow: hidden;
}
.features-part {
	width: 31%;
	float: left;
	padding: 40px 20px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	margin-bottom: 30px;
	padding-top: 110px;
	min-height:300px;
}
.features-part h4 {
	font-size: 18px;
	color: #fcc306;
	margin: 0;
	text-transform: uppercase;
	padding: 20px 0;
	text-align: center;
}
.features-part p {
	font-size: 16px;
	color: #fff;
	margin: 0;
	text-align: center;
}
.features-part1 {
	background: url(images/ctn-top-ic1.png) #472607 no-repeat center top 45px;
}
.features-part2 {
	background: url(images/ctn-top-ic2.png) #472607 no-repeat center top 45px;
	margin: 0 40px;
}
.features-part3 {
	background: url(images/ctn-top-ic3.png) #472607 no-repeat center top 45px;
}
.features-part4 {
	background: url(images/ctn-top-ic4.png) #472607 no-repeat center top 45px;
}
.features-part5 {
	background: url(images/ctn-top-ic5.png) #472607 no-repeat center top 45px;
	margin: 0 40px;
}
.features-part6 {
	background: url(images/ctn-top-ic6.png) #472607 no-repeat center top 45px;
}
/*contentContainer*/
.contentContainer {
	width: 100%;
	padding: 30px 0;
	background: url(images/bg-bot.jpg) transparent no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.contentInner {
	width: 1170px;
	margin: 0 auto;
}
.ctn-statit {
	width: 100%;
	overflow: hidden;
}
.ctn-statit h1 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	margin-bottom: 50px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.ctn-statit h1 span {
	font-weight: 600;
}
.ctn-item-part {
	width: 23%;
	float: left;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 31px;
	margin-bottom: 15px;
	padding-top: 103px;
}
.ctn-item-part h3 {
	font-size: 30px;
	color: #3d3f62;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 15px;
}
.ctn-item-part p {
	font-size: 16px;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin: 0;
}
.ctn-item-part1 p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#472607+1,472607+53,472607+100 */
	background: #472607; /* Old browsers */
	background: -moz-linear-gradient(top, #472607 1%, #472607 53%, #472607 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #472607 1%, #472607 53%, #472607 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #472607 1%, #472607 53%, #472607 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472607', endColorstr='#472607', GradientType=0 ); /* IE6-9 */
}
.ctn-item-part2 p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc703+1,f8b016+53,f29231+100 */
	background: #fdc703; /* Old browsers */
	background: -moz-linear-gradient(top, #fdc703 1%, #f8b016 53%, #f29231 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdc703 1%, #f8b016 53%, #f29231 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdc703 1%, #f8b016 53%, #f29231 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc703', endColorstr='#f29231', GradientType=0 ); /* IE6-9 */
}
.ctn-item-part3 p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa13e+1,57b253+53,469d42+100 */
	background: #ffa13e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa13e 1%, #ffa13e 53%, #ffa13e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa13e 1%, #ffa13e 53%, #ffa13e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffa13e 1%, #ffa13e 53%, #ffa13e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa13e', endColorstr='#ffa13e', GradientType=0 ); /* IE6-9 */
}
.ctn-item-part4 p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#472607+1,472607+52,472607+100 */
	background: #472607; /* Old browsers */
	background: -moz-linear-gradient(top, #472607 1%, #472607 52%, #472607 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #472607 1%, #472607 52%, #472607 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #472607 1%, #472607 52%, #472607 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472607', endColorstr='#472607', GradientType=0 ); /* IE6-9 */
}
.ctn-item-part1 {
	background: url(images/stt-ic1.png) #fff no-repeat center top 20px;
}
.ctn-item-part2 {
	background: url(images/stt-ic2.png) #fff no-repeat center top 20px;
}
.ctn-item-part3 {
	background: url(images/stt-ic3.png) #fff no-repeat center top 20px;
}
.ctn-item-part4 {
	background: url(images/stt-ic4.png) #fff no-repeat center top 20px;
	margin-right: 0;
}

.ctn-item-part11 {
	background: url(images/stt-ic11.png) #fff no-repeat;
	background-size: 100% 80%;
	border-radius: 10px;
}
.ctn-item-part22 {
	background: url(images/stt-ic22.png) #fff no-repeat;
	background-size: 100% 80%;
	border-radius: 10px;
	
}
.ctn-item-part33 {
	background: url(images/stt-ic33.png) #fff no-repeat;
	background-size: 100% 80%;
	border-radius: 10px;
}
.ctn-item-part44 {
	background: url(images/stt-ic44.png) #fff no-repeat;
	background-size: 100% 80%;
	border-radius: 10px;
	margin-right: 0;
}
.contentLatest {
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
	border-radius: 4px;
}
.ctn-latest-part1 {
	width: 50%;
	padding: 20px 40px;
	border-radius: 4px 0 0 4px;
	background: #000000;
	float: left;
}
.ctn-latest-part2 {
	background: #472607;
	border-radius: 0 4px 4px 0;
}
.ctn-title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #02077c;
}
.ctn-title h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding: 9px 0px 20px;
	padding-left: 40px;
	background: url(images/last-icon1.png) transparent no-repeat top 5px left 2px;
	border-bottom: 1px solid #0b14cd;
	margin: 0;
}
.ctn-latest-part2 .ctn-title h1 {
	border-bottom: 1px solid #2932f4;
}
.ctn-latest-part1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.ctn-latest-part1>ul >li > img {
	margin-right: 10px;
}
.ctn-latest-part1>ul >li {
	float: left;
	padding: 8px 10px;
	font-size: 16px;
	color: #fff;
}
.ctn-latest-part1 ul li span {
    padding-left: 5px;
    color: #67e661;
    width: 80px;
    display: inline-block;
}

.apply-rep {
	    padding: 10px 30px;
    margin:20px auto;
    width:200px;
    display:block;
    color: #fff;
    background: #ffa13e;
    background: -moz-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%);
    background: -webkit-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%);
    background: linear-gradient(to bottom, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa13e', endColorstr='#ffa13e', GradientType=0 );
    border-radius:36px;
}

.apply-rep:hover {
	    color: #fff;
    background: #ffa13e;
}

.ctn-latest-part1 ul li span.date {
    width: 200px;
    display: inline-block;
}

.ctn-latest-part1 ul li span.username{
    width: 120px;
    display: inline-block;
    color: white;
}

/*securityContainer*/
.securityContainer {
	width: 100%;
	background: #472607;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
	float:left;
}
.securityInner {
	width: 1170px;
	margin: 0 auto;
}
.ctn-security {
	width: 100%;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
	margin-top: -45px;
	padding: 18px;
}
.security-solid a {
	background: url(images/solid.png) no-repeat left center;
	display: inline-block;
	height: 38px;
	margin: 0 10px;
}
.security-solid a:hover {
	opacity: 0.7;
}
.security-solid a.solid1 {
	width: 161px;
	background-position: 0 0;
}
.security-solid a.solid2 {
	width: 92px;
	background-position: -185px 0;
}
.security-solid a.solid3 {
	width: 125px;
	background-position: -298px 0;
}
.security-solid a.solid4 {
	width: 141px;
	background-position: -443px 0;
}
.security-solid a.solid5 {
	width: 195px;
	background-position: -612px 0;
}
.security-solid a.solid6 {
	width: 143px;
	background-position: -826px 0;
}
/*ReferralContainer*/
.ReferralContainer {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #fff;
}
.ReferralInner {
	width: 1170px;
	margin: 0px auto;
}
.ctn-Referral {
	width: 95%;
	margin: 0 auto;
}
.ctn-referral-part {
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
}
.ctn-referral-part img {
	margin-bottom: 25px;
}
.referral-part2 img {
	margin-bottom: 20px;
}
.referral-part3 img {
	margin-bottom: 15px;
	margin-top: -8px;
}
.referral-part4 img {
	margin-bottom: 15px;
}
.ctn-referral-part h3 {
	font-size: 16px;
	color: #65656a;
	margin: 0;
	line-height: 20px;
}
.carousel-control.left {
	background: none;
	position: absolute;
	z-index: 99;
	padding: 0;
	width: 0;
	top: 25px;
	left: 0px !important;
	opacity: 1;
}
.carousel-control.right {
	background: none;
	position: absolute;
	z-index: 99;
	width: 0;
	top: 25px;
	right: 33px !important;
	padding: 0;
	opacity: 1;
}
/*networkContainer*/
.networkContainer {
	width: 100%;
	padding: 45px 0 85px;
	background: #472607;
	overflow: hidden;
}
.networkInner {
	width: 1170px;
	margin: 0 auto;
}
.networkInner hr {
	margin: 25px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	overflow: hidden;
}
.ctn-network {
	width: 100%;
	overflow: hidden;
}
.network-img {
	width: 18%;
	float: left;
	text-align: left;
}
.ctn-network-text {
	width: 100%;
	text-align: center;
}
.ctn-network-text h3 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.affiliate_right h3 {
	margin: 15px 0 10px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.ctn-network-text p, .affiliate_right p {
	margin: 0;
	color: #fff;
	font-size: 16px;
}
.ctn-network-part1 .ctn-network-text h3 span, .affiliate_right h3 span {
	color: #72d36d;
}
.ctn-network-part2 .ctn-network-text h3 span,.affiliate_right h3 span.two {
	color: #fab90f;
}
.ctn-network-btt {
	width: 15%;
	padding: 21px 0;
	float: right;
	text-align: right;
}
.ctn-network-btt a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	padding: 18px 20px;
	color: #fff;
	border-radius: 4px;
}
.ctn-network-part1 .ctn-network-btt a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc802+0,f8b116+52,f29231+100 */
	background: #fdc802; /* Old browsers */
	background: -moz-linear-gradient(top, #fdc802 0%, #f8b116 52%, #f29231 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdc802 0%, #f8b116 52%, #f29231 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdc802 0%, #f8b116 52%, #f29231 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc802', endColorstr='#f29231', GradientType=0 ); /* IE6-9 */
}
.ctn-network-part1 .ctn-network-btt a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666cfc+0,4c53f8+53,363ef4+100 */
	background: #666cfc; /* Old browsers */
	background: -moz-linear-gradient(top, #666cfc 0%, #4c53f8 53%, #363ef4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #666cfc 0%, #4c53f8 53%, #363ef4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #666cfc 0%, #4c53f8 53%, #363ef4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666cfc', endColorstr='#363ef4', GradientType=0 ); /* IE6-9 */
}
.ctn-network-part2 .ctn-network-btt a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666cfc+0,4c53f8+53,363ef4+100 */
	background: #666cfc; /* Old browsers */
	background: -moz-linear-gradient(top, #666cfc 0%, #4c53f8 53%, #363ef4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #666cfc 0%, #4c53f8 53%, #363ef4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #666cfc 0%, #4c53f8 53%, #363ef4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666cfc', endColorstr='#363ef4', GradientType=0 ); /* IE6-9 */
}
.ctn-network-part2 .ctn-network-btt a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc802+0,f8b116+52,f29231+100 */
	background: #fdc802; /* Old browsers */
	background: -moz-linear-gradient(top, #fdc802 0%, #f8b116 52%, #f29231 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdc802 0%, #f8b116 52%, #f29231 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdc802 0%, #f8b116 52%, #f29231 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc802', endColorstr='#f29231', GradientType=0 ); /* IE6-9 */
}
/* solidContainer */
.solidContainer {
	width: 100%;
	background: #2a3138;
	overflow: hidden;
	padding: 15px 0;
}
.solidInner {
	width: 1170px;
	margin: 0 auto;
	text-align: center;
}
.solid a {
	background: url(images/solid.png) no-repeat left center;
	display: inline-block;
	height: 30px;
	margin-right: 52px;
}
.solid a.solid1 {
	width: 106px;
	background-position: 0 0;
}
.solid a.solid2 {
	width: 153px;
	background-position: -163px 0;
}
.solid a.solid3 {
	width: 149px;
	background-position: -368px 0;
}
.solid a.solid4 {
	width: 96px;
	background-position: -573px 0;
}
.solid a.solid5 {
	width: 140px;
	background-position: -728px 0;
	margin-right: 0;
}
/*---- footer bot ---*/
.footerContainer {
	width: 100%;
	background: #472607;
	padding: 15px 0;
	overflow: hidden;
}
.footerInner {
	width: 1170px;
	margin: 0px auto;
}
.ctn-footer-top {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #030441;
	padding: 10px 0 40px;
}
.ctn-ft-left {
	width: 33.3333%;
	float: left;
}
.ctn-ft-left a {
	display: inline-block;
	margin-bottom: 10px;
}
.ctn-ft-left p {
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
	padding-left: 62px;
}
.ctn-ft-mid {
	width: 32%;
	padding: 20px 0 0;
	float: left;
}
.ctn-footer-top h3 {
	text-transform: uppercase;
	margin: 0;
	font-size: 18px;
	color: #fcc306;
	margin-bottom: 20px;
}
.ctn-ft-mid ul {
	list-style: none;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
.ctn-ft-mid ul li a {
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 3px 0;
	padding-left: 20px;
	background: url('images/bn-ic3.png') transparent no-repeat left center;
	text-transform: uppercase;
}
.ctn-ft-mid ul li span {
	color: #fff;
	padding: 0 13px;
}
.ctn-ft-right {
	width: 34%;
	float: right;
	padding: 20px 0 0;
}
.ctn-ft-right a, .ctn-ft-right a:hover {
	color: #fff
}
.ctn-ft-right p {
	font-size: 16px;
	margin: 0;
	color: #fff;
	line-height: 20px;
}
.ctn-ft-right p span {
	color: #5e65fb;
}
.ctn-footer-bot {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #ffffff;
}
.ctn-footer-bot p {
	font-size: 16px;
	margin: 0;
	color: #1c1fe5;
}
.ctn-footer-bot p a {
	color: #1c1fe5;
}
.bannerContainer.inner .ctn-banner {
	padding: 30px 0 20px;
	width: 100%;
	text-align: center;
}
.ctn-aboutTop.aboutpage {
	margin-top: 70px
}
.wrapperBot.aboutpage {
	padding-top: 60px;
	padding-bottom: 50px
}
.inside_wrap {
	padding: 50px 0;
	width: 100%;
}
.inside_inner {
	width: 1170px;
	margin: 0 auto
}
.how_box {
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	border-radius: 4px;
	padding: 20px;
	margin: 0 0 35px;
	width:100%;
	float:left
}
.how_box .left {
	width: 26%;
	margin: 0 4% 0 0;
	float: left;
}
.how_box .left img {max-width:100%}
.how_box .right {
	width: 70%;
}
.how_box .right h2 {
	color: #653622;
	font-size: 24px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.how_box .right p {
	color: #80818a;
	font-size: 16px;
	margin: 0 0 5px;
	line-height: 24px;
	text-align: justify;
}
.panel-default > .panel-heading {
	color: #fff;
	background-color: #3b4165;
	border-color: #b3bacf;
	padding: 0;
}
.panel-default > .panel-heading a.collapsed:hover {
	color: #170900
}
.panel-default > .panel-heading h4 a.collapsed {
	background: #fff url(images/faq_plus.png) no-repeat left 15px center;
	padding: 15px 15px 15px 55px;
	color: #333
}
.panel-default > .panel-heading h4 a {
	padding: 15px;
	display: block;
	color: #fff;
	padding: 15px 15px 15px 65px;
	font-family: 'Poppins', sans-serif;
	background: #170900 url(images/faq_minus.png) no-repeat left 15px center
}
.panel-default > .panel-heading h4 a:hover {
	color: #fff
}
.panel-default {
	border: none;
	border-radius: 0 !important;
}
.panel-title {
	border-bottom: 1px solid #170900
}
.panel-body {
	border-top: 1px solid #ffa13e !important;
}
.news_block {
	-webkit-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	border-radius: 4px;
	background: #fff;
	margin: 0 0 25px;
	width: 100%;
	float: left;
	padding: 20px 20px 20px 170px;
	background:url(images/news_icon.png) no-repeat left 20px top 15px;
}
.news_title, h3.sectionhead, .deposit_text, .refheader {
	color: #653622;
	font-size: 23px;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 25px;
}
.news_time {
	font-size: 14px;
	color: #fcc306;
	margin: 0;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}
.news_infos {
	color: #80818a;
	font-size: 16px;
	margin: 0;
	line-height: 24px;
	text-align: justify;
}
.contact_top {
	background: #e6ebf9;
}
.supportcontent_wrap {
	padding: 20px 0;
	background:#fff;
}
.support-content {
	padding: 0 0 0 95px;
	line-height: 76px;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	color: #fff;
}
.support-content a {
	color: #ffa13e;
}
.support-content.email {
	background:url(images/contactemail.png) no-repeat left center;
}
.support-content.phone {
	border: none;
	background:url(images/contactphone.png) no-repeat left center;
}
.supportform {
	padding: 30px 0;
	background:#e6ebf9;
	background-size: auto auto;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}
.supportform table td {
	padding: 10px;
}
.supportform h1 {
	font-size: 30px;
	color: #081278;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 50px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.supportform h1 span {
	font-weight: 600;
}
.supportmap {
	background: #472607;
}
.represtative_table, .member_right table {
	background: #fff;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	width: 95%;
}
.represtative_table td, .member_right table td {
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	padding:10px;
}

.represtative_table th, .member_right table th {
		border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	padding:10px;
	font-weight:normal;
	color:#55AF51;
}


.represtative_table td a, .member_right table td a {
	color: #170900;
}
.represtative_table td.header, .represtative_table td.inheader, .member_right table td.inheader {
    background: #472607;
    color: #fff;
    text-transform: none;
    font-weight: normal;
    border: 1px solid #472607;
    font-size: 16px;
}
.wheretobuy-list {
	width: 100%;
	float: left;
}
.wheretobuy-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.wheretobuy-list ul li {
	margin: 0 10px 25px;
	float: left;
	width: calc(20% - 20px);
	text-align: center;
	background: #472607;
	border-radius: 4px;
	padding: 20px;
 border:;
}
.wheretobuy-list ul li a {
	font-size: 16px;
	color: #fcc306;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	display: block
}
.wheretobuy-list ul li img {
	max-width: 100%;
	margin: 0 0 10px
}
.rules {
	margin: 0;
	padding: 0;
	list-style: inside;
}
.rules li {
	padding: 0 0 10px;
}
.loginarea, .redirect {
	background-color: currentcolor;
}
.loginfor {
	background: none;
	text-align: center;
	color: #fff;
}
.loginfor a {
	color: #fff;
}
.loginfor h3 {
	font-size: 16px;
	color:#fff;
}
.loginpage {
	padding: 50px 0 0;
	width: 100%;
	float: left;
}
.signuppage, .loginwrappers {
	width: 100%;
	float: left;
}
.loginwrappers h2 {
	width: 100%;
	float: left;
	margin: 40px 0 20px 0;
	text-align: center
}
.loginwrappers h2 #logo {
	float: none
}
.signuppage h2 {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.loginwrappers h3 {
	width: 100%;
	float: left;
	color: #fff;
	margin: 0 0 40px;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.loginwrappers h4 {
	width: 100%;
	float: left;
	color: #fff;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
}
.form-container.login {
	width: 100%;
	max-width: 500px;
	background: #472607;
	padding: 20px;
	border-radius: 4px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #ffffff;
	color: #fff;
}
.form-container.login span.bunicon {
	position:relative;
}
.form-container.login span.bunicon:after {
	position: absolute;
	content: "";
	left: 14px;
	top: -4px;
	background: url(images/buttonarrow.png) no-repeat left center;
	width: 24px;
	height: 24px;
}
.form-container.signup {
	width: 100%;
	background: #472607;
	padding: 20px;
	border-radius: 4px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #ffffff;
	max-width: 760px;
}
.form-container.login td, .form-container.signup td {
	padding: 10px;
}
.form-container.login a, .form-container.signup a {
	color: #ffa13e;
}
.form-container.login a:hover, .form-container.signup a:hover {
	color: #fff;
}
.membersidebar {
	margin: -110px 0 30px 0
}
.membersidebar .inside_inner {
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	border-radius: 4px;
	overflow: hidden;
	padding: 15px;
}
.memtop {
	width: 50%;
	float: left;
	padding: 10px;
	border-right: 1px solid #ececec;
}
.memtop:last-child {
	border:none
}
.memtop span {
	float: left;
	margin: 0 25px 0 0;
}
.memtop h2 {
	color: #472607;
	font-size: 22px;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.memtop p {
	color: #80818a;
	font-size: 16px;
	margin: 0;
	line-height: 24px;
}
.myaccount, .member_right, .account_mid, .account-bottom, .myacc_links, .my_accont {
	width: 100%;
	float: left;
}
.reflinkbox {
    background: #ffa13e;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    margin: 0 0 25px;
}
.reflinkbox a {
	color: #fff;
	display: inline-block;
	padding: 0 0 0 50px;
	position: relative;
	line-height: 40px;
	font-size: 22px;
	background:url(images/ref-link.png) no-repeat left center
}
.reflinkbox a:before {
	content:"";
	position:absolute;
	width:40px;
	height:40px;
}
.account_mid, .account-bottom, .my_accont {
	margin:0 0 30px
}
.mem_mid {
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
    background: #472607;
    text-align: center;
    border-radius: 4px;
    padding: 15px;
}
.mem_mid:last-child {
	margin:0
}
.mem_mid h2 {
    font-size: 30px;
    color: #fcc306;
    margin: 0;
    text-transform: uppercase;
    padding: 12px 0;
    text-align: center;
}
.mem_mid p {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
.detailed-stats-box {
	background: #e3e9f8;
	border-radius: 4px;
	float: left;
	width: 23.5%;
	text-align: center;
	margin: 0 2% 0 0;
}
.detailed-stats-box span {
	display:block;
	padding:20px 0
}
.detailed-stats-box:last-child {
	margin:0
}
.detailed-stats-box h3 {
	font-size: 30px;
	color: #3d3f62;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 15px;
}
.detailed-stats-box p {
	font-size: 16px;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin: 0;
	border-radius: 0 0 4px 4px;
}
.detailed-stats-box.one p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#472607+1,472607+53,472607+100 */
	background: #472607; /* Old browsers */
	background: -moz-linear-gradient(top, #472607 1%, #472607 53%, #472607 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #472607 1%, #472607 53%, #472607 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #472607 1%, #472607 53%, #472607 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472607', endColorstr='#472607', GradientType=0 ); /* IE6-9 */
}
.detailed-stats-box.two p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc703+1,f8b016+53,f29231+100 */
	background: #fdc703; /* Old browsers */
	background: -moz-linear-gradient(top, #fdc703 1%, #f8b016 53%, #f29231 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdc703 1%, #f8b016 53%, #f29231 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdc703 1%, #f8b016 53%, #f29231 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc703', endColorstr='#f29231', GradientType=0 ); /* IE6-9 */
}
.detailed-stats-box.three p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa13e+1,57b253+53,469d42+100 */
	background: #ffa13e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa13e 1%, #ffa13e 53%, #ffa13e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa13e 1%, #ffa13e 53%, #ffa13e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffa13e 1%, #ffa13e 53%, #ffa13e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa13e', endColorstr='#ffa13e', GradientType=0 ); /* IE6-9 */
}
.detailed-stats-box.four p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#472607+1,472607+52,472607+100 */
	background: #472607; /* Old browsers */
	background: -moz-linear-gradient(top, #472607 1%, #472607 52%, #472607 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #472607 1%, #472607 52%, #472607 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #472607 1%, #472607 52%, #472607 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472607', endColorstr='#472607', GradientType=0 ); /* IE6-9 */
}
.myaccount {
	margin:0 0 80px
}
.myacc_links a {
	width: 23.5%;
	background: #fff;
	padding: 11px 0;
	margin-right: 2%;
	-webkit-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	border-radius: 30px;
	float: left;
	text-align: center;
}

.myacc_links a:hover {
	background:#ffa13e;
	color:white;
}

.myacc_links a:last-child {
	margin:0
}
.member_right {
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.75);
}
.alert {
	text-align:center
}
.member_right .nav-tabs {
	border-bottom: 1px solid #0c2ae3;
	margin-bottom: 35px;
	width: 100%;
	float: left;
	text-align: center;
}
.member_right .nav-tabs li.active {
	border-bottom: 1px solid #472607
}
.member_right .nav-tabs li {
	float: none;
	display: inline-block;
 -webkit-transition-duration: .3s;
 -o-transition-duration: .3s;
 transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	border-bottom: 1px solid #472607
}
.member_right .nav-tabs li.active a {
	color: #0b1d26;
	background: #f0d330; /* Old browsers */
}
.member_right .nav-tabs li a {
	color: #fff;
	font-size: 16px;
	border: 0;
	border-radius: 4px 4px 0 0;
	padding: 8px 20px;
	text-transform: uppercase;
	font-weight: 500;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#472607+1,472607+53,472607+100 */
	background: #472607; /* Old browsers */
	background: -moz-linear-gradient(top, #472607 1%, #472607 53%, #472607 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #472607 1%, #472607 53%, #472607 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #472607 1%, #472607 53%, #472607 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472607', endColorstr='#472607', GradientType=0 ); /* IE6-9 */
}
.member_right .tab-content {
	width: 100%;
	float: left
}
.member_right .tab-pane h3 {
	color: #653622;
	font-size: 20px;
	margin: 0 0 20px;
	text-transform:uppercase;
	font-weight: 500;
	line-height: 30px;
	padding: 0;
	text-align: center;
}
.member_right .nav-tabs > li.active > a, .member_right .nav-tabs > li.active > a:hover, .member_right .nav-tabs > li.active > a:focus {
	border: none
}
.member_right .nav-tabs > li.active > a, .member_right .nav-tabs > li.active > a:hover, .member_right .nav-tabs > li.active > a:focus, .member_right .nav > li > a:hover, .member_right .nav > li > a:focus {
	color: #fff;
	border-radius: 4px 4px 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa13e+1,57b253+53,469d42+100 */
	background: #ffa13e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa13e 1%, #ffa13e 53%, #ffa13e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa13e 1%, #ffa13e 53%, #ffa13e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffa13e 1%, #ffa13e 53%, #ffa13e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa13e', endColorstr='#ffa13e', GradientType=0 ); /* IE6-9 */
}
.member_right .panel-default > .panel-heading {
	color: #0b1d26;
	padding: 0;
	background: #f0d330;
}
.member_right .panel-default {
	border-color: #472607;
}
.member_right .panel {
	background-color: rgba(0, 0, 0, 0.6);
}
.member_right .panel-title > a {
	padding: 15px 10px;
	display: block;
}
.member_right .panel-title > a:hover {
	text-decoration: none
}
.my_accont .calculate-row1 {
	margin:0
}
.my_accont .ctn-calculate {
	position:relative;
	margin: 0 12px;
}
.my_accont .ctn-calculate .radio {
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 10px 25px;
	font-weight: 500;
	margin-top: 17px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 30px;
	text-align:center;
	cursor:pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#472607+0,472607+52,472607+100 */
	background: #472607; /* Old browsers */
	background: -moz-linear-gradient(top, #472607 0%, #472607 52%, #472607 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #472607 0%, #472607 52%, #472607 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #472607 0%, #472607 52%, #472607 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472607', endColorstr='#472607', GradientType=0 ); /* IE6-9 */
}

.myacc_links {
	margin-bottom:15px;
}

.my_accont .ctn-calculate input[type=radio] {
	display: none
}
.my_accont .ctn-calculate input[type="radio"]:checked + .radio {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcc604+1,f9b512+52,f3962e+100 */
	background: #fcc604; /* Old browsers */
	background: -moz-linear-gradient(top, #fcc604 1%, #f9b512 52%, #f3962e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcc604 1%, #f9b512 52%, #f3962e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcc604 1%, #f9b512 52%, #f3962e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc604', endColorstr='#f3962e', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.header_social {
	float: right;
	text-align: right;
	margin: 5px 0;
}
.affiliate_left {
	float: left;
	width: 45%;
}
.affiliate_left p {
	text-align: justify;
	font-size: 18px;
	line-height: 32px;
	margin: 15px 0 20px;
}
.affiliate_right {
	float: right;
	width: 52%;
	background: #472607;
	padding: 20px;
	color: #fff;
	margin: 0 0 80px;
}
.affiliate_right hr {
	margin: 15px 0 20px;
	border-top: 1px solid #2023c0;
	border-bottom: 1px solid #090a70;
	width: 100%;
	overflow: hidden;
}

.aff-ctPart5-row1 {
	text-align:center;
}

.aff-ctPart5-row1 img {
	max-width: 100%;
}


@media (max-width: 1170px) {
.headerContainer, .wrapperBot, .wrapper, .headerBotContainer, .bannerContainer, .calculateContainer, .aboutContainer, .videoContainer, .featuresContainer, .securityContainer, .locationContainer, .ReferralContainer, .contentContainer, .statitContainer, .networkContainer, .footerContainer, .inside_wrap, .loginpage {
 width: 1170px !important;
}
.headerInner, .headerBotInner, .bannerInner, .calculateInner, .aboutInner, .videoInner, .featuresInner, .securityInner, .locationInner, .ReferralInner, .contentInner, .statitInner, .networkInner, .footerInner, .inside_inner {
 margin: 0 !imporInner
}
}
.facebook-group {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	color: white;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	margin:0 0 35px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b5998+0,4d69af+50,3b5998+51,4a73c9+100 */
background: #3b5998; /* Old browsers */
background: -moz-linear-gradient(top, #3b5998 0%, #4d69af 50%, #3b5998 51%, #4a73c9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3b5998 0%,#4d69af 50%,#3b5998 51%,#4a73c9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3b5998 0%,#4d69af 50%,#3b5998 51%,#4a73c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#4a73c9',GradientType=0 ); /* IE6-9 */
}
.facebook-left {
	background: url(images/facebook-left.png) no-repeat right 20px top 30px;
	float: left;
	width: 60%;
	padding: 30px 210px 30px 30px;
}
.youtube-left {
	background: url(images/youtube-left.png) no-repeat right 20px top 36px;
	float: left;
	width: 60%;
	padding: 30px 210px 30px 30px;
}
.forum-left {
	background: url(images/forum-left.png) no-repeat right 20px top 28px;
	float: left;
	width: 60%;
	padding: 30px 210px 30px 30px;
}
.telegram-left {
	background: url(images/telegram-left.png) no-repeat right 20px top 28px;
	float: left;
	width: 60%;
	padding: 30px 210px 30px 30px;
}
.post-title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 42px;
	margin: 5px 0px;
}
.post-reward {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: white;
	padding: 15px 25px;
	font-weight: 600;
	background: url(images/reward.png) #fec134 no-repeat 15px center;
	padding-left: 60px;
	background-size: 30px;
	width: 100%;
}
.facebook-left ul {
	margin: 0px;
	padding: 0px;
}
.facebook-left ul li {
	list-style: none;
	background: url(images/check.png) transparent no-repeat left 6px;
	padding: 4px 0 4px 36px;
	line-height: 26px;
}
.requirement {
	float: right;
	width: 40%;
	background: #F5F5F5;
	border-radius: 10px 0px 0px 10px;
	margin: 30px 0px;
	padding-left: 30px;
	padding-right: 20px;
	color: #3F4F68;
	padding-top: 20px;
	padding-bottom: 20px;
}
.requirement h4 {
	color: #26447D;
	margin-top: 0px;
	font-size: 20px;
	font-weight: 600;
}
.requirement p {
	font-size: 13px;
	margin-bottom: 5px;
}
.requirement p {
	background: url(images/about-list.png) transparent no-repeat left 4px;
	padding-left: 25px;
}
.youtube-group {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	color: white;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	padding-bottom: 30px;
	margin:0 0 35px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f61c0d+0,c9343e+50,d8362a+51,f61c0d+100 */
background: #f61c0d; /* Old browsers */
background: -moz-linear-gradient(top, #f61c0d 0%, #c9343e 50%, #d8362a 51%, #f61c0d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f61c0d 0%,#c9343e 50%,#d8362a 51%,#f61c0d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f61c0d 0%,#c9343e 50%,#d8362a 51%,#f61c0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f61c0d', endColorstr='#f61c0d',GradientType=0 ); /* IE6-9 */
}
.forum-post {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	color: white;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	padding-bottom: 20px;
	margin:0 0 35px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5cc329+0,30b712+50,64c136+51,5cc329+100 */
background: #5cc329; /* Old browsers */
background: -moz-linear-gradient(top, #5cc329 0%, #30b712 50%, #64c136 51%, #5cc329 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #5cc329 0%,#30b712 50%,#64c136 51%,#5cc329 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #5cc329 0%,#30b712 50%,#64c136 51%,#5cc329 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cc329', endColorstr='#5cc329',GradientType=0 ); /* IE6-9 */
}
.telegram-group {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-size: cover;
	color: white;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	padding-bottom: 10px;
	margin:0 0 60px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17c6d1+0,1cc5db+50,34dae2+51,17c6d1+100 */
background: #17c6d1; /* Old browsers */
background: -moz-linear-gradient(top, #17c6d1 0%, #1cc5db 50%, #34dae2 51%, #17c6d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #17c6d1 0%,#1cc5db 50%,#34dae2 51%,#17c6d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #17c6d1 0%,#1cc5db 50%,#34dae2 51%,#17c6d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17c6d1', endColorstr='#17c6d1',GradientType=0 ); /* IE6-9 */
}
.loginnewuser{margin:0 0 0 18px}
.membersidebar .nav {
    background: #472607;
    text-align: center;
    padding: 13px;
    margin: 0 0 25px;
    border-top: 3px solid #ffa13e;
}
.membersidebar .nav li {
	display: inline-block;
}
.membersidebar .nav li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 8px;
	font-weight: normal;
}

.membersidebar .nav li a:hover {
	background:#ffa13e;
	border-radius:4px;
}


.aboutpage h3 {
	text-align:left;
	    padding-bottom: 30px;
}


.aboutpage .featuresInner p {color:white;}

.aboutpage .features-part3 {
	    background: url(images/ctn-top-ic5.png) #472607 no-repeat center top 45px;
}

.aboutpage .features-part1 {
    background: url(images/ctn-top-ic2.png) #472607 no-repeat center top 45px;
}

.aboutpage .features-part2 {
    background: url(images/ctn-top-ic8.png) #472607 no-repeat center top 45px;
}

.aboutpage  .features-part {    min-height: 320px;}

.nav-tabs {
	border-bottom:0px;
	margin-bottom:15px;
	text-align:center;
}

.nav-tabs li a {
	    padding: 4px 30px;
    margin-right: 10px;
    color: #fff;
    background: #ffa13e;
    background: -moz-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%);
    background: -webkit-linear-gradient(top, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%);
    background: linear-gradient(to bottom, #ffa13e 1%, #ffa13e 51%, #ffa13e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa13e', endColorstr='#ffa13e', GradientType=0 );
        border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 32px;
    border:0px;
}

.faq .tab-content {
	    padding-bottom: 60px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background: #472607;
    background: -moz-linear-gradient(top, #472607 0%, #472607 52%, #472607 100%);
    background: -webkit-linear-gradient(top, #472607 0%, #472607 52%, #472607 100%);
    background: linear-gradient(to bottom, #472607 0%, #472607 52%, #472607 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472607', endColorstr='#472607', GradientType=0 );
    border: 0px;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

.payment-container {
    background: #ffa13e;
    border-radius: 4px;
    padding: 10px 20px;;
    display: inline-block;
    color: white;
}


.payment-container div {text-align:center;}

.payment-container img {
	    display: block;
    margin: 5px auto;
}
