body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
	background: #010D37;
	color: #fff;
}
a {
	text-decoration: none;
	color: #fff
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #f4a859;
	outline: none
}
img {
	max-width:100%
}
p {
	margin: 0 0 25px;
}
input[type="text"], input[type="password"], input[type="email"] {
	background: #01114a;
	border: 1px solid #143198;
	border-radius: 4px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	height: 44px;
	line-height: 44px;
	border-radius:4px;
 -webkit-transition: .2s ease-out;
 -moz-transition: .2s ease-out;
 transition: .2s ease-out
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #f4a859
}
textarea {
	color: #fff;
	width: 100%;
	height: 220px;
	border-radius:4px;
	border: 1px solid #143198;
	background: #01114a;
	padding: 10px;
	border-radius: 4px;
	resize: none
}
input[type="submit"], input[type="button"] {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 50px;
	border: none;
	font-weight: 500;
	background: #268be6;
	padding: 8px 45px;
	text-transform: uppercase;
 -webkit-transition: .2s ease-out;
 -moz-transition: .2s ease-out;
 transition: .2s ease-out;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #f4a859;
}
select {
    padding: 8px 30px 8px 10px;
    font-size: 14px;
    background: #143198 url(images/arrow_down.png) no-repeat center right 10px;
    color: #fff;
    border: 1px solid #143198;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
level {
	font-size: 14px;
	margin: 5px 0;
}
/*------headerTopContainer------*/
.headerTopContainer {
	padding: 15px 0;
	width: 100%;
	background: #010e42;
}.headerTop-part1{	float:left;}
.headerTop-part1 p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	line-height: 40px;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 24px;
}
.headerTop-part1 p img {
	margin-right: 10px;
}
.headerTop-part1 p span {
	color: #f4a859;
}
.headerTop-part2 {   float:right;   text-align:right;
}
.headerTop-part2 a {
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 5px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 30px;
	padding-right: 10px;
}
.headerTop-part2 a img {
	margin-right: 5px;
	margin-top: -5px;
}
.headerTop-part2 a.headerTop-btt1 {
	background: #3444D5;
	padding: 0 20px;
}.headerTop-part2 a.headerTop-btt1:hover{	background:#f4a859;}
.headerTop-part2 a.headerTop-btt2,.headerTop-part2 a.headerTop-btt3 {	background: #061a59; /* Old browsers */    background: -moz-linear-gradient(left, #061a59 0%, #053490 100%); /* FF3.6-15 */    background: -webkit-linear-gradient(left, #061a59 0%,#053490 100%); /* Chrome10-25,Safari5.1-6 */    background: linear-gradient(to right, #061a59 0%,#053490 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061a59', endColorstr='#053490',GradientType=1 ); /* IE6-9 */
	padding: 0px 15px;
}
.headerTop-part2 a.headerTop-btt1:hover {
	
}
.headerTop-part2 a.headerTop-btt2:hover,.headerTop-part2 a.headerTop-btt3:hover {	background:#f4a859;
}
/*wrapperTop*/
.wrapperTop {
	width: 100%;
	background: url(images/bg.jpg) transparent no-repeat center top;
	background-size: cover;
	overflow: hidden;
}.wrapperTop.inner-page{	background-position:50% -75px;}
/*------headerContainer------*/
.headerContainer {
	padding: 8px 0;
	width: 100%;
	overflow: hidden;
}
.headerInner {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
#logo {
	/*width: 245px;*/
	height: 83px;
	/*background: url(images/logo.png) transparent no-repeat 0 0;*/
	display: block;
	padding: 0;
	float: left;
}
.hdRight {
	float: right;
	padding-top: 2px;
}
.mainNavRight {
	float: right;
}
.navbar {
	margin: 0;
	min-height: 80px;
	background: none;
	border: 0;
}
.navbar .nav>li {
	float: left;
}
.headerContainer .navbar ul.nav > li > a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 32px;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.headerContainer .navbar ul.nav > li > a:hover {
	color: #f4a859;
}
.navbar .navbar-collapse {
	padding-top: 25px;
	height: 400px;
}
.navbar .navbar-collapse >ul>li>a.headerTop-btt1 {
	display: none;
}
.navbar .navbar-collapse >ul>li>a.headerTop-btt2 {
	display: none;
}
.navbar .navbar-collapse >ul>li>a.headerTop-btt3 {
	display: none;
}
.navbar .navbar-collapse >ul>li>a>img {
	margin-right: 10px;
}
.nav>li>a:hover, .nav>li>a:focus {
	background: none;
}
/*bannerContainer*/
.bannerContainer {
	width: 100%;
	padding: 35px 0 75px;
}
.ctn-banner-left {
	width: 52%;
	float: left;
	padding-top: 90px;
}
.ctn-banner-left h1, .ctn-banner-full h1 {
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	line-height: 43px;
	font-weight: 700;
	margin: 0;
}
.ctn-banner-left h1 span, .ctn-banner-full h1 span {
	color: #f4a859;
}
.ctn-banner-left p {
	font-size: 16px;
	color: #fff;
	padding: 35px 0;
	line-height: 23px;
	font-weight: 500;
	margin: 0;
}
.banner-left-btt {
	width: 100%;
	overflow: hidden;
}
.banner-left-btt a {
	display: inline-block;
	text-decoration: none;
	padding: 10px 40px;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.banner-left-btt a.banner-btt1 {	box-shadow:2px 0px 5px 2px rgba(0,0,0,0.3);    background: #061a59; /* Old browsers */background: -moz-linear-gradient(left, #061a59 0%, #053490 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left, #061a59 0%,#053490 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right, #061a59 0%,#053490 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061a59', endColorstr='#053490',GradientType=1 ); /* IE6-9 */
}.banner-left-btt a.banner-btt1:hover{	background:#f4a859;}.ctn-banner-left h3 {
	font-size: 14px;
	color: #fff;
	padding: 45px 0 30px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}
.banner-solid {
	width: 100%;
}
.banner-solid a {
	background: url(images/bg-off2.png) no-repeat left center;
	display: inline-block;
	height: 93px;
	margin-right: 11px;
}
.banner-solid a.solid1 {
	width: 93px;
	background-position: 0 0;
}
.banner-solid a.solid2 {
	width: 93px;
	background-position: -101px 0;
}
.banner-solid a.solid3 {
	width: 93px;
	background-position: -203px 0;
}
.banner-solid a.solid4 {
	width: 93px;
	background-position: -306px 0;
}
.banner-solid a.solid5 {
	width: 93px;
	background-position: -410px 0;
	margin-right: 0;
}
.banner-solid a:hover {
	opacity: 0.8;
}
.ctn-banner-right {
	width: 48%;
	float: right;
	padding-top: 30px;
}
.bounce {
	-webkit-animation: bounce 5.5s infinite;
	animation: bounce 5.5s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
}
}
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-30px);
}
 60% {
 -moz-transform: translateY(-15px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 -moz-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 -o-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 -moz-transform: translateY(-15px);
 -ms-transform: translateY(-15px);
 -o-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
/* solidContainer */
.solidContainer {
	padding: 25px 0;
	background: #0a3385;
	overflow: hidden;
}.seals li a img{	transition:0.4s all;	-webkit-transition:0.4s all; 	-moz-transition:0.4s all;}.seals li a:hover img{	transform:scale(0.9);	-webkit-transform:scale(0.9); 	-moz-transform:scale(0.9);}
/*wrapperMid*/
.wrapperMid {
	width: 100%;
	background: url(images/bg-about.png) #021245 no-repeat left top;
	overflow: hidden;
}
.aboutContainer {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}
.ctn-about-left {
	width: 65%;
	float: left;
	padding-right: 50px;
}
.ctn-about-left h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding-bottom: 20px;
	font-weight: 400;
}
.ctn-about-left h3 span {
	color: #268be6;
}
.ctn-about-left p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	color: #fff;
	font-weight: 500;
	    margin-bottom: 15px;
}
.ctn-about-right {
	width: 35%;
	padding-top: 15px;
	float: right;
	text-align:right
}
.ctn-about-right img {
}
/*conceptContainer*/
.conceptContainer {
	width: 100%;
	overflow: hidden;
}
.ctn-concept {
	width: 100%;
	background: #2634b4;
	border-radius: 6px;
	min-height: 355px;
	margin-bottom: 15px;
	overflow: hidden;
}
.ctn-concept img {
	width: 100%;
	max-height: 180px;
}
.ctn-concept h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 30px 20px 10px
}
.ctn-concept p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin: 0;
	padding: 0 20px 10px
}
/*textContainer*/
.textContainer {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}
.ctn-text h3 {
	margin: 0;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: #fff;
	line-height:40px;
}
.ctn-text h3 span {
	color: #f4a859;
}

.ctn-text p {
	    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

/*wrapperBot*/
.wrapperBot {
	width: 100%;
	background: url(images/ctn-bg.jpg) #010D37 no-repeat center top;
	overflow: hidden;
	background-size: cover;
}
.inverstmentContainer {
	width: 100%;
	overflow: hidden;
}
.inverstmentContainer h1 {
	font-size: 28px;
	color: #fff;
	margin: 65px 0 50px;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}
.inverstmentContainer h1 span {
	color: #f4a859;
}
.ctn-inverstment {
/*	width: 85%;
	margin: 0 auto;
*/}
.inverstment-part {
	width: 100%;
	border-radius: 4px;
	background: #18256e;
	overflow: hidden;
	padding: 25px 25px;
	text-align: center;
}
.inverstment-part h2 {
	font-size: 42px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.inverstment-part h3 {
	font-size: 14px;
	color: #7a86d2;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.inverstment-part h4 {
	font-size: 12px;
	color: #eef0fa;
	font-weight: 500;
	margin: 0;
	line-height: 23px;
	padding: 5px 0;
}
.inverstment-part hr {
	margin: 0;
	border-top: 1px solid #2a3a8e;
}
.inverstment-part p img {
	margin-right: 10px;
}
.inverstment-part p {
	font-size: 12px;
	color: #f4a859;
	font-weight: 500;
	margin: 0;
	line-height: 20px;
	padding: 5px 0 20px;
}
.inver-btt {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 4px;
}
.inver-btt h5 {
	width: 50%;
	padding: 5px 0px;
	padding-right: 20px;
	float: left;
	text-align: right;
	display: inline-block;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	line-height: 19px;
	min-height: 50px;
	background: #268be6;
	font-size: 12px;
}
.inver-btt h6 {
	width: 50%;
	float: right;
	padding-right: 15px;
	display: inline-block;
	color: #fff;
	margin: 0;
	line-height: 50px;
	background: #f4a859;
	font-size: 24px;
	font-weight: 600;
}
/*visionContainer*/
.visionContainer {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}
.ctn-vision {
	width: 100%;
	min-height: 155px;
	padding: 20px 0;
	padding-left: 170px;
}
.ctn-vision h3 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
}
.ctn-vision p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 22px;
}
.vision-part1 {
	background: url(images/bg-off3.png) transparent no-repeat center left;
}
.vision-part2 {
	background: url(images/bg-off4.png) transparent no-repeat center left;
}
/*soundContainer*/
.soundContainer {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.soundLeft {
	width: 50%;
	float: left;
}
.soundRight {
	width: 48%;
	float: right;
}
.soundRight h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 25px;
}
.soundRight p {
	font-size: 14px;
	color: #fff;
	text-align: justify;
	margin: 0;
	line-height: 23px;
}
/*offerContainer*/
.offerContainer {
	width: 100%;
	overflow: hidden;
	background: #010D37;
}
.ctn-offer {
	width: 100%;
	padding: 40px;
	border-radius: 4px;
	background: #072587;
	overflow: hidden;
}
.offerLeft {
	width: 55%;
	float: left;
}
.offerLeft h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 25px;
}
.offerLeft p {
	font-size: 14px;
	color: #fff;
	text-align: justify;
	margin: 0;
	line-height: 23px;
	margin-bottom: 10px;
}
.offerRight {
	width: 44%;
	float: right;
}
/*cryptoContainer*/
.cryptoContainer {
	width: 100%;
	padding-top: 20px;
}
.ctn-crypto {
	width: 100%;
	border-radius: 4px;
	background: #2634b4;
	min-height: 260px;
	padding: 40px 45px;
}
.ctn-crypto-part1 {
	width: 30%;
	float: right;
	text-align: right;
}
.ctn-crypto-part1 img {
	margin-top: -117px;
}
.ctn-crypto-part2 {
	width: 70%;
	float: left;
}
.ctn-crypto-part2 h3 {
	font-size: 20px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.ctn-crypto-part2 p span {
	font-size: 18px;
	color: #53c0dd;
}
.ctn-crypto-part2 p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 26px;
}
/*contentConteiner*/
.contentConteiner {
	width: 100%;
	overflow: hidden;
}
.ctn-part1 {
	width: 100%;
	padding-top: 45px;
	text-align: center;
}
.ctn-part1 h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	font-weight: 700;
}
.advBot {
	width: 100%;
	margin-top: 40px;
}
.advBot .ctn {
	width: 100%;
	min-height: 135px;
	margin-bottom: 30px;
	padding-left: 135px;
}
.advBot .ctn >h3 {
	margin: 0;
	color: #f7aa59;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	font-weight: 600;
	padding-bottom: 15px;
}
.advBot .ctn >p {
	margin: 0;
	font-size: 14px;
	color: #fff;
}
.advBot .ctn-adv-part1 {
	background: url(images/bg-our1.png) no-repeat left top;
}
.advBot .ctn-adv-part2 {
	background: url(images/bg-our2.png) no-repeat left top;
}
.advBot .ctn-adv-part3 {
	background: url(images/bg-our3.png) no-repeat left top;
}
.advBot .ctn-adv-part4 {
	background: url(images/bg-our4.png) no-repeat left top;
}
.advBot .ctn-adv-part5 {
	background: url(images/bg-our5.png) no-repeat left top;
}
.advBot .ctn-adv-part6 {
	background: url(images/bg-our6.png) no-repeat left top;
}
.wrapper-bot2 {
	width: 100%;
	background: url(images/bottom-bg.jpg) #010D37 no-repeat center top;
	overflow: hidden;
	background-size: cover;
}
/* footer */
.footerContainer {
	width: 100%;
	background: #021248;
	padding: 35px 0;
	overflow: hidden;
}
.ctn-ft-left {
	width: 25%;
	float: left;
}
.ctn-ft-left p {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
	margin: 0;
}
.footerContainer h1 {
	color: #f4a859;
	font-size: 18px;
	margin: 0;
	text-align: left;
	margin-top: 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ctn-ft-mid {
	width: 38%;
	float: left;
}
.ctn-ft-mid ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ctn-ft-mid ul li {
}
.ctn-ft-mid ul li a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
.ft-right-part1 {
	width: 22%;
	float: left;
}
.ft-right-part1 p img {
	margin-right: 5px;
}
.ft-right-part1 p {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
	margin: 0;
}
.ft-right-part2 {
	width: 15%;
	float: left;
}
.ft-right-part2 p {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
	margin: 0;
	padding-left: 58px;
	text-align: right;
	background: url(images/ft-ic3.png) no-repeat left center;
}
.ft-right-part2 p span {
	color: #f4a859;
}
.ft-right-part2 a {
	width: 100%;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 32px;
	text-decoration: none;
	background: #2634b4;
	border-radius: 30px;
	margin-top: 12px;
}
.ft-right-part2 a:hover {
	background: #f4a859;
}
.ft-solid {
	width: 100%;
	padding-top: 20px;
	text-align: left;
}
.ft-solid .solid a {
	background: url(images/ft-solid.png) no-repeat left center;
	display: inline-block;
	height: 45px;
	margin-right: 3px;
}
.ft-solid .solid a.solid1 {
	width: 45px;
	background-position: 0 0;
}
.ft-solid .solid a.solid2 {
	width: 45px;
	background-position: -48px 0;
}
.ft-solid .solid a.solid3 {
	width: 45px;
	background-position: -97px 0;
}
.ft-solid .solid a.solid4 {
	width: 45px;
	background-position: -147px 0;
}
.ft-solid .solid a.solid5 {
	width: 45px;
	background-position: -196px 0;
	margin-right: 0;
}
.ft-solid .solid a:hover {
	opacity: 0.8;
}
.ctn-banner-full h1 {
}
.ctn-about-left h3 {
	font-size: 22px;
	margin: 25px 0 10px;
	padding: 0;
	color: #f4a859;
	font-weight: 500;
}
.ctn-about-left a {
	display: inline-block;
	text-decoration: none;
	padding: 10px 40px;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: #268be6;
}.ctn-about-left a i {
	margin: 0 10px 0;
	font-size: 25px;
	float: left
}
#myModal2 .modal-content {
	background: #fff;
}
#myModal2 .modal-header {
	border: none;
}
#myModal2 .close {
	color: #091e68;
	opacity: 1
}
.aboutpage .advBot .ctn {
	padding: 135px 0 0 0;
	background-position: top center;
	text-align: center
}
.offerContainer.aboutpage {
	background: #072587;
}
.offerContainer.aboutpage .ctn-offer {
	padding: 45px 0;
}
.offerContainer.aboutpage .ctn-offer h3 {
	color: #f4a859;
	font-weight: 600;
}
.inside_wrap {
	padding: 35px 0;
	width:100%;
	float:left
}
h2.heading {
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0;
	color: #f4a859;
	text-transform: uppercase;
	font-weight: 600;
}
.wheretobuy-list {
	width: 100%;
	float: left;
	margin: 0 0 35px;
}
.wheretobuy-list ul li {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 46px;
}
.wheretobuy-list ul li a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	line-height: 24px;
}
.wheretobuy-list ul li a i {
	font-size: 24px;
	margin: 0 15px 0 0;
	float: left;
}
.wheretobuy-list ul li a:hover {
	color: #f4a859;
}
.aboutbox {
    background: #18256e;
    padding: 25px;
    border-radius: 4px;
    margin: 0 0 25px;
    min-height: 170px;
}
.aboutbox span {
	width: 120px;
	height: 120px;
	float: left;
	margin: 0 20px 0 0
}
.aboutbox h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.aboutbox p {
	margin:0
}
.aboutbox.odd {
	background: none;
}
.aboutbox.odd span {
	width: 120px;
	height: 120px;
	float: right;
	margin: 0 0 0 20px
}
.textContainer.howto {
	background: #18256e;
	text-align: center
}
.textContainer.howto a {
	display: inline-block;
	text-decoration: none;
	padding: 12px 50px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background: #f4a859;
	margin: 25px auto 0;
}
.textContainer.howto a:hover {
	padding: 10px 48px;
	border: 2px solid #f4a859;
	background: none;
	color: #f4a859;
}
.inverstmentContainer.investmentpage {
	padding-bottom: 55px
}
.inverstmentContainer.investmentpage h1 {
	margin-top: 30px
}
.cryptoContainer.affiliate {
	margin-bottom: 45px
}
.cryptoContainer.affiliate .ctn-crypto-part1 img {
	margin: 0
}
.form-container-support {
	padding: 45px 0;
}
.form-container-support h2 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0 8px;
}
.form-container-support table td {
	padding: 8px;
}
.form-container-support input[type="text"], .form-container-support textarea {
	width: 100%;
}
.contact_box_wrap {
	background: #18256e;
	padding: 15px;
	width: 100%;
	float: left;
}
.contact_box {
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px;
	margin: 0 0 15px;
	width: 100%;
	float: left;
}
.contact_box h2, .section-title, .refheader {
	font-size: 20px;
	color: #f4a859;
	text-transform: uppercase;
	margin: 15px 0 20px;
}
.contact_box p {
	margin: 0
}
.contact_box span {
	width: 64px;
	float: left;
	display: block;
	margin: 0 20px 0 0;
}
.contact_box h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #f4a859;
	margin: 5px 0
}
.contact_box a {
	color: #f4a859;
}
.contact_box a:hover {
	color: #fff;
}
.contact_box:last-child {
	padding: 0;
	margin: 0;
	border: 0
}
.rules_block {
	background: #031450;
	padding: 40px;
	border-radius: 8px;
	border-top: 2px solid #f4a859;
	border-bottom: 2px solid #f4a859;
}
.affilist2 {
	line-height: 32px;
}
.paidout_top {
	border-top: 1px solid #fcc68e;
	border-left: 1px solid #fcc68e;
	background: #c08b53;
}
.paidout_top td {
	border-bottom:1px solid #fcc68e;
	border-right:1px solid #fcc68e;
	padding:12px;
}
.paidout_top select {
	border-color:#fff;
	color:#fff;
	
}
.loginwrap, .login_redirect {
	padding: 60px 0;
	background: url(images/bg-about.png) #021245 no-repeat left top;
}
.loginheader {
	width: 100%;
	float: left;
	text-align: center;
}
.loginheader #logo {
	float:none
}
.form-container.loginpage {
	text-align: center;
	padding: 40px 0 0 0;
	background:url(images/loginpageicon.png) no-repeat top center;
}

.form-container.loginpage2 {
	text-align: center;
	padding: 20px 0 0 0;
	background:transparent;
}

.form-container.loginpage h1 {
	font-size: 22px;
	font-weight: 500;
	margin: 10px 0 15px;
	text-transform: uppercase;
	color: #fff;
}
.form-container.loginpage input[type="text"], .form-container.loginpage input[type="email"], .form-container.loginpage input[type="password"] {
	width:100%;
}
.form-container.loginpage table td {
	padding:5px;
	color:#fff;
}
.form-container.loginpage a {
	font-weight:300;
	text-transform:uppercase
}
.loginfooter {
	text-align: center;
	padding: 50px 0 0 0;
}
.spacepipe {
	padding:0 10px
}
.iagree {
	text-align: center;
	font-weight: 300;
	color: #999;
}
.iagree a {
	color:#f7aa59
}
.accwrapper {
	width: 100%;
	float: left;
}
.accheaderContainer {
	width: 100%;
	float: left;
	background: #18256e;
	padding: 10px;
}
.acclogo {
	width: 15%;
	float: left;
}
.accnav {
	width: 55%;
	float: left;
	padding: 0 0 0 30px;
}
.accnav ul li {
	float: left;
	margin: 0 15px 0 0;
}
.accnav ul li a {
	font-size: 13px;
	text-transform: capitalize;
	display: block;
	line-height: 72px;
	font-weight: 300;
	position: relative;
	padding: 0 0 0 25px;
}
.accnav ul li a:hover {
	color:#f4a859;
}
.accnav ul li a i {
	width: 20px;
	height: 20px;
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	font-size: 16px;
}
.accright {
	width: 25%;
	float: left;
	text-align: right;
}
.admin, .accsettings, .acclogout {
	display: inline-block;
	line-height: 72px;
	margin: 0 0 0 10px;
	text-transform: capitalize;
	position: relative;
	padding: 0 0 0 34px;
}
.admin a, .accsettings a, .acclogout a {
	font-weight:300
}
.admin i, .accsettings i, .acclogout i {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	font-size: 22px;
}
.inside_wrap.myaccount {
}
.accdetails {
	padding: 0 0 30px;
	width: 100%;
	float: left;
}
.username, .reg-date, .last_acc {
    padding: 25px 15px 25px 100px;
    text-align: left;
    min-height: 78px;
    border: 1px solid #00356f;
    border-radius: 3px;
    min-height: 100px;
}
.username {
	background:url(images/username.png) no-repeat 10px center;
}
.reg-date {
	background:url(images/reg-date.png) no-repeat 10px center;
}
.last_acc {
	background:url(images/last_acc.png) no-repeat 10px center;
}
.username h2, .reg-date h2, .last_acc h2 {
	color: #f7aa59;
	font-size: 18px;
	margin: 5px 0 0 0;
	text-transform: capitalize;
}
.username p, .reg-date p, .last_acc p {
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
}
.member-container, .main_dash {
	width:100%;
	float:left
}
.accbal {
	text-align: center;
	width: 100%;
	float: left;
	background: #18256e;
	border-radius: 4px;
}
.accbal .header {
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #268be6;
	width: 100%;
	float: left;
}
.accbal .header .left {
	width: 50%;
	text-align: left;
	padding: 20px;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
}
.accbal .header .right {
	width: 50%;
	text-align: right;
	padding: 20px;
	float: right;
}
.accbal .header .right a {
	background: #f7aa59;
	padding: 8px 15px 8px 15px;
	border-radius: 4px;
	text-transform: uppercase;
	position: relative;
}

.accbal .header .right a.deposit {
	background:#3444D5;
}

.accbal .header .right a i {
	width: 25px;
	display: inline-block;
	margin: 0 10px 0 2px;
	height: 25px;
	position: absolute;
	left: 0;
	font-size: 24px;
}
.accbal .header .right a:hover {
	color:#fff;
	background:#268be6
}
.accbal .info {
	padding: 80px 20px;
	width: 100%;
	float: left;
}
.accbal .info h3 {
	color: #f4a859;
	font-size: 32px;
	margin: 0;
}
.accbal .info p {
	text-transform: uppercase;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 300;
}
.stats {
	width: 100%;
	float: left;
	padding: 25px 0 20px;
	border-top: 1px solid #268be6;
}
.statsbox {
	background: #2634b4;
	float: left;
	padding: 30px;
	border-radius: 4px;
	margin: 0 1%;
	width: 23%;
	text-align: left;
}
.statsbox span {
	width: 50px;
	height: 50px;
	float: left;
	margin:0 10px 0 0
}
.statsbox p {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: 300;
}
.statsbox h3 {
	color: #f4a859;
	font-size: 18px;
	margin: 0;
}
.accbotbox {
	background: #152060;
	padding: 20px;
	text-align: center;
	margin: 25px 0;
	border-radius: 4px;
}
.accbotbox span {
	width: 70px;
	height: 70px;
	display: inline-block;
	margin: 0 0 15px;
}
.accbotbox h3 {
	color: #f4a859;
	margin: 0;
}
.accbotbox p {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: 300;
}
.accverybottom {
	background: #2634b4;
	width: 100%;
	float: left;
	border-radius: 4px;
	padding: 20px 10px;
}
.accverybottom p {
	margin: 0 0 10px;
	font-weight: 300;
}
.accverybottom a.getban {
	background: #f4a859;
	padding: 0 30px;
	border-radius: 50px;
	line-height: 38px;
	display: inline-block;
	text-transform: uppercase;
}
.accverybottom a.getban:hover {
	background:#268be6;
	color:#fff;
}
.accverybottom a.getban i {
	font-size: 26px;
	float: left;
	margin: 6px 10px 6px 0;
	font-weight: 300;
}
.aff_box {
	width: 100%;
	float: left;
}
.aff_box-span {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 15px;
	display: block;
}.aff_box{	position:relative;}.aff_box .btn{	position:absolute;	top:50%;	right:15px;	transform:translateY(-50%);	-webkit-transform:translateY(-50%); 	-moz-transform:translateY(-50%);}
.aff_box input.ref-link {
	background: #ffffff;
	padding: 10px 15px;
	width: 100%;
	color:#152060;
	float: left;
	border-radius: 4px;
	border:0px;
}
.aff_box a.ref-link:hover {
	background:#1e2ba1;
}
.detailed-stats {
	border-bottom: 1px solid #f7aa59;
	margin: 0 0 20px;
}
.detailed-stats-box {
	padding: 11px 0;
	margin: 0 0 5px;
}
.detailed-stats-box.right {
	text-align: right;
	padding-left: 0;
	background: none;
}
.detailed-stats-box.right h3, .detailed-stats-box.right p {
	float:right
}
.detailed-stats-box p {
	text-transform: uppercase;
	margin: 0 10px 0 0;
	float: left;
}
.detailed-stats-box h3 {
	color: #f7aa59;
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
}
.aff-banners {
}
.aff-banners .nav-tabs {
	background: #268be6;
	border-radius: 4px;
	border-color: #268be6;
	padding: 0px 5px;
}
.aff-banners .nav-tabs > li > a {
	margin: 0 0 -1px;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 10px 8px;
	border-radius: 0;
}
.aff-banners .nav-tabs > li:hover > a {
	color: #f6bb42;
}
.aff-banners .nav > li {
	padding: 0px;
	margin: 0;
	float: left;
}
.aff-banners .nav-tabs > li.active > a, .aff-banners .nav-tabs > li.active > a:hover, .aff-banners .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #f4a859;
	border: none;
	cursor: default;
}
.aff-banners .nav-tabs > li > a:hover, .aff-banners .nav-tabs > li:hover > a {
	padding: 10px 8px;
	border-radius: 0;
	color: #fff;
	background:#f4a859;
}
.aff-banners .tab-content > .tab-pane {
	padding: 20px 0 0 0;
	text-align: center;
}
.account_deposit {
	margin:0 0 30px;
}
.account_deposit .inverstment-part {
	padding:25px 15px 65px;
}
.inverstment-part .radio {
	display: inline-block;
	width: 160px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin: 0 0 0 -80px;
	padding: 0;
	cursor: pointer;
	line-height: 36px;
	border-radius: 50px;
	background: #285fce;
	color: #fff;
	z-index: 9999;
}
.inverstment-part input[type=radio] {
	display: none
}
.inverstment-part input[type="radio"]:checked + .radio {
	background: #f4a859;
	color: #fff;
}


.account_deposit .inver-btt h5 {
	    padding-right: 10px;
}

.account_deposit .inver-btt h6 {
    width: 50%;
    float: right;
    padding-right: 10px;
    display: inline-block;
    color: #fff;
    margin: 0;
    line-height: 50px;
    background: #f4a859;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
}

.cert {
	background: #268be6;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
}
.refbottombutton {
	padding: 10px 0;
}
.depositlist_box {
	width: 100%;
	float: left;
	background: #18256e;
	border-radius: 4px;
	padding: 20px;
	min-height: 510px;
}
.promobox {
	width: 100%;
	float: left;
	background: #18256e;
	border-radius: 4px;
	padding: 20px;
	margin:0 0 25px;
}
.promobox_top-plans {
	margin-bottom:10px;
	border-bottom:0px;
}
.promobox_top {
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.promobox_top h3 {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 32px;
}
.account_topbox {
	background: #18256e;
	padding: 25px;
	width: 100%;
	float: left;
	border-radius: 4px;
	min-height: 340px;
	margin-bottom: 25px;
}
.account_topbox h3 {
	display: block;
	color: #788acb;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	text-align:left;
	line-height: 32px;
	float:left;
}
.account_topbox a {
	float: right;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background: #5e64a6;
	border-radius: 40px;
	border: none;
	padding: 0 20px;
}
.account_topbox a:hover {
	background: #ffcc5e;
}
.depositbox_mid {
	text-align: center;
	padding: 0px 0;
	width: 100%;
	float: left;
}
.accountbox_mid h3, .depositbox_mid h3 {
	text-align: center;
	display: block;
	margin: 0 0 25px;
	width: 100%;
}
.accountbox_mid p, .depositbox_mid p {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.depositbox_mid p.payment-details {
	color: #8ea4c1;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	margin: 5px 0px;
	border: 1px solid #c6e0ec;
	padding: 10px;
}
.accountbox_mid h2 {
	display: block;
	color: #f4a859;
	font-size: 32px;
	font-weight: 500;
	margin: 10px 0 0;
	width: 100%;
	text-transform: uppercase;
	line-height: 56px;
}
.depositbox_mid input.fullwidthinput {
	width: 100%;
	margin: 5px 0 0 0
}
.accountbox_bottom, .depositbox_bottom {
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
}
.accountbox_bottom ul, .depositbox_bottom ul {
}
.accountbox_bottom ul li, .depositbox_bottom ul li {
	border-bottom: 1px solid #2a3a8e;
	padding: 5px 0;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px solid #2a3a8e;
}
.accountbox_bottom ul li span, .depositbox_bottom ul li span {
	float: right;
	font-weight: 600;
	color:#f7aa59;
}
.refbox {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	padding: 30px;
	text-align: center;
	background: #454563 url(images/footerbg.html) no-repeat left top
}
.refbox h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 20px;
	width: 100%;
	text-transform: uppercase;
}
.refbox p {
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.refvalue {	position:relative;
}.editblock {
	width: 100%;
	float: left;
	padding: 0 0 12px
}
.editblock label {
	width: 100%;
	float: left;
	font-weight: 500;
}
.editblock input {
	width: 100%
}

.balance-info {
    background: url(images/bg-about.png) #021245 no-repeat left top;
    padding: 15px;
    text-align: center;
    border-radius: 3px;
}

/* Customize the label (the container) */
.container-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-box input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.payment-processor input[type="radio"], .iagree input[type="checkbox"] {
	    margin: 0px 4px;
	    vertical-align:middle;
}

.payment-processor {
	border:1px solid #F4A859;
	padding:5px 10px;
	border-radius:3px;
	display: inline-block;
}

.alert-info {
    background-color: #fba654;
    border-color: #ffb877;
    color: #7d4008;
    font-weight: 600;
}


.aboutconcept {
	padding-bottom:30px;
}

.aboutconcept .ctn-concept {
    min-height: 425px;
}

.supportContainer {
	background:#061A59;
	    padding: 45px 0 30px;
}
.investment_top p {
	margin-bottom:10px;
	text-align: justify;
}

.aboutCrypto .ctn-crypto {
    width: 100%;
    border-radius: 4px;
    background: #2634b4;
    min-height: 360px;
    padding: 35px 45px;
}

.aboutCrypto .ctn-crypto-part1 img {
    margin-top: -20px;
}

.about-investment .inverstment-part h2{
	font-size:30px;
}

.affiliates-top .ctn-about-left h3 {
	font-size:18px;
}

.affiliates-top {
	    padding: 40px 0;
}

.clear {
	clear:both;
}

.affiliate-title {
    border-bottom: 2px solid #F4A859;
    background: url(images/bg-about.png) #021245 no-repeat left top;
}
