/**
 * Styles for form
 */
.cntctfrmpr_contact_form * {
	line-height: normal !important;
}
.cntctfrmpr_contact_form.cntctfrmpr_ltr * {
	text-align: left !important;
	direction: ltr;
}
.cntctfrmpr_contact_form.cntctfrmpr_rtl * {
	text-align: right !important;
	direction: rtl;
}
.cntctfrmpr_contact_form .cntctfrmpr_contact_submit {
	text-align: center !important;
}
.cntctfrmpr_contact_form p {
	margin: 0 !important;
}
.cntctfrmpr_clear {
	clear: both;
}
.required {
	padding: 0 0 0 5px;
}
.cntctfrmpr_label,
.cntctfrmpr_input,
.cntctfrmpr_select,
.cntctfrmpr_checkbox,
.cntctfrmpr_error_text {
	position: relative;
}
.cntctfrmpr_label,
.cntctfrmpr_input,
.cntctfrmpr_select,
.cntctfrmpr_checkbox,
.cntctfrmpr_error_text {
	box-sizing: border-box;
	max-width: 320px;
	width: 100%;
}
.cntctfrmpr_input.cntctfrmpr_input_submit {
	max-width: none !important;
}
.cntctfrmpr_labels_position_top #cntctfrmpr_main_error_text.cntctfrmpr_error_text,
.cntctfrmpr_labels_position_bottom #cntctfrmpr_main_error_text.cntctfrmpr_error_text {
	max-width: 650px;
}
.cntctfrmpr_one_column.cntctfrmpr_labels_position_left #cntctfrmpr_main_error_text.cntctfrmpr_error_text,
.cntctfrmpr_one_column.cntctfrmpr_labels_position_right #cntctfrmpr_main_error_text.cntctfrmpr_error_text {
	max-width: 460px;
}
.cntctfrmpr_two_columns.cntctfrmpr_labels_position_left #cntctfrmpr_main_error_text.cntctfrmpr_error_text,
.cntctfrmpr_two_columns.cntctfrmpr_labels_position_right #cntctfrmpr_main_error_text.cntctfrmpr_error_text {
	max-width: 910px;
}
.cntctfrmpr_labels_position_top.cntctfrmpr_labels_align_center #cntctfrmpr_main_error_text.cntctfrmpr_error_text,
.cntctfrmpr_labels_position_bottom.cntctfrmpr_labels_align_center .cntctfrmpr_error_text,
.cntctfrmpr_labels_position_left .cntctfrmpr_error_text,
.cntctfrmpr_labels_position_right .cntctfrmpr_error_text {
	max-width: none;
}
.cntctfrmpr_labels_position_left .cntctfrmpr_label,
.cntctfrmpr_labels_position_right .cntctfrmpr_label {
	min-height: 1px;
	max-width: 160px;
	width: 100%;
}
.cntctfrmpr_labels_position_left .cntctfrmpr_label {
	float: left;
}
.cntctfrmpr_labels_position_right .cntctfrmpr_label {
	float: right;
}
.cntctfrmpr_labels_position_left .cntctfrmpr_input,
.cntctfrmpr_labels_position_left .cntctfrmpr_select,
.cntctfrmpr_labels_position_left .cntctfrmpr_checkbox {
	float: left;
	max-width: 290px;
	width: 100%;
}
.cntctfrmpr_labels_position_right .cntctfrmpr_input,
.cntctfrmpr_labels_position_right .cntctfrmpr_select,
.cntctfrmpr_labels_position_right .cntctfrmpr_checkbox {
	float: right;
	max-width: 290px;
	width: 100%;
}
.cntctfrmpr_contact_form input[type="text"],
.cntctfrmpr_contact_form input[type="file"],
.cntctfrmpr_contact_form select,
.cntctfrmpr_contact_form textarea,
.widget .cntctfrmpr_contact_form input[type="text"],
.widget .cntctfrmpr_contact_form input[type="file"],
.widget .cntctfrmpr_contact_form select,
.widget .cntctfrmpr_contact_form textarea {
	max-width: 320px;
	width: 100%;
	margin: 0 !important;
	box-sizing: border-box;
}
.cntctfrmpr_contact_form input[type="checkbox"],
.cntctfrmpr_contact_form input[type="radio"]
.cntctfrmpr_contact_form input[type="submit"],
.widget .cntctfrmpr_contact_form input[type="checkbox"],
.widget .cntctfrmpr_contact_form input[type="radio"],
.widget .cntctfrmpr_contact_form input[type="submit"] {
	margin: 0;
}
.cntctfrmpr_ltr .cntctfrmpr_column {
	float: left;
}
.cntctfrmpr_rtl .cntctfrmpr_column {
	float: right;
}
.cntctfrmpr_column {
	position: relative;
	min-height: 1px;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: none !important;
}
.cntctfrmpr_two_columns.cntctfrmpr_labels_position_top .cntctfrmpr_column,
.cntctfrmpr_two_columns.cntctfrmpr_labels_position_bottom .cntctfrmpr_column,
.cntctfrmpr_one_column.cntctfrmpr_labels_position_top .cntctfrmpr_column,
.cntctfrmpr_one_column.cntctfrmpr_labels_position_bottom .cntctfrmpr_column {
	max-width: 320px;
}
.cntctfrmpr_two_columns.cntctfrmpr_labels_position_left .cntctfrmpr_column,
.cntctfrmpr_two_columns.cntctfrmpr_labels_position_right .cntctfrmpr_column,
.cntctfrmpr_one_column.cntctfrmpr_labels_position_left .cntctfrmpr_column,
.cntctfrmpr_one_column.cntctfrmpr_labels_position_right .cntctfrmpr_column {
	max-width: 450px;
}
.cntctfrmpr_two_columns.cntctfrmpr_ltr #cntctfrmpr_first_column,
.cntctfrmpr_two_columns.cntctfrmpr_ltr #cntctfrmpr_submit_first_column {
	margin: 0 10px 0 0;
}
.cntctfrmpr_two_columns.cntctfrmpr_rtl #cntctfrmpr_first_column,
.cntctfrmpr_two_columns.cntctfrmpr_rtl #cntctfrmpr_submit_first_column {
	margin: 0 0 0 10px;
}
.cntctfrmpr_field_wrap {
	margin: 0 0 5px;
}
.cntctfrmpr_one_column #cntctfrmpr_second_column {
	display: none;
}
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_top .cntctfrmpr_label,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_top .cntctfrmpr_input,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_top .cntctfrmpr_select,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_top .cntctfrmpr_checkbox,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_top .cntctfrmpr_error_text,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_bottom .cntctfrmpr_label,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_bottom .cntctfrmpr_input,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_bottom .cntctfrmpr_select,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_bottom .cntctfrmpr_checkbox,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_bottom .cntctfrmpr_error_text {
	padding-right: 40px;
}
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_left .cntctfrmpr_input,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_left .cntctfrmpr_select,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_left .cntctfrmpr_checkbox,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_left .cntctfrmpr_error_text {
	padding-right: 40px;
}
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_right .cntctfrmpr_input,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_right .cntctfrmpr_select,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_right .cntctfrmpr_checkbox,
.cntctfrmpr_contact_form.cntctfrmpr_form_tooltips.cntctfrmpr_labels_position_right .cntctfrmpr_error_text  {
	padding-left: 40px;
}
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_label {
	padding-right: 5px;
}
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_label {
	padding-left: 5px;
}
.cntctfrmpr_help_box {
	position: relative;
	width: 28px;
	height: 28px;
	margin: 0 5px;
	vertical-align: middle;
    background-image: url('../images/tooltip_icons.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
.cntctfrmpr_help_box.cntctfrmpr_help_box_error {
	background-position: 0 -27px;
}
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_help_box,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_top .cntctfrmpr_help_box,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_bottom .cntctfrmpr_help_box {
	position: absolute;
	top: 0;
	right: 0;
}
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_help_box {
	position: absolute;
	top: 0;
	left: 0;
}
.cntctfrmpr_hidden_help_text {
	box-sizing: border-box;
	position: absolute;
	min-width: 150px;
	width: auto;
	padding: 5px 10px;
	font-size: 12px !important;
	line-height: 1.5;
	color: #000000;
	background: #F4F4F4;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	z-index: 5;
}
.cntctfrmpr_hidden_help_text p {
	margin: 0;
}
.cntctfrmpr_hidden_help_text img {
	position: relative !important;
	margin: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_hidden_help_text:before,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_top .cntctfrmpr_hidden_help_text:before,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_bottom .cntctfrmpr_hidden_help_text:before {
    content: url('../images/help-left.png');
    left: -10px;
    position: absolute;
    top: 7px;
}
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_hidden_help_text:before {
    content: url('../images/help-right.png');
    right: -10px;
    position: absolute;
    top: 7px;
}
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_hidden_help_text,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_top .cntctfrmpr_hidden_help_text,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_bottom .cntctfrmpr_hidden_help_text {
	left: 42px;
}
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_hidden_help_text {
	right: 100%;
	margin: 0 15px 0 0;
}
.cntctfrmpr_hidden_help_text {
	display: none;
}
.cntctfrmpr_help_box:hover .cntctfrmpr_hidden_help_text {
    display: block;
}
.cntctfrmpr_labels_align_left .cntctfrmpr_label,
.cntctfrmpr_labels_align_left .cntctfrmpr_error_text {
	text-align: left !important;
}
.cntctfrmpr_labels_align_center .cntctfrmpr_label,
.cntctfrmpr_labels_align_center .cntctfrmpr_error_text {
	text-align: center !important;
}
.cntctfrmpr_labels_align_right .cntctfrmpr_label, 
.cntctfrmpr_labels_align_right .cntctfrmpr_error_text {
	text-align: right !important;
}
.cntctfrmpr_error_text {
	margin: 5px 0;
}
.cntctfrmpr_contact_attachment_extensions {
	font-size: 10px !important;
}
.cntctfrmpr_one_column.cntctfrmpr_labels_position_top,
.cntctfrmpr_one_column.cntctfrmpr_labels_position_bottom {
	max-width: 330px;
	width: 100%;
}
.cntctfrmpr_two_columns.cntctfrmpr_labels_position_top,
.cntctfrmpr_two_columns.cntctfrmpr_labels_position_bottom {
	max-width: 650px;
	width: 100%;
}
.cntctfrmpr_form_align_left {
	float: left;
}
.cntctfrmpr_form_align_center {
	margin: 0 auto;
}
.cntctfrmpr_form_align_right {
	float: right;
}
/* fix captcha */
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_top .cntctfrmpr_input_captcha,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_bottom .cntctfrmpr_input_captcha {
	max-width: none;
	width: auto;
	float: left;
}
.rtl .cntctfrmpr_contact_form.cntctfrmpr_labels_position_top .cntctfrmpr_input_captcha,
.rtl .cntctfrmpr_contact_form.cntctfrmpr_labels_position_bottom .cntctfrmpr_input_captcha {
	float: right;
}
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_input_captcha .cptch_block label:first-child,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_input_captcha .cptch_block br,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_input_captcha .cptch_block label:first-child,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_input_captcha .cptch_block br,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_input_captcha .cptchpls_block label:first-child,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_input_captcha .cptchpls_block br,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_input_captcha .cptchpls_block label:first-child,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_input_captcha .cptchpls_block br,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_input_captcha .cptchpr_block label:first-child,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_input_captcha .cptchpr_block br,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_input_captcha .cptchpr_block label:first-child,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_input_captcha .cptchpr_block br {
	display: none;
}
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_input_captcha .cptch_block .cptch_error,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_input_captcha .cptch_block .cptch_error,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_input_captcha .cptchpls_block .cptchpls_error,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_input_captcha .cptchpls_block .cptchpls_error,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_left .cntctfrmpr_input_captcha .cptchpr_block .cptchpr_error,
.cntctfrmpr_contact_form.cntctfrmpr_labels_position_right .cntctfrmpr_input_captcha .cptchpr_block .cptchpr_error {
	display: block;
	margin: 5px 0;	
}
.cntctfrmpr_input_captcha .cptch_block ~ .gglcptch,
.cntctfrmpr_input_captcha .cptchpls_block ~ .gglcptch,
.cntctfrmpr_input_captcha .cptchpr_block ~ .gglcptch,
.cntctfrmpr_input_captcha .cptch_block ~ .gglcptchpr,
.cntctfrmpr_input_captcha .cptchpls_block ~ .gglcptchpr,
.cntctfrmpr_input_captcha .cptchpr_block ~ .gglcptchpr {
	padding: 20px 0 0;
}
.cntctfrmpr_contact_form .gglcptch #recaptcha_widget_div,
.cntctfrmpr_contact_form .gglcptchpr #recaptcha_widget_div {
	width: 320px !important;
}