.row,p,h1,h2,h3{
	margin: 0;
	font-weight: normal;
}

img{
	margin: auto;
}

.tac{
	text-align: center;
}

.cb{
	clear: both;
}

.tar{
	text-align: right;
}

*{
	font-family: Arial, Helvetica, sans-serif;
}


.bla{
	font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
}

.bold{
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:bold;
}

*, .reg{
	font-family: Arial, Helvetica, sans-serif;
}

.wh{
	color: white;
}

p{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
}

.toprow *{
	text-align: center;
	color: white;
}

.toprow{
	background: url('../../../../img/landing_themes/hongkong/background.jpg');
	background-position: top center;
	background-size: cover;
	padding: 5% 0;
}

.thispre{
	color: #d6d8d6;
	font-size: 14px;
}

.ffeatures{
	line-height: 35px;
}

.ffeatures img{
	margin-right: 5px;
}

.makean{
	background: #1b9cff;
	margin: auto;
	padding: 20px 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 35px;
	margin-top: 5%;
	color: white;
}

input[type="submit"]{
	background: #1b9cff;
	margin: auto;
	padding: 20px 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 35px;
	margin-top: 5%;
	color: white;
	float: right;
	margin-top: 0;
	border: 0;
	height: auto;
	width: auto;
}

*:focus{
	outline: none;
}

.esctable{
	margin: auto;
	margin-top: 2%;
}

.esctable *{
	color: #b9baba;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:black;
	font-size: 12px;
}

.esctable img{
	width: 30px;
}

.esctable td{
	padding: 5px;
}

.whiteback{
	background: white;
	padding: 5% 0;
}

form input, textarea{
	width: 100%;
	border: 2px solid #c1c1c1;
	margin: 4% 0;
	height: 50px;
	padding: 5px 8px;
	font-size: 18px;
	transition: all 0.2s ease;
}

textarea{
	height: 150px;
	resize: none;
}

.captcha{
	width: 100%;
}

a:hover{
	color: white;
	text-decoration: none;
}

.makean:focus, input[type="submit"]:focus{
	color: white;
	outline: none;
	text-decoration: none;
	background: #1b9cff;
}

.footer{
	background: #2d2f31;
	padding: 2% 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:black;
	border-bottom: 15px solid #1b9cff;
}

.ct{
	color: #929393;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:black;
	margin-bottom: 10px;
}

.footer a{
	color: white;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:black;
}

.socialicons{
	margin: auto;
	margin-top: 10px;
}

.socialicons a{
	font-size: 20px;
}

.socialicons td{
	padding: 10px;
}

.makean:hover, input[type="submit"]:hover{
	background: #0283E6;
}

a{
	transition: all 0.2s ease;
}

.footer a:hover{
	color: #0283E6;
}

input:focus, textarea:focus{
	border-color: black;
}

.captcha{
	height: 65px;
}

#buyusd{
	display: none;
}

@media screen and (max-width: 1024px){
	.footer{
		padding: 4% 0;
	}
}

@media screen and (max-width: 768px){
	input[type="submit"]{
		text-align: center;
		width: 100%;
		float: none;
		display: block;
		margin-top: 7%;
	}

	
}

@media screen and (max-width: 500px){
	#buyusd{
		display: inline-block;
		margin-top: 2%;
		margin-bottom: 10%;
	}

	#make1{
		background: white;color: #1b9cff;
	}

	#make1:hover{
		color: white;
		background: #1b9cff;
	}

}

/* Additions made after files were sent over by fiverr.com */

#form_feedback {
	height:auto !important;
	background: #FFF2F2;
	margin: 0 15px 20px 15px;
}   

#form_feedback p {
	padding:20px;
	width: 100%;
}

.validator_status.validator_errors p{
	border-top: 5px solid #CA1B1B;
}

@media screen and (max-width: 768px){

	#form_feedback p {
		font-size:13px;
	} 
	
	.g-recaptcha {
		transform:scale(0.94);
		transform-origin:0 0;
	}
}

.escrow {

	background: #b4b4b4;
	margin: auto;
	padding: 20px 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 35px;
	margin-top: 5%;
	color: white;
}

.escrow:hover {

	background: #9a9a9a;
}

.hide_cap {
	display:none;
}