*{
	margin: 0px;
	padding: 0px;
}

body{
	width: 100%;
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	
}



#veri_img{
	width: 100%;
	height: 400px;
	/*background: green;*/
}

.veri_box{
	width: 32%;
	height: 250px;
	/*background: gray;*/
	float: left;
	margin-right: 13px;
	margin-bottom: 20px;
	position: relative;
	left: 10px;
}

.veri_img{
	width: 100%;
	height: 230px;
	/*background: red;*/
}















#adminbtc{
	width: 70%;
	height: 160px;
	background: rgb(204, 204, 204);
	margin: auto;
	position: relative;
	top: 30px;
}



#adminbtc form input[type='text']{
    background: #fff;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    padding: 0 15px;
    width: 80%;
    font-size: 13px;
    box-sizing: border-box;
    position: relative;
    top: 30px;
    margin: 25px;
}



#adminbtc form input[type='submit']{
	    padding: 10px 25px;
    background: #1b334d;
    color: #fff;
    border: 0px solid #e2e2e2;
    outline: none;
    font-weight: 300;
    font-size: 15px;
    border-radius: 3px;
    margin: 5px 5px 5px 0px;
    cursor: pointer; 
    position: relative;
    top: 30px;
}

#adminbtc form input[type='submit']:hover{
	color: red;
}

#currentbtc{
	position: relative;
	top: 120px;
	color: blue;
	font-weight: bold;
}























/*GENERAL*/

#m_nav{
	display: none;
}

#m_user_nav{
	display: none;
}

#bar{
	display: none;
}

#main_container{
	width: 100%;
	height: auto;
}

#head_nav_showcase{
	width: 100%;
	height: 790px;
	/*border-bottom: 5px dotted red;*/
	background: url("../img/p1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px,0px;
	background-attachment: fixed;
}


#bitpay{
	width: 50%;
	height: auto;
	background: white;
	box-shadow: 0px 0px 5px white;
	margin-top: 150px;
	margin-left: 400px;
	padding: 10px;
}




.cq{
	text-align: center;
}





/*admin_edit*/
.upp{color: green;font-weight: bold;}

.uppo{color: red;font-weight: bold;}

.cl{
	background: red;
	width: 70px;
	padding: 4px;
	position: relative;
	left: 200px;
	top: -40px;
	cursor: pointer;
}


.edit_butt{
	background: green;
	border: none;
	outline: none;
	padding: 8px;
	color: white;
	cursor: pointer;
}

.exi_butt{
	background: red;
	border: none;
	outline: none;
	padding: 8px;
	color: white;
	cursor: pointer;
}


#updateform{
	width: 25%;
	background: #353535;;
	position: absolute;
	top: 80px;
	left: 500px;
	z-index: 5000;
	padding: 10px;
	color:white;
	line-height: 25px;
	border-radius: 10px;

}

#updateform label{
	display: block;
	padding-bottom: 10px;
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #555555;
}

#updateform input[type='text']{
	width: 95%;
	height: 30px;

}

#updateform input[type='number']{
	width: 95%;
	height: 30px;
	/*border: none;*/

}


#updateform input[type='password']{
	width: 95%;
	height: 30px;
	/*border: none;*/

}

#updateform input[type='date']{
	width: 95%;
	height: 30px;
	/*border: none;*/

}

#updateform input[type='email']{
	width: 95%;
	height: 30px;
	/*border: none;*/
	box-shadow: 0px 0px 0px ;
	border: 1px solid;
	border-radius: 0px;
	
}

#updateform input[type='submit']{
	padding: 15px;
	width: 100px;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	font-family: Georgia;
	background-color: #3ba1da;
	color: white;

}






/*LOGO*/
header{
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #f3ba40;
	/*background: red;*/
}

.clear{clear: both;}

#logo{
	width: 10%;
	height: 130px;
	/*background: red;*/
	margin-left: 20px;
	float: left;

}

#logo h1{
	color: white;
	line-height: 130px;
	font-size: 28px;
	font-family: Georgia;
}


#logo h1 a{
	text-decoration: none;
	color: white;
}

.big{
	font-size: 70px;
	color: #f3ba40;
}

.ca{
	color:  #f3ba40;

	animation: 5s co infinite;
}

@keyframes co{
	0%{
		color:  #f3ba40;
	}

	25%{
		color:  red;
	}

	55%{
		color:  white;
	}

	75%{
		color:  brown;
	}

	100%{
		color:  #f3ba40;
	}
}




/*NAV*/
#nav{
	width: 85%;
	height: 130px;
	/*background: green;*/
	float: right;
}

#nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*background: brown;*/
	padding: 20px;
	width: 70%;
	position: relative;
	top: 28px;
	left: 270px;
}

#nav ul li{
	float: left;
	padding: 10px;
	margin-right:0px;
	font-family: Trebuchet MS;
	position: relative;
	/*left: 50px;*/
}

#active {color:#f3ba40;}

ul li a{
	text-decoration: none;
	color: white;
	/*background: red;*/
	padding: 15px;
	font-size: 15px;
}

ul li a:hover{color: #f3ba40;}

/*SHOWCASE*/

#show{
	margin-top: 50px;
	margin-left: 20px;
	width: 50%;
	height: auto;
	/*background: white;*/
}

#show_cont{
	width: 100%;
	height: 500px;
	/*background: white;*/
	position: relative;
	top: 70px;	
	left: 40px;	

}

.h1{
	font-size: 22px;
	font-weight: 600!important;
    color: #f3ba40;
    font-family:Georgia;
    padding-bottom: 40px;
}

.h2{
	line-height: 90px;
    font-weight: 900;
    color: #ffffff;
    font-size: 70px;
    font-family:Montserrat;
    /*background: red;*/
    width: 700px;
}

.para1{
	color: #ffffff;
	font-size: 20px;
	padding-top: 10px;
}


.para2{
	color: #ffffff;
	font-size: 23px;
	padding-top: 10px;
	font-family: monospace;
}

.butt{
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 15px;
	background-color: #f3ba40;
	border: none;
	 border-radius: 10px;
}

.butt a{
	text-decoration: none;
	font-weight: bold;
	color: #353535;
	padding: 12px;
	font-size: 17px;

}

/*section_1*/
#section_1{
	width: 100%;
	height: 900px;/*REMEMBER*/
	background: #353535;

}

#sec_1_cont{
	width: 100%;
	position: relative;
	top: 100px;
	
}

#con{
	width: 29%;
	height: 300px;
	background-color: #242424;
	margin-right: 20px;
	margin-bottom: 50px;
	float: left;
	position: relative;
	left: 50px;
	padding: 30px 10px 10px 10px;
	border-radius: 8px 8px 8px 8px;
	font-family: "Montserrat";
    color: #dcd9d9;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0px 0px 10px #f3ba40;
}

#con h1{
	text-align: center;
	font-size: 23px;
	color: #f3ba40;	
	padding-bottom: 15px;
	position: relative;
	top: 100px;
}

#con p{
	color: #dcd9d9;
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
	position: relative;
	top: 100px;
}

.ch{visibility: hidden;}
	
#co{
	/*background: red;*/
	width: 33%;
	position: absolute;
	top: -40px;
	left: 70px;
	line-height: 40px;
	height: 300px;

}

.co_1{
	/*background: red;*/
	width:130px;
	font-size: 15px;
	line-height: 230px;
	text-align: center;
	height: 150px;
	border: 3px solid #f3ba40;
	border-radius: 10px;
	color:#f3ba40;
	font-family: Georgia;
}

.co_1:hover{border: 3px solid white; cursor: pointer;color: red;}

.co_2 h2{
	color: white;
	font-size: 40px;
	line-height: 45px;
}


/*SECTION_2*/

#section_2{
	width: 100%;
	height: 600px;
	background: #242424;
}

#sec_2_cont{
	width: 100%;
	position: relative;
	top: 100px;	
}

.sec2_con_1{
	width: 50%;
	height: 500px;
	float: left;
	position: relative;
	left: 30px;
	background: url("../img/c.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.sec2_con_2{
	width: 30%;
	height: 500px;
	/*background: white;*/
	float: right;
	position: relative;
	right: 40px;
}

.sec2_con_2 h1{
	font-size: 30px;
	font-family: Comic Sans MS;
	color: white;
	margin-bottom: 40px;
	text-shadow: 1px 1px 3px #f3ba40;
}

.co{color: #f3ba40;}

.pa{
	font-family:Georgia;
	font-size: 15px; 
	margin-bottom: 50px;
	color: white;
}

.see{
	/*background: white;*/
	font-family: Georgia;
	color: white;
}

.se0{
	border-bottom: 5px solid #f3ba40;
	border-radius: 2px;
	font-size: 20px;
	padding-bottom: 15px;
}

.se01{
	position: relative;
	left: 275px;
}


.se1{
	border-bottom: 5px solid #f3ba40;
	border-radius: 2px;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.se11{
	position: relative;
	left: 210px;
}


.se2{
	border-bottom: 5px solid #f3ba40;
	border-radius: 2px;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.se22{
	position: relative;
	left:  275px;
}


.se3{
	border-bottom: 5px solid #f3ba40;
	border-radius: 2px;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.se33{
	position: relative;
	left: 202px;
}

/*section_3*/

#section_3{
	width: 100%;
	height: 800px;
	background: #242424;
}

#sec_3_cont{
	width: 100%;
	height: 500px;
	/*background: white;*/
	position: relative;
	top: 100px;

}

.sec_3_cont_1{
	width: 20%;
	height: auto;
	/*background: red;*/
	float: left;
	position: relative;
	left: 80px;
	color: white;
}

.sec_3_cont_1 h1{
	text-align: center;
	font-size: 30px;
	font-family: Georgia;
	color: #f3ba40;
}

.sec_3_cont_1 ul {
	/*text-align: center;*/
	margin-left: 50px;
	margin-top: 50px;
	line-height: 55px;
	font-size: 17px;
	font-weight: bold;
	font-family: Georgia;
}

.sec_3_cont_1 ul li{transition: 1s transform;}

.sec_3_cont_1 ul li:hover{
	transform: translate(20px,0px);
	color: #f3ba40;
}

.sec_3_cont_2{
	width: 60%;
	height: auto;
	/*	background: white;	*/
	float: right;
	position: relative;
	right: 50px;
	color: white;
}

.sec_3_cont_2 h1{
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	font-family: Georgia;
}

.sec_3_cont_2 p{font-size: 14px;}

.sec_3_form{margin-top: 50px;}

.sec_3_form label{
	/*display: block;*/
	font-family: Georgia;
	color: #f3ba40;
}
	
.sec_3_form input[type='text'],input[type='number']{
	width: 250px;
	height: 45px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 30px;
}

.sec_3_form input[type='email']{
	width: 250px;
	height: 45px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 30px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px white;
	
}

.text{display: block;}

.sec_3_form textarea{
	width: 80%;
	height: 200px;
	resize: none;
}

.sec_3_form input[type='submit']{
	padding: 15px;
	width: 100px;
	cursor: pointer;
	border: none;
	border-radius: 20px;
	font-weight: bold;
	font-family: Georgia;
	background-color: #f3ba40;
}

/*section_4*/

#section_4{
	width: 100%;
	height: 200px;
	background:  #242424;
}
	
.sec_4_cont{
	width: 100%;
	height: 100px;
	/*background: green;*/
}

.sec_4_box{
	width:19%;
	height: 100px;
	/*background: red;*/
	float: left;
	margin-right: 13px;
	position: relative;
	left: 15px;
}

.sec_4_box_1{
	width: 100%;
	height: 100px;
	background: url("../img/g1.png");
	background-repeat: no-repeat;
	background-size: contain;
}


.sec_4_box_2{
	width: 100%;
	height: 100px;
	background: url("../img/g2.png");
	background-repeat: no-repeat;
	background-size: contain;
}


.sec_4_box_3{
	width: 100%;
	height: 100px;
	background: url("../img/g3.png");
	background-repeat: no-repeat;
	background-size: contain;
}


.sec_4_box_4{
	width: 100%;
	height: 100px;
	background: url("../img/g4.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.sec_4_box_5{
	width: 100%;
	height: 100px;
	background: url("../img/g5.png");
	background-repeat: no-repeat;
	background-size: contain;
}


/*section_5*/

#section_5{
	width: 100%;
	height: 700px;
	background: #242424;
	background: url("../img/p2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.sec_5_cont{width: 100%;}

.sec_5_cont_1{
	width: 50%;
	height: 160px;
	margin: auto;
	/*background: red;*/
	position: relative;
	top: 100px;
}

.sec_5_cont_1 h1{
	text-align: center;
	padding-bottom: 40px;
	font-size: 30px;
	font-family: Comic Sans MS;
	color: #f3ba40;
}

.sec_5_cont_form{text-align: center;}

.sec_5_cont_form input[type='email']{
	width: 400px;
	border: none;
	border-radius: 15px;
	padding-left: 30px;
}

.sec_5_cont_form input[type='submit']{
	width: 100px;
	padding: 15px;
	border: none;
	border-radius: 25px;
	background: #f3ba40;
	font-weight: bold;
	cursor: pointer;
}

.sec_5_cont_2{
	width: 70%;
	height: 200px;
	background: #242424;
	margin: auto;
	position: relative;
	top: 230px;
	border-radius: 15px;
	box-shadow: 0px 0px 10px #f3ba40;
}

.con_2_con{
	width: 40%;
	height: 200px;
	/*background: white;*/
	margin: auto;
}

.con_2_con h1{
	text-align: center;
	color: white;
	font-family: Georgia;
	margin-bottom: 15px;
	padding-top: 5px;
}

.con_2_con button{
	position: relative;
	left: 80px;
}


.pay{
	width: 80%;
	height: 50px;
	/*background: red;*/
	display: flex;
	margin: auto;
}

/*LOGO FOR MODE OF PAYMENT*/
.pay_1{
	width: 30%;
	height: 50px;
	/*background: yellow;*/
	margin-right: 5px;
	background: url("../img/pa1.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}

.pay_2{
	width: 30%;
	height: 50px;
	/*background: yellow;*/
	margin-right: 5px;

	background: url("../img/pa2.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.pay_3{
	width: 30%;
	height: 50px;
	/*background: yellow;*/
	margin-right: 5px;

	background: url("../img/pa3.png");
	background-repeat: no-repeat;
	background-size: contain;
}


/*footer*/

#footer{
	width: 100%;
	height: 530px;
	background: #242424;
}

#footer_cont{
	width: 100%;
	height: 400px;
	/*background: white;*/
	position: relative;
	top: 100px;
}

.footer_box{
	width: 30%;
	height: 400px;
	/*background: white;*/
	float: left;
	margin-right: 10px;
	position: relative;
	left: 50px;
	color: white;
}

.footer_box h1{
	font-size: 23px;
	font-family: Georgia;
	margin-bottom: 35px;
	color: #f3ba40;
}

.footer_box p{
	font-family: Trebuchet MS;
	line-height: 40px;
}

.footer_box a{
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #f3ba40;
	padding-bottom: 5px;
}

.copy{
	text-align: center;
	color: #f3ba40;
}


/*ABOUT*/

#about{
	width: 100%;
	height: 600px;
	background:  #353535;
}

#about_cont{
	width: 100%;
	height: 600px;
}

/*ABOUS*/
.about_cont_1{
	width: 100%;
	height: 270px;
	/*background: white;*/
	position: relative;
	top: 30px;
}

.about_cont_1 h1{
	text-align: center;
	padding: 10px;
	font-size: 30px;
	font-family: Georgia;
	color: white;
}

.colo{color:#f3ba40;}

.cont_01{
	width: 25%;
	height: 180px;
	/*background: red;*/
	float: left;
	margin-left: 20px;
	background: url("../img/ab1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.cont_02{
	width: 70%;
	height: 200px;
	/*background: green;*/
	float: right;
	margin-right: 20px;
	/*padding: 10px;*/
	color: white;
}

.cont_02 p{font-size: 15px;font-family: Trebuchet MS; line-height: 30px; }

/*WHAT WE DO*/

.about_cont_1d{
	width: 100%;
	height: 270px;
	/*background: white;*/
	position: relative;
	top: 30px;
}

.about_cont_1d h1{
	text-align: center;
	padding: 10px;
	font-size: 30px;
	font-family: Georgia;
	color: white;
}

.colo{color:#f3ba40;}

.cont_01d{
	width: 70%;
	height: 180px;
	/*background: red;*/
	float: left;
	margin-left: 20px;
	color: white;
	
}


.cont_02d{
	width: 25%;
	height: 200px;
	/*background: green;*/
	float: right;
	margin-right: 20px;
	/*padding: 10px;*/
	background: url("../img/ab2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	
}

.cont_02d p{font-size: 15px;font-family: Trebuchet MS; line-height: 30px; }


/*CONTACT*/
#contact{
	width: 100%;
	height: 700px;
	background:  #353535;
}

#contact_cont{
	width: 100%;
	position: relative;
	top: 60px;
}

#contact_cont h1{
	text-align: center;
	color: white;
	font-size: 30px;
	padding-bottom: 40px;
}
#contact_cont form{
	margin-left: 50px;
}

#contact_cont label{
	display: block;
	color: white;
	font-size: 18px;
	font-family: Trebuchet MS;
	padding-bottom: 20px;
}

.red{color: #f3ba40;}

#contact_cont input[type='text'],input[type='email']{
	width: 90%;
	height: 50px;
	border: none;
	border-radius: 10px;
	padding-left: 5px;
	box-shadow: 0px 0px 5px #f3ba40;
}


 #contact_cont textarea{
	width: 90%;
	height: 100px;
	resize: none;
}

#contact_cont input[type='submit']{
	padding: 15px;
	width: 100px;
	cursor: pointer;
	border: none;
	border-radius: 20px;
	font-weight: bold;
	font-family: Georgia;
	background-color: #f3ba40;
}

/*register*/
#register{
	width: 100%;
	height: 1620px;
	background: #353535;
}

#register_cont{
	width: 100%;
	/*height: 700px;*/
	/*background: white;*/
	position: relative;
	top: 70px;
}

#register_cont h1{
	text-align: center;
	margin-bottom: 10px;
	font-size: 30px;
	font-family: Georgia;
	color: #f3ba40;
}

.register_form{
	width: 35%;
	height: 1500px;
	/*background: white;*/
	margin: auto;
	color: #888;
}


.register_form label{
	display: block;
	padding-bottom: 10px;
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #555555;
}

.register_form input[type='text']{
	width: 95%;
	height: 35px;
	/*border: none;*/

}

.register_form input[type='number']{
	width: 95%;
	height: 35px;
	/*border: none;*/

}

.register_form input[type='password']{
	width: 95%;
	height: 35px;
	/*border: none;*/

}

.register_form input[type='date']{
	width: 95%;
	height: 35px;
	/*border: none;*/

}

.register_form input[type='email']{
	width: 95%;
	height: 35px;
	/*border: none;*/
	box-shadow: 0px 0px 0px ;
	border: 1px solid;
	border-radius: 0px;
	
}

.register_form input[type='submit']{
	padding: 15px;
	width: 100px;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	font-family: Georgia;
	background-color: #3ba1da;
	color: white;

}

/*LOGIN*/
#login{
	width: 100%;
	height: 500px;
	background: #353535;
}

#login_cont{
	width: 100%;
	position: relative;
	top: 50px;
}


#login_cont h1{
	text-align: center;
	margin-bottom: 10px;
	font-size: 30px;
	font-family: Georgia;
	color: #f3ba40;
}

.login_form{
	width: 35%;
	height: auto;
	/*background: white*/
	margin: auto;
}

.login_form label{
	display: block;
	padding-bottom: 10px;
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #555555;
}

.login_form input[type='password']{
	width: 95%;
	height: 35px;
}

.login_form input[type='text']{
	width: 95%;
	height:35px;
}


.login_form input[type='submit']{
	padding: 15px;
	width: 100px;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	font-family: Georgia;
	background-color: #3ba1da;
	color: white;

}


/*pricing*/

#pricing{
	width: 100%;
	height: 2500px;
	background: #353535;
	/*display: none;*/
}

#pricing_cont{
	width: 100%;
	position: relative;
	top: 100px;
}


.capital{
	width: 100%;
	height: auto;
	/*background: white;*/
}

.ch1{
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
	color: #f3ba40;
	text-shadow: 1px 1px 1px white;
}

.capital_box{
	width: 30%;
	height: auto;/*REMEBER HEIGHT*/
	background: #222;
	float: left;
	margin-right: 20px;
	position: relative;
	left: 50px;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0px 5px #f3ba40;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.capital_box h1{
	color: white;
	font-family: Trebuchet MS;
	padding: 14px 18px;
	border-bottom: #111 solid 1px;
	text-shadow: 1px 1px 1px #f3ba40;
	
}

.capital_box h2{
	/*background: red;*/
	color: white;
	padding: 10px;
	font-size: 70px;
	text-align: center;
	font-family: Times New Roman;
}

.p1{
	text-align: center;
	color: #f3ba40;
	margin-top: 10px;
}

.p2{
	margin-top: 15px;
	font-size: 15px;
    line-height: 26px;
    padding:20px;
    text-align: center;
    color: grey;
}

.pp{
	background: white;
	padding: 20px;
    background: whitesmoke;
    text-align: center;
    line-height: 40px;
}

.pp p{
	border-bottom: 1px dotted lightgrey;
	font-family: Trebuchet MS;
}

.pp p:nth-child(4){
	border-bottom: none;
}

.si{
	padding: 30px;
	text-align: center;
	background: #e2c90b;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.si a{
	text-decoration: none;
	padding: 30px;
	font-size: 25px;
	font-family: Georgia;
	color: white;
}

/*bitcoi*/
#bitcoi{
	width: 100%;
	height: auto;
	margin-top: 100px;
}



/*faq*/

#faq{
	width: 100%;
	height: auto;
	background: #353535;
}

.faq_cont{
	width: 50%;
	height: 400px;
	background: white;
	margin: auto;

}

.faq_cont h1{
	text-align: center;
	font-size:35px;
}



/*USER*/

#user{
	width: 100%;
	height: 960px;
	background: #242424;

}

#sidebar{
	width: 20%;
	height: 660px;
	/*background: white;*/
	/*position: absolute;*/
	float: left;
	margin-left: 5px;
	border-right: #111 solid 1px;
	position: fixed;
}

.sidebar_cont{width: 100%;}

.user_logo{
	width: 100%;
	height: 150px;
	/*background: red;*/
}

.user_nav{
	width: 100%;
	height: 300px;
	/*background: white;*/
	margin-top: 100px;
	text-align: center;
}

.user_nav ul{list-style: none;}

.user_nav ul li{
	padding-bottom: 30px;
	font-size:18px; 
	font-family: Georgia;
	cursor: pointer;
	color: #dcd9d9;
	transition: 2s transform;
}

.user_nav ul li:hover{	
	color: lightblue;
	/*transform: translate(0px,-10px);*/
}

#user_for input{
	border: none;
	color:  #dcd9d9;
	background: #242424;
	font-size: 18px;
	font-family: Georgia;
	cursor: pointer;
	cursor: pointer;
}

#user_for input:hover{color: lightblue;}
	

/*USER_DATA*/
#data{
	width: 79%;
	height: auto;
	/*background: white;*/
	float: right;
	/*margin-left: 500px;*/
	margin-right: 5px;
}


#data_cont{width: 100%; height: auto;}

.data_cont_1{
	width: 85%;
	height: 380px;
	background: #dcd9d9;
	position: relative;
	top: 50px;
	left: 80px;
	box-shadow: 0px 0px 10px #f3ba40;
	border-radius: 10px;
}

.data_cont_1 h3{
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: Comic Sans MS;
	border-bottom: 1px solid white;

}

.data_cont_1_sub{
	width: 100%;
	margin-top: 20px;
}

.data_cont_1_sub_1{
	width: 45%;
	height: auto;
	float: left;
	margin-left: 20px;
}

.data_cont_1_sub_1 p{
	line-height: 50px;
	font-size: 19px;
	font-family:Georgia; 
	/*border-bottom: 2px solid #f3ba40;*/

}

.data_cont_1_sub_2{
	width: 45%;
	height: auto;
	/*background: white;*/
	float: right;
	margin-right: 20px;
}


.data_cont_1_sub_2 p{
	line-height: 50px;
	font-size: 19px;
	font-family:Georgia; 
	/*border-bottom: 2px solid #f3ba40;*/
}

.data_cont_2{
	width: 100%;
	height: 300px;
	/*background: yellow;*/
	position: relative;
	top: 100px;
}

.data_cont_2_1{
	width: 45%;
	height: 300px;
	/*background: green;*/
	float: left;
	margin-left:20px;
	background: url('../img/u1.png');
	background-repeat: no-repeat;
	background-size: contain;

}


.data_cont_2_2{
	width: 45%;
	height: 300px;
	/*background: brown;*/
	float: right;
	margin-right: 20px;
	background: url('../img/u2.png');
	background-repeat: no-repeat;
	background-size: contain;
}

#das{
	margin: 0;
	padding: 0;
}


#funding_page{
	width: 100%;
}

.funding_page_cont{
	width: 70%;
	position: relative;
	top: 40px;	
}

.funding_page_cont h1{
	margin-left: 10px;
	color: white;
	font-family: Georgia;
	font-size: 25px;
}

.funding_page_cont form{
	margin-top:50px;
	margin-left: 10px;
	line-height: 25px;
}

.funding_page_cont form label{
	display: block;
	margin-bottom: 10px;
	color: white;
	font-family: Georgia;
	font-size: 15px;
}

.funding_page_cont form input[type='text']{
	width: 350px;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 10px;

}

.funding_page_cont form input[type='email']{
	width: 350px;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 10px;
	box-shadow: 0px 0px ;
}


.funding_page_cont form select{
	width: 350px;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
}

.funding_page_cont form input[type='submit']{
	padding: 15px;
	width: 150px;
	cursor: pointer;
	border: none;
	border-radius: 20px;
	font-weight: bold;
	font-family: Georgia;
	background-color: #f3ba40;
	box-shadow: 0px 0px 3px white;
	font-family: Georgia;
	margin-top: 30px;
	margin-left: 40px;
}

#for{width: 100%;}

#for_1{
	width: 47%;
	float: left;
}

#for_2{
	width: 47%;
	float: right;
}


.error{
	color:red;
	text-align: center;
	padding: 10px;
	font-size: 19px;
	font-family: Georgia;
}

.suc{
	color:green;
	text-align: center;
	padding: 10px;
	font-size: 19px;
	font-family: Georgia;
}
#barr{
	display: none;
}

.m_user_nav{
	display: none;
}



/*ADMIN*/
#admin{
	width: 100%;
}

#admin_head{
	width: 100%;
	height: 60px;
	background: #242424;
}

#admin_head h1{
	font-size: 25px;
	color: red;
	text-align: center;
	line-height: 60px;
}

.admin_h{
	float: right;
	margin-right: 100px;
}

.white{
	color: white
}

.admin_bar{
	float: left;
	margin-left: 100px;
	margin-top: 20px;
	cursor: pointer;
}


#admin_nav_bar{
	width: 15%;
	margin-top: 10px;
	margin-left: 20px;
	position: absolute;
	/*float: left;*/
	display: none;
	z-index: 500000000;
}

#admin_nav_bar ul li{
	background: #242424;
	list-style: none;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	font-size: 18px;
}

#admin_main{
	width: 100%;
}


.admin_main_content{
	width: 80%;
	/*background: gray;*/
	margin: auto;
	position: relative;
	top: 110px;
}

.admin_main_content h1{
	font-size: 40px;
}

#reg_table{
	width: 100%;
	margin: auto;
	margin-top: 20px;
}


#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-transform: uppercase;
}


#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #242424;
  color: white;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}


/*LOGIN*/

/*LOGIN*/

#alogin{
	width: 100%;
	margin-top: 30px;
	height: 550px;
	background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url("../img/im1.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
}

#alogin h1{
	width: 28.5%;
	margin: auto;
	background: green;
	text-align: center;
	color: white;
	padding: 13px;
	font-family: Comic Sans MS;
	margin-bottom: 0px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	position: relative;
	top: 80px;
}


#alogin_cont{
	width: 30%;
	height: 230px;
	box-shadow: 0px 0px 20px red;
	margin: auto;	
	margin-top: 100px;
}

#alogin_cont form{
	text-align: left;
	position: relative;
	top: 20px;
	left: 30px;

}


#alogin_cont form input{
	width: 300px;
	height: 30px;
}

#alogin_cont form input[type='submit']{
	cursor: pointer;
	font-size: 18px;
	font-family: Comic Sans MS;
	color: red;
	box-shadow: 0px 0px 15px green;

}

#alogin_cont form label{
	display: block;
	text-align: left;
	font-weight: bold;
	font-family: Georgia;
	color: white;
}

/*CONFIRM MESSAGE*/

#confirm_mesg1{
	background: #242424;
	color: white;
	width: 30%;
	padding: 15px;
	border-radius:10px;
	position: absolute;
	z-index: 500;
	top: 200px;
	left: 500px;
	line-height: 25px;
}

.close_butt{
	padding: 5px;
	margin-top: 10px;
	margin-left: 150px;
	cursor: pointer;
	/*font-weight: bold;*/
	font-size: 15px;
}




/*ADMIN*/
#admin{
	width: 100%;
}

#admin_head{
	width: 100%;
	height: 60px;
	background: #242424;
}

#admin_head h1{
	font-size: 25px;
	color: red;
	text-align: center;
	line-height: 60px;
}

.admin_h{
	float: right;
	margin-right: 100px;
}

.white{
	color: white
}

.admin_bar{
	float: left;
	margin-left: 100px;
	margin-top: 20px;
	cursor: pointer;
}


#admin_nav_bar{
	width: 15%;
	margin-top: 10px;
	margin-left: 20px;
	position: absolute;
	/*float: left;*/
	display: none;
}

#admin_nav_bar ul li{
	background: #242424;
	list-style: none;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	font-size: 18px;
}

#admin_main{
	width: 100%;
}







.admin_main_content{
	width: 80%;
	/*background: gray;*/
	margin: auto;
	position: relative;
	top: 110px;
}

.admin_main_content h1{
	font-size: 40px;
}

#reg_table{
	width: 100%;
	margin: auto;
	margin-top: 20px;
}


#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-transform: uppercase;
}


#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #242424;
  color: white;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}


/*LOGIN*/

/*LOGIN*/

#alogin{
	width: 100%;
	margin-top: 30px;
	height: 620px;
	background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url("../img/bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#alogin h1{
	width: 28.5%;
	margin: auto;
	background: green;
	text-align: center;
	color: white;
	padding: 13px;
	font-family: Comic Sans MS;
	margin-bottom: 0px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	position: relative;
	top: 80px;
}


#alogin_cont{
	width: 30%;
	height: 230px;
	box-shadow: 0px 0px 20px red;
	margin: auto;	
	margin-top: 100px;
}

#alogin_cont form{
	text-align: left;
	position: relative;
	top: 20px;
	left: 30px;

}


#alogin_cont form input{
	width: 300px;
	height: 30px;
}

#alogin_cont form input[type='submit']{
	cursor: pointer;
	font-size: 18px;
	font-family: Comic Sans MS;
	color: red;
	box-shadow: 0px 0px 15px green;

}

#alogin_cont form label{
	display: block;
	text-align: left;
	font-weight: bold;
	font-family: Georgia;
	color: white;
}




/*MEDIA QUERY ..........................................................................................*/

@media (max-width:450px){

	/*ADMIN LOGIN*/

#alogin{
	width: 100%;
	margin-top: 30px;
	height: 550px;
	background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url("../img/bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#alogin_cont{
	width: 90%;
	height: 230px;
	box-shadow: 0px 0px 20px red;
	margin: auto;	
	margin-top: 100px;
}

#alogin h1{
	width: 88.5%;
	margin: auto;
	background: green;
	text-align: center;
	color: white;
	padding: 13px;
	font-family: Comic Sans MS;
	margin-bottom: 0px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	position: relative;
	top: 80px;
}


.admin_bar{
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	cursor: pointer;
}


#admin_nav_bar{
	width: 45%;
	margin-top: 10px;
	margin-left: 20px;
	position: absolute;
	/*float: left;*/
	display: none;
}


.admin_h{

	display: none
}


.admin_main_content{
	width: 80%;
	/*background: gray;*/
	margin: auto;
	position: relative;
	top: 210px;
}

.admin_main_content h1{
	font-size: 20px;
}




#updateform{
	width: 90%;
	background: #353535;;
	position: absolute;
	top: 80px;
	left: 20px;
	z-index: 5000;
	padding: 10px;
	color:white;
	line-height: 25px;
	border-radius: 10px;

}

#updateform label{
	display: block;
	padding-bottom: 10px;
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #555555;
}

#updateform input[type='text']{
	width: 95%;
	height: 30px;

}

#updateform input[type='number']{
	width: 95%;
	height: 30px;
	/*border: none;*/

}


#updateform input[type='password']{
	width: 95%;
	height: 30px;
	/*border: none;*/

}

#updateform input[type='date']{
	width: 95%;
	height: 30px;
	/*border: none;*/

}

#updateform input[type='email']{
	width: 95%;
	height: 30px;
	/*border: none;*/
	box-shadow: 0px 0px 0px ;
	border: 1px solid;
	border-radius: 0px;
	
}

#updateform input[type='submit']{
	padding: 15px;
	width: 100px;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	font-family: Georgia;
	background-color: #3ba1da;
	color: white;

}













	body{width: 100%;}

	header{height: 100px; }





#bitpay{
	width: 50%;
	height: auto;
	background: white;
	box-shadow: 0px 0px 5px white;
	margin-top: 150px;
	margin-left: 50px;
	padding: 10px;
}


#bar{
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	display: block;
	cursor: pointer;
}
	/*NAV_BAR*/
	#nav{
		display: none;
	}

	/*CONFIRM MESSAGE */

#confirm_mesg1{
	width: 85%;
	left: 15px;
}


.close_butt{
	padding: 5px;
	margin-top: 10px;
	margin-left: 50px;
	cursor: pointer;
	/*font-weight: bold;*/
	font-size: 15px;
}


/*MOBILE_NAV_SETTINGS*/
#m_nav a{color: #f3ba40; font-weight: bold;}

#m_nav{
	display: none;
	position: absolute;
	top: 100px;
    left: 220px; /*  UPDATED 1*/
	z-index: 10;
	/*background: #242424;*/
	padding: 10px;
	width: 30%;
}

#m_nav ul li{
	padding: 10px;
	list-style: none;
	font-family: Trebuchet MS;
	margin-bottom: 10px;
	display: block;
	border-radius: 5px;
	background: #242424;
	text-align: center;
	box-shadow: 0px 0px 5px #f3ba40;

}



	/*BACKGROUND_IMAGE*/

#head_nav_showcase{
	background-position: -500px,0px;/* UPDATED  */
	/*overflow: hidden;*/
}

/*LOGO_SETUP*/

#logo{
	width: 10%;
	margin-left: 2px;
}

#logo h1{
	font-size: 25px;
}

.big{
	font-size: 50px;
}


	/*SHOWCASE*/

#show{
	/*width: 100%;*/



}

.h1{
	font-size: 17px;
	position: relative;
	top: -80px;
	left: -45px;
}

.h2{
	line-height: 45px;
    font-size: 35px;
    font-family:Times New Roman,serif;
    /*background: red;*/
    width: 80%;
    position: relative;
    top: -110px;
    left: -45px;
}

.para1{
	font-size: 18px;
	font-family: Times New Roman;
	position: relative;
	top: -100px;
	left: -45px;
	line-height: 35px;
	width: 90%;
}

.butt{
	margin-top: -90px;/* UPDATED 2 */
	margin-left: 0px;
	position: relative;
	top: -30px; /* UPDATED 3 */ 
}

.butt a{
	padding: 5px;
	font-size: 14px;
}

.para2{
	font-size: 21px;
	font-family: Times New Roman;
	position: relative;
	top: -10px;
	left: -45px;
	line-height: 35px;
	width: 90%;
}


/*SECTION_ONE*/
#section_1{
	width: 100%;
	height: 1800px;/*REMEMBER*/
	background: #353535;
}


#con{
	width: 85%;
	height: 180px;
	float: none;
	position: relative;
	left: 20px;
	top: 40px;
}


#con h1{
	font-size: 20px;	

	position: relative;
	top: 20px;
}


#con p{
	color: #dcd9d9;
	text-align: center;
	font-size: 17px;
	line-height: 1.7;
	position: relative;
	top: 40px;
}


#co{
	width: 80%;

}

.co_2 h2{
	font-size: 30px;
	font-family:Times New Roman,serif;
}


/*SECTION_TWO*/
#section_2{
	width: 100%;
	height: 1000px;

}


.sec2_con_1{
	width: 95%;
	float: none;
	position: relative;
	left: 10px;
	background: url("../img/c.png");
	background-repeat: no-repeat;
	background-size: contain;

}

.sec2_con_2{
	width: 95%;
	float: none;
	position: relative;
	top: -55px;
	left: 10px;
}


.sec2_con_2 h1{
	font-size: 20px;
	text-align: center;
}

.sec2_con_2 p{
	font-size: 18px;
}


.se01{
	position: relative;
	left: 200px;
}




.se11{
	position: relative;
	left: 140px;
}



.se22{
	position: relative;
	left:  200px;
}


.se33{
	position: relative;
	left: 130px;
}


/*SECTION_THREE*/

#section_3{
	width: 100%;
	height: 1300px;
	background: #242424;


}

.sec_3_cont_1{
	width: 90%;
	float: none;
	position: relative;
	left: 20px;
}

.sec_3_cont_1 h1{
	font-size: 25px;
}

#by{
	margin-top: 50px;
	margin-left: 30px;
	padding: 10px;	
}


.sec_3_cont_2{
	width: 95%;
	float: none;
	position: relative;
	left: 15px;

	overflow: hidden;
	
}

.sec_3_form label{
	display: block;
	position: relative;
	left: 10px;
}


/*SECTION_FIVE*/
.sec_5_cont_1{
	width: 100%;



}

.sec_5_cont_1 h1{
	font-size: 25px;
}

.sec_5_cont_form input[type='email']{
	width: 300px;
}

.sec_5_cont_form input[type='submit']{
	margin-top: 30px;
}


.sec_5_cont_2{
	width: 95%;
}

.con_2_con{
	width: 100%;
}

.con_2_con h1{
	font-size: 20px;
	margin-bottom: 40px;
}


.con_2_con button{
	position: relative;
	left: 130px;
	top: 40px;
}

/*FOOTER*/

#footer{
	width: 100%;
	height: 800px;
	/*background: #242424;*/
	overflow: hidden;
}

.footer_box{
	width: 90%;
	float: none;

}

.footer_box h1{
	font-size: 20px;
	margin-bottom: 10px;

}

#f1{
	position: relative;
	top: -90px;
	left: 13px;
}

#f2{
	position: relative;
	top: -250px;
	left: 13px;
}


#f3{
	position: relative;
	top: -490px;
	left: 13px;
}


#f4{
	position: relative;
	top: -530px;
	left: 13px;
}


/*ABOUT*/


#about{
	width: 100%;
	height: 1100px;
	background:  #353535;
}

.about_cont_1 h1{
	font-size: 25px;
}

.cont_01{
	width: 90%;
	float: none;
}


.cont_02{
	width: 90%;	
	float: none;
	margin-right: 0px;
	position: relative;
	left: 20px;
	top: 10px;
	text-align: center;
	
}

.about_cont_1d{
	position: relative;
	top: 270px;
}


.cont_01d{
	width: 90%;
	height: 180px;
	float: none;
	margin-left: 20px;
	color: white;
	font-size: 15px;
	font-family: Trebuchet MS; 
	line-height: 30px;
}

.cont_02d{
	width: 90%;
	height: 200px;
	float: none;
	margin-right: 20px;
	margin-top: 100px;
}


/*PRICING*/
#pricing{
	width: 100%;
	height: 5400px;
	background: #353535;
	/*display: none;*/
}

.ch1{
	font-size: 25px;
	position: relative;
	top: -40px;
}


.capital_box{
	width: 80%;
	float: none;
	margin-right:0px;
	margin-bottom: 50px;
}

/*REGISTER*/

.register_form{
	width: 95%;
}

#register_cont h1{
	font-size: 25px;
}

/*LOGIN*/

.login_form{
	width: 90%;
}

#login_cont h1{
	font-size: 22px;
	text-align: left;
}

/*USER_PANEL*/
#user{
	width: 100%;
	height: 1200px;
	background: #242424;

}

/*NAV_BAR SETTINGS*/
#sidebar{
	width: 0%;
	float: none;
	border-right:none;
}

.user_nav{
	width: 100%;
	height: 300px;
	/*background: white;*/
	margin-top: 100px;
	text-align: center;
	display: none;
}

/*USER_DATA_SETTINGS*/
#data{
	width: 100%;
	height: auto;
	float: none;
	margin-right: 0px;
	position: relative;
	top: 40px;

}

.data_cont_1{
	width: 95%;
	height: 770px;
	background: #dcd9d9;
	position: relative;
	top: 50px;
	left: 12px;
	
}



.data_cont_1_sub_1{
	width: 95%;
	height: auto;
	float: none;
	margin-left: 10px;
}


.data_cont_1_sub_1 p{
	line-height: 52px;
	font-size: 17px;
	font-family:Georgia; 
	border-bottom: 2px solid #f3ba40;
	color: brown;

}





.data_cont_1_sub_2{
	width: 95%;
	height: auto;
	/*background: white;*/
	float: none;
	margin-left: 10px;
}

.data_cont_1_sub_2 p{
	line-height: 52px;
	font-size: 17px;
	font-family:Georgia; 
	border-bottom: 2px solid #f3ba40;
	color: brown;
}

/*FUNDING_PAGE*/
#funding_page{
	width: 100%;
	position: relative;
	top: 40px;
}

/*WITHDRAWAL_PAGE*/


#for{width: 100%;}

#for_1{
	width: 100%;
	float: none;
}

#for_2{
	width: 100%;
	float: none;
}


.funding_page_cont form input[type='submit']{
	padding: 10px;
	width: 150px;
	margin-top: 10px;
	margin-left: 40px;
}


.funding_page_cont h1{
	margin-left: 10px;
	color: white;
	font-family: Georgia;
	font-size: 20px;
}

#show{
	/*overflow: hidden;*/
	width: 85%;
}

/*USER_NAV_MOBILE*/
#barr{
	display: block;
	float: right;
	margin-right: 40px;
	cursor: pointer;
	margin-top: 15px;
}


#m_user_nav{
	display: none;
	position: absolute;
	top: 50px;
	left: 140px;
	z-index: 50;
}


#m_user_nav ul li{
	margin-bottom: 14px;
	background: black;
	padding: 8px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;	
	color: white;
	font-family: Times New Roman;
}

#fundi{
	background: #242424;
	height: 750px;
}

#withi{
	background: #242424;
	height: 1050px;
}

	
}




@media (min-width:451px) and (max-width:540px){

	body{width: 100%;}

	header{height: 100px; }


#bar{
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	display: block;
	cursor: pointer;
}
	/*NAV_BAR*/
	#nav{
		display: none;
	}

	

#bitpay{
	width: 50%;
	height: auto;
	background: white;
	box-shadow: 0px 0px 5px white;
	margin-top: 150px;
	margin-left: 50px;
	padding: 10px;
}


/*MOBILE_NAV_SETTINGS*/
#m_nav a{color: #f3ba40; font-weight: bold;}

#m_nav{
	display: none;
	position: absolute;
	top: 100px;
    left: 220px;
	z-index: 10;
	/*background: #242424;*/
	padding: 10px;
	width: 30%;
}

#m_nav ul li{
	padding: 10px;
	list-style: none;
	font-family: Trebuchet MS;
	margin-bottom: 10px;
	display: block;
	border-radius: 5px;
	background: #242424;
	text-align: center;
	box-shadow: 0px 0px 5px #f3ba40;

}


	/*BACKGROUND_IMAGE*/

#head_nav_showcase{
	background-position: -500px,0px;/* UPDATED  */
	/*overflow: hidden;*/
}

/*LOGO_SETUP*/

#logo{
	width: 10%;
	margin-left: 2px;
}

#logo h1{
	font-size: 25px;
}

.big{
	font-size: 50px;
}


	/*SHOWCASE*/

#show{
	/*width: 100%;*/


}

.h1{
	font-size: 17px;
	position: relative;
	top: -80px;
	left: -45px;
}

.h2{
	line-height: 70px;
    font-size: 35px;
    font-family:Times New Roman,serif;
    /*background: red;*/
    width: 80%;
    position: relative;
    top: -110px;
    left: -45px;
}

.para1{
	font-size: 18px;
	font-family: Times New Roman;
	position: relative;
	top: -100px;
	left: -45px;
	line-height: 35px;
	width: 90%;
}

.butt{
	margin-top: -90px;/* UPDATED 2 */
	margin-left: 0px;
	position: relative;
	top: -30px; /* UPDATED 3 */ 
}

.butt a{
	padding: 5px;
	font-size: 14px;
}

.para2{
	font-size: 21px;
	font-family: Times New Roman;
	position: relative;
	top: -10px;
	left: -45px;
	line-height: 35px;
	width: 90%;
}


/*SECTION_ONE*/
#section_1{
	width: 100%;
	height: 1800px;/*REMEMBER*/
	background: #353535;
}


#con{
	width: 85%;
	height: 180px;
	float: none;
	position: relative;
	left: 20px;
	top: 40px;
}


#con h1{
	font-size: 20px;	

	position: relative;
	top: 20px;
}


#con p{
	color: #dcd9d9;
	text-align: center;
	font-size: 17px;
	line-height: 1.7;
	position: relative;
	top: 40px;
}


#co{
	width: 80%;

}

.co_2 h2{
	font-size: 30px;
	font-family:Times New Roman,serif;
}


/*SECTION_TWO*/
#section_2{
	width: 100%;
	height: 1000px;

}


.sec2_con_1{
	width: 95%;
	float: none;
	position: relative;
	left: 10px;
	background: url("../img/c.png");
	background-repeat: no-repeat;
	background-size: contain;

}

.sec2_con_2{
	width: 95%;
	float: none;
	position: relative;
	top: -55px;
	left: 10px;
}


.sec2_con_2 h1{
	font-size: 20px;
	text-align: center;
}

.sec2_con_2 p{
	font-size: 18px;
}



.se01{
	position: relative;
	left: 200px;
}




.se11{
	position: relative;
	left: 140px;
}



.se22{
	position: relative;
	left:  200px;
}


.se33{
	position: relative;
	left: 130px;
}




/*SECTION_THREE*/

#section_3{
	width: 100%;
	height: 1300px;
	background: #242424;


}

.sec_3_cont_1{
	width: 90%;
	float: none;
	position: relative;
	left: 20px;
}

.sec_3_cont_1 h1{
	font-size: 25px;
}

#by{
	margin-top: 50px;
	margin-left: 30px;
	padding: 10px;	
}


.sec_3_cont_2{
	width: 95%;
	float: none;
	position: relative;
	left: 15px;

	overflow: hidden;
	
}

.sec_3_form label{
	display: block;
	position: relative;
	left: 10px;
}


/*SECTION_FIVE*/
.sec_5_cont_1{
	width: 100%;



}

.sec_5_cont_1 h1{
	font-size: 25px;
}

.sec_5_cont_form input[type='email']{
	width: 370px;
}

.sec_5_cont_form input[type='submit']{
	margin-top: 30px;
}


.sec_5_cont_2{
	width: 95%;
}

.con_2_con{
	width: 100%;
}

.con_2_con h1{
	font-size: 20px;
	margin-bottom: 40px;
}


.con_2_con button{
	position: relative;
	left: 130px;
	top: 40px;
}

/*FOOTER*/

#footer{
	width: 100%;
	height: 800px;
	/*background: #242424;*/
	overflow: hidden;
}

.footer_box{
	width: 90%;
	float: none;

}

.footer_box h1{
	font-size: 20px;
	margin-bottom: 10px;

}

#f1{
	position: relative;
	top: -90px;
	left: 13px;
}

#f2{
	position: relative;
	top: -250px;
	left: 13px;
}


#f3{
	position: relative;
	top: -490px;
	left: 13px;
}


#f4{
	position: relative;
	top: -530px;
	left: 13px;
}


/*ABOUT*/


#about{
	width: 100%;
	height: 1100px;
	background:  #353535;
}

.about_cont_1 h1{
	font-size: 25px;
}

.cont_01{
	width: 90%;
	float: none;
}


.cont_02{
	width: 90%;	
	float: none;
	margin-right: 0px;
	position: relative;
	left: 20px;
	top: 10px;
	text-align: center;
	
}

.about_cont_1d{
	position: relative;
	top: 270px;
}


.cont_01d{
	width: 90%;
	height: 180px;
	float: none;
	margin-left: 20px;
	color: white;
	font-size: 15px;
	font-family: Trebuchet MS; 
	line-height: 30px;
}

.cont_02d{
	width: 90%;
	height: 200px;
	float: none;
	margin-right: 20px;
	margin-top: 100px;
}


/*PRICING*/
#pricing{
	width: 100%;
	height: 5400px;
	background: #353535;
	/*display: none;*/
}

.ch1{
	font-size: 25px;
	position: relative;
	top: -40px;
}


.capital_box{
	width: 80%;
	float: none;
	margin-right:0px;
	margin-bottom: 50px;
}

/*REGISTER*/

.register_form{
	width: 95%;
}

#register_cont h1{
	font-size: 25px;
}

/*LOGIN*/

.login_form{
	width: 90%;
}

#login_cont h1{
	font-size: 22px;
	text-align: left;
}

/*USER_PANEL*/
#user{
	width: 100%;
	height: 1200px;
	background: #242424;

}

/*NAV_BAR SETTINGS*/
#sidebar{
	width: 0%;
	float: none;
	border-right:none;
}

.user_nav{
	width: 100%;
	height: 300px;
	/*background: white;*/
	margin-top: 100px;
	text-align: center;
	display: none;
}

/*USER_DATA_SETTINGS*/
#data{
	width: 100%;
	height: auto;
	float: none;
	margin-right: 0px;
	position: relative;
	top: 40px;

}

.data_cont_1{
	width: 95%;
	height: 770px;
	background: #dcd9d9;
	position: relative;
	top: 50px;
	left: 12px;
	
}



.data_cont_1_sub_1{
	width: 95%;
	height: auto;
	float: none;
	margin-left: 10px;
}


.data_cont_1_sub_1 p{
	line-height: 52px;
	font-size: 17px;
	font-family:Georgia; 
	border-bottom: 2px solid #f3ba40;
	color: brown;

}





.data_cont_1_sub_2{
	width: 95%;
	height: auto;
	/*background: white;*/
	float: none;
	margin-left: 10px;
}

.data_cont_1_sub_2 p{
	line-height: 52px;
	font-size: 17px;
	font-family:Georgia; 
	border-bottom: 2px solid #f3ba40;
	color: brown;
}

/*FUNDING_PAGE*/
#funding_page{
	width: 100%;
	position: relative;
	top: 40px;
}

/*WITHDRAWAL_PAGE*/


#for{width: 100%;}

#for_1{
	width: 100%;
	float: none;
}

#for_2{
	width: 100%;
	float: none;
}


.funding_page_cont form input[type='submit']{
	padding: 10px;
	width: 150px;
	margin-top: 10px;
	margin-left: 40px;
}


.funding_page_cont h1{
	margin-left: 10px;
	color: white;
	font-family: Georgia;
	font-size: 20px;
}

#show{
	/*overflow: hidden;*/
	width: 85%;
}

/*USER_NAV_MOBILE*/
#barr{
	display: block;
	float: right;
	margin-right: 40px;
	cursor: pointer;
	margin-top: 15px;
}


#m_user_nav{
	display: none;
	position: absolute;
	top: 50px;
	left: 140px;
	z-index: 50;
}


#m_user_nav ul li{
	margin-bottom: 14px;
	background: black;
	padding: 8px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;	
	color: white;
	font-family: Times New Roman;
}

#fundi{
	background: #242424;
	height: 750px;
}

#withi{
	background: #242424;
	height: 1050px;
}



}





@media (min-width:541px) and (max-width:768px){

			body{width: 100%;}

	header{height: 100px; }


#bar{
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	display: block;
	cursor: pointer;
}
	/*NAV_BAR*/
	#nav{
		display: none;
	}


#bitpay{
	width: 50%;
	height: auto;
	background: white;
	box-shadow: 0px 0px 5px white;
	margin-top: 150px;
	margin-left: 50px;
	padding: 10px;
}

/*MOBILE_NAV_SETTINGS*/
#m_nav a{color: #f3ba40; font-weight: bold;}

#m_nav{
	display: none;
	position: absolute;
	top: 100px;
    left: 270px;
	z-index: 10;
	/*background: #242424;*/
	padding: 10px;
	width: 30%;
}

#m_nav ul li{
	padding: 10px;
	list-style: none;
	font-family: Trebuchet MS;
	margin-bottom: 10px;
	display: block;
	border-radius: 5px;
	background: #242424;
	text-align: center;
	box-shadow: 0px 0px 5px #f3ba40;

}


	/*BACKGROUND_IMAGE*/

#head_nav_showcase{
	background-position: -400px,0px;
	/*overflow: hidden;*/
}

/*LOGO_SETUP*/

#logo{
	width: 10%;
	margin-left: 2px;
}

#logo h1{
	font-size: 25px;
}

.big{
	font-size: 50px;
}


	/*SHOWCASE*/

#show{
	/*width: 100%;*/


}

.h1{
	font-size: 17px;
	position: relative;
	top: -80px;
	left: -45px;
}

.h2{
	line-height: 70px;
    font-size: 35px;
    font-family:Times New Roman,serif;
    /*background: red;*/
    width: 80%;
    position: relative;
    top: -110px;
    left: -45px;
}

.para1{
	font-size: 18px;
	font-family: Times New Roman;
	position: relative;
	top: -100px;
	left: -45px;
	line-height: 35px;
	width: 90%;
}

.butt{
	margin-top: -50px;
	margin-left: 0px;
	position: relative;
	top: -20px;
}

.butt a{
	padding: 5px;
	font-size: 14px;
}

.para2{
	font-size: 21px;
	font-family: Times New Roman;
	position: relative;
	top: -10px;
	left: -45px;
	line-height: 35px;
	width: 90%;
}


/*SECTION_ONE*/
#section_1{
	width: 100%;
	height: 1800px;/*REMEMBER*/
	background: #353535;
}


#con{
	width: 85%;
	height: 180px;
	float: none;
	position: relative;
	left: 20px;
	top: 40px;
}


#con h1{
	font-size: 20px;	

	position: relative;
	top: 20px;
}


#con p{
	color: #dcd9d9;
	text-align: center;
	font-size: 17px;
	line-height: 1.7;
	position: relative;
	top: 40px;
}


#co{
	width: 80%;

}

.co_2 h2{
	font-size: 30px;
	font-family:Times New Roman,serif;
}


/*SECTION_TWO*/
#section_2{
	width: 100%;
	height: 1000px;

}


.sec2_con_1{
	width: 95%;
	float: none;
	position: relative;
	left: 10px;
	background: url("../img/c.png");
	background-repeat: no-repeat;
	background-size: contain;

}

.sec2_con_2{
	width: 95%;
	float: none;
	position: relative;
	top: -55px;
	left: 10px;
}


.sec2_con_2 h1{
	font-size: 20px;
	text-align: center;
}

.sec2_con_2 p{
	font-size: 18px;
}

/*SECTION_THREE*/

#section_3{
	width: 100%;
	height: 1300px;
	background: #242424;


}

.sec_3_cont_1{
	width: 90%;
	float: none;
	position: relative;
	left: 20px;
}

.sec_3_cont_1 h1{
	font-size: 25px;
}

#by{
	margin-top: 50px;
	margin-left: 30px;
	padding: 10px;	
}


.sec_3_cont_2{
	width: 95%;
	float: none;
	position: relative;
	left: 15px;

	overflow: hidden;
	
}

.sec_3_form label{
	display: block;
	position: relative;
	left: 10px;
}


/*SECTION_FIVE*/
.sec_5_cont_1{
	width: 100%;



}

.sec_5_cont_1 h1{
	font-size: 25px;
}

.sec_5_cont_form input[type='email']{
	width: 370px;
}

.sec_5_cont_form input[type='submit']{
	margin-top: 30px;
}


.sec_5_cont_2{
	width: 95%;
}

.con_2_con{
	width: 100%;
}

.con_2_con h1{
	font-size: 20px;
	margin-bottom: 40px;
}


.con_2_con button{
	position: relative;
	left: 130px;
	top: 40px;
}

/*FOOTER*/

#footer{
	width: 100%;
	height: 800px;
	/*background: #242424;*/
	overflow: hidden;
}

.footer_box{
	width: 90%;
	float: none;

}

.footer_box h1{
	font-size: 20px;
	margin-bottom: 10px;

}

#f1{
	position: relative;
	top: -90px;
	left: 13px;
}

#f2{
	position: relative;
	top: -250px;
	left: 13px;
}


#f3{
	position: relative;
	top: -490px;
	left: 13px;
}


#f4{
	position: relative;
	top: -530px;
	left: 13px;
}


/*ABOUT*/


#about{
	width: 100%;
	height: 1100px;
	background:  #353535;
}

.about_cont_1 h1{
	font-size: 25px;
}

.cont_01{
	width: 90%;
	float: none;
}


.cont_02{
	width: 90%;	
	float: none;
	margin-right: 0px;
	position: relative;
	left: 20px;
	top: 10px;
	text-align: center;
	
}

.about_cont_1d{
	position: relative;
	top: 270px;
}


.cont_01d{
	width: 90%;
	height: 180px;
	float: none;
	margin-left: 20px;
	color: white;
	font-size: 15px;
	font-family: Trebuchet MS; 
	line-height: 30px;
}

.cont_02d{
	width: 90%;
	height: 200px;
	float: none;
	margin-right: 20px;
	margin-top: 100px;
}


/*PRICING*/
#pricing{
	width: 100%;
	height: 5400px;
	background: #353535;
	/*display: none;*/
}

.ch1{
	font-size: 25px;
	position: relative;
	top: -40px;
}


.capital_box{
	width: 80%;
	float: none;
	margin-right:0px;
	margin-bottom: 50px;
}

/*REGISTER*/

.register_form{
	width: 95%;
}

#register_cont h1{
	font-size: 25px;
}

/*LOGIN*/

.login_form{
	width: 90%;
}

#login_cont h1{
	font-size: 22px;
	text-align: left;
}

/*USER_PANEL*/
#user{
	width: 100%;
	height: 1200px;
	background: #242424;

}

/*NAV_BAR SETTINGS*/
#sidebar{
	width: 0%;
	float: none;
	border-right:none;
}

.user_nav{
	width: 100%;
	height: 300px;
	/*background: white;*/
	margin-top: 100px;
	text-align: center;
	display: none;
}

/*USER_DATA_SETTINGS*/
#data{
	width: 100%;
	height: auto;
	float: none;
	margin-right: 0px;
	position: relative;
	top: 40px;

}

.data_cont_1{
	width: 95%;
	height: 770px;
	background: #dcd9d9;
	position: relative;
	top: 50px;
	left: 12px;
	
}



.data_cont_1_sub_1{
	width: 95%;
	height: auto;
	float: none;
	margin-left: 10px;
}


.data_cont_1_sub_1 p{
	line-height: 52px;
	font-size: 17px;
	font-family:Georgia; 
	border-bottom: 2px solid #f3ba40;
	color: brown;

}





.data_cont_1_sub_2{
	width: 95%;
	height: auto;
	/*background: white;*/
	float: none;
	margin-left: 10px;
}

.data_cont_1_sub_2 p{
	line-height: 52px;
	font-size: 17px;
	font-family:Georgia; 
	border-bottom: 2px solid #f3ba40;
	color: brown;
}

/*FUNDING_PAGE*/
#funding_page{
	width: 100%;
	position: relative;
	top: 40px;
}

/*WITHDRAWAL_PAGE*/


#for{width: 100%;}

#for_1{
	width: 100%;
	float: none;
}

#for_2{
	width: 100%;
	float: none;
}


.funding_page_cont form input[type='submit']{
	padding: 10px;
	width: 150px;
	margin-top: 10px;
	margin-left: 40px;
}


.funding_page_cont h1{
	margin-left: 10px;
	color: white;
	font-family: Georgia;
	font-size: 20px;
}

#show{
	/*overflow: hidden;*/
	width: 85%;
}

/*USER_NAV_MOBILE*/
#barr{
	display: block;
	float: right;
	margin-right: 40px;
	cursor: pointer;
	margin-top: 15px;
}


#m_user_nav{
	display: none;
	position: absolute;
	top: 50px;
	left: 250px;
	z-index: 50;
}


#m_user_nav ul li{
	margin-bottom: 14px;
	background: black;
	padding: 8px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;	
	color: white;
	font-family: Times New Roman;
}

#fundi{
	background: #242424;
	height: 750px;
}

#withi{
	background: #242424;
	height: 1050px;
}




}






@media (min-width:769px) and (max-width:1024px){
			body{width: 100%;}

	header{height: 100px; }


#bar{
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	display: block;
	cursor: pointer;
}
	/*NAV_BAR*/
	#nav{
		display: none;
	}

/*MOBILE_NAV_SETTINGS*/
#m_nav a{color: #f3ba40; font-weight: bold;}

#m_nav{
	display: none;
	position: absolute;
	top: 100px;
    left: 270px;
	z-index: 10;
	/*background: #242424;*/
	padding: 10px;
	width: 30%;
}

#m_nav ul li{
	padding: 10px;
	list-style: none;
	font-family: Trebuchet MS;
	margin-bottom: 10px;
	display: block;
	border-radius: 5px;
	background: #242424;
	text-align: center;
	box-shadow: 0px 0px 5px #f3ba40;

}


	/*BACKGROUND_IMAGE*/

#head_nav_showcase{
	background-position: -400px,0px;
	/*overflow: hidden;*/
}

/*LOGO_SETUP*/

#logo{
	width: 10%;
	margin-left: 2px;
}

#logo h1{
	font-size: 25px;
}

.big{
	font-size: 50px;
}


	/*SHOWCASE*/

#show{
	/*width: 100%;*/


}

.h1{
	font-size: 17px;
	position: relative;
	top: -80px;
	left: -45px;
}

.h2{
	line-height: 70px;
    font-size: 35px;
    font-family:Times New Roman,serif;
    /*background: red;*/
    width: 80%;
    position: relative;
    top: -110px;
    left: -45px;
}

.para1{
	font-size: 18px;
	font-family: Times New Roman;
	position: relative;
	top: -100px;
	left: -45px;
	line-height: 35px;
	width: 90%;
}

.butt{
	margin-top: -50px;
	margin-left: 0px;
	position: relative;
	top: -20px;
}

.butt a{
	padding: 5px;
	font-size: 14px;
}

.para2{
	font-size: 21px;
	font-family: Times New Roman;
	position: relative;
	top: -10px;
	left: -45px;
	line-height: 35px;
	width: 90%;
}


/*SECTION_ONE*/
#section_1{
	width: 100%;
	height: 1800px;/*REMEMBER*/
	background: #353535;
}


#con{
	width: 85%;
	height: 180px;
	float: none;
	position: relative;
	left: 20px;
	top: 40px;
}


#con h1{
	font-size: 20px;	

	position: relative;
	top: 20px;
}


#con p{
	color: #dcd9d9;
	text-align: center;
	font-size: 17px;
	line-height: 1.7;
	position: relative;
	top: 40px;
}


#co{
	width: 80%;

}

.co_2 h2{
	font-size: 30px;
	font-family:Times New Roman,serif;
}


/*SECTION_TWO*/
#section_2{
	width: 100%;
	height: 1000px;

}


.sec2_con_1{
	width: 95%;
	float: none;
	position: relative;
	left: 10px;
	background: url("../img/c.png");
	background-repeat: no-repeat;
	background-size: contain;

}

.sec2_con_2{
	width: 95%;
	float: none;
	position: relative;
	top: -55px;
	left: 10px;
}


.sec2_con_2 h1{
	font-size: 20px;
	text-align: center;
}

.sec2_con_2 p{
	font-size: 18px;
}

/*SECTION_THREE*/

#section_3{
	width: 100%;
	height: 1300px;
	background: #242424;


}

.sec_3_cont_1{
	width: 90%;
	float: none;
	position: relative;
	left: 20px;
}

.sec_3_cont_1 h1{
	font-size: 25px;
}

#by{
	margin-top: 50px;
	margin-left: 30px;
	padding: 10px;	
}


.sec_3_cont_2{
	width: 95%;
	float: none;
	position: relative;
	left: 15px;

	overflow: hidden;
	
}

.sec_3_form label{
	display: block;
	position: relative;
	left: 10px;
}


/*SECTION_FIVE*/
.sec_5_cont_1{
	width: 100%;



}

.sec_5_cont_1 h1{
	font-size: 25px;
}

.sec_5_cont_form input[type='email']{
	width: 370px;
}

.sec_5_cont_form input[type='submit']{
	margin-top: 30px;
}


.sec_5_cont_2{
	width: 95%;
}

.con_2_con{
	width: 100%;
}

.con_2_con h1{
	font-size: 20px;
	margin-bottom: 40px;
}


.con_2_con button{
	position: relative;
	left: 130px;
	top: 40px;
}

/*FOOTER*/

#footer{
	width: 100%;
	height: 800px;
	/*background: #242424;*/
	overflow: hidden;
}

.footer_box{
	width: 90%;
	float: none;

}

.footer_box h1{
	font-size: 20px;
	margin-bottom: 10px;

}

#f1{
	position: relative;
	top: -90px;
	left: 13px;
}

#f2{
	position: relative;
	top: -250px;
	left: 13px;
}


#f3{
	position: relative;
	top: -490px;
	left: 13px;
}


#f4{
	position: relative;
	top: -530px;
	left: 13px;
}


/*ABOUT*/


#about{
	width: 100%;
	height: 1100px;
	background:  #353535;
}

.about_cont_1 h1{
	font-size: 25px;
}

.cont_01{
	width: 90%;
	float: none;
}


.cont_02{
	width: 90%;	
	float: none;
	margin-right: 0px;
	position: relative;
	left: 20px;
	top: 10px;
	text-align: center;
	
}

.about_cont_1d{
	position: relative;
	top: 270px;
}


.cont_01d{
	width: 90%;
	height: 180px;
	float: none;
	margin-left: 20px;
	color: white;
	font-size: 15px;
	font-family: Trebuchet MS; 
	line-height: 30px;
}

.cont_02d{
	width: 90%;
	height: 200px;
	float: none;
	margin-right: 20px;
	margin-top: 100px;
}


/*PRICING*/
#pricing{
	width: 100%;
	height: 5400px;
	background: #353535;
	/*display: none;*/
}

.ch1{
	font-size: 25px;
	position: relative;
	top: -40px;
}


.capital_box{
	width: 80%;
	float: none;
	margin-right:0px;
	margin-bottom: 50px;
}

/*REGISTER*/

.register_form{
	width: 95%;
}

#register_cont h1{
	font-size: 25px;
}

/*LOGIN*/

.login_form{
	width: 90%;
}

#login_cont h1{
	font-size: 22px;
	text-align: left;
}

/*USER_PANEL*/
#user{
	width: 100%;
	height: 1200px;
	background: #242424;

}

/*NAV_BAR SETTINGS*/
#sidebar{
	width: 0%;
	float: none;
	border-right:none;
}

.user_nav{
	width: 100%;
	height: 300px;
	/*background: white;*/
	margin-top: 100px;
	text-align: center;
	display: none;
}

/*USER_DATA_SETTINGS*/
#data{
	width: 100%;
	height: auto;
	float: none;
	margin-right: 0px;
	position: relative;
	top: 40px;

}

.data_cont_1{
	width: 95%;
	height: 770px;
	background: #dcd9d9;
	position: relative;
	top: 50px;
	left: 12px;
	
}



.data_cont_1_sub_1{
	width: 95%;
	height: auto;
	float: none;
	margin-left: 10px;
}


.data_cont_1_sub_1 p{
	line-height: 52px;
	font-size: 17px;
	font-family:Georgia; 
	border-bottom: 2px solid #f3ba40;
	color: brown;

}





.data_cont_1_sub_2{
	width: 95%;
	height: auto;
	/*background: white;*/
	float: none;
	margin-left: 10px;
}

.data_cont_1_sub_2 p{
	line-height: 52px;
	font-size: 17px;
	font-family:Georgia; 
	border-bottom: 2px solid #f3ba40;
	color: brown;
}

/*FUNDING_PAGE*/
#funding_page{
	width: 100%;
	position: relative;
	top: 40px;
}

/*WITHDRAWAL_PAGE*/


#for{width: 100%;}

#for_1{
	width: 100%;
	float: none;
}

#for_2{
	width: 100%;
	float: none;
}


.funding_page_cont form input[type='submit']{
	padding: 10px;
	width: 150px;
	margin-top: 10px;
	margin-left: 40px;
}


.funding_page_cont h1{
	margin-left: 10px;
	color: white;
	font-family: Georgia;
	font-size: 20px;
}

#show{
	/*overflow: hidden;*/
	width: 85%;
}

/*USER_NAV_MOBILE*/
#barr{
	display: block;
	float: right;
	margin-right: 40px;
	cursor: pointer;
	margin-top: 15px;
}


#m_user_nav{
	display: none;
	position: absolute;
	top: 50px;
	left: 250px;
	z-index: 50;
}


#m_user_nav ul li{
	margin-bottom: 14px;
	background: black;
	padding: 8px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;	
	color: white;
	font-family: Times New Roman;
}

#fundi{
	background: #242424;
	height: 750px;
}

#withi{
	background: #242424;
	height: 1050px;
}






}



