@font-face {
  font-family: 'BebasNeue';
  src: url('fonts/BebasNeue.eot');
  src: url('fonts/BebasNeue.woff2') format('woff2'),
       url('fonts/BebasNeue.woff') format('woff'),
       url('fonts/BebasNeue.ttf') format('truetype'),
       url('fonts/BebasNeue.svg#BebasNeue') format('svg'),
       url('fonts/BebasNeued41dd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaS-RegularIt';
  src: url('fonts/ProximaNovaS-RegularIt.eot');
  src: url('fonts/ProximaNovaS-RegularIt.woff2') format('woff2'),
       url('fonts/ProximaNovaS-RegularIt.woff') format('woff'),
       url('fonts/ProximaNovaS-RegularIt.ttf') format('truetype'),
       url('fonts/ProximaNovaS-RegularIt.svg#ProximaNovaS-RegularIt') format('svg'),
       url('fonts/ProximaNovaS-RegularItd41dd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaA-LightIt';
  src: url('fonts/ProximaNovaA-LightIt.eot');
  src: url('fonts/ProximaNovaA-LightIt.woff2') format('woff2'),
       url('fonts/ProximaNovaA-LightIt.woff') format('woff'),
       url('fonts/ProximaNovaA-LightIt.ttf') format('truetype'),
       url('fonts/ProximaNovaA-LightIt.svg#ProximaNovaA-LightIt') format('svg'),
       url('fonts/ProximaNovaA-LightItd41dd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('fonts/ProximaNova-Bold.eot');
  src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
       url('fonts/ProximaNova-Bold.woff') format('woff'),
       url('fonts/ProximaNova-Bold.ttf') format('truetype'),
       url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'),
       url('fonts/ProximaNova-Boldd41dd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/ProximaNova-Regular.eot');
  src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
       url('fonts/ProximaNova-Regular.woff') format('woff'),
       url('fonts/ProximaNova-Regular.ttf') format('truetype'),
       url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
       url('fonts/ProximaNova-Regulard41dd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('fonts/ProximaNova-Semibold.eot');
  src: url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
       url('fonts/ProximaNova-Semibold.woff') format('woff'),
       url('fonts/ProximaNova-Semibold.ttf') format('truetype'),
       url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg'),
       url('fonts/ProximaNova-Semiboldd41dd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.tg-icon {
    position: fixed;
    bottom: 120px;
    left: 0px;
    background: #042069;
    background: -moz-linear-gradient(top, #042069 0%, #031648 49%, #031648 67%, #031648 67%, #021138 100%, #021138 100%);
    background: -webkit-linear-gradient(top, #042069 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%);
    background: linear-gradient(to bottom, #042069 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042069', endColorstr='#021138',GradientType=0 );
    padding: 8px;
    border: 2px solid #D6BE5B;
    border-left: 0px;
}	


.tg-icon img {
	width:70px;
	height:70px;
}

.tg-icon:hover {
	  background: #042069;
}

body{
	font-family: 'ProximaNova-Regular';
	background: url(images/bg.jpg) #0A1A41;
	font-size:14px;
}
#top-image{
	font-family: 'ProximaNova-Regular';
	background: url(images/bg.jpg) transparent;
}
.clearfix {
	clear: both;
}
/*headerTopContainer*/
.headerTopContainer {
	width: 100%;
}
.headerTopInner {
	width: 1170px;
	margin: 0 auto;
	border-bottom: 1px solid #325abe;
	padding: 8px 0;
}
.headerTopInner p {
	margin: 0;
	color:#fff;
}
.headerTop_left {
	width: 22%;
	text-align: left;
	padding-left: 32px;
	float: left;
}
.headerTop_left1 {
	background: url(images/hd-top-ic1.png) transparent no-repeat left center;
}
.headerTop_left p {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	line-height: 35px;
}
.headerTop_left p span {
	font-weight: 300;
	color: #e7aa0f;
}
.headerTop_left2{
	width: 25%;
	margin-left: 15px;
	background: url(images/hd-top-ic2.png) transparent no-repeat left center;
}
.headerTop-mid{
	width: 15%;
	padding-top: 5px;
	float: left;
	color: #fff;
}
.headerTop_right {
	width: 35%;
	float: right;
	text-align: right;
}
.headerTop_right p {
	line-height: 35px;
	font-size: 13px;
	text-transform: uppercase;
}
.headerTop_right p a{color: #fff;}
/*headerBotContainer*/
.headerMidContainer{
	width: 100%;
}
.headerMidInner{
	width: 1170px;
	margin: 0 auto;
	padding: 15px 0;
}
#logo{
	display: inline-block;
	float: left;
	height: 64px;
	width: 174px;
	background: url(images/logo.png) transparent no-repeat center;
}
.header_Top_Part1 {
	width: 43%;
	padding-top: 2px;
	float: left;
}
.header_Top_Part1 p{
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	margin:0;
	padding: 27px 0;
	text-align: right;
}
.header_Top_Part2 {
	width: 51%;
	float: right;
}
.header_Top_Part2 form {
	width: 100%;
}
.header_Top_Part2 form .form-group{
	width: 29%;
}
.header_Top_Part2 form .form-group label {
	color: #fff;
	font-size: 13px;
	width: 100%;
	padding: 0 !important;
}
.header_Top_Part2 form .form-group input {
	width: 164px;
	height: 33px;
	background: #02164b;
	border: 1px solid #ebd25d;
	border-radius: 0;
	color: #ededed;
}
.header_Top_Part2 form input[type="submit"] {
	width: 77px;
	height: 33px;
	background: #c78f0a;
	font-size: 13px;
	color: #fff;
	margin-top: 23px;
	border-radius: 0;
	border: 0;
	text-transform: uppercase;
}
.forgot_hd {
	float: right;
}
.forgot_hd p{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 32px 0px 0;
	width: 42px;
	margin: 0;
	float: left;
}
.forgot_hd a {
	float: right;
	font-size: 13px;
	line-height: 33px;
	padding: 0 11px;
	display: inline-block;
	color: #fff;
}
.forgot_hd a.register {
	background: #325abe;
	text-decoration: none;
	margin-top: 23px;
	text-transform: uppercase;
}
.forgot_hd a.register:hover {
	background: #e7920c;
}

/*headerBotContainer*/
.headerBotContainer{
	width: 100%;
}
.headerBotInner{
	width: 1170px;
	margin: 0 auto;
	border: 3px solid #dcb656;
	/* padding: 15px 0; */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#042069+0,031648+49,031648+67,031648+67,021138+100,021138+100 */
	background: #042069; /* Old browsers */
	background: -moz-linear-gradient(top,  #042069 0%, #031648 49%, #031648 67%, #031648 67%, #021138 100%, #021138 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #042069 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #042069 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042069', endColorstr='#021138',GradientType=0 ); /* IE6-9 */
}
.mainNavRight{
    float: left;
    border: 0;
}
.navbar{
    margin: 0;
    min-height: 30px;
}
.navbar .nav{
    margin: 0;
}
.mainNavRight .nav > li {
    text-align: center;
    float: left;
    list-style: none;
    /* margin-left: 1px; */
}
.mainNavRight .nav > li  > a{
	color: #fff;
	padding: 0px 14px;
	line-height: 44px;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	background: none;
}
.mainNavRight .nav > li  > a:hover {
	color: #f9a622;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background: none;
}
.hd_face {
	display: inline-block;
	width: 15%;
    margin-top: 15px;
    background: url(images/icon-face.html) #eeefef no-repeat center;
    border-radius: 3px;
    border: 1px solid #fff;
	float: right;
	height: 46px;
}
.hd_face:hover {
	opacity: 0.8;
}
/*bannerContainer*/
.bannerContainer{
	width: 100%;
	/* padding: 20px 0; */
	overflow: hidden;
	position:relative;
}
.bannerInner{
	width: 1170px;
	margin: 0 auto;
	position:relative;	
	overflow: hidden;
	padding: 0 0 23px;
}
.ctn-banner-left{
	width: 36%;
	margin-top: 130px;
	float: left;
}
.ctn-banner-mid {
    background: url(images/bn-ic1.png) transparent no-repeat center 0;
    height: 463px;
    width: 463;
    position: absolute;
    z-index: 999;
    /*-webkit-animation: rotation 30s linear 0s infinite;*/
    left: 50%;
    margin-left: -232px;
    margin-top: 85px;
	
}
/*@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(360deg);}
}
*/.ctn-banner-bg {
 background: url(images/round-bg.png) transparent no-repeat center center;
 position: absolute;
    z-index: 999;
	width:100%;
	height:867px;
	margin:-196px 0 0 0;
}
@-moz-keyframes blink {
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes blink {
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}
@-ms-keyframes blink {
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}
@keyframes blink {
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}
.blink-image{-moz-animation:blink normal 2s infinite ease-in-out;-webkit-animation:blink normal 2s infinite ease-in-out;-ms-animation:blink normal 2s infinite ease-in-out;animation:blink normal 2s infinite ease-in-out}

.ctn-banner-right{
	width: 36%;
	margin-top: 130px;
	float: right;
}
.banner{
	width: 100%;
}
.ctn-banner-left .ctn-daily{
	text-align: right;
	padding: 19px 0px;
	padding-right: 123px;
	background:  url(images/bn-ic-left.png) transparent no-repeat center bottom;
}
.ctn-banner-right .ctn-daily{
	text-align: left;
	padding: 19px 0;
	padding-left: 100px;
	background:  url(images/bn-ic-right.png) transparent no-repeat center bottom;
}
.ctn-daily h3{
	font-size: 48px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-family: 'BebasNeue';
}
.ctn-daily p{
	font-size: 21px;
	color: #fbb908;
	margin: 0;
	text-transform: uppercase;
}
.ctn-anitime p{
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
}

.ctn-banner-left .ctn-anitime{
	padding: 30px 0 50px;
	text-align: right;
	padding-right: 129px;
}
.ctn-banner-right .ctn-anitime{
	text-align: left;
	padding: 30px 0 50px;
	padding-left: 100px;
}
/*calculatorContainer*/
.calculatorContainer{
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04206a+0,031648+49,031648+67,031648+67,021138+100,021138+100 */
	background: #04206a; /* Old browsers */
	background: -moz-linear-gradient(top,  #04206a 0%, #031648 49%, #031648 67%, #031648 67%, #021138 100%, #021138 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #04206a 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #04206a 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04206a', endColorstr='#021138',GradientType=0 ); /* IE6-9 */
	border-top: 2px solid #dcb656;
	padding: 15px 0;
	border-bottom: 2px solid #dcb656;
	overflow: hidden;
}
.calculatorInner{
	width: 1170px; 
	margin: 0 auto;
}
.calculatorInner .calculator {
	width: 100%;
	/* padding: 15px; */
	overflow: hidden;
}
.calculatorInner .calculator .title {
	width: 45%;
	float: left;
	padding-left: 99px;
	position: relative;
	background: url(images/img-caculator.png) no-repeat 20px center;
}
.calculatorInner .calculator .title span{
	padding-right: 20px;
	color: #e2b32c;
	position: absolute;
	right: 0;
	font-size: 24px;
	top: 7px;
	text-transform: uppercase;
	float: right;
}
.calculatorInner .calculator .title p{
	font-size: 16px;
	color: #fff;
	width: 36%;
	margin: 0;
	padding: 8px 0 19px;
	font-family: 'ProximaNova-Semibold';
	text-transform: uppercase;
	line-height: 35px;
	float: left;
}
.calculatorInner .calculator .title input{
	font-size: 13px;
	color: #ffffff;
	width: 264px;
	background: #05153E;
	float: right;
	border: 1px solid #e2b32c;
	height: 50px;
}
.calculatorInner .calculator .content {
	width: 50%;
	float: right;
}
.calculatorInner .calculator .content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.calculatorInner .calculator .content ul li{
	width: 49%;
	float: left;
	text-transform: uppercase;
	font-family: 'ProximaNova-Semibold';
	padding: 2px 10px;
	margin: 2px;
	color: #fff;
	border-radius: 4px;
}
.calculatorInner .calculator .content ul li.ctn-bg{
	/* background: #009846; */
}
.calculatorInner .calculator .content ul li.ctn-bg1{
	/* background: #30679a; */
}
.calculatorInner .calculator .content ul li span{
	float: right;
	color: #dba227;
}
.calb_part {
	width: 100%;
	overflow: hidden;
}
.calb_part p {
	float: left;
	font-size: 12px;
	color: #4e5459;
	line-height: 35px;
}
.calb_part input {
	float: right;
	background: #eaebeb;
	border-radius: 3px;
	color: #505555;
	border: 1px solid #505555;
	height: 35px;
}
.calb_part_left {
	width: 49%;
	float: left;
	background: #30679a;
	border-radius: 3px;
	border: 1px solid #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 33px;
	color: #fff;
	padding: 0 10px;
}
.calb_part_left span {
	float: right;
}
.calb_part_right {
	float: right;
	background: #f9a622;
}
/*aboutContainer*/
.aboutContainer {
	width: 100%;
}
.aboutInner {
	width: 1170px;
	margin: 0 auto;
	padding: 30px 0;
}

.aboutInner p span{
	color: #eea402;

}
.about_left {
	width: 60%;
	padding: 10px;
	padding-right: 5%;
	float: left;
}
.about_left h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'ProximaNova-Semibold';
	color: #eea402;
	margin-bottom: 16px;
}
.about_left p{
	font-size: 14px;
	color: #fff;
	text-align: justify;
	line-height: 25px;
}
.about_right {
	width: 40%;
	padding: 20px;
	background: #11224f;
	float: right;
}
.about_right h3{
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'ProximaNova-Semibold';
	font-size: 24px;
	margin: 0;
	padding-top: 20px;
}
.ctn-vide{
	width: 100%;
	height: 315px;
	overflow: hidden;
}
.ctn-vide img {
	width: 100%;
	height: 100%;
}
.about-bot{
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}

.about-bot p {
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin: 0;
}
/*commitsContainer*/
.commitsContainer{
	width: 100%;
	background: #05153e;
	border-top: 1px solid #0b1c46;
	padding: 30px 0;
	overflow: hidden;
}
.commitsInner{
	width: 1170px;
	margin: 0 auto;
}
.commits-part{
	width: 49%;
	float: left;
	border: 1px solid #d79a1d;
	padding: 45px 25px;
	padding-left: 320px;
	overflow: hidden;
}
.commits-part h3{
	color: #d6981b;
	font-size: 60px;
	font-family: 'BebasNeue';
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.commits-part h4{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
}
.commits-part p{
	color: #6f80ac;
	color: 14px;
	margin: 0;
	padding-bottom: 5px;
}
.commits-part1{
	background: url(images/icon-about1.png) transparent no-repeat center left 45px;
}
.commits-part2{
	float: right;
	background: url(images/icon-about2.png) transparent no-repeat center left 45px;
}
.multipContainer{
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04206a+0,031648+49,031648+67,031648+67,021138+100,021138+100 */
	background: #04206a; /* Old browsers */
	background: -moz-linear-gradient(top,  #04206a 0%, #031648 49%, #031648 67%, #031648 67%, #021138 100%, #021138 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #04206a 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #04206a 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04206a', endColorstr='#021138',GradientType=0 ); /* IE6-9 */
	border-top: 2px solid #dcb656;
	padding: 20px 0;
	border-bottom: 2px solid #dcb656;
	overflow: hidden;
}
.multipInner{
	width: 1170px; 
	margin: 0 auto;
}
.multipInner h3{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-family: 'ProximaNova-Semibold';
	text-transform: uppercase;
	margin: 0;
}

/*---- locationContainer ---*/
.locationContainer{
	width: 100%;
	overflow: hidden;
	background: url(images/bg-location.jpg) no-repeat top center;
	background-size: cover;
}
.locationInner{
	width: 1170px;
	margin: 0px auto;
	height: 360px;
	position: relative;
}
.locationInner >div >a >div{
	color: #fff;
    width: 170px;
    padding: 10px 22px;
    border-radius: 4px;
    background: #000;
    position: absolute;
    display: none;
}
.locationInner >div >a >div p{
	margin: 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 11px;
}
.locationInner >div >a >div i{
	    position: absolute;
    font-size: 30px;
    left: 76px;
    bottom: -12px;
    color: #000;
}
.locationInner >div >a >div#location-1{
	    bottom: 67px;
    left: -64px;
}
.locationInner >div >a >div#location-2{
	left: -65px;
    top: -77px;
}
.locationInner >div >a >div#location-3{
	top: -82px;
    left: -67px;
}
.locationInner >div >a >div#location-4{
    right: -54px;
    bottom: 67px;
}
.active #location-1, .active #location-2, .active #location-3, .active #location-4{
	display: block;
}
.locationInner >div a{
	display: inline-block;
	background: url(images/pc-location.png) no-repeat center center;
	width: 46px;
	height: 50px;
	position: absolute;
}
.locationInner >div a#a1{
	bottom: 171px;
	left: 162px;
}
.locationInner >div a#a2{
	left: 21%;
	top: 27%;
}
.locationInner >div a#a3{
	 bottom: 64%;
	 left: 51%;
}
.locationInner >div a#a4{
	    right: 9%;
	    bottom: 55%;
}
.locationInner >div a#a5{
	    right: 10%;
	    bottom: 15%;
}
/*lagalContainer*/
.lagalContainer{
	width: 100%;
	padding: 55px 0;
	background: #05153e;
	overflow: hidden;
}
.lagalInner{
	width: 1170px;
	margin: 0 auto;
}
.lagal-Left{
	width: 20%;
	float: left;
}
.img_click_1{
	width: 100%;
	padding-bottom: 16px;
}
.lagal-Left p{
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding-top: 2px;
}
.lagal-Left p span{
	padding-right: 10px;
	color: #eea402;
	float: right;
}
.lagal-right{
	width: 77%;
	float: right;
}
.lagal-right h3{
	padding-bottom: 25px;
	margin: 0;
	font-size: 24px;
	color: #fff;
	font-family: 'ProximaNova-Semibold';
	text-transform: uppercase;
}
.ctn-lagal{
	width: 50%;
	float: left;
	padding: 10px 55px;
	padding-left: 170px;
}
.ctn-lagal p{
	font-size: 13px;
	color: #fff;
	margin: 0;
	text-align: justify;
}
.ctn-lagal-part1{
	background: url(images/ctn-stt1.png) transparent no-repeat center left;
}
.ctn-lagal-part2{
	background: url(images/ctn-stt2.png) transparent no-repeat center left;
}
.ctn-lagal-part3{
	background: url(images/ctn-stt3.png) transparent no-repeat center left;
}
.ctn-lagal-part4{
	background: url(images/ctn-stt4.png) transparent no-repeat center left;
}
.ctn-lagal-part5{
	background: url(images/ctn-stt5.png) transparent no-repeat center left;
}
.ctn-lagal-part6{
	background: url(images/ctn-stt6.png) transparent no-repeat center left;
}
.ctn-lagal-part7{
	background: url(images/ctn-stt7.png) transparent no-repeat center left;
}
.ctn-lagal-part8{
	background: url(images/ctn-stt8.png) transparent no-repeat center left;
}
/*chooseContainer*/
.chooseContainer{
	width: 100%;
	background: url(images/bg-call.jpg) transparent no-repeat center;
	background-size: cover;
	padding: 40px 0;
	overflow: hidden;
}
.chooseInner{
	width: 1170px;
	margin: 0 auto;
}
.chooseInner h3{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	padding-bottom: 35px;
	font-family: 'ProximaNova-Semibold';
	text-transform: uppercase;
}
.chooser-left{
	width: 70%;
	float: left;
}
.ctn-choose{
	width: 100%;
	padding-bottom: 20px;
	padding-left: 70px;
}
.ctn-choose h3{
	color: #daa125;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
	padding-bottom: 10px;
}
.ctn-choose p{
	color: #fff;
	font-size: 14px;
	margin: 0;
	text-align: left;
	text-align: justify;
}
.ctn-choose-part1{
	background: url(images/ctn-bot-ic1.png) transparent no-repeat;
}
.ctn-choose-part2{
	background: url(images/ctn-bot-ic2.png) transparent no-repeat;
}
.ctn-choose-part3{
	background: url(images/ctn-bot-ic3.png) transparent no-repeat;
}
.ctn-choose-part4{
	background: url(images/ctn-bot-ic4.png) transparent no-repeat;
}
.ctn-choose-part5{
	background: url(images/ctn-bot-ic5.png) transparent no-repeat;
}
.choose-right{
	width: 25%;
	float: right;
}
.choose-right h3{
	font-size: 30px;
	color: #fff;
	margin: 0;
	text-align: left;
	font-family: 'ProximaNova-Regular';
	text-transform: uppercase;
	padding-bottom: 15px;
}
.choose-right h3 span{
	color: #f8920f;
	font-family: 'ProximaNova-Bold';
}
.chooseRight h3{
	font-size: 18px;
	color: #fff;
	margin: 0;
	text-align: left;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	padding-bottom: 10px;
}

.chooseRight ul{
	list-style: none;
	padding: 15px 10px;
	margin: 0;
	border: 1px solid #539ce9;

}
.chooseRight ul li{
	list-style: none;
	padding: 0;
	padding-left: 30px;
	color: #fff;
	font-size: 14px;
	background: url(images/icon-li.png) transparent no-repeat center left 10px;
	margin: 0;
	border-bottom: 1px solid #162a5d;

}
.chooseRight-part3 ul li{
	color: #eea402;

}
.chooseRight ul li:last-child{
	border-bottom:0;

}
.chooseRight ul li span{
	float: right;
	color: #eea402;
}
.chooseRight-part2{
	padding-top: 20px;
}
.chooseRight-part3{
	padding-top: 20px;
}

/*----- bitcoinCalContainer ----*/
.bitcoinCalContainer{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #11214d;
	border-bottom: 1px solid #11214d;
	background: #0d1835;
}
.bitcoinCalInner{
	width: 1170px;
	margin: 0px auto;
	padding: 30px 0;
}
.ctn-bitcoical-left{
	width: 55%;
	float: left;
}
.ctn-bitcoical-right{
	width: 45%;
	padding-left: 5%;
	float: right;
}
.ctn-bitcoical-left h3{
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	font-family: 'ProximaNova-Semibold';
	padding-bottom: 30px;
}
.bitCalTop{
	background: url(images/bitcall.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 4px;
	padding: 40px 85px;
	overflow: hidden;
}
.bitCal{
}
.bitCal >div{
	width: 100%;
}
.bitCal >div .form-group{
	overflow: hidden;
	margin-bottom: 7px;
}
.bitCal >div .form-group label{
	margin: 0;
	width: 45%;
	font-size: 14px;
	color: #fff;
	padding: 0;
	padding-top: 10px;
	font-weight: normal;
}
.bitCal >div .form-group input{
	border: 1px solid #586ea9;
	border-radius: 3px;
	padding: 6px;
	background: #030e2c;
	width: 55%;
	color: #fff;
}
.bitCal >div .form-group button.cal-submit{
	background: #325abe;
	color: #fff;
	border: 0;
	width: 55%;
	margin-top: 10px;
	margin-left: 45%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 12px;
}
.ctn-bitcoical-right >div.pull-right{
	padding: 5px 10px;
	border-radius: 4px;
}
.ctn-bitcoical-right h3{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'ProximaNova-Semibold';
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
}
.ctn-bitcoical-right >div.pull-right >div h3{
	padding: 0;
	font-size: 24px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #74B995;
	text-align: left;
}
.ctn-bitcoical-right >div.pull-right >div h4{
	margin: 0;
	padding: 10px 0 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #6791f8;
	font-size: 18px;
}
.ctn-bitcoical-right >div.pull-right >div p{
	margin: 0;
	padding: 0;
	color: #eeeeef;
	font-size: 14px;
	display: inline-block;
}
.ctn-bitcoical-right >div.pull-right >div a{
font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #c78f0a;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}
.ctn-bitcoical-right >div.pull-right >div h6{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #d59f0d;
	font-size: 13px;
	font-style: italic;
	text-align: right;
	border-bottom: 1px solid #f9a622;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.ctn-bitcoical-right >div.pull-right >div.earn-daily{
	    padding: 4px 0px 19px;
}
.ctn-bitcoical-right >div.pull-right >div.read-all{
	background: #009846;
    border-radius: 4px;
    margin-top: 40px;
}
.ctn-bitcoical-right >div.pull-right >div.read-all h3 a{
	padding: 0;
	font-size: 24px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-align: center;
	width: 100%;
    padding: 7px 0;
}
.ctn-bitcoical-right >div.pull-right >div.read-all h3 a:hover{
	text-decoration: none;
	background: #00843C;
}
/*latestContainer*/
.latestContainer{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: url(images/lase-bg.jpg) no-repeat center;
	background-size: cover;
}
.latestInner{
	width: 1170px;
	margin: 0 auto;
}
.ctn-latest-left{
	width: 42%;
	float: left;
}
.bitCalBot{
	overflow: hidden;
}
.bitCalBot >div{
	width: 100%;
}
.bitCalBot >div.pull-left{
	background: url(images/icon-stt.html) no-repeat left top;
}
.bitCalBot >div.pull-left >ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bitCalBot >div.pull-left >ul li{
	padding: 32px 15px;
	width: 49%;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #32416b;
}
.bitCalBot >div.pull-left >ul li h3{
	margin: 0;
	padding: 0;
	color: #f8920f;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
}
.bitCalBot >div.pull-left >ul li p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.bitCalBot >div.pull-left >ul li.run-day1{
	background: url(images/statis-ic1.png) transparent no-repeat center right 10px;
}
.bitCalBot >div.pull-left >ul li.run-day2{
	float: right;	
	background: url(images/statis-ic2.png) transparent no-repeat center right 10px;
}
.bitCalBot >div.pull-left >ul li.run-day3{
	background: url(images/statis-ic3.png) transparent no-repeat center right 10px;
}
.bitCalBot >div.pull-left >ul li.run-day4{
	float: right;
	background: url(images/statis-ic4.png) transparent no-repeat center right 10px;
}
.bitCalBot >div.pull-left >ul li.run-day5{
	background: url(images/statis-ic5.png) transparent no-repeat center right 10px;
}
.bitCalBot >div.pull-left >ul li.run-day6{
	float: right;
	background: url(images/statis-ic6.png) transparent no-repeat center right 10px;	
}
.bitCalBot >div.pull-left >ul li.run-day7{
	background: url(images/statis-ic7.png) transparent no-repeat center right 10px;
}
.bitCalBot >div.pull-left >ul li.run-day8{
	float: right;
	background: url(images/statis-ic1.png) transparent no-repeat center right 10px;
}


.ctn-lates-right{
	width: 54%;
	float: right;
}
.ctn-latest-part1{
	width: 48%;
	float: left;
	border: 1px solid #1e2948;
}
.latest-part2{
	float: right;
}

.ctn-title{
	width: 97%;
	overflow: hidden;
	margin: 4px;
}
.ctn-title1{
	background: url(images/statis-ic9.png) #325abe no-repeat center right 15px;
}
.ctn-title2{
	background: url(images/statis-ic10.png) #f8920f no-repeat center right 15px; 
}
.ctn-title h1{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	text-align: left;
	padding: 12px 23px;
}
.ctn-latest-part1 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.ctn-latest-part1 ul li{
	border-bottom: 1px solid #242c42;
	padding: 10px;
	color: #fff;
	margin:  0 5px;
}
.ctn-latest-part1 ul li:last-child{
	border-bottom: none;
	padding-bottom: 20px;
}
.ctn-latest-part1 ul li span{
	float: right;
}
.ctn-latest-part1 ul li span.last-span{
	padding: 0 15px;
}
#myModal_1{
	background: rgba(8, 8, 8, 0.85);
}
#img_clk{
	position: absolute;
    left: 44%;
    top: 28%;
}
#myImg{
	width: 100%;
}
#myModal{
	background: rgba(8, 8, 8, 0.85);
}
.lagal-Left .close{
	position: absolute;
    color: #fff;
    font-size: 36px;
    top: 100px;
    right: 25%;
}
.lagal-Left .close-1{
	top: 60px;
}
.modal-content{
	width: 30%;
	border: 6px solid #495251;
	margin-top: 130px;
	margin-left: 36%;
}
.modal-content-1{
	width: 45%;
    border: 6px solid #495251;
    margin-top: 90px;
}
/*--- sliderAboutContainer ------*/
.sliderAboutContainer{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #10214d;
	border-bottom: 1px solid #10214d;
	background: #04102e;
	padding: 25px 0;
}
.sliderAboutInner{
	width: 1170px;
	margin: 0px auto;
}
.caption-left{
	width: 45%;
	float: left;
	overflow: hidden;
	padding-left: 150px;
	background: url(images/ft-top.png) no-repeat left center;
	border-right: 1px solid #fab915;
}
.caption-left h3{
	margin: 0;
	padding: 0;
	padding-top: 30px;
	font-size: 24px;
	font-family: 'ProximaNova-Semibold';
	text-transform: uppercase;
	color: #d89c20;
}
.caption-left p{
	margin: 0;
	padding: 5px 0;
	padding-bottom: 30px;
	font-size: 16px;
	font-family: 'ProximaNova-Semibold';
	text-transform: uppercase;
	color: #fff;
}
.caption-right{
	width: 50%;
	float: right;
}
.caption-right >div h3{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 25px;
	color: #fff;
	text-align: center;
}
.caption-right .bx-wrapper{

}
.caption-right .bx-viewport{
	padding: 15px;
	padding-bottom: 0;
	border-radius: 4px;
}
.caption-right .bxslider{

}
.caption-right .bxslider li{
	left: 0;
}
.caption-right .bxslider li i{
	font-size: 24px;
	color: #1ABC9C;
	width: 5%;
}
.caption-right .bxslider li i.fa-quote-left{
	float: left;
}
.caption-right .bxslider li i.fa-quote-right{
	float: right;
	    position: absolute;
    right: 0px;
    top: 22px;
}
.caption-right .bxslider li p{
	margin: 0;
	box-sizing: border-box;
	padding: 0 15px;
	background: none;
	color: #fff;
	width: 100%;
	font-family: 'ProximaNovaA-LightIt';
	text-align: center;
}
.caption-right .bxslider li h6{
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	padding: 10px 60px 0;
	color: #fab915;
}
/*---- footer bot ---*/
.footerContainer{
	width: 100%;
	background: #04102e;
	padding: 40px 0 20px;
	overflow: hidden;
}
.footerInner{
	width: 1170px;
	margin: 0px auto;
	overflow: hidden;
}
.footerInner .pull-left {
	width: 50%;
	float: left;
}
.footerBotInner .pull-right {
	width: 50%;
	float: right;
}
.solid{
	width: 100%;
}
.solid {
	background: url(images/ft-solid.png) no-repeat left center;
	display: inline-block;
	height: 43px;
	width:484px;
	margin: 0px 8px;
}
.solid a.solid1{
	width: 95px;
	background-position: 0 0px;
	margin-left: 0;
	/* margin-bottom: 3px; */
}
.solid a.solid2{
	width: 154px;
	background-position: -113px 0;
}
.solid a.solid3{
	width: 93px;
	background-position: -284px 0;
}
.solid a.solid4{
	width: 108px;
	background-position: -394px 0;
	margin-right: 0;
}
.footerInner .pull-left p{
	margin: 0;
	color: #fff;
	width: 100%;
	font-size: 12px;
	padding-left: 10px;
	text-transform: uppercase;
}
.pull-left .ft-ctn-ul{
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
}
.pull-left .ft-ctn-ul ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.pull-left .ft-ctn-ul ul li{
	float: left;
}
.pull-left .ft-ctn-ul ul li a{
	text-transform: uppercase;
	color: #3c66b5;
	font-size: 12px;
	padding: 0px 11px;
}
/*---- footer bot ---*/
.footerBotContainer{
	width: 100%;
	background: #04102e;
	overflow: hidden;
	padding-bottom: 30px;
}
.footerBotInner{
	width: 1170px;
	margin: 0px auto;
}
.footerBotInner p{
	width: 100%;
	color: #324165;
	font-size: 11px;
	padding-left: 10px;
	text-align: justify;
}
.footerBotInner p span{
	font-family: 'ProximaNova-Bold';
}
/*cal2*/
#calcs .table-bordered {
    border-collapse: collapse;
    border: 1px solid #539ce9;
    background-color: #0d1835;
}
#calcs .table-bordered tr {
    border-bottom: 1px #162a5d solid;
}
#calcs .table-bordered td {
    padding: 5px;
    border: 1px solid #162a5d;
    color: #fff;
}
#calcs .table-bordered td a{
    color: #fff;
}

.goog-te-gadget-simple{
	 background-color: none;
     border-left: 0; 
     border-top: 0; 
     border-bottom: 0; 
     border-right: 0; 
}
@media (max-width: 1170px){

.headerTopContainer,.headerMidContainer,.headerBotContainer,.bannerContainer,.calculatorContainer,.aboutContainer,.commitsContainer,.multipContainer,.locationContainer,.lagalContainer,.chooseContainer,.bitcoinCalContainer,.latestContainer,.sliderAboutContainer,.footerContainer,.footerBotContainer
{
	width: 1170px !important;
}

.headerTopInner,.headerMidInner,.headerBotInner,.bannerInner,.calculatorInner,.aboutInner,.commitsInner,.multipInner,.locationInner,.lagalInner,.chooseInner,.bitcoinCalInner,.latestInner,.sliderAboutInner,.footerInner,.footerBotInner
{
		margin: 0 !important;
	} 
}
.zindex {
    z-index: 10;
}
.bannerContainer.inner{width:100%; float:left; padding:30px 0; border-bottom:2px solid #dcb656}
.bannerinsideInner{width:1170px;margin:0 auto; overflow:hidden}
.bannerinsideInner h2{margin: 0;
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'ProximaNova-Semibold';
    color: #eea402; width:45%; float:left}
.subpage-container{width:1170px;margin:0 auto;padding:50px 0 40px;overflow:hidden; color:#fff}
.step1{background:url(images/step1.png) no-repeat 15px 5px}
.step2{background:url(images/step2.png) no-repeat right 5px;padding:20px 180px 20px 20px !important}
.step3{background:url(images/step3.png) no-repeat 15px 5px}
.step4{background:url(images/step4.png) no-repeat right 5px;padding:20px 180px 20px 20px !important}
.subpage-container.started h3{font-family: 'ProximaNova-Semibold';font-size:18px;color:#eea402;text-align:center;text-transform:none;display:block;margin:0 auto 20px;padding:0;text-align:left;border:0;text-transform:uppercase}
.started .start-step h2,.started .affiliate-middle h2{color:#eea402;font-family:'ProximaNova-Semibold';font-size:24px;text-transform:uppercase;margin:0 0 20px}
.start-step {
    padding: 20px 20px 20px 180px;
    border: 1px solid #d79a1d;
    margin: 20px 0;
    min-height: 145px;
    color: #fff;
}
.start-step p {
color:#fff;
}
.subpage-container.about{width:100%;margin:0 auto;padding:0;overflow:hidden; color:#fff}
.lagalContainer.about{ border-top:2px solid #dcb656}
.investment .chooser-left{width:100%}
.investment .ctn-bitcoical-left h3 {
    color: #eea402;
}
.investment .ctn-bitcoical-left{width:100%; margin:0 0 40px}
.statitContainer{width:100%;padding:43px 0;overflow:hidden}
.statitInner h3 {
    color: #eea402;
    font-size: 24px;
    font-family: 'ProximaNova-Semibold';
    text-transform: uppercase!important;
    margin: 0!important;
    padding-bottom: 25px!important;
}
.ctn-item-part {
    width: 23.3%;
    float: left;
    padding: 15px;
    border: 1px solid #dcb656;
    margin: 0 25px 0 0;
	min-height:145px;
}
.ctn-item-part:last-child{margin:0}
.ctn-item-part h3 {
    font-size: 20px!important;
    color: #eea402;
    font-family: 'ProximaNova-Semibold';
    text-transform: uppercase!important;
    margin: 0!important;
    padding-bottom: 10px!important;
}
.ctn-item-part p{font-size:14px;color:#fff;margin:0; padding:0 0 0 100px}
.ctn-item-part1{background:url(images/stt-ic1.png) transparent no-repeat 20px 55px}
.ctn-item-part2{background:url(images/stt-ic2.png) transparent no-repeat 20px 55px}
.ctn-item-part3{background:url(images/stt-ic3.png) transparent no-repeat 20px 55px}
.ctn-item-part4{background:url(images/stt-ic4.png) transparent no-repeat 20px 55px}
.video_listings {
    width: 100%;
    float: left;
}
.video_listings ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.video_listings ul li {
    float: left;
    width: 31%;
    margin: 0 3% 40px 0;
}
.video_listings ul li:nth-child(3n) {
margin-right:0;
}
.video_listings ul li span.video_thumb {
    width: 100%;
    float: left;
    border: 1px solid #dcb656;
    padding: 3px;
    margin: 0 0 15px;
}
.video_listings ul li p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}
.contentMidContainer {
    width: 100%;
    padding: 45px 0;
    overflow: hidden;
    background: #031648;
    border-top: 1px solid #dcb656;
    border-bottom: 1px solid #dcb656;
}
.contentMidInner{width:1170px;margin:0 auto; overflow:hidden}
.ctn-mid-row .ctn-mid-part1 {
    width: 40%;
    float: left;
    text-align: center;
}
.ctn-mid-row .ctn-mid-part2 {
    width: 55%;
    float: right;
}
.ctn-mid-row .ctn-mid-part2 h3 {
    font-size: 28px;
    color: #d6981b;
    margin: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
    font-family: 'BebasNeue';
}
.ctn-mid-row .ctn-mid-part2 p {
    color: #fff;
    margin: 0;
}

.affiliate_left{width:65%;float:left;color:#fff}
.affiliate_left h2, .support-title, h3.faq {
    text-transform: uppercase;
    color: #eea402;
    margin: 0 0 20px;
    font-size: 22px;
	font-family: 'ProximaNova-Semibold';
}
.affiliate_right{width:30%;float:right}
.affiliate-bottom{width:100%;padding:45px 0}
.affiliate-bottom .ctn-mid-row {
    width: 48%;
    float: left;
    background: #05153e;
    margin: 0 3% 0 0;
    border: 1px solid #d79a1d;
    padding: 30px;
}
.affiliate-bottom .ctn-mid-row2{width:49%;float:left;margin-right:0}
.affiliate-bottom .cont{width:1170px;margin:0 auto;overflow:hidden;color:#fff}
.affiliate-bottom h2{font-size:18px}
.affiliate-bottom h3{font-size:24px}
.aff1{background:url(images/aff1.png) no-repeat left center; padding:15px 15px 15px 70px;font-size:16px;width:100%}
.aff2{background:url(images/aff2.png) no-repeat left center;padding:15px 15px 15px 70px;font-size:16px;width:100%}
.aff3{background:url(images/aff3.png) no-repeat left center;padding:15px 15px 15px 70px;font-size:16px;width:100%}
.news-title {
    height: 46px;
    line-height: 46px;
    border: 1px solid #eea402;
    font-size: 22px;
    color: #eea402;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
}
.news-text{border:1px solid #dcb656;padding:20px 20px 20px 150px;margin-bottom:25px; background:url(images/news-icon.png) no-repeat 20px center;}
.news-date{margin-top:15px;color:#3c66b5}
h3.requirements {
    font-size: 20px;
    margin: 20px 0;
    font-family: 'ProximaNova-Semibold';
    color: #eea402;
    text-transform: uppercase;
}
ol.genlist {
    padding: 0;
}
ol.genlist li {
    list-style-position: inside;
    line-height: 24px;
}
.panel{border:none; margin:0 0 10px}
.panel-body {
    padding: 18px;
    background: #031648;
    border-radius: 0;
    border: 1px solid #294999 !important;
}
.panel-default>.panel-heading{color:#fff;background-color:#0d2567;border-radius:0;font-weight:400;text-transform:uppercase; border:none !important; padding:12px 18px; border:1px solid #294999 !important}
.panel-group .panel{margin-bottom:10px;border-radius:0;overflow:hidden}
.panel-group .panel-heading+.panel-collapse .panel-body{border-color:#77B34F}
.panel-title{font-size:15px}
.panel-title>a:hover{text-decoration:none}
.site-table {
    font-size: 12px;
    width: 100%;
    border-top: 1px solid #0e2867;
    border-right: 1px solid #0e2867;
}
.site-table th{
    background: #325abe;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    border-left: 1px solid #0e2867;
    font-weight: normal;
}
.site-table td{
    padding: 5px;
    border-bottom: 1px solid #0e2867;
    border-left: 1px solid #0e2867;
    font-size: 13px;
    color: #fff;
}
.site-table td a{color:#4271e5}
.contentMidContainer, .representative {
    width: 100%;
    overflow: hidden;
    background: #031648;
    border-top: 1px solid #dcb656;
    border-bottom: 1px solid #dcb656;
}

.wheretobuy-list{float:left;margin:15px 0 25px;width:100%}
.wheretobuy-list ul {
    float: left;
    padding: 10px;
    width: 100%;
    margin: 0;
    border: 2px solid #d79a1d;
}
.wheretobuy-list ul li {
    float: left;
    margin: .5%;
    padding: 10px 0px 10px 40px;
    width: 24%;
    text-align: left;
    list-style: none;
	background:url(images/wheretobuy-icon.png) no-repeat left center
}
.wheretobuy-list ul li a{color:#fff;font-size:16px;text-transform:uppercase;display:block}
.wheretobuy-list ul li:hover a{color:#eea402; text-decoration:none}
.support-right{float:left;width:100%}
.support-right h2, .acc-ctRight h3{font-family: 'ProximaNova-Semibold';color:#eea402;font-size:20px;margin:0 0 15px;text-transform:uppercase}
.support-right p{font-size:14px;margin-top:0;line-height:22px;color:#fff}
.support-form input[type="text"]{width:100%}
.contacts-container ul{background:url(images/contacts.html) no-repeat 0 center;padding-left:160px;line-height:36px;padding-top:20px;padding-bottom:20px;font-size:18px}
.contacts{overflow:hidden;margin:0 2% 0 0;width:32%;float:left}
.contacts:last-child{margin:0}
.contacts .email, .contacts .address, .contacts .phone {
    padding: 10px 10px 10px 60px;
    min-height: 110px;
    border: 2px solid #dcb656;
}
.contacts .email{background:url(images/email.png) no-repeat 10px 10px}
.contacts .email a{color:#fff}
.contacts .address{background:url(images/address.png) no-repeat 10px 10px}
.contacts .phone{background:url(images/phone.png) no-repeat 10px 10px}
.contacts-details{float:left;width:360px}
.support-left-wrap {
    width: 100%;
    float: left;
    background: #05153e;
    padding: 40px 0;
    border-top: 2px solid #d79a1d;
}
.support-left{width:100%;max-width:1170px;margin:0 auto}
.support-left .form-container h2 {
    color: #eea402;
    background: transparent;
    padding: 0;
    font-size: 24px;
    margin: 0 0 20px;
    text-transform: uppercase;
	font-family: 'ProximaNova-Semibold';
}
.support-left .form-container table td{padding:0; font-size:14px}
.support-left .form-container .form-content{border-top:0;margin:0px;color:#fff}
.support-left .form-container .form-content label{color:#fff;display:block;font-weight:400}
input[type="text"], input[type="password"], input[type="email"] {
    width: 100%;
    height: 33px;
    padding: 0 10px;
    background: #091a48;
    border: 1px solid #325abe;
    color: #fff;
}


select {
    width: auto;
    height: 33px;
    padding: 0 10px;
    background: #091a48;
    border: 1px solid #325abe;
    color: #fff;
}

.auth-container {
    position: relative;
    padding-right: 260px;
    padding-top: 20px;
}

.auth-container img {
	position:absolute;
	top:20px;
	right:20px;
}

.support-left .form-container textarea {
    height: 120px;
} 
textarea{width: 100%;
resize:none;
background: #091a48;
    border: 1px solid #325abe;

	 color: #fff;
    padding: 10px;}
	label{color:#fff; padding:10px 0 0}
.sbmt, input[type="submit"], input[type="button"]{
    height: 33px;
    background: #c78f0a;
    font-size: 13px;
    color: #fff;
    border: 0;
	padding:0 20px;
    text-transform: uppercase;}
	.myaccount {
    height: 33px;
    background: #c78f0a;
    font-size: 13px;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    float: right;
    line-height: 33px;
	margin:23px 0 0 0;
}
.register {
    background: #325abe;
    text-decoration: none;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 33px;
    float: right;
    margin: 23px 10px 0 0;
    color: #fff;
}
.register:hover, .myaccount:hover{color:#fff}
.login-form {
    background:url(images/loginbg.png) no-repeat 20px center #05153e;
    color: #fff;
    width: 700px;
    margin: 0 auto;
    padding: 20px 20px 20px 250px;
    border: 2px solid #dcb656;
}
.forget-form {
    background:url(images/forgetbg.png) no-repeat 20px center #05153e;
    color: #fff;
    width: 700px;
    margin: 0 auto;
    padding: 50px 20px 50px 250px;
    border: 2px solid #dcb656;
}
.forget-form table td, .login-form table td {color:#fff; font-size:13px}
.signup-form {
    background: url(images/signupbg.png) no-repeat center 20px #05153e;
    color: #fff;
    width: 49%;
    float: left;
    margin: 0 auto;
    padding: 180px 50px 20px 50px;
    border: 2px solid #dcb656;
}

.signup-form2 {
	    background: url(images/signup_payment.png) no-repeat center 20px #05153e;
}


.signup-form3 {
    clear: both;
    width: 100%;
    margin-top: 20px;
    background: #05153e;
    padding: 20px 50px;
}

.signup-form h2 {
    color: #eea402;
    background: transparent;
    padding: 0;
    font-size: 20px;
    margin: 0px 0 25px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Semibold';
    text-align: center;
}


.signup-col {
	overflow:hidden;
	margin-bottom:6px;
}

.signup-col label {
    float: left;
    width: 33%;
    padding: 0px;
    line-height: 36px;
}

.signup-col input[type="text"], .signup-col input[type="password"] {

	float:right;
	width:65%
}


.signup-form3 .signup-col {
	width:49%;
	float:left;
}

.signup-form3 .signup-col input[type="submit"] {
	margin-top:10px;
}

.refvalue {
	float:left;
}

.refvalue input {
    border: 1px solid #325abe;
    color: #fff;
    background: #091a48;
    padding: 6px 10px;
    margin: 0px 10px;
    width: 240px;
}

.acc-ctRight-part2 label {
	float:left;
}

#copyButton {
	background: #c78f09;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    margin-left: 10px;
    border:0px;
}

.acc-contentContainer{width:100%;padding:35px 0; clear:both}
.acc-contentInner{width:1170px;margin:0 auto}
.acc-menuLeft {
    background: #05153e;
    float: left;
    padding: 7px;
    width: 25%;
    border: 1px solid #d79a1d;
}
.acc-menuLeft ul{width:100%;margin:0;padding:0;list-style-type:none}
.acc-menuLeft ul li{width:100%;margin:0;padding:0;display:inline-block;margin-bottom:3px}
.acc-menuLeft ul li a {
    width: 100%;
    display: inline-block;
    line-height: 47px;
    border: 1px solid #325abe;
    color: #fff;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background: #091a48;
}
.acc-menuLeft ul li a:hover,.acc-menuLeft ul li a:focus{background:#0a235c}
.acc-menuLeft ul li a i{
	display: inline-block;
    float: left;
    height: 38px;
    margin: 3px 8px 0 2px;
    width: 38px;}
.acc-menuLeft ul li a:hover i{}
.acc-menuLeft ul li a i.icon1{background:url(images/account/menu-icon1.png) transparent no-repeat center}
.acc-menuLeft ul li a i.icon2{background:url(images/account/menu-icon2.png) transparent no-repeat center}
.acc-menuLeft ul li a i.icon3{background:url(images/account/menu-icon3.png) transparent no-repeat center}
.acc-menuLeft ul li a i.icon4{background:url(images/account/menu-icon4.png) transparent no-repeat center}
.acc-menuLeft ul li a i.icon5{background:url(images/account/menu-icon5.png) transparent no-repeat center}
.acc-menuLeft ul li a i.icon6{background:url(images/account/menu-icon6.png) transparent no-repeat center}
.acc-menuLeft ul li a i.icon7{background:url(images/account/menu-icon7.png) transparent no-repeat center}
.acc-menuLeft ul li a i.icon8{background:url(images/account/menu-icon8.png) transparent no-repeat center}
.acc-menuLeft ul li a i.icon9{background:url(images/account/menu-icon9.png) transparent no-repeat center}
.acc-menuLeft ul li a i.icon10{background:url(images/account/menu-icon10.png) transparent no-repeat center}
.acc-ctRight {
    width: 72%;
    float: right;
}
.acc-ctRight select{background:#091a48; padding:3px;color:#fff;border:1px solid #325abe;width:auto}
.acc-ctRight-part1{width:100%;float:left}
.acc-ctRight-part1-row1{width:100%;float:left;margin:0 0 20px}
.acc-ctRight table {
    border-top: 1px solid #325abe;
    border-left: 1px solid #325abe;
    border-collapse: inherit !important;
    width: 100%;
    margin-bottom:10px;
}
.acc-ctRight table td, .acc-ctRight table th {
    border-bottom: 1px solid #325abe;
    border-right: 1px solid #325abe;
    padding: 7px 12px;
    background: #091a48;
    font-size: 14px;
    color: #fff;
	line-height:26px;
}
.acc-ctRight table td:nth-child(odd) {
    color: #eea402;
}
.acc-ctRight{color:#fff}
.acc-ctRight-part1-row2{float:left;margin:0 0 20px;width:100%}
.acc-ctRight-part2 {
    width: 65%;
    padding: 15px 15px 15px 60px;
    text-align: left;
    background: url(images/link-icon.png) no-repeat 15px center;
    border: 1px solid #dcb656;
    color: #fff;
    text-transform: uppercase;
    margin: -115px 0 60px;
    float: right;
        z-index: 10000;
    position: relative;
}
.acc-ctRight-part2 a{color:#fff;font-weight:700}

.acc-ctRight-part2 a.apply {
    background: #325ABE;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: normal;
    text-transform: none;
}

.acc-ctRight-part2 a.apply:hover {
	text-decoration:none;
	background:#C78F0A;
}

.acc-ctRight-part1-row2 a.edit,.acc-ctRight-part1-row2 a.security,.acc-ctRight-part1-row2 a.withdrawfund,.acc-ctRight-part1-row2 a.makedeposit{background-color:#0c3a6e;color:#eea402;display:block;float:left;font-family:'ProximaNova-Semibold';font-size:14px;margin:0 2% 0 0;padding:12px 0;text-indent:55px;width:23.5%;text-transform:uppercase; border:1px solid #eea402}
.acc-ctRight-part1-row2 a.makedeposit{margin-right:0!important}
.acc-ctRight-part1-row2 a.edit:hover,.acc-ctRight-part1-row2 a.security:hover,.acc-ctRight-part1-row2 a.withdrawfund:hover,.acc-ctRight-part1-row2 a.makedeposit:hover{background-color:#0a235c;text-decoration:none}
.acc-ctRight-part1-row2 a.edit{background:url(images/edit-icon.png) no-repeat 10px center}
.acc-ctRight-part1-row2 a.security{background:url(images/security-icon.png) no-repeat 10px center}
.acc-ctRight-part1-row2 a.withdrawfund{background:url(images/withdraw-icon.png) no-repeat 10px center}
.acc-ctRight-part1-row2 a.makedeposit{background:url(images/deposit-icon.png) no-repeat 10px center}
.acc-ctRight-part3{width:100%;float:left}
.acc-ctRight-part3 .stt-row{width:49%;background:#05153e}
.acc-ctRight-part3 .stt-row .stt-top{widows:100%;overflow:hidden;padding:28px 10px 32px 110px}
.acc-ctRight-part3 .stt-row .stt-top h3{ float:left;width:44%;display:inline-block;margin:0;padding:0;color:#eea402;font-family:'BebasNeue';font-size:34px;text-transform:uppercase}
.acc-ctRight-part3 .stt-row .stt-top p {
text-align:right;
    width: 56%;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    text-transform: uppercase;
    line-height: 37px;
    float: left;
	
}
.acc-ctRight-part3 .stt-row .stt-bot{padding:15px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04206a+0,031648+49,031648+67,031648+67,021138+100,021138+100 */
	background: #04206a; /* Old browsers */
	background: -moz-linear-gradient(top,  #04206a 0%, #031648 49%, #031648 67%, #031648 67%, #021138 100%, #021138 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #04206a 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #04206a 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04206a', endColorstr='#021138',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #d79a1d;}
.acc-ctRight-part3 .stt-row1 .stt-bot,.acc-ctRight-part3 .stt-row2 .stt-bot{text-align:center}
.acc-ctRight-part3 .stt-row .stt-bot a{display:inline-block;text-align:center;background:#f9a622;border:2px solid #fff;border-radius:4px;text-transform:uppercase;text-decoration:none;font-size:16px;font-weight:500;line-height:38px;width:199px;color:#fff}
.acc-ctRight-part3 .stt-row .stt-bot a:hover{background:#f49909}
.acc-ctRight-part3 .stt-row1{float:left;margin-bottom:25px;border:1px solid #d79a1d}
.acc-ctRight-part3 .stt-row2{float:right;margin-bottom:25px;border:1px solid #d79a1d}
.acc-ctRight-part3 .stt-row3{float:left;border:1px solid #d79a1d}
.acc-ctRight-part3 .stt-row4{float:right;border:1px solid #d79a1d}
.acc-ctRight-part3 .stt-row1 .stt-top{
	background: url(images/account/stt-icon1.png) transparent no-repeat 20px 20px;
    background-size: 80px auto;
    }
.acc-ctRight-part3 .stt-row2 .stt-top{background:url(images/account/stt-icon2.png) transparent no-repeat 20px 20px;
    background-size: 80px auto;}
.acc-ctRight-part3 .stt-row3 .stt-top{background:url(images/account/stt-icon3.png) transparent no-repeat 20px 20px;
    background-size: 80px auto;}
.acc-ctRight-part3 .stt-row4 .stt-top{background:url(images/account/stt-icon4.png) transparent no-repeat 20px 20px;
    background-size: 80px auto;}
.acc-ctRight-part3 .stt-row1 .stt-bot,.acc-ctRight-part3 .stt-row2 .stt-bot,.acc-ctRight-part3 .stt-row3 .stt-bot,.acc-ctRight-part3 .stt-row4 .stt-bot{padding:12px 15px}
.acc-ctRight-part3 .stt-row1 .stt-bot p,.acc-ctRight-part3 .stt-row2 .stt-bot p,.acc-ctRight-part3 .stt-row3 .stt-bot p,.acc-ctRight-part3 .stt-row4 .stt-bot p{ display:inline-block;width:100%;margin:0;padding:0;color:#fff;font-family:'ProximaNova-Regular';font-weight:500;font-size:14px;padding:0 10px;text-align:left;text-transform:uppercase}
.acc-ctRight-part3 .stt-row1 .stt-bot p span,.acc-ctRight-part3 .stt-row2 .stt-bot p span,.acc-ctRight-part3 .stt-row3 .stt-bot p span,.acc-ctRight-part3 .stt-row4 .stt-bot p span{color:#eea402;font-family:'BebasNeue';display:inline-block;float:right;font-size:18px}
.acc-ctRight-part3 .stt-row1 .stt-bot div,.acc-ctRight-part3 .stt-row2 .stt-bot div,.acc-ctRight-part3 .stt-row3 .stt-bot div,.acc-ctRight-part3 .stt-row4 .stt-bot div{width:100%;height:1px;background:#fff;margin:7px 0}
.clearboth{clear:both}
.aff-banners ul.nav-tabs{margin-bottom:17px;border-bottom:0;margin-top:0}
.aff-banners .nav-tabs>li{margin-bottom:0}
.aff-banners ul.nav-tabs>li>a{display:inline-block;line-height:28px;border-radius:0;text-align:center;margin-right:5px;padding:0 15px;color:#fff;background:#091a48;border:0;margin-bottom:5px;width:100px; border:1px solid #325abe}
.aff-banners ul.nav-tabs>li.active a{color:#fff}
.aff-banners ul.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{background:#eea402;color:#fff; border:1px solid #edc651}
.account_deposit{width:100%;float:left}
.account_deposit .ctn-mid-row {
    width: 48.5%;
    margin: 0 3% 25px 0;
    float: left;
    border: 1px solid #d79a1d;
    padding: 20px 20px 20px 170px;
	background:url(images/depositplan-bg.png) no-repeat 25px 20px  #05153e;
}
.account_deposit .ctn-mid-row:nth-child(2n){margin-right:0}
.account_deposit .ctn-mid-row h3 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 15px;
}


.account_deposit .ctn-mid-row h3 input[type=radio] {
	display: none
}

.account_deposit .ctn-mid-row h3 .radio {
    display: block;
    text-align: left;
    font-weight: normal;
    margin: 5px auto;
    padding: 6px 20px;
    cursor: pointer;
    line-height: 26px;
    border-radius: 4px;
    background: #042069;
    background: -moz-linear-gradient(top, #042069 0%, #031648 49%, #031648 67%, #031648 67%, #021138 100%, #021138 100%);
    background: -webkit-linear-gradient(top, #042069 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%);
    background: linear-gradient(to bottom, #042069 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042069', endColorstr='#021138',GradientType=0 );
    color: #fff;
    border: 0px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 4px 20px;
    border:2px solid #dca52a;
}

.account_deposit .ctn-mid-row h3 input[type="radio"]:checked + .radio {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dca52a+48,dda62b+100 */
	background: #dca52a; /* Old browsers */
	background: -moz-linear-gradient(top, #dca52a 48%, #dda62b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dca52a 48%,#dda62b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dca52a 48%,#dda62b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dca52a', endColorstr='#dda62b',GradientType=0 ); /* IE6-9 */
}




.select-button .radio {
    display: block;
    text-align: left;
    font-weight: normal;
    margin: 5px auto;
    padding: 6px 20px;
    cursor: pointer;
    line-height: 20px;
    border-radius: 4px;
    background: #042069;
    background: -moz-linear-gradient(top, #042069 0%, #031648 49%, #031648 67%, #031648 67%, #021138 100%, #021138 100%);
    background: -webkit-linear-gradient(top, #042069 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%);
    background: linear-gradient(to bottom, #042069 0%,#031648 49%,#031648 67%,#031648 67%,#021138 100%,#021138 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042069', endColorstr='#021138',GradientType=0 );
    color: #fff;
    border: 0px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 6px 10px;
    border: 2px solid #021138;
  

}
.select-button input[type=radio] {
	display: none
}
.select-button  input[type="radio"]:checked + .radio {
       border:2px solid #dca52a;
 
}

.payment-processor {
border: 0px;
    border-radius: 4px;
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
}

.account_deposit .ctn-mid-row .ctn-mid-daily {
    width: 100%;
    float: left;
}

.account_deposit .ctn-mid-row .ctn-mid-daily .ctn-mid-part1 {
    width: 100%;
    float: left;
}
.account_deposit .ctn-mid-row .ctn-mid-daily .ctn-mid-part1 h3 {
    width: 50%;
    float: left;
    text-align: left;
    margin: 0;
    font-family: 'BebasNeue';
    font-size: 60px;
	color:#eea402;
}
.account_deposit .ctn-mid-row .ctn-mid-daily .ctn-mid-part1 p {
    width: 50%;
    float: left;
    text-align: right;
    margin: 0;
    line-height: 60px;
    font-family: 'BebasNeue';
    font-size: 29px;
	color:#fff;	
}

.account_deposit .ctn-mid-row .ctn-mid-daily .ctn-mid-part2 {
    width: 100%;
    float: left;
}
.account_deposit .ctn-mid-row .ctn-mid-daily .ctn-mid-part2 p {
border:1px solid #325abe;
padding:5px;
text-align:center;
}

.account_deposit .ctn-mid-row .ctn-mid-daily .ctn-mid-part3 {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.account_deposit .ctn-mid-row .ctn-mid-daily .ctn-mid-part3 p {
    width: 50%;
    float: left;
    color: #6f80ac;
    font-size: 13px;
	margin:0;
}
.account_deposit .ctn-mid-row .ctn-mid-daily .ctn-mid-part3 p:last-child{
text-align:right;
}
.investment_plans_wrap {
width:100%;
float:left;
}
.investment_plans_wrap .account_deposit {
max-width:1170px; margin:0 auto; float:none; overflow:hidden
}
.icon-user, .icon-calender, .icon-access {
    width: 60px;
    height: 41px;
    margin: 0 auto;
    display: inline-block;
}
.icon-user{background:url(images/account/icon-user.png) no-repeat 0 2px}
.icon-calender{background:url(images/account/icon-calender.png) no-repeat 0 2px}
.icon-access{background:url(images/account/icon-access.png) no-repeat 0 2px}
.acc-ctRight-part1-row1 td{text-transform:uppercase}
.acc-ctRight-part1-row1 td:nth-child(odd) {color:#fff !important}

.headerTop-mid 
.goog-te-gadget-simple {
    background-color: #0A1A41;
    border-left: 1px solid #325ABE;
    border-top: 1px solid #325ABE;
    border-bottom: 1px solid #325ABE;
    border-right: 1px solid #325ABE;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    color: white;
}

.headerTop-mid .goog-te-gadget-simple .goog-te-menu-value {
    color: white;
}

.feature {
    overflow: hidden;
    margin-bottom: 5px;

}

.feature p {
    float: left;
   background: #dcb656;
    color: white;
    width: 30%;
    font-size: 16px;
    padding: 0px 12px;
    margin: 0px;
    height: 44px;
    line-height: 44px;
}

.feature h2 {
    float: left;
    background: #182b61;
    color: white;
    width: 30%;
    font-size: 16px;
    padding: 0px 12px;
    margin: 0px;
    height: 44px;
    line-height: 44px;
}

.alert-warning {
    background-color: #e89a1a;
    border-color: #e89a1a;
    color: white;
}

.paidout-top {
	color:white;
	font-size:14px;
}

.paidout-middle {
		color:white;
	font-size:14px;
}

.paidout-middle td {
	padding:10px;
	border:1px solid #325abe;
}

.btc_form {
	    padding: 15px 0px;
    font-size: 18px;
}


.btc_form i {
    background: #4C34BB;
    color: white;
    padding: 5px 12px;
    border-radius: 3px;
    font-style: normal;
}

.btc_form i a {
    color: white;
    font-size: 14px;
}

#placeforstatus {
	    font-size: 18px;
    padding: 0px 0px 5px;
    color: #eed25f;
}

.paidout-middle td.inheader {
	background:#325abe;
}

.alert-success {
    background-color: #c0f3aa;
    border-color: #72dd43;
    color: #3c763d;
}

.plan-details {
	overflow:hidden;
	
}

.payment-confirm {
	position:relative;
}

.payment-confirm  img {
	position:absolute;
	top:10px;
	right:0px;
}
