
#cf_form legend {
	font-size: 16px;
	padding: 30px 0 10px 0;
}


/* cfFormMailer --------------------------------------------------> */
#cf_form input[type=text], input[type=password] {
	border: 1px solid #dfdfdf;
	padding: 5px;
	width: 200px;
	box-sizing: border-box;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#cf_form input[type=text].zip {
	width: 40px;
}
#cf_form input[type=text].addr {
	width: 180px;

}

#cf_form textarea {
	resize: vertical;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 5px 0 -5px  5px;
	width:  calc(100% - 10px);
	height: 190px;
	box-sizing: border-box;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#cf_form input:focus {

}
#cf_form .center {
	text-align: center;
}

div.center {
	position: relative;
	padding: 50px 0;
}

.submit {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 30%;
	text-align: center;
	line-height: 50px;
	background: #2a2a2a;
	color: #fff;

}
.submit:hover {
	opacity: 0.8;
}

#cf_form .button-outer {
	width: 400px;
	text-align: center;
	padding: 0 0 1rem;
}


.error {
	color: #ff0000;
	margin: 0 0 1rem 0;
}
#cf_form  dd p.error {
	margin: 0;
	padding: 0 0 0 0.4em;
}
#cf_form input ,select{
	vertical-align:middle;
	margin: 0.4em;
}
#cf_form input[type=radio], input[type=checkbox] {
	display: none;
}

#cf_form .radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;

	padding: 5px 15px 5px 40px;
	margin: 0 0 3px 3px;
	border-radius: 2px;
	background-color: #efefef;
	vertical-align: middle;
	cursor: pointer;
}
#cf_form .radio:hover, .checkbox:hover {
	background-color: #e2edd7;
}
#cf_form .radio:hover:after, .checkbox:hover:after {
	border-color: #53b300;
}
#cf_form .radio:after, .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ffffff;
	border-radius: 2px;
	content: '';
}
#cf_form .radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #53b300;
	content: '';
	opacity: 0;
}
#cf_form input[type=radio]:checked + .radio:before {
	opacity: 1;
}
#cf_form .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 16px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #53b300;
	border-bottom: 3px solid #53b300;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cf_form input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}

/*
#menu-outer,
#header-bg {
display: none;
}
#breadcrumb {
background: none;
}
*/