@charset "UTF-8";

* {
	font-family: sans-serif;
	box-sizing: border-box;
}
.mfp_rows {
/*	clear: both;*/
}
.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows input[type="file"],
.mfp_rows select,
.mfp_rows button,
form#mailformpro .mfp_rows label {
	width: 100%;
	min-width: 100%;
	word-break: break-all;
	white-space: normal;
}
.mfp_rows textarea {
	width: 100%;
	min-width: 100%;
}
.mfp_rows .mfp_col1,.mfp_rows .mfp_col2,.mfp_rows .mfp_col3,.mfp_rows .mfp_col4,.mfp_rows .mfp_col5,.mfp_rows .mfp_col6,.mfp_rows .mfp_col7,.mfp_rows .mfp_col8,.mfp_rows .mfp_col9,.mfp_rows .mfp_col10 {
	float: left;
	padding: 0 1.5%;
}
.mfp_rows .mfp_col1 {width: 10%;}
.mfp_rows .mfp_col2 {width: 20%;}
.mfp_rows .mfp_col3 {width: 30%;}
.mfp_rows .mfp_col4 {width: 40%;}
.mfp_rows .mfp_col5 {width: 50%;}
.mfp_rows .mfp_col6 {width: 60%;}
.mfp_rows .mfp_col7 {width: 70%;}
.mfp_rows .mfp_col8 {width: 80%;}
.mfp_rows .mfp_col9 {width: 90%;}
.mfp_rows .mfp_col10 {width: 100%;}
div#example_selector {
}
div#example_selector span {
	font-size: 10px;
	color: #666;
}
div#example_selector select {
	display: block;
	width: 100%;
}

.content dl.mailform {
	margin-left: 0;
}

.mfp_buttons button {
	padding: 1em 2em;
	color: #fff;
	text-shadow: none;
	background: #1E88E5 !important;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

.sendOkWrap {
	padding: 1em;
	text-align: center;
}
.sendOk {
	padding: 1em;
	text-align: center;
	border: 2px solid #66BB6A;
	border-radius: 10px;
	background: #F1F8E9;
}
.sendOkTitle {
	margin-bottom: 1em !important;
	font-size: 140% !important;
	font-weight: bold;
	color: #43A047;
}

@media screen and (max-width: 800px) {
	.mfp_buttons button {
		font-size: 16px !important;
	}
}