body{
	font:400 14px 'Dosis', sans-serif;
	padding:0;
	margin:0
}
.clearfix {
	clear: both;
}
a {
	color: #458ec5
}
a:hover {
	color: #1a5e9e;
	text-decoration: none
}
a:focus, button:focus, input:focus, textarea:focus, select:focus {
	outline: none !important
}
p {
	margin: 0 0 20px
}
p:last-child {
	margin-bottom: 0
}
ul {
	padding: 0;
	margin: 0;
	list-style: none
}
::-moz-placeholder {
color:#333
}
:-ms-input-placeholder {
color:#333
}
:-moz-placeholder {
color:#333
}
input[type="text"], input[type="password"], input[type="email"] {
	height: 40px;
	padding: 0 10px;
	border-radius: 3px;
	background: #c9e6fc;
	border: 1px solid #68aadb;
	color: #1a5e9e;
	font-size:14px;
}
input[type="submit"], input[type="button"], .view_details, .sbmt {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 30px;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	cursor: pointer;
	border: none;
	background: #1d4376;
	line-height: 26px
}
input[type="submit"]:hover, input[type="button"]:hover, .view_details:hover, .sbmt:hover {
	background: #4aa0df;
	text-decoration: none;
	color: #fff
}
textarea {
	background: #c9e6fc;
	border: 1px solid #68aadb;
	width: 100%;
	resize: none;
	padding: 10px 15px;
	border-radius: 3px;
	color: #1a5e9e;
	font-size:14px;
}
select {
	color: #1a5e9e;
	font-size: 14px;
	border: 1px solid #68aadb;
	border-radius: 3px;
	width: auto;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(images/select_arrow.png) no-repeat right #c9e6fc;
	padding: 7px 20px 7px 10px
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
/*headerTopContainer*/
.headerTopContainer{
	width: 100%;
	background: #1d4376;
}
.headerTopInner{
	width: 1170px;
	margin: 0 auto;
}
.mainNavtop{
	width: 100%;
	overflow: hidden;
}
.hd-top-left{
	width: 50%;
	float: left;
	padding: 8px 0;
}
.hd-top-left p{
	margin: 0;
	text-align: right;
	padding-right: 30px;
	font-size: 14px;
	color: #f1b133;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
}
.hd-top-left p span{
	color: #fff;
}

.hd-top-right{
	width: 35%;
	float: right;
}
.hd-top-right p{
	margin: 0;
	padding: 8px 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
}
.hd-top-right a{
	margin: 0;
	padding: 9px 20px;
	display: inline-block;
	float: right;
	padding-left: 60px;
	text-decoration: none;
	background: url(images/hd-ic1.png) #f5b445 no-repeat center left 30px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
.hd-top-right a:hover{
	background: url(images/hd-ic1.png) #bacfff no-repeat center left 30px;
}
/*headerBotContainer*/
.headerBotContainer{
	width: 100%;
	background: #fff;
	min-height: 75px;
	padding: 8px 0;
}
.headerBotInner{
	width: 1170px;
	margin: 0 auto;
}
#logo{
	display: inline-block;
	float: left;
	height: 52px;
	width: 176px;
	background: url(images/logo.png) transparent no-repeat center;
}
.hd-langua{
	width: 22%;
	float: left;
	padding: 15px 0;
}
.inter{
	float: right;
}
#sample{
	margin: 0;
}
.dropdown dd, .dropdown dt, .dropdown ul { 
    margin:0px; 
    padding:0px;
}
.dropdown dd { 
    position:relative; 
}
.dropdown a, .dropdown a:visited {
    color: #1a5e9e;
    text-decoration:none;
    outline:none;
}
.dropdown a:hover {
    color: #2db7d0;
}
.dropdown dt a span:hover {
	color: #2db7d0;
}
.dropdown dt a {
    display:block;
    height: 20px;
    width: 105px;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #1a5e9e;
    text-align: left;
    text-transform: uppercase;
}
.dropdown dt a span{
	display: inline-block;
	float: right;
	margin-top: 6px;
	line-height: 6px;
}
.dropdown dt a i{
	display: inline-block;
	float: left;
	margin-top: 4px;
	line-height: 20px;
	margin-right: 15px;
}
.dropdown dd ul {
    background: rgb(201, 228, 250) none repeat scroll 0 0;
    color: #fff !important;
    display:none;
    left: -10px;
    padding:5px 0px;
    position:absolute;
    top: 15px;
    width:auto;
    border-radius: 2px;
    min-width:150px;
    list-style:none;
    z-index: 1;
}
.dropdown dd ul li a {
    display:block;
    padding: 8px 0 5px 10px;
}
.dropdown dd ul li a:hover {
    background-color: #1d4376;
    color: #fff;
}

.dropdown img.flag {
    display: inline-block;
    border:none; 
    vertical-align:middle; 
    margin-right:10px;
    margin-bottom: 4px;
}
.flagvisibility { 
    display:none;
}
.hdRight{
	float: right;
	padding: 9px 0;
}
.mainNavRight{
    float: right;
    border: 0;
    height: 33px;
    overflow: hidden;
}
.navbar{
    margin: 0;
    min-height: 31px;
    border: 0;
}
.navbar .nav{
    margin: 0;
    min-height: 34px;
    border: 0;
}
.mainNavRight .nav > li {
    /* text-align: left; */
    float: left;
    list-style: none;
}
.mainNavRight .nav > li a:hover{
	color: #f5b445;
	background: none;
}
.mainNavRight .nav > li a:focus{
	background: none;
}
.mainNavRight .nav > li  > a{
	color: #1a5e9e;
	padding: 0;
	text-decoration: none;
	text-align: left;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	margin: 0px 11px;
}

.mainNavRight .nav > li a.login {
	margin: 0;
	padding: 0px 20px;
	border-radius: 4px;
	color: #fff;
	margin-left: 15px;
	background: #1d4376;
}
.mainNavRight .nav > li a.login:hover{
	background: #4aa0df;
	color: #fff;
}
.mainNavRight .nav > li a.signup{
	margin: 0;
	padding: 0px 20px;
	border-radius: 4px;
	color: #fff;
	margin-left: 12px;
	background: #4aa0df;
}
.mainNavRight .nav > li a.signup:hover{
	background: #1d4376;
}
/*bannerContainer*/
.bannerContainer{
	width: 100%;
	background: url(images/bg-bn.jpg) center;
	overflow: hidden;
	padding: 20px 0 0;
	position: relative;
}
.bannerContainerInside{
	width: 100%;
	background: url(images/bg-bn.jpg) center;
	overflow: hidden;
	padding:50px 0;
	position: relative;
}
.bg-banner{
	position: absolute;
	top: -63px;
	right: -74px;
}
.bannerInner{
	width: 1170px;
	margin: 0 auto;
	min-height: 387px;
	overflow: hidden;
	position: relative;
}
.bannerInnerInside{
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.ctn-bannerLeft{
	width: 39%;
	float: left;
	padding: 60px 0;
	overflow: hidden;
}
.ctn-bannerLeft h3 {
	width: 100%;
	color: #1d4376;
	font-size: 44px;
	line-height: 46px;
	margin: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.ctn-bannerLeft p{
	width: 100%;
	color: #1c2e45;
	font-size: 18px;
	line-height: 35px;
	margin: 0;
	padding-bottom: 30px;
}
.ctn-bannerLeft a{
	color: #fff;
	font-size: 18px;
	line-height: 31px;
	margin: 0;
	position: absolute;
	padding: 7px 39px;
	border-radius: 30px;
	text-decoration: none;
	background: #1d4376;
}
.ctn-bannerLeft a:hover{
	background: #4aa0df;
}
.ctn-bannerRight{
	width: 60%;
	float: right;
	right: 0;
	position: absolute;
	overflow: hidden;
}
/*contentTopContainer*/
.contentTopContainer{
	width: 100%;
	padding: 40px 0;
	background: #1a5e9e;
	background-size: cover;
	overflow: hidden;
}
.contentTopInner{
	width: 1170px;
	margin: 0 auto;
}
.ctn-profit{
	width: 30%;
	float: left;
	background: #0b3a5b;
	border-radius: 4px;
}
.ctn-daily-left{
	width: 35%;
	background: #fdbc4e;
	min-height: 123px;
	padding: 15px;
	border-radius: 4px 0 0 4px;
	text-align: center;
	float: left;
}
.ctn-daily-part{
	width: 65%;
	float: left;
	padding: 12px 8px;
}
.ctn-daily-part h1{
	width: 50%;
	float: left;
	font-size: 40px;
	line-height: 54px;
	color: #fdbc4e;
	text-transform: uppercase;
	margin: 0;
	font-weight: 800;
}
.ctn-daily-part h2{
	width: 50%;
	float: right;
	font-size: 22px;
	line-height: 27px;
	color: #e6ffe6;
	text-transform: uppercase;
	margin: 0;
	font-weight: 500;
	padding-left: 15px;
}
.daily-row{
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}
.daily-row h3{
	width: 50%;
	float: left;
	padding: 10px 10px;
	background: #458ec5;
	font-size: 11px;
	color: #e6ffe6;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.daily-row h4{
	width: 50%;
	float: left;
	font-size: 11px;
	background: #1a5e9e;
	padding: 10px 15px;
	color: #e6ffe6;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.ctn-profit-part2{
	margin: 0 5%;
}

/*calculatorContainer*/
.calculatorContainer{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.calculatorInner{
	width: 1170px; 
	margin: 0 auto;
}
.calculatorInner h1{
	font-size: 36px;
	margin: 0;
	padding: 45px 0;
	text-align: center;
	color: #1d4376;
	font-weight: 700;
	text-transform: uppercase;
}
.calculatorInner .calculator {
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
}
.calculator-img{
	position: absolute;
	left: 35px;
	top: 5px;
}
.calculatorInner .calculator .title {
	width: 100%;
	background: #0b3a5b;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
	padding: 17px 285px;
}
.calculatorInner .calculator .title p{
	font-size: 30px;
	color: #fff;
	display: inline-block;
	margin: 0;
	font-weight: 700;
	padding: 0;
	line-height: 46px;
	float: left;
}
.calculatorInner .calculator .title input{
	font-size: 18px;
	color: #64798a;
	width: 260px;
	border-radius: 4px;
	background: #fff;
	float: right;
	border: 0;
	height: 46px;
}
.calculatorInner .calculator .content {
	width: 100%;
	padding: 18px 20px;
	padding-left: 15%;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
	background: #fdbc4e;
}
.calculatorInner .calculator .content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.calculatorInner .calculator .content ul li{
	display: inline-block;
	background: url(images/cal-ic.png) transparent no-repeat center left;
	float: left;
	font-size: 18px;
	margin-left: 45px;
	padding-left: 32px;
	font-weight: 700;
	color: #816535;
}
.calculatorInner .calculator .content ul li span{
	color: #0b3a5b;
}
.ctn-calculator{
	width: 100%;
	overflow: hidden;
	background:  url(images/ctn-mid-bg.png) transparent no-repeat center right;
	padding-right: 435px;
}
.ctn-calculator h3{
	font-size: 36px;
	color: #1d4376;
	margin: 0;
	line-height: 36px;
	padding: 45px 0;
	text-transform: uppercase;
	font-weight: 700;
}
.ctn-calculator p{
	font-size: 14px;
	color: #43474c;
	margin: 0;
	line-height: 24px;
	padding-bottom: 25px;
	text-align: justify;
}
/*contentMidContainer*/
.contentBotContainer{
	width: 100%;
	padding: 40px 0;
	background: url(images/bg-solid.jpg) center;
	overflow: hidden;
}
.contentBotInner{
	width: 1170px;
	margin: 0 auto;
}
.contentBotInner h3{
	font-size: 48px;
	color: #fff;
	line-height: 48px;
	margin: 0;
	padding-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}
.contentBotInner .solid{
	width: 100%;
	text-align: left;
	/* padding: 0 133px; */
}
.contentBotInner  .solid a{
	background: url(images/solid.png) no-repeat left center;
	display: inline-block;
	height: 65px;
	margin: 0 20px;
}
.contentBotInner .solid a:hover{
	opacity: 0.8;
}
.contentBotInner .solid a.solid1{
	width: 158px;
	background-position: 0 0;
	margin-left: 0;
}
.contentBotInner .solid a.solid2{
	width: 159px;
	background-position: -186px 0;
}
.contentBotInner .solid a.solid3{
	width: 159px;
	background-position: -374px 0;
}
.contentBotInner .solid a.solid4{
	width: 159px;
	background-position: -562px 0;
}
.contentBotInner .solid a.solid5{
	width: 159px;
	background-position: -751px 0;
}
.contentBotInner .solid a.solid6{
	width: 159px;
	background-position: -943px 0;
	margin-right: 0;
}
/*securityContainer*/
.statitsContainer {
	width: 100%;
	padding: 25px 0;
	background: url(images/bg-stt.jpg) transparent center;
	overflow: hidden;
}
.statitsInner {
	width: 1170px;
	margin: 0 auto;
}
.ctn-statits{
	width: 100%;
	overflow: hidden;
}
.ctn-item-part{
	width: 20%;
	float: left;
	padding: 80px 0px 0;
	text-align: center;
}
.ctn-item-part h3{
	font-size: 24px;
	color: #19599c;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 10px;
}
.ctn-item-part p{
	font-size: 14px;
	color: #272e35;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
}
.ctn-item-part1{
	background: url(images/stt-ic1.png) transparent no-repeat center top;
}
.ctn-item-part2{
	background: url(images/stt-ic2.png) transparent no-repeat center top;
}
.ctn-item-part3{
	background: url(images/stt-ic3.png) transparent no-repeat center top;
}
.ctn-item-part4{
	background: url(images/stt-ic4.png) transparent no-repeat center top;
}
.ctn-item-part5{
	background: url(images/stt-ic5.png) transparent no-repeat center top;
}

/*aboutContainer*/
.aboutContainer {
	width: 100%;
	background: #fff;
	padding: 40px 0;
	overflow: hidden;
}
.aboutInner {
	width: 1170px;
	margin: 0 auto;
}
.aboutleft {
	width: 55%;
	background: url(images/ctn-bot-img1.png) transparent no-repeat center left;
	float: left;
	padding-left: 290px;
}
.aboutleft h2 {
	margin: 0;
	font-size: 48px;
	color: #0b3a5b;
	font-weight: 500;
	margin-bottom: 10px;
}
.aboutleft h3 {
	margin: 0;
	font-size: 72px;
	text-transform: uppercase;
	color: #ea9c18;
	margin-bottom: 15px;
	font-weight: 800;
}
.aboutleft h4 {
	margin: 0;
	font-size: 24px;
	color: #0b3a5b;
	margin-bottom: 15px;
	font-weight: 500;
}
.aboutleft p {
	font-size: 14px;
	color: #1c2023;
	text-align: justify;
	line-height: 25px;
}
.aboutRight {
	width: 41%;
	float: right;
	background: url(images/ctn-bot-img2.png) #0b3a5b no-repeat center left 15px;
	padding: 15px;
	padding-left: 210px;
	border-radius: 4px;
}
.aboutRight h1{
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 15px;
}
.aboutRight h3{
	font-size: 36px;
	color: #f5b445;
	margin: 0;
	font-weight: 500;
	padding: 15px 0;
}
.aboutRight p{
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 25px;
}
.aboutRight a{
	display: inline-block;
	padding: 10px 25px;
	border-radius: 4px;
	font-size: 16px;
	color: #082539;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	margin-bottom: 10px;
	background: #c9e6fc;
	text-decoration: none;
}
.aboutRight a:hover{
	background: #fdbc4e;
}
/*cryptocurContainer*/
.cryptocurContainer{
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding-bottom: 30px;
}
.cryptocurInner{
	width: 1170px;
	margin: 0px auto;
}
.ctn-cryptocur{
	width: 100%;
	background: url(images/ctn-bot-img3.png) #18599a no-repeat center right;
	border-radius: 5px;
	padding-left: 25px;
	padding-right: 250px;
	overflow: hidden;
}
.ctn-cryptocur h1{
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 21px 0;
}
.ctn-cryptocur .solid{
	width: 100%;
	text-align: left;
	padding-bottom: 25px;
}
.ctn-cryptocur  .solid a{
	background: url(images/solid-bot.png) no-repeat left center;
	display: inline-block;
	height: 110px;
	margin: 0 4px;
}
.ctn-cryptocur .solid a:hover{
	opacity: 0.8;
}
.ctn-cryptocur .solid a.solid1{
	width: 207px;
	background-position: 0 0;
	margin-left: 0;
}
.ctn-cryptocur .solid a.solid2{
	width: 207px;
	background-position: -221px 0;
}
.ctn-cryptocur .solid a.solid3{
	width: 207px;
	background-position: -441px 0;
}
.ctn-cryptocur .solid a.solid4{
	width: 207px;
	background-position: -662px 0;
	margin-right: 0;
}
/*---- footer bot ---*/
.footerContainer{
	width: 100%;
	background: url(images/bg-ft.jpg) transparent center;
	overflow: hidden;
	padding: 25px 0;
}
.footerInner{
	width: 1170px;
	margin: 0px auto;
}
.ctn-footer-left{
	width: 40%;
	float: left;
	padding: 18px 0;
}
.ctn-footer-left p{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.ctn-footer-right{
	width: 60%;
	float: right;
	text-align: right;
}
.ctn-footer-right a{
	color: #fff;
	font-size: 14px;
	margin-left: 20px;
	text-transform: uppercase;
}
@media (max-width: 1170px){
.headerTopContainer,.headerBotContainer,.bannerContainer,.aboutContainer,.contentTopContainer,.calculatorContainer,.contentBotContainer,.statitsContainer,.cryptocurContainer,.footerContainer, .inside_wrap, .logo-container, .myaccount, .bannerContainerInside
	{
		width: 1170px !important;

	}
.headerTopInner,.headerTopInner,.bannerInner,.bannerInnerInside,.aboutInner,.contentTopInner,.calculatorInner,.contentBotInner,.statitsInner,.cryptocurInner,.footerInner, .inside_wrap .inside_inner
	{
		margin: 0 !imporInner
}
}
.banner_left {
width:50%;
float:left;
}
.banner_left h2 {
width: 100%;
color: #1d4376;
font-size: 36px;
line-height: 46px;
margin: 0;
text-transform: uppercase;
font-weight: 700;
}
.banner_right {
	width: 50%;
	float: left;
	padding: 5px 0 5px 25px;
	border-left: 2px solid #1d4376;
}

.inside_wrap {
	width: 100%;
	float: left
}
.inside_wrap .inside_inner {
	margin: 50px auto;
	max-width: 1170px;
	overflow: hidden
}
.how_it_works ul li {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #ea9c18;
	padding: 0 0 15px 125px;
	min-height: 210px;
}
.how_it_works ul li p{text-align:justify}
.how_it_works ul li:nth-child(even){margin-right:0; float:right}
.how_it_works ul li h2, .news_block .news_title, .support-left h2, .affliateblock li span.thcontent h4, .support-right h2, h3.loginheader, h3.faq, .contacts h2, .markedtext, h3.account_main, h2.section-title  {
margin:0 0 15px;
color:#ea9c18;
text-transform:uppercase;
font-size:23px;
display:block;
}
.form-container.signuppage form table td h5 {
margin:0 0 15px;
color:#fff;
text-transform:uppercase;
font-size:18px;
display:block;
}
.how_it_works ul li .nl-content {
}
.how_it_works ul li.one {
background:url(images/howto1.png) no-repeat left top
}
.how_it_works ul li.two {
background:url(images/howto2.png) no-repeat left top
}
.how_it_works ul li.three {
background:url(images/howto3.png) no-repeat left top
}
.how_it_works ul li.four {
background:url(images/howto4.png) no-repeat left top
}
.how_it_works ul li.five {
background:url(images/howto5.png) no-repeat left top
}
.how_it_works ul li.six {
background:url(images/howto6.png) no-repeat left top
}
.panel-default > .panel-heading {
	background-color: #c9e6fc !important;
	border-color: #68aadb !important;
}
.panel-title {
	font-size: 15px !important
}
.panel-default {
	border-color: #68aadb !important
}
.panel-title > a:hover {
	text-decoration: none
}
.panel-title > a {
	color: #1d4376;
}
.affliateblock {
	padding: 25px 0 0 0;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ea9c18;
	margin: 30px 0;
	border-bottom: 1px solid #ea9c18;
}
.affliateblock li {
	width: 48%;
	float: left;
	padding: 0 0 15px 0;
	min-height: 170px;
}
.affliateblock li:nth-child(even){margin-right:0; float:right}
.affliateblock li span.thblock {
	float: left;
	width: 20%;
	text-align: center;
	min-height: 140px;
	padding: 15px 0 0
}
.affliateblock li span.thcontent {
	float: left;
	width: 80%;
	padding: 20px 20px 0
}
.news_block {
	background: #0b3a5b;
	float: left;
	padding: 18px 15px 30px 170px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border-radius: 6px;
	font-size:14px;
}
.news_block:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 22px;
	width: 104px;
	height: 104px;
	background: url(images/news_icon.png) no-repeat left top
}
.news_block .news_infos {
	float: left;
	padding: 0 0 20px;
	width: 100%;
	color: #fff;
	line-height: 26px;
	
}
.news_block .news_time {
	font-size: 13px;
	color: #68aadb;
	padding: 0 0 0 30px;
	background: url(images/date-icon.png) no-repeat left center
}
.support-left {
	width: 46%;
	float: left
}
.support-right {
	width: 50%;
	float: right
}
.support-right .form-container table td {
	padding: 0
}
.support-right .form-container table td input[type="text"], .support-right .form-container table td input[type="password"], .support-right .form-container table td input[type="email"]{width:100% !important}
.support-right .form-container .form-content {
	border-top: 0;
	margin: 0;
	width: 100%;
	float: left
}
.support-right .form-container .form-content label {
	display: block;
	font-weight: 400;
	padding: 6px 0;
	font-size: 13px
}
.support-left .form-container textarea {
	height: 180px
}
.support-right p {
	font-size: 13px;
	margin-top: 0;
	line-height: 22px
}
.support-form input[type="text"] {
	width: 100%
}
.contacts {
	overflow: hidden;
	margin: 0 2% 0 0;
	width: 32%;
	float: left
}
.contacts:last-child {
	margin: 0
}
.contacts .email, .contacts .address, .contacts .phone {
	padding: 15px 10px 10px 120px;
	min-height: 100px;
	border-radius: 4px;
	color: #fff;
}
.contacts .email {
	background: url(images/email-icon.png) no-repeat 0 0 #0b3a5b
}
.contacts .address {
	background: url(images/address-icon.png) no-repeat 0 0 #0b3a5b
}
.contacts .phone {
	background: url(images/phone-icon.png) no-repeat 0 0 #0b3a5b
}
.contacts .email a {
	color: #fff
}
.support {
	background: #1a5e9e
}
.support .inside_inner {
	margin: 40px auto
}
.paidout {
	border-right: 1px solid #458ec5;
	border-top: 1px solid #458ec5
}
.paidout td {
	border-left: 1px solid #458ec5;
	border-bottom: 1px solid #458ec5;
	padding: 8px
}
.paidout td.inheader {
	background: #1a5e9e;
	color: #fff;
	text-transform: uppercase
}
.form-container.login, .form-container.forgot_pw, .form-container.signuppage, .contact_wrap {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    min-height: 300px;
}
.form-container.login .alert, .form-container.forgot_pw .alert, .form-container.signuppage .alert {
	max-width: 700px;
	margin: 0 auto 20px
}
.form-container.login form, .form-container.forgot_pw form, .form-container.signuppage form {
	margin: 0 auto;
	padding: 25px 25px 25px 120px;
	width: 100%;
	max-width: 600px;
	position: relative;
	border-radius: 5px;
	border: 0px;
	position: relative;
	background:#0b3a5b
}
.form-container.login form .sbmt, .form-container.forgot_pw form .sbmt, .form-container.signuppage form .sbmt {
background:#458ec5
}
.form-container.login form .sbmt:hover, .form-container.forgot_pw form .sbmt:hover, .form-container.signuppage form .sbmt:hover {
background:#1a5e9e
}
.form-container.login form::before, .form-container.forgot_pw form::before, .form-container.signuppage form::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	content: "";
	background: #fdbc4e;
	border-radius: 4px 0 0 4px;
}
.form-container.login form:before {
	background: url(images/loginpageicon.png) no-repeat center 20px #fdbc4e
}
.form-container.forgot_pw form:before {
	background: url(images/forpwpageicon.png) no-repeat center 20px #fdbc4e
}
.form-container.signuppage form:before {
	background: url(images/signuppageicon.png) no-repeat center 20px #fdbc4e
}
.loginbox {
	background: url(images/bg-bn.jpg) center;
}
.loginbox #logo {
	float: none
}
.loginbox .headerInner {
	text-align: center;
	color:#fff;
}
.footerContainer.login{
color:#0b3a5b;
text-align:center;
}
.footerContainer.login{background:none}
.headerBotContainer.login {
text-align:center;
padding:60px 0 0 0;
background:none
}
.form-container.login form table td, .form-container.forgot_pw form table td, .form-container.signuppage form table td {
	border: medium none;
	padding: 5px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
}
.form-container.login form table td a, .form-container.signuppage form table td a {
	color: #ea9c18
}
.form-container.login form table td a:hover, .form-container.forgot_pw form table td a:hover, .form-container.signuppage form table td a:hover {
	color: #c9e6fc
}
.form-container.login form input[type="text"], .form-container.login form input[type="email"], .form-container.login form input[type="password"], .form-container.forgot_pw form input[type="text"], .form-container.forgot_pw form input[type="email"], .form-container.forgot_pw form input[type="password"], .form-container.signuppage form input[type="text"], .form-container.signuppage form input[type="email"], .form-container.signuppage form input[type="password"] {
	width: 100%;
	height: 38px
}
.logo-container {
	padding: 50px;
	margin: 100px auto;
	max-width: 600px;
	width: 100%;
	text-align: center;

}
.logo-container h3 {
	color: #1d4376;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase
}
.myaccount {

	width: 100%;
	float: left
}
.myaccount .inside_inner {
	background: #0b3a5b;
	border-radius: 6px;
	position: relative;
}

.membersidebar {
	background: #fdbc4e;
	float: left;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 23%;
	border-radius: 0 6px 6px 0;
}
.membersidebar ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%
}
.membersidebar ul li {
	display: block;
	margin: 0 0 1px;
	border-bottom: 1px solid #0b3a5b;
	position: relative;
}
.membersidebar ul li span {
	width: 40px;
	height: 40px;
	float: left;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 999
}
.membersidebar ul li span.one {
	background: url(images/usernav1.png) no-repeat left center
}
.membersidebar ul li span.two {
	background: url(images/usernav2.png) no-repeat left center
}
.membersidebar ul li span.three {
	background: url(images/usernav3.png) no-repeat left center
}
.membersidebar ul li span.four {
	background: url(images/usernav4.png) no-repeat left center
}
.membersidebar ul li span.five {
	background: url(images/usernav5.png) no-repeat left center
}
.membersidebar ul li span.six {
	background: url(images/usernav6.png) no-repeat left center
}
.membersidebar ul li span.seven {
	background: url(images/usernav7.png) no-repeat left center
}
.membersidebar ul li span.eight {
	background: url(images/usernav8.png) no-repeat left center
}
.membersidebar ul li span.nine {
	background: url(images/usernav9.png) no-repeat left center
}
.membersidebar ul li span.ten {
	background: url(images/usernav10.png) no-repeat left center
}
.membersidebar ul li a {
	display: block;
	font-size: 13px;
	padding: 12px 6px 12px 50px;
	color: #0b3a5b;
	text-transform: uppercase
}
.membersidebar ul li:hover {
	background-color: #95D9F2
}
.membersidebar ul li:hover a {
	color: #0B3A5B;
	text-decoration: none
}
.member-container {
	float: left;
	width: 77%;
	padding: 20px;
	min-height: 600px;
	color: #fff
}
.member-right, .my_accont {
	float: left;
	width: 100%
}
.aff_box {
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 42px;
    margin: 25px 0 0 0;
    width: 100%;
    border-radius: 6px;
    color: #0B3A5B;
    background: #95D9F2;
}
.aff_box span {
    background: #FDBC4E url(images/affiliate_icon.png) no-repeat scroll 15px center;
    display: inline-block;
    padding: 5px 10px 5px 70px;
    border-radius: 3px 0 0 3px;
    margin: 0 5px 0 0;
}
.aff_box a {
	color: #0B3A5B;
}
.aff_box:hover a {
	color: #0B3A5B;
	text-decoration: none
}
.detailed-stats, .account-bottom, .user-info, .main_dash {
	width: 100%;
	float: left
}
.user-info div {
	border-radius: 4px;
	float: left;
	margin: 0 1.5% 0 0;
	padding: 15px 10px 15px 95px;
	width: 32.3%;
}
.user-info p {
	margin: 0;
	text-transform: uppercase;
	width: 100%;
	color: #fff
}
.user-info h2 {
	color: #fdbc4e;
	margin: 0;
	font: 700 14px/28px 'Dosis', sans-serif;
	text-transform: uppercase
}
.user-info div:last-child {
	margin-right: 0
}
.user-info div.username {
	background: url(images/user.png) no-repeat 0 0 #1a5e9e
}
.user-info div.registration {
	background: url(images/regdate.png) no-repeat scroll 0 0 #1a5e9e
}
.user-info div.last-access {
	background: url(images/lastaccess.png) no-repeat scroll 0 0 #1a5e9e
}
.user-right a {
	border-radius: 4px;
	background: #9ed8f0;
	color: #0b3a5b;
	float: left;
	font: 700 18px/40px 'Dosis', sans-serif;
	margin: 0 2% 0 0;
	padding: 8px 5px;
	text-transform: uppercase;
	width: 32%
}
.user-right a:last-child {
	margin-right: 0
}
.user-right a:hover {
	background: #fdbc4e;
	text-decoration: none
}
.user-right a i.settings, .user-right a i.deposit, .user-right a i.withdraw {
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	float: left
}
.user-right a i.settings {
	background: url(images/settings_icon.png) no-repeat center center
}
.user-right a i.deposit {
	background: url(images/makedeposit_icon.png) no-repeat center center
}
.user-right a i.withdraw {
	background: url(images/withdraw_icon.png) no-repeat center center
}
.big-stats, .account-bottom, .user-right {
	width: 100%;
	float: left;
	margin: 20px 0 0;
	border-top: 1px dotted #9ad4ec;
	padding: 25px 0 0
}
.big-stats .balance {
	float: left;
	margin: 0 3% 0 0;
	padding: 70px 10px 10px;
	width: 31.33%;
	border-radius: 6px;
	text-align: center;
	border: 1px solid #fdbc4e;
}
.big-stats .balance:last-child {
	margin: 0
}
.big-stats .balance p.big {
	color: #fdbc4e;
	font: 700 26px/40px 'Dosis', sans-serif;
	margin: 0;
	width: 100%;
}
.big-stats .balance p {
	line-height: 22px;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
	font-weight: 400;
	color: #fff
}
.big-stats .balance.balance1 {
	background: url(images/balance1-icon.png) no-repeat center 10px
}
.big-stats .balance.balance2 {
	background: url(images/balance2-icon.png) no-repeat center 10px
}
.big-stats .balance.balance3 {
	background: url(images/balance3-icon.png) no-repeat center 10px
}
.detailed-stats .pull-left, .detailed-stats .pull-right {
	width: 48.5%
}

.member-right table {
	border: 1px solid #458ec5;
	width: 100%;
	margin-bottom: 15px;
}
.member-right table tr td, .member-right table tr th {
	border: 1px solid #458ec5;
	font-size: 13px;
	padding: 8px 12px;
	background: #0c446b;
	color: #fff;
}
.member-right strong {
	color: #ffffff;
	font-weight: 700;
}
.member-right table td a, .member-right table tr a {
	color: #f5ae3e
}
.member-right table td a:hover, .member-right table tr a:hover {
	color: #ffc05d
}
.member-right table tr:nth-child(2n) td, .member-right table tr:nth-child(2n) th {
	background: #125583;
}
.member-right input.sbmt {
	background: #ea9c18
}
.member-right input.sbmt:hover {
	background: #4aa0df
}
.inheader {
	background: #ea9c18;
	color: white;
	text-transform:uppercase;
}
.member-right a.btn-info {
	background: #ea9c18 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 8px 30px;
	text-decoration: none;
	text-transform: uppercase
}
.member-right a.btn-info:hover {
	background: #4aa0df;
	color: #fff
}
.member-right td.inheader {
    background: #ea9c18;
    color: white;
	text-transform:uppercase;
}
.aff-banners {
	width: 100%;
	float: left
}
.aff-banners ul {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0
}
.aff-banners ul li {
	background: #458ec5;
	margin: 0 3px 0 0;
	border-radius: 3px 3px 0 0
}
.aff-banners ul li:last-child {
	margin: 0
}
.aff-banners ul li a, .aff-banners ul li.active a {
	color: #fff !important;
	text-align: center;
	padding: 6px 15px;
	border: none !important;
	background: none !important
}
.aff-banners ul li.active, .aff-banners ul li:hover {
	background: #fdbc4e
}
#show-hide-2 {
	text-align: center;
	border: 1px solid #fdbc4e;
	padding: 20px;
	border-radius: 0 3px 0 0
}
h3.refheader {
	color: #fff;
	font-size:16px;
	margin: 15px 0;
	text-transform: uppercase
}
.account_deposit {
width:100%;
float:left;
border-bottom: 1px dotted #9ad4ec;
padding:0 0 25px;
margin:0 0 25px;
}
.account_deposit .ctn-profit {
position:relative;
}
.ctn-profit .radio {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	cursor: pointer
}
.ctn-profit input[type=radio] {
	display: none
}
.ctn-profit input[type=radio]:checked + .radio {
	border: 4px solid #ffffff;
	border-radius: 4px
}
.account_deposit .ctn-daily-left {
	width: 100%;
	border-radius: 4px 4px 0 0;
}
.account_deposit .ctn-daily-part {
	width: 100%;
	background: #1a5e9e;
}

.mainNavRight .nav > li.social  > a {
    display: inline-block;
    margin: 0px 2px;
}
