#php-contact-form div.cf_results {
	background: #f7faff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZmFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmY0ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	border: 1px solid #b8ccdf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #0071cc;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 10px;
	text-shadow: 1px 1px 0 #fcfdff;
}
#php-contact-form div.cf_results.cf_failure {
	border-color: #de8282;
	color: #c20000;
	text-shadow: 1px 1px 0 #fffcfc;
}
#php-contact-form div.cf_results ul {
	font-size: smaller;
	line-height: 1.5;
	list-style-type: circle;
	margin: 10px;
	padding: 0 0 0 25px;
}
#php-contact-form div.cf_results.cf_please_wait {
	position: relative;
}
#php-contact-form div.cf_results.cf_please_wait ul {
	list-style: none;
	padding: 0 0 0 45px;
}
#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper {
	left: 12px;
	height: 31px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
}
#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_loading {
	background-color: rgba(255,255,255,0.75);
	border-radius: 4px 4px 0 0;
	position: absolute;
	height: 10px;
	width: 4px;
	-moz-border-radius: 4px 4px 0 0;
	-moz-transform: scale(0.4);
	-moz-animation-name: cf_fadeG;
	-moz-animation-duration: 1.04s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	-webkit-border-radius: 4px 4px 0 0;
	-webkit-transform: scale(0.4);
	-webkit-animation-name: cf_fadeG;
	-webkit-animation-duration: 1.04s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-ms-border-radius: 4px 4px 0 0;
	-ms-transform: scale(0.4);
	-ms-animation-name: cf_fadeG;
	-ms-animation-duration: 1.04s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
	-o-border-radius: 4px 4px 0 0;
	-o-transform: scale(0.4);
	-o-animation-name: cf_fadeG;
	-o-animation-duration: 1.04s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	transform: scale(0.4);
	animation-name: cf_fadeG;
	animation-duration: 1.04s;
	animation-iteration-count: infinite;
	animation-direction: linear;
}
#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load01 {
	left: 0;
	top: 11px;
	-moz-animation-delay: 0.39s;
	-moz-transform: rotate(-90deg);
	-webkit-animation-delay: 0.39s;
	-webkit-transform: rotate(-90deg);
	-ms-animation-delay: 0.39s;
	-ms-transform: rotate(-90deg);
	-o-animation-delay: 0.39s;
	-o-transform: rotate(-90deg);
	animation-delay: 0.39s;
	transform: rotate(-90deg);
}
#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load02 {
	left: 3px;
	top: 4px;
	-moz-animation-delay: 0.52s;
	-moz-transform: rotate(-45deg);
	-webkit-animation-delay: 0.52s;
	-webkit-transform: rotate(-45deg);
	-ms-animation-delay: 0.52s;
	-ms-transform: rotate(-45deg);
	-o-animation-delay: 0.52s;
	-o-transform: rotate(-45deg);
	animation-delay: 0.52s;
	transform: rotate(-45deg);
}
#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load03 {
	left: 10px;
	top: 1px;
	-moz-animation-delay: 0.65s;
	-moz-transform: rotate(0deg);
	-webkit-animation-delay: 0.65s;
	-webkit-transform: rotate(0deg);
	-ms-animation-delay: 0.65s;
	-ms-transform: rotate(0deg);
	-o-animation-delay: 0.65s;
	-o-transform: rotate(0deg);
	animation-delay: 0.65s;
	transform: rotate(0deg);
}
#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load04 {
	right: 3px;
	top: 4px;
	-moz-animation-delay: 0.78s;
	-moz-transform: rotate(45deg);
	-webkit-animation-delay: 0.78s;
	-webkit-transform: rotate(45deg);
	-ms-animation-delay: 0.78s;
	-ms-transform: rotate(45deg);
	-o-animation-delay: 0.78s;
	-o-transform: rotate(45deg);
	animation-delay: 0.78s;
	transform: rotate(45deg);
}
#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load05 {
	right: 0;
	top: 11px;
	-moz-animation-delay: 0.9099999999999999s;
	-moz-transform: rotate(90deg);
	-webkit-animation-delay: 0.9099999999999999s;
	-webkit-transform: rotate(90deg);
	-ms-animation-delay: 0.9099999999999999s;
	-ms-transform: rotate(90deg);
	-o-animation-delay: 0.9099999999999999s;
	-o-transform: rotate(90deg);
	animation-delay: 0.9099999999999999s;
	transform: rotate(90deg);
}
#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load06 {
	right: 3px;
	bottom: 3px;
	-moz-animation-delay: 1.04s;
	-moz-transform: rotate(135deg);
	-webkit-animation-delay: 1.04s;
	-webkit-transform: rotate(135deg);
	-ms-animation-delay: 1.04s;
	-ms-transform: rotate(135deg);
	-o-animation-delay: 1.04s;
	-o-transform: rotate(135deg);
	animation-delay: 1.04s;
	transform: rotate(135deg);
}
#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load07 {
	bottom: 0;
	left: 10px;
	-moz-animation-delay: 1.1700000000000002s;
	-moz-transform: rotate(180deg);
	-webkit-animation-delay: 1.1700000000000002s;
	-webkit-transform: rotate(180deg);
	-ms-animation-delay: 1.1700000000000002s;
	-ms-transform: rotate(180deg);
	-o-animation-delay: 1.1700000000000002s;
	-o-transform: rotate(180deg);
	animation-delay: 1.1700000000000002s;
	transform: rotate(180deg);
}
#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load08 {
	left: 3px;
	bottom: 3px;
	-moz-animation-delay: 1.3s;
	-moz-transform: rotate(-135deg);
	-webkit-animation-delay: 1.3s;
	-webkit-transform: rotate(-135deg);
	-ms-animation-delay: 1.3s;
	-ms-transform: rotate(-135deg);
	-o-animation-delay: 1.3s;
	-o-transform: rotate(-135deg);
	animation-delay: 1.3s;
	transform: rotate(-135deg);
}
@-moz-keyframes cf_fadeG {
	0% {
		background-color: rgba(0,0,0,0.75);
	}
	100% {
		background-color: rgba(255,255,255,0.75);
	}
}
@-webkit-keyframes cf_fadeG {
	0% {
		background-color: rgba(0,0,0,0.75);
	}
	100% {
		background-color: rgba(255,255,255,0.75);
	}
}
@-ms-keyframes cf_fadeG {
	0% {
		background-color: rgba(0,0,0,0.75);
	}
	100% {
		background-color: rgba(255,255,255,0.75);
	}
}
@-o-keyframes cf_fadeG {
	0% {
		background-color: rgba(0,0,0,0.75);
	}
	100% {
		background-color: rgba(255,255,255,0.75);
	}
}
@keyframes cf_fadeG {
	0% {
		background-color: rgba(0,0,0,0.75);
	}
	100% {
		background-color: rgba(255,255,255,0.75);
	}
}
#php-contact-form form fieldset {
	background: transparent;
	border: 0 none;
	margin: 10px 0;
	padding: 0;
	position: relative;
}
#php-contact-form form .cf_asterisk {
	display: inline-block;
	height: 10px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: 10px;
}
#php-contact-form form .cf_asterisk:after {
	color: #d30000;
	content: "\*";
	font-weight: bold;
	height: 10px;
	left: 0;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	top: 0;
	width: 10px;
}
#php-contact-form form label {
	color: #999;
	cursor: pointer;
	font-weight: 400;
	display: block;
	margin: 0 0 3px;
}

#php-contact-form form input[type="button"][disabled="disabled"] {
	background: #eaeaea;
}
#php-contact-form form .cf_field_error {
	border-top-color: #c20000 !important;
	border-right-color: #cf7777 !important;
	border-bottom-color: #cf7777 !important;
	border-left-color: #c10000 !important;
}
#php-contact-form form textarea {
	display: block;
	min-height: 100px !important;
	max-width: 100% !important;
}
#php-contact-form .theme-btn:hover {
	background: #0049D0;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
#php-contact-form form input[type="button"],
#php-contact-form form input[type="file"],
#php-contact-form form input[type="submit"],
#php-contact-form form select,
#php-contact-form form select option {
	cursor: pointer;
}
#php-contact-form form select {
	-webkit-appearance: none;
	padding: 7px;
	width: 100%;
}
#php-contact-form form select option {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 2;
	margin: 5px;
	padding: 0 5px;
}
#cf_recipient {
	color: #999;
}
#php-contact-form form.cf_processing label,
#php-contact-form form.cf_processing input,
#php-contact-form form.cf_processing select,
#php-contact-form form.cf_processing textarea {
	cursor: progress;
}
#php-contact-form form span.cf_small {
	color: #777;
	font-size: smaller;
}
#php-contact-form form div.cf_row.cf_attachment span.cf_small {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
}
#php-contact-form form div.cf_row {
	float: left;
	margin: 0 0 7px;
	width: 100%;
}
#php-contact-form form div.cf_row div.cf_column {
	float: left;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
#php-contact-form form div.cf_row div.cf_column:first-child:last-child {
	width: 100%;
}
#php-contact-form form div.cf_row div.cf_column:nth-child(1):nth-last-child(3),
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(2),
#php-contact-form form div.cf_row div.cf_column:nth-child(3):nth-last-child(1) {
	width: 32.333%;
}
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(2) {
	padding-left: 1.5%;
	padding-right: 1.5%;
}
#php-contact-form form div.cf_row div.cf_column:nth-child(1):nth-last-child(2),
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(1),
#php-contact-form form div.cf_row div.cf_column:nth-child(1):nth-last-child(4),
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(3),
#php-contact-form form div.cf_row div.cf_column:nth-child(3):nth-last-child(2),
#php-contact-form form div.cf_row div.cf_column:nth-child(4):nth-last-child(1),
#php-contact-form form div.cf_row div.cf_column:nth-child(1):nth-last-child(5),
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(4),
#php-contact-form form div.cf_row div.cf_column:nth-child(3):nth-last-child(3),
#php-contact-form form div.cf_row div.cf_column:nth-child(4):nth-last-child(2),
#php-contact-form form div.cf_row div.cf_column:nth-child(5):nth-last-child(1) {
	width: 49%;
}
#php-contact-form form div.cf_row div.cf_column:nth-child(1):nth-last-child(5) {
	width: 100%;
}
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(1),
#php-contact-form form div.cf_row div.cf_column:nth-child(3):nth-last-child(3),
#php-contact-form form div.cf_row div.cf_column:nth-child(5):nth-last-child(1),
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(3),
#php-contact-form form div.cf_row div.cf_column:nth-child(4):nth-last-child(1) {
	float: right;
}
#php-contact-form form div.cf_row.cf_attachment div {
	margin-bottom: 10px;
	position: relative;
}
#php-contact-form form div.cf_row.cf_attachment div input {
	margin-bottom: 0;
}
#php-contact-form form div.cf_row.cf_attachment div .cf_asterisk {
	left: -10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#php-contact-form form div.cf_row.cf_attachment input[type="file"]:nth-child(1):nth-last-child(2),
#php-contact-form form div.cf_row.cf_attachment input[type="file"]:nth-child(2):nth-last-child(2) {
	width: 80%;
}
#php-contact-form form div.cf_row.cf_attachment input[type="button"]:nth-child(2):nth-last-child(1),
#php-contact-form form div.cf_row.cf_attachment input[type="button"]:nth-child(3):nth-last-child(1) {
	margin-left: 3%;
	width: 17%;
}
#php-contact-form form div.cf_row.cf_attachment input[type="button"].cf_attachment_remove {
	color: #c40000;
}
#php-contact-form form div.cf_row.cf_cc,
#php-contact-form form div.cf_row.cf_accept,
#php-contact-form form div.cf_row.cf_subscribe {
	margin: 10px 0;
}
#php-contact-form form div.cf_row.cf_cc + .cf_row.cf_subscribe {
	margin-top: 0 !important;
}
#php-contact-form form div.cf_row.cf_cc label,
#php-contact-form form div.cf_row.cf_accept label,
#php-contact-form form div.cf_row.cf_subscribe label {
	display: inline;
	margin-left: 10px;
}
#php-contact-form form div.cf_row.cf_cc input,
#php-contact-form form div.cf_row.cf_accept input,
#php-contact-form form div.cf_row.cf_subscribe input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 !important;
	width: auto;
}
#php-contact-form form div.cf_row.cf_captcha label {
	margin: 0;
}
#php-contact-form form div.cf_row.cf_captcha img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}
#php-contact-form form div.cf_row.cf_captcha #cf_captcha {
	float: left;
	height: 42px;
	margin: 0 10px 0 0;
	padding: 10px;
	text-align: center;
	width: 70px;
}
#php-contact-form form div.cf_row.cf_captcha p {
	color: #555;
	float: left;
	font-size: smaller;
	margin: 0;
	width: 45%;
}
#php-contact-form form div.cf_row.cf_captcha a {
	font-weight: bold;
	text-decoration: none;
}
#php-contact-form form div.cf_row.cf_captcha a:focus,
#php-contact-form form div.cf_row.cf_captcha a:hover,
#php-contact-form form div.cf_row.cf_captcha a:active {
	text-decoration: underline;
}
#php-contact-form form div.cf_row.cf_submit {
	float: left;
	margin-top: 10px;
	width: 100%;
}

#php-contact-form #cf_name, #php-contact-form #cf_email, #php-contact-form #cf_phone, #php-contact-form select, #php-contact-form textarea, #cf_captcha {
	padding: 8px;
	width: 100%;
	font-size: 17px;
	border: 1px solid #ced4da;
	border-radius: .375rem;
}

#php-contact-form form div.cf_row.cf_submit input[disabled="disabled"],
#php-contact-form form div.cf_row.cf_submit input[disabled="disabled"]:focus,
#php-contact-form form div.cf_row.cf_submit input[disabled="disabled"]:active {
	background: #4883db;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: rgba(255,255,255,0.5);
	text-shadow: none;
}
textarea:focus, select:focus,input:focus {
	outline: none !important;
	border:1px solid #ced4da;
}
@media only screen and (max-width:800px) {
	#php-contact-form form div.cf_row {
		margin: 0;
		width: 100%;
	}
	#php-contact-form form div.cf_row div.cf_column {
		padding: 0 !important;
		width: 100% !important;
	}
	#php-contact-form form div.cf_row.cf_attachment input[type="file"]:nth-child(1):nth-last-child(2),
	#php-contact-form form div.cf_row.cf_attachment input[type="file"]:nth-child(2):nth-last-child(2) {
		width: 70%;
	}
	#php-contact-form form div.cf_row.cf_attachment input[type="button"]:nth-child(2):nth-last-child(1),
	#php-contact-form form div.cf_row.cf_attachment input[type="button"]:nth-child(3):nth-last-child(1) {
		margin-left: 2%;
		width: 28%;
	}
	#php-contact-form form div.cf_row.cf_captcha p,
	#php-contact-form form div.cf_row.cf_captcha #cf_captcha {
		margin: 5px 0 0;
		width: 100%;
	}
}
