/*@font-face {
  font-family: MagistralC;
  src: url(../fonts/MagistralC.ttf);
}
*/





/* Shine  s*/

.h_auth a .sbmt{
  z-index:0;
  position: relative;
  overflow:hidden;
}


.h_auth a .sbmt:after {
	content:'';
  top:0;
	-webkit-transform:translateX(100%);
	        transform:translateX(100%);
	width:80%;
	height:100%;
	position: absolute;
	z-index:1;
	-webkit-animation: shine 2s infinite 3s;
	        animation: shine 2s infinite 3s;
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
transform:skew(-50deg);
overflow:hidden;

	}

/* animation */


@-webkit-keyframes shine {
	0% {-webkit-transform:translateX(-100%);transform:translateX(-200%);}
	100% {-webkit-transform:translateX(100%);transform:translateX(100%);}
}

@keyframes slide {
	0% {-webkit-transform:translateX(-100%);transform:translateX(-200%);}
	100% {-webkit-transform:translateX(100%);transform:translateX(100%);}
}
/* Shine  e*/








body{
	background-image:url(../im%40ges/bg/2.jpg);
	background-size: cover;
	background-attachment:fixed; 
	color:#fff;
	font-family: 'Roboto Slab', serif;
	 font-size:13px;
}
.themeTcolor, .nav-link,.navbar-brand{
	color:#fff!important;
}
.navbar-nav ul{
  
}

select {
	 display: block; 
	padding: 4px 10px; 
	color: #fff;
	border: 1px solid rgba(255,255,255,.5);
	transition: .5s;
	background: #8B283D;
	margin: 5px 0px;
	
}

a{
	color:#F0BC80;
	text-decoration:none;
}
a:hover{
    color:#fff;
	text-decoration:none;
}
.sbmt{
    cursor: pointer;
    font-weight:bold;
}
 .inpts {
    height: 35px;
	width: 100%;     

}

table{
    width:100%;
}

.inpts,.sbmt {
	 /*display: block; */
	padding: 4px 10px;
	color: #fff;
	border: 1px solid rgba(255,255,255,.5);
	transition: .5s;
	background: #938965;
	margin: 5px 0px;
		border: 1px solid #ced4da;
	background-clip: padding-box;
	border-radius: .25rem;
	transition: .5s;
} 
.inpts:hover,.sbmt:hover { 
	background: rgba(0,0,0,.7); 
	text-decoration: none;
	color:#fff;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.inpts:focus,.sbmt:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

 
input[type="checkbox"]:checked, input[type="radio"]:checked {
 
}

.header{
	margin:20px 0px;
}

.companyName img{
	width:50px;
	height:50px;
	
}

.companyName p{
	margin:0px;
	font-size:20px;
	font-weight:bold;
	text-transform: uppercase;
}




.TopStatisticRfl {
	background: url(../im%40ges/toperBg.png);
	background-size: 45% 351px;
	background-position: center;
	background-repeat: no-repeat;
}








/* like another s*/
.header .h_top {
	color: #fff;
	background: #20152a;
}


.h_social {
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
}
.h_social li {
	display: inline-block;
	margin-left: 10px;
	line-height: 33px;
}
.h_social li:first-child {
	margin-left: 0;
}
.h_social li a {
	/*	position: relative;
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
text-indent: -9999px;
	border: 2px solid #fff;*/
}

.h_social li a:hover {
    background:#968B63;;
}



.h_contacts {
	display: inline-block;
	margin: 5px 0 0 20px;
}
.h_social .fa{
    font-size:18px;
}
.h_contacts .fa{
    font-size:20px;
}

.headerTop{
    width:90%;
    margin:auto;
  
    /*background:#49635B;*/
}
.headerTop ul{
      margin-bottom:5px;
    margin-top:5px;
}
.h_contacts, .h_social {
	margin-top: 11px !important;
	margin-bottom: 14px !important;
}



.h_contacts,.h_social {
    margin-top:10px;
}
.h_contacts li {
	position: relative;
	display: inline-block;
	/*margin-left: 20px;*/
	padding-left: 26px;
}
.h_contacts li:first-child {
	margin-left: 0;
}
.h_contacts li span.phone {
	background: url(../images/phone_ic.html) no-repeat 50% 50%;
}
.h_contacts li span {
	position: absolute;
	width: 22px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.h_auth li {
	display: inline-block;
	margin-left: 10px;
	line-height: 30px;
}
.h_auth li:first-child {
	margin-left: 0;
}
.h_auth li a.register {
	background: #271c31;
	color: #ffffff;
	text-transform: uppercase;
}
.h_auth li a, .h_auth li > span {
	position: relative;
	display: block;
/*	height: 34px;
	padding: 0 10px 0 47px;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}






 .dropbtn {
  
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 10000;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 5px 5px 0px 0px;
}

.dropdown-content a {
  color: black;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
  text-align:left;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
 
		
		




.h_auth li {
	display: inline-block;
	margin-left: 10px;
	line-height: 30px;
}
.h_auth li span.login, .h_auth li a.logout {
	background: #d1d3d4;
	color: #20152a;
	text-transform: uppercase;
}
.h_auth li a span, .h_auth li > span span {
	position: absolute;
	height: 22px;
	width: 26px;
	left: 10px;
	top: 50%;
	margin-top: -11px;
}
.h_auth li span.login, .h_auth li a.logout {
	background: #d1d3d4;
	color: #20152a;
	text-transform: uppercase;
}

.h_auth {
	display: inline-block;
}

/* like another e*/





















.companyName span {
	letter-spacing: 9px;
}
 
 .socialIcon{
	 text-align:right;
	 
 }
.socialIcon i{
	background:#fff;
	height:30px;
	width:30px; 
	line-height:30px;
	text-align:center;
	border-radius:50%;
	
}

.indexLogin input{
	 display: block; 
	padding: 4px 10px;
	/* line-height: 1.5; */
	color: #fff;
	border: 1px solid rgba(255,255,255,.5);
	transition: .5s;
	background: linear-gradient(to right, #D15136, #EB8B4F, #D87656);
	margin: 5px 0px ;
	 
}
/*for sticky s*/
.navbar{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index:9999;
	   width:90%;
    margin:auto;
}
.navbar-brand img {
	width: 50px;
	margin-right: 5px;
}
/*for sticky s*/ 



















.TopStatisticRfl{
	margin-top:20px;
}
.lts li {
	 
	list-style: none; 
}

.rts li {
	 
	list-style: none; 
}
.lts span {
	font-weight: bold;
	font-size: 20px;
}
.rts span {
	font-weight: bold;
	font-size: 20px;
}

.rts p, .lts p {
	margin:0px;
}


.plans{
	margin:50px auto; 
	background:url(../im%40ges/server.png);
	padding:10px 0px;
}


.headline {
	background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.5),rgba(0,0,0,0));
	text-align: center;
	margin: 15px 0px 15px 0px;
	padding: 7px;
	text-transform: uppercase;
	font-size: 20px;
/*	font-weight:bold;*/
}





/*from omior s*/


 
.singlPlan{
    transition:.5s;
}

.singlPlan:hover {
	transform: scale(1.2);
}

 
.singlPlan:last-child {
	margin-right:0px;
}

.singlePlanHead{
	width:100%;
	height:80px;
	background: linear-gradient(to bottom, #263146 0%, #2A444E 100%);
}

.planName {
	width: 78px;
	height: 27px;
	background: linear-gradient(to bottom, #2A444E 0%,#202a3e 50%, #2A444E 100%);
	margin: 15px 0px 0px 0px;
	line-height: 22px;
	font-family: Arial;
	/*font-weight: bold;*/
	padding: 3px;
	position: absolute;
	font-size:13px;
}
 


 
.planDuration {
	margin-top: 55px;
	position: absolute;
	margin-left: 12px;
	font-size: 12px;
}
.singlePlanBody{
	 background:rgba(0,0,0,.3);
}
.singlePlanBody tr {
	border-bottom: 1px solid rgba(0,0,0,.2);
	margin: 5px 0px;
	line-height: 20px;
}
.singlePlanBody tr:hover {
	background:rgba(0,0,0,.3);
}
.singlePlanBody tr:last-child {
	border-bottom:none;
}

.singlePlanBody tr td { 
	text-align: center;
}



.singlePlanBottom{
	 margin-top:10px;
}

.singlePlanBottom a {
	display: block;
	text-align: center;
	padding: 5px;
	background: linear-gradient(to bottom, #263146 0%, #2A444E 100%);
	color: #fff;
	transition: .5s;
	border-radius: 5px;
	margin: 5px;
}


.singlePlanBottom a:hover {
	background: linear-gradient(to top, #263146 0%, #2A444E 100%); 
}

/*plan end*/ 
/*from omior e*/















.singlePlan {
	width: 155px;
	/*background: url(../im@ges/singlePlanBg.png);*/
	background:linear-gradient(to top, #70512C, #876C3C, #6A5C33) ;
	border-radius: 5px;
	/* position: relative; */
	/* overflow: hidden; */
	margin-top: 65px;
	padding:10px 0px;
}

.singlePlan .sbmt{
    text-align:center;
    margin:16px;
}
.percentage {
	width: 80px;
	height: 80px;
	background: url(../im%40ges/rombos.png);
	color: #695107;
	margin: -70px 0px 0px 0px;
	line-height: 80px;
	font-size: 16px;
	font-weight:bold;
	background-size: 80px;
}

.pRfl, .time{
	display: inline-table;
	width: 100px;
	height: 100px;
}
.pRfl h2, .time h2{
	font-size:22px;
	
}

.time {
	
	border-radius: 50%;
	background: rgba(0,0,0,.2);
	border: 1px solid rgba(0,0,0,.3);
	text-align: center;
	padding-top: 25px;
	line-height: 0px;
	margin: 0px 0px 0px 10px;
}

.pRfl{
	 
	border-radius:50%;
	background: rgba(0,0,0,.2);
	border: 1px solid rgba(0,0,0,.3);
	text-align: center;
	padding-top: 30px;
	line-height: 0px;
	margin: 0px 0px 0px 30px;
}


.minMax{
	
	margin-top: 20px;
}

.minMax p {
	 background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.5),rgba(0,0,0,0));
	padding: 5px;
	transform: rotate(-10deg);
	width: 90%; 
	padding-left: 15%;
	margin-top: 10px;
	margin-bottom: 0px;
}

.planFooter p {
	display: inline-block;
	font-weight: bold; 
	margin-bottom: 0px;
	margin-top: 28px;
}

.planFooter {
	padding: 10px 10px 0px 10px;
	margin-top: 18px;
}
.planFooter img {
	margin-left: 85px;
	height: 40px;
	margin-top: -25px; 
}

.planFooter a {
	opacity: .7;
	color: #fff;
	transition:.5s;
}
.planFooter a:hover {
	opacity: 1; 
}

.justPlans{
	
}



.aboutIndex{
	background:rgba(0,0,0,.3);
	padding:5px;
}

.aboutIndex p{
	text-align:justify;
	
}

.aboutIndex h4{
	margin-top: 15px;
}




/*activiti s*/
.ourActivity .card{
    background:rgba(0,0,0,.3);
    text-align:justify;
}
.padding0{
    padding:0px;
}
/*activiti e*/

.coinmarketcap-currency-widget {
	background: rgba(255,255,255,.7);
	/* padding: 10px; */
	color: #2A4F56;
	border-radius: 10px;
}

.singlePrice {
	padding: 5px;
}







.payments{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}




.payments img{
    margin:5px 20px;
}


 








.footer1stInfo ul li  {
	display: inline;
	
}
 
.footer1stInfo   {
margin-top: 20px;
}

.footerLocation ul li  {
 list-style:none;
}
.footerLocation ul   {

}

.footerPart ul {
    margin-left:-25px;
}

.footer1stInfo ul li i {
	margin-right: 5px;
	border: 2px solid rgba(0,0,0,.5);
	padding: 2px;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	color: #000;
}












.singleFeatureL img, .singleFeatureR img {
	width: 70px;
	margin-top: 10px;
}


 

.singleFeatureL p, .singleFeatureR p  {
	 
}


.featureDetails h6 {
	 color:#0ed89f;
}

.features {
	margin: 30px auto;
	background: url(../im%40ges/server.png);
	padding: 10px 0px;
}

.last{
		/*margin: 30px auto;*/
	background: url(../im%40ges/server.png);
	padding: 10px 0px;
}
.singleLast{
	background:rgba(255,255,255,.7);
/*	border-radius:5px;*/
	color:#214652; 
	line-height:0px; 
	padding:5px;
	margin-bottom:10px;
 	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}



.singleLast h6{
	 font-size:18px;
	 text-align:left;
}

.singleLast p{
	 font-size:15px;
	 text-align:left;
}


.singleLast:last-child{
    
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0), inset -1px 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0), inset -1px 0 0 rgba(0, 0, 0, );
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0), inset -1px 0 0 rgba(0, 0, 0, 0);
 
}


.nUsername{
    text-transform:uppercase;
}
.otherPage .singleLast tr td{
    border:none;
}
 

.singleLast i {
	font-size: 18px;
	margin: 2px 0px 0px 5px;
}

.singleLastInfo{

	padding-left:10px;
}

.singleLastInfo h5{
	font-weight:bold;
}

.singleLastInfo h6{
	font-weight:bold;
}


.singleLast img{
	margin-right:5px;
}
.LastDeposit{
	margin:10px auto;
}

.LastWithdraw{
		margin:10px auto;

}


.thumbnail {
    padding: 0;
    border: 0;
    border-radius: 9px;
    position: relative;
    box-shadow: 0 4px 0 rgba(0,0,0,.1);
} 
.thumbnailContent .caption {
	border-top: 5px solid #fff;
	background-color: rgba(0,0,0,.5);
	padding: 15px;
}
.block h3 a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.block .list-inline .btn-primary {
    background-color: #fff!important;
    color: #666;
    border: 2px solid transparent!important;
}
.thumbnail>a img {
    border-radius: 9px 9px 0 0;
    width: 100%;
}

.thumbnailContent a{ 

}

.thumbnailContent a:hover{
	text-decoration:none;
	color:#fff;
}

.thumbnailContent .sbmt {
	border: none;
	background: linear-gradient(to bottom,#55756A,#244A55);
}

.thumbnailContent .sbmt:hover{
	background:rgba(0,0,0,.3);
}


.singleStep{
	margin-top:10px;
}

.singleStep .caption h6{
	color:#0ed89f;
}





.footer{
	background:url(../im%40ges/footerBg.png);
}


.footer .footerMiddle ul li{
	display:inline;
	margin-right:5px;
}
.footer .footerMiddle ul li a:hover{
	text-decoration:none;
	color:#fff;
}

.footerPart{
	margin-top:20px;
}

.footerPayment img{
	margin:5px; 
}


.otherPage {
    margin:20px auto; 
    
}
 


.faqPage .card{
    background-color: rgba(0,0,0,.2);
}


.faqPage .card a{
   transition:.5s;
}


.faqPage .card a:hover{
   color:#fff;
}



.rules{
    background:rgba(0,0,0,.4);
    padding:5px 10px;
}


.signUpInner {
	background: rgba(0,0,0,.2);
	padding: 10px;
}

.alert li{
list-style: disclosure-closed;
}



/*

.DepositPage .card{
    background-color: rgba(0,0,0,.2);
}
*/


.otherPage .card{
    background-color: rgba(0,0,0,.2);
    margin-top:5px;
}

.otherPage tr td  {
     padding:7px;
    border:1px solid rgba(0,0,0,.2); 
}


.otherPage tr {
    transition:.5s;
}

.otherPage tr:hover {
    background:rgba(0,0,0,.2);
}


.otherPage table  {
   margin-top:5px;
}








.DepositPage .dpstForm {
	padding: 5px;
	background: rgba(0,0,0,.2);
	border-radius: 5px;
	border:1px solid rgba(0,0,0,.2);
}


.depositPlanInfo tr td{
    border:1px solid rgba(0,0,0,.2);
    padding:2px 7px;
}


.deposit_confirm tr td, .deposit_confirm tr th  {
   background:rgba(0,0,0,.5);
    padding:7px 7px;
    border-bottom:1px solid rgba(0,0,0,.1);
}



.deposit_confirm tr th  {
     
    border-right:1px solid rgba(0,0,0,.1); 
}

.DepositPage #accordion
{
margin-top: 5px;
}

.dpstForm{
    margin-top: 5px;
}


.pagination{
    margin-top:5px;
}
.pagination a{
    padding:3px 5px;
    background:rgba(0,0,0,.2);
    
}


.rflCode span{
    color:#EFBE83;
}
 



/*
.rflPage .card .card{
    overflow:scroll;
}
 

 
::-webkit-scrollbar {
  width: 20px;
}

 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

 
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
} 

*/









 
.navbar-brand img{
    width:30px;
    margin-right:5px;
}













.dbOtherInfo{
    background:#4E4210;
    padding:10px;
}


.dbBeticrom{
    border:1px solid rgba(0,0,0,.2);
    padding:5px;
    border-radius:5px;
    background:rgba(0,0,0,.1);
    margin-bottom:10px!important;
}






































 
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.navbar {
	background: #224652;

}

.lts1,.lts2,.lts3 { 
	list-style: none;
	margin-top: 10px;
	background: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,.6));
	padding: 5px;
}
.rts1,.rts2,.rts3 {  
	list-style: none;
	margin-top: 10px;
	background: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,.6));
	padding: 5px;
}


.letsStart {
	width:80%;
	background: url(../im%40ges/letStartBtnBg.png);
	display: block;
	background-size: 100% auto;
	text-align: center;
	font-size: 20px;
	color: #F0BA79;
	background-repeat: no-repeat;
	margin-bottom:10px;
}

 .letsStart:hover {
	 color:#fff;
	 text-decoration:none;
}
 .rfImportant{
	margin-top:20px;
}
.singleFeatureL,.singleFeatureR {
	background:rgba(0,0,0,.5);
	padding:10px;
	text-align:center;

}

 .h_auth .sbmt {
	 margin-bottom:20px;
}


}




/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.navbar {
	background: #224652;

}




.rts{
 
}
.lts1,.lts2,.lts3 { 
	list-style: none;
	margin-top: 10px;
	background: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,.6));
	padding: 5px;
}
.rts1,.rts2,.rts3 {  
	list-style: none;
	margin-top: 10px;
	background: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,.6));
	padding: 5px;
}

.letsStart {
	width:80%;
	background: url(../im%40ges/letStartBtnBg.png);
	display: block;
	background-size: 100% auto;
	text-align: center;
	font-size: 20px;
	color: #F0BA79;
	background-repeat: no-repeat;
}
 .letsStart:hover {
	 color:#fff;
	 text-decoration:none;
}

.singleFeatureL,.singleFeatureR {
	background:rgba(0,0,0,.5);
	padding:5px;
	text-align:center;

}

.rfImportant{
	margin-top:20px;
}
 .h_auth .sbmt {
	 margin-bottom:20px;
}
 
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 .navbar {
	background: #224652;
}

.lts1,.lts2,.lts3 {
	text-align: right;
	list-style: none;
	margin-top: 10px;
	background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.6));
	padding: 5px;
}
.rts1,.rts2,.rts3 { 
	list-style: none;
	margin-top: 10px;
	background: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,.6));
	padding: 5px;
}
.letsStart {
	width: 100%;
	background: url(../im%40ges/letStartBtnBg.png);
	display: block;
	background-size: 100% auto;
	text-align: center;
	font-size: 20px;
	color: #F0BA79;
	background-repeat: no-repeat;
}
 .letsStart:hover {
	 color:#fff;
	 text-decoration:none;
}
.singleFeatureL,.featureDetails{
	height: 100px;
overflow: hidden;
font-size:11px;
}

.rfImportant{
	margin-top:0px;
}

 .h_auth .sbmt {
	 margin-bottom:20px;
}
}



/* amar*/
@media (min-width: 991px) and (max-width: 1199px) {
 .navbar {
	background: #224652;

}
 
 .lts{
	margin-left:-58px;
}
.bitcoinImg img {
	position: absolute!important;
	width: 350px!important;
	margin: 70px 0px 0px -30px!important;
	  
 
}
.rfImportant{
	margin-top:0px;
}

}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.navbar{
/*	background:url(../im@ges/menuBg.png);
	background-size:100% 73px;
	background-repeat:no-repeat;*/ 
		height:50px;
	
	
}
.navbar-brand img{
    width:30px;
    margin-right:5px;
}

 
.indexLogin input{
	 display: inline;
	 
}

.toplink {
	padding: 7px 20px !important;
	text-align: center;
	transition: .5s;
}
 
 
.toplink:hover{
	background: url(../im%40ges/menuHober.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;  
}

.dropdown-menu>.toplink:hover{
	background:rgba(0,0,0,.5);  
}


 


.lts li {
	margin-top: 20px; 
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

.lts p {
	 
	text-align: right;
	padding-right: 12px;
}


.lts1{
	background:url(../im%40ges/lts1.png);
	background-repeat:no-repeat;
	width:273px;
	height:67px;
}
.lts2{
	background:url(../im%40ges/lts2.png);
	background-repeat:no-repeat;
	width:303px;
	height:67px;
}
.lts3{
	background:url(../im%40ges/lts3.png);
	background-repeat:no-repeat;
	width:333px;
	height:67px;
}










.rts li {
	
	margin-top: 20px; 
	padding-left: 20px;  
	padding-top: 10px;
}

.rts p {
	 
	padding-left: 12px;
}


.rts1{
	background:url(../im%40ges/rts1.png);
	background-repeat:no-repeat;
	width:273px;
	height:67px;
	
}
.rts2{
	background:url(../im%40ges/rts2.png);
	background-repeat:no-repeat;
	width:303px;
	height:67px;
	margin-left: -33px;
}
.rts3{
	background:url(../im%40ges/rts3.png);
	background-repeat:no-repeat;
	width:333px;
	height:67px;
	margin-left: -66px;
}

.letsStart {
	width: 100%;
	background: url(../im%40ges/letStartBtnBg.png);
	display: block;
	background-size: 100% auto;
	text-align: center;
	font-size: 20px;
	color: #F0BA79;
	background-repeat: no-repeat;
	margin-top: 20px;
}

 .letsStart:hover {
	 color:#fff;
	 text-decoration:none;
}
.rfl img {
	margin-top: 40px;
	margin-bottom: 50px;
}

.bitcoinImg img { 
	position: absolute;
	width: 420px;
	margin: 50px 0px 0px -30px;
}
.singleFeatureL{
	height: 100px;
	 
}
.singleFeatureR{
	height: 100px;
	 
}

.singleFeatureL p, .singleFeatureR p {
	font-size: 12px;
	height: 65px;
	overflow: hidden;
	padding-left: 0px 5px;
}
 

.singleFeatureL {
	/*background: url(../im@ges/singleFitureBgL.png);*/
	background:linear-gradient(to left, #625636, rgba(57,128,83,0));
	background-repeat: no-repeat;
	z-index:1;
	background-size: 100% 100%; 
	text-align:left;
}


.singleFeatureR{
	/*background: url(../im@ges/singleFitureBgR.png);*/
	background:linear-gradient(to right, #625636, rgba(57,128,83,0));
	background-repeat: no-repeat;
	z-index:1;
	background-size: 100% 100%;
	text-align:left;
}

.rfImportant{
	margin-top:0px;
}

.features {
	padding-bottom:80px;
}
.features .row{
	margin-top:20px;
}
 .h_auth .sbmt {
	 margin-bottom:0px;
}








.nav-item {
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.nav-item:last-child {
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0), inset -1px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0), inset -1px 0 0 rgba(0, 0, 0, 0);
}








}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.rfImportant{
	margin-top:0px;
}
 .h_auth .sbmt {
	 margin-bottom:0px;
}
} 

 
 
 




