.properties_load_more {
	width: 100%;
	float: left;
	text-align: center;
}
.property_purchased_form form {
	width: 480px;
	margin: 20px auto;
}
/*.property_purchased_form label {
	height: 35px;
	position: relative;
	color: #8798AB;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}
.property_purchased_form label > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: 300;
	line-height: 32px;
	color: #8798AB;
	border-bottom: 1px solid #586A82;
	transition: border-bottom-color 200ms ease-in-out;
	cursor: text;
	pointer-events: none;
}
.property_purchased_form label > span span {
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0% 50%;
	transition: transform 200ms ease-in-out;
	cursor: text;
}
.property_purchased_form label .field.is-focused + span span, .property_purchased_form label .field:not(.is-empty) + span span {
	transform: scale(0.68) translateY(-36px);
	cursor: default;
}
.property_purchased_form label .field.is-focused + span {
	border-bottom-color: #34D08C;
}
.property_purchased_form .field {
	background: transparent;
	font-weight: 300;
	border: 0;
	color: #000;
	outline: none;
	cursor: text;
	display: block;
	width: 100%;
	line-height: 32px;
	padding-bottom: 3px;
	transition: opacity 200ms ease-in-out;
}
 .property_purchased_form .field::-webkit-input-placeholder {
color: #8898AA;
}
.property_purchased_form .field::-moz-placeholder {
color: #8898AA;
}
 .property_purchased_form .field:-ms-input-placeholder {
color: #424770;
}
.property_purchased_form .field.is-empty:not(.is-focused) {
	opacity: 0;
}
.property_purchased_form button {
	float: left;
	display: block;
	background: #34D08C;
	color: white;
	border-radius: 2px;
	border: 0;
	margin-top: 20px;
	font-size: 19px;
	font-weight: 400;
	width: 100%;
	height: 47px;
	line-height: 45px;
	outline: none;
}
.property_purchased_form button:focus {
	background: #24B47E;
}
.property_purchased_form button:active {
	background: #159570;
}*/
.property_purchased_form .outcome {
	float: left;
	width: 100%;
	padding-top: 8px;
	min-height: 20px;
	text-align: center;
}
.property_purchased_form .success, .property_purchased_form .error {
	display: none;
	font-size: 15px;
}
.property_purchased_form .success.visible, .property_purchased_form .error.visible {
	display: inline;
}
.property_purchased_form .error {
	color: #E4584C;
}
.property_purchased_form .success {
	color: #34D08C;
}
.property_purchased_form .success .token {
	font-weight: 500;
	font-size: 15px;
}


.pay_right {
	float: right;
	width: 360px;
	background: linear-gradient(-180deg, #fafafa, #fafafa, #fafafa, #ffffff, #ffffff);
	padding: 30px 20px;
}
.pay_left {
	float: left;
	width: calc(100% - 400px);
	background: #fafafa;
	padding: 30px 20px;
	border: solid 1px #e7e7e7;
}
.property_purchased_form .field {
	background: #fff;
	border-radius: 0px;
	height: 48px;
	padding: 5px 12px;
	border: 1px solid #ecedf0;
	border-radius: 4px;
	float: left;
	width: 100%;
}
.property_purchased_form .field:hover, 
.property_purchased_form .field:focus{
	background: #fff;
	border-color: #3983ea;
}
.property_purchased_form #message {
	height: auto;
}
.pay_left label,
.pay_right label {
	width: 100%;
}
.property_purchased_form label {
	font-weight: 500;
	font-size: 14px;
}
.property_purchased_form label span {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	color: #202125;
}
.pay_right button {
	background: #3983ea;
	border-color: #3983ea;
	width: 100%;
	padding: 11px 20px;
	font-size: 20px;
}
.pay_right button:hover,
.pay_right button:focus {
	background: #176BDD;
	border-color: #176BDD;
}
.success_payment {
	display: inline-block;
	width: 100%;
	color: #3c763d;
	background-color: #dff0d8;
	border: solid 1px #d6e9c6;
	padding: 30px 15px;
	text-align: center;
	font-size: 24px;
	border-radius: 4px;
	margin-bottom: 20%;
}
.invoice_cts_id {
	display: block;
	margin-top: 15px;
	font-size: 16px;
}
.invoice_payment_id {
	display: inline-block;
	color: #202125;
	margin-left: 10px;
}
.my_account_ref {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}
.my_account_ref a {
	border: solid 1px;
	padding: 10px 25px;
	display: inline-block;
	border-radius: 4px;
	font-size: 16px;
}
.my_account_ref a:hover,
.my_account_ref a:focus {
	background: #176BDD;
	border-color: #176BDD;
	color: #fff;
}
@media only screen and (max-width: 840px) {
.pay_left {
	width: 100%;
}
.pay_right {
	width: 100%;
	margin-top: 40px;
}
}
























