/**
 * Styles for form
 */
.cntctfrm_contact_form * {
	text-align: left !important;
	line-height: normal !important;
}
.rtl .cntctfrm_contact_form * {
	text-align: right !important;
}
.cntctfrm_contact_form .cntctfrm_contact_submit {
	text-align: center !important;
}
.cntctfrm_contact_form p,
.widget .cntctfrm_contact_form p {
	margin: 0 !important;
}
.cntctfrm_contact_form .cptch_block label + br,
.cntctfrm_contact_form .cptch_block span + br,
.cntctfrm_contact_form .cptchpr_block label + br,
.cntctfrm_contact_form .cptchpr_block span + br {
	display: block !important;
}
.cntctfrm_contact_form .cptch_block br,
.cntctfrm_contact_form .cptchpr_block br {
	display: none;
}
.cntctfrm_input_captcha .cptch_block ~ .gglcptch,
.cntctfrm_input_captcha .cptchpls_block ~ .gglcptch,
.cntctfrm_input_captcha .cptchpr_block ~ .gglcptch,
.cntctfrm_input_captcha .cptch_block ~ .gglcptchpr,
.cntctfrm_input_captcha .cptchpls_block ~ .gglcptchpr,
.cntctfrm_input_captcha .cptchpr_block ~ .gglcptchpr {
    padding: 20px 0 0;
}
.cntctfrm_contact_form .gglcptch #recaptcha_widget_div {
	/*width: 320px !important;*/
}
.cntctfrm_label,
.cntctfrm_input,
.cntctfrm_select,
.cntctfrm_checkbox {
   /*max-width: 320px;*/
}
.cntctfrm_input.cntctfrm_input_submit {
	max-width: 100%;
	margin-top: 15px;
}
.cntctfrm_input_captcha {
	margin: 20px 0;
}
.cntctfrm_contact_form input[type="text"],
.cntctfrm_contact_form input[type="file"],
.cntctfrm_contact_form select,
.cntctfrm_contact_form textarea,
.widget .cntctfrm_contact_form input[type="text"],
.widget .cntctfrm_contact_form input[type="file"],
.widget .cntctfrm_contact_form select,
.widget .cntctfrm_contact_form textarea {
	width: 100%;
	margin: 0 !important;
	box-sizing: border-box;
	display: block;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.cntctfrm_contact_form input[type="text"]:focus{
border-color: #66afe9;
outline: 0;
box-shadow: none;
	
}
.cntctfrm_contact_form textarea:focus{
border-color: #66afe9;
outline: 0;
box-shadow: none;
	
}

.cntctfrm_contact_form input[type="text"]{
	height:34px;
	width:70%
}
.cntctfrm_contact_attachment_extensions {
	font-size: 10px !important;
}
.cntctfrm_contact_form input.cntctfrm_contact_submit {
	color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
padding: 6px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
}

#cntctfrm_thanks{
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
padding: 15px;
margin-top: 20px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
	
}
.cntctfrm_contact_form input.cntctfrm_contact_submit:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
text-decoration: none;
}

.cntctfrm_label:first-child {
	padding: 0;
}
.cntctfrm_label,
.cntctfrm_checkbox {
	padding: 5px 0 0;
}
.cntctfrm_input,
.cntctfrm_select,
.cntctfrm_checkbox {
	position: relative;
}
.cntctfrm_error_text {
	color: red;
	text-align: left;
	font-size: 12px;
}
#cntctfrm_contact_attachment {
	margin-bottom:0;
}
.cntctfrm_contact_form div {
	clear: both;
}
.cntctfrm_one_column {
	/*max-width: 320px;*/
	padding-left: 15%;
	padding-right: 15%;
	width: 100%;
	margin-top: 30px;
}
.cntctfrm_two_columns {
	max-width: 650px;
	width: 100%;
}
.cntctfrm_column {
	position: relative;
	min-height: 1px;
	/*max-width: 320px;*/
	width: 100%;
	padding: 0;
	margin: 0;
	clear: none !important;
}
.cntctfrm_ltr .cntctfrm_column {
	float: left;
}
.cntctfrm_rtl .cntctfrm_column {
	float: right;
}
.cntctfrm_ltr.cntctfrm_two_columns #cntctfrm_first_column,
.cntctfrm_ltr.cntctfrm_two_columns #cntctfrm_submit_first_column {
	margin: 0 10px 0 0;
}
.cntctfrm_rtl.cntctfrm_two_columns #cntctfrm_first_column,
.cntctfrm_rtl.cntctfrm_two_columns #cntctfrm_submit_first_column {
	margin: 0 0 0 10px;
}
.cntctfrm_field_wrap {
	margin: 15px 0 5px;
}