.contact-preview-title {
    background-color: white;
    width: 200px;
    margin: 20 auto;
    box-shadow: 0 0 2px #222;
    height: 70px;
    padding: 20px 0;
    font-weight: bold;
}
.contact-form-preview-wrap {
    width: 60%;
    margin: 50px auto;
    background: white;
    padding: 40px;
}
.contact-preview-title-wrap {
    height: 80px;
    text-align: center;
}
.contact-preview-note {
    text-align: center;
    margin-top: 38px;
}
.contact-form-preview-wrap .contact-form-wrapper {
    margin: 20px auto;
}
.contact-form-loader {
    background-image: url('../images/ajax-loader.gif');
    height: 32px;
    width: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin-bottom: -8px;
}
.contact-default-template .contact-error-message {
    margin-top: 20px;
    border: 1px solid rgba(255, 0, 0, 0.89);
    color: rgba(255, 0, 0, 0.89);
    padding: 10px 10px;
    border-radius: 10px;
}
.contact-default-template .contact-error {
    color: rgba(255, 0, 0, 0.89);
    margin-top: 10px;
    text-align: right;
}
.contact-form-wrapper.contact-default-template {
    padding: 20px;
    margin-top: 20px;
}
.contact-default-template .contact-form-field-wrap {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.contact-default-template .contact-form-field > label {
    display: block;
    margin-bottom: 5px;
    vertical-align: top;
    margin-left: 15px;
}
.contact-default-template .contact-form-field >label>input[type="checkbox"], .contact-form-field >label>input[type="radio"] {
    margin-right: 5px;
    outline: none;
}
.contact-default-template .contact-form-field-wrap >label {
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}
.contact-default-template .contact-form-title {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 40px;
    font-weight: bold;
}
.contact-front-form input[type="text"], .contact-front-form input[type="email"], .contact-front-form input[type="password"] {
    width: 100%;
}
.contact-default-template .contact-form-message.contact-success-message {
    color: darkcyan;
    border: 1px solid darkcyan;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
}
.contact-default-template input.contact-math-captcha-ans {
    width: 23% !important;
}
.contact-default-template .contact-sub-field-wrap {
    margin-left: 10px;
}
.contact-default-template .contact-sub-field-wrap label {
    margin-left: 10px;
}
.contact-default-template .contact-form-field .contact-form-reset {
    border-radius: 0;
    padding: 13px 25px;
}
.contact-template-1 .contact-form-reset:focus, .contact-template-2 .contact-form-reset:focus, .contact-template-3 .contact-form-reset:focus, .contact-template-4 .contact-form-reset:focus, .contact-template-5 .contact-form-reset:focus {
    background-color: transparent !important;
    color: #434a54 !important;
}
 .contact-template-1 .contact-form-submit:focus, .contact-template-2 .contact-form-submit:focus, .contact-template-3 .contact-form-submit:focus, .contact-template-4 .contact-form-submit:focus, {
 background-color: #74baf5 !important;
 color: #fff !important;
}
.contact-template-5 .contact-form-submit:focus {
    background-color: #146782 !important;
    color: #fff !important;
}
.contact-template-1 .contact-number-field:focus, .contact-template-2 .contact-number-field:focus, .contact-template-3 .contact-number-field:focus, .contact-template-4 .contact-number-field:focus, .contact-template-5 .contact-number-field:focus {
    outline: none !important;
}
.contact-form-wrapper.contact-template-1 {
    background-color: #fff;
    padding: 40px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-template-1 .contact-form-title {
    margin-bottom: 40px;
    font-size: 22px;
    color: #3979a9;
    text-transform: uppercase;
}
.contact-template-1 .contact-form-field-wrap {
    margin-bottom: 20px;
}
.contact-template-1 .contact-form-field-wrap > label {
    display: inline-block;
    width: 135px;
    font-size: 16px;
    color: #000;
    vertical-align: top;
}
.contact-template-1 .contact-form-field {
    display: inline-block;
    width: 74.6%;
}
.contact-template-1 .contact-form-field input[type="text"], .contact-template-1 .contact-form-field input[type="email"], .contact-template-1 .contact-form-field input[type="password"], .contact-template-1 .contact-form-field textarea, .contact-template-1 .contact-form-field input[type="reset"] {
    border-radius: 4px;
    border-color: #aab2bd;
    padding: 4px 8px;
    background-color: transparent;
    font-size: 16px;
}
.contact-template-1 input[type="checkbox"], input[type="radio"] button, select, textarea {
    outline: none !important;
}
.contact-template-1 .contact-form-checkbox {
    margin-right: 5px;
}
.contact-template-1 .contact-form-textfield:focus {
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
    box-shadow: 0 0 1px 1px #67D5EB;
}
.contact-template-1 #your-hobbies > label {
    vertical-align: top !important;
}
.contact-template-1 .your-hobbies .contact-form-field > label {
    display: block;
    margin-bottom: 10px;
}
 .contact-template-1 *::-moz-placeholder {
 color: rgba(51, 51, 51, 0.7);
 font-family: "Noto Sans", sans-serif;
 opacity: 1;
 font-size: 14px;
}
.contact-template-1 select.contact-required, .contact-template-1 .contact-form-field select, .contact-template-1 .contact-form-field .contact-number-field {
    border: 1px solid #aab2bd;
    border-radius: 4px;
    width: 50%;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    height: 35px;
    background: transparent;
}
.contact-template-1 .contact-email-field {
    font-size: 16px;
    box-shadow: none;
    padding: 8px;
}
.contact-template-1 .contact-form-field-wrap > label {
    margin-top: 7px;
}
.contact-template-1 .contact-math-captcha-wrap {
    display: inline-block;
}
.contact-template-1 .contact-form-submit {
    background-color: #74baf5;
    border-radius: 4px;
    margin-left: 135px;
    font-size: 15px;
    text-transform: none;
}
.contact-template-1 .contact-form-submit:hover {
    background-color: #52a2e5;
}
.contact-template-1 .contact-form-reset {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #aab2bd !important;
    color: #434a54;
    font-size: 15px;
    padding: 11px 20px !important;
    text-transform: none;
}
.contact-template-1 .contact-form-reset:hover {
    background-color: #52a2e5 !important;
    color: #fff !important;
}
.contact-template-1 .contact-error {
    color: #ff0000;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
    text-align: right;
}
.contact-template-1 .contact-math-captcha-ans {
    border: 1px solid #aab2bd;
    border-radius: 4px;
    height: 35px;
    margin-top: 3px;
    width: 176px;
    font-size: 15px;
}
.contact-template-1 input.contact-form-radio {
    display: none;
}
.contact-template-1 input[type=radio] + label {
    background: rgba(0, 0, 0, 0) url("../images/uncheck-radio.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 34px;
    margin-bottom: 8px;
    padding: 3px 0 0 35px;
    vertical-align: top;
}
.contact-template-1 input[type=radio]:checked + label {
    background: rgba(0, 0, 0, 0) url("../images/checked-radio.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 3px 0 0 35px;
    vertical-align: top;
}
.contact-template-1 .contact-form-checkbox {
    display: none;
}
.contact-template-1 input[type=checkbox]:checked + label {
    background: rgba(0, 0, 0, 0) url("../images/check-box-checked.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 5px 0 0 35px;
    vertical-align: top;
}
.contact-template-1 input[type=checkbox] + label {
    background: rgba(0, 0, 0, 0) url("../images/check-box.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 5px 0 0 35px;
    vertical-align: top;
    font-size: 16px;
}
.contact-template-1 .contact-form-field .contact-email-field {
    background: #f7f7f7 url("../images/mail.png") no-repeat scroll right 10px center / 20px auto;
    height: 35px;
}
.contact-template-1 .contact-form-message.contact-success-message {
    border: 1px solid #aab2bd;
    border-radius: 4px;
    font-size: 15px;
    padding: 5px 10px;
}
.contact-template-1 .contact-form-message.contact-error-message {
    border: 1px solid #ff0000;
    border-radius: 4px;
    color: #ff0000;
    font-size: 15px;
    padding: 5px 10px;
}
.contact-template-1 .sbSelector {
    line-height: 34px !important;
}
.contact-template-1 .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #434a54 !important;
}
.contact-template-1 .entry-content a, .contact-template-1 .entry-summary a, .contact-template-1 .pagina-content a, .contact-template-1 .comment-content a, .pingback .comment-body > a {
    border: none !important;
}
.contact-template-1 .contact-form-field .sbHolder {
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    width: 50% !important;
    border: 1px solid #aab2bd !important;
    height: 35px;
}
.contact-template-1 .sbOptions {
    background-color: #ffffff !important;
    border: 1px solid #aab2bd;
    border-radius: 0 0 4px 4px;
    color: #000000 !important;
    top: 31px !important;
    width: 101% !important;
}
.contact-template-1 .sbOptions a:link, .contact-template-1 .sbOptions a:visited {
    color: #999999 !important;
}
.contact-template-1 .sbOptions a:hover, .contact-template-1 .sbOptions a:focus, .contact-template-1 .sbOptions a.sbFocus {
    background-color: #74baf5;
    color: #fff !important;
}
.contact-template-1 .sbOptions {
    max-height: inherit !important;
}
.contact-template-1 .sbOptions li {
    padding: 0 !important;
    border-bottom: 1px solid #aab2bd;
}
.contact-template-1 .sbOptions li:last-child {
    border-bottom: none;
}
.contact-template-1 .sbToggle {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/option-angle.png") !important;
    background-origin: padding-box !important;
    background-position: right 15px center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
}
.contact-template-1.sbToggle:hover, .contact-template-1 .sbToggle:focus {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/option-angle.png") !important;
    background-origin: padding-box !important;
    background-position: right 15px center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    outline: none;
}
.contact-form-wrapper.contact-template-2 {
    background-color: #fff;
    padding: 40px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-template-2 .contact-form-title {
    margin-bottom: 40px;
    font-size: 22px;
    color: #3979a9;
    text-transform: uppercase;
}
.contact-template-2 .contact-form-field-wrap {
    margin-bottom: 20px;
}
.contact-template-2 .contact-form-field-wrap > label {
    display: inline-block;
    width: 135px;
    font-size: 16px;
    color: #000;
    vertical-align: top;
    margin-top: 7px;
}
.contact-template-2 .contact-form-field {
    display: inline-block;
    width: 74.6%;
}
.contact-template-2 input[type="text"], .contact-template-2 input[type="email"], .contact-template-2 input[type="url"], .contact-template-2 input[type="password"], .contact-template-2 input[type="search"], .contact-template-2 textarea {
    border-color: #aab2bd;
    background-color: transparent;
    padding: 4px 8px;
    font-size: 16px;
}
.contact-template-2 input[type="checkbox"], input[type="radio"] button, select, textarea {
    outline: none !important;
}
.contact-template-2 .contact-form-checkbox {
    margin-right: 5px;
}
.contact-template-2 .contact-form-textfield:focus {
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
    box-shadow: 0 0 1px 1px #67D5EB;
}
.contact-template-2 #your-hobbies > label {
    vertical-align: top !important;
}
.contact-template-2 .your-hobbies .contact-form-field > label {
    display: block;
    margin-bottom: 10px;
}
 .contact-template-2 *::-moz-placeholder {
 color: rgba(51, 51, 51, 0.7);
 font-family: "Noto Sans", sans-serif;
 opacity: 1;
 font-size: 14px;
}
.contact-template-2 select.contact-required, .contact-template-2 .contact-form-field select, .contact-template-2 .contact-form-field .contact-number-field {
    border: 1px solid #aab2bd;
    width: 50%;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    height: 35px;
    background: transparent;
}
.contact-template-2 .contact-email-field {
    font-size: 16px;
    box-shadow: none;
    padding: 8px;
}
.contact-template-2 #asdfasdf > label {
    margin-top: 7px;
}
.contact-template-2 .contact-form-submit {
    background-color: #74baf5;
    margin-left: 135px;
    font-size: 15px;
    text-transform: none;
}
.contact-template-2 .contact-form-submit:hover {
    background-color: #52a2e5;
}
.contact-template-2 .contact-form-submit:focus {
    color: #fff;
}
.contact-template-2 .contact-form-reset {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #aab2bd !important;
    border-radius: 0 !important;
    color: #434a54;
    font-size: 15px;
    padding: 11px 20px !important;
    text-transform: none;
}
.contact-template-2 .contact-form-reset:hover {
    background-color: #52a2e5;
    color: #fff;
}
.contact-template-2 .contact-form-reset:focus {
    color: #fff;
}
.contact-template-2 .contact-error {
    color: #ff0000;
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
    font-style: italic;
}
.contact-template-2 .contact-math-captcha-ans {
    border: 1px solid #aab2bd;
    margin-top: 3px;
    width: 176px;
    height: 35px;
    font-size: 15px;
}
.contact-template-2 input.contact-form-radio {
    display: none;
}
.contact-template-2 input[type=radio] + label {
    background: rgba(0, 0, 0, 0) url("../images/uncheck-radio.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 34px;
    margin-bottom: 8px;
    padding: 3px 0 0 35px;
    vertical-align: top;
}
.contact-template-2 input[type=radio]:checked + label {
    background: rgba(0, 0, 0, 0) url("../images/checked-radio.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 3px 0 0 35px;
    vertical-align: top;
}
.contact-template-2 .contact-form-checkbox {
    display: none;
}
.contact-template-2 input[type=checkbox]:checked + label {
    background: rgba(0, 0, 0, 0) url("../images/check-box-checked.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 5px 0 0 35px;
    vertical-align: top;
}
.contact-template-2 input[type=checkbox] + label {
    background: rgba(0, 0, 0, 0) url("../images/check-box.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 5px 0 0 35px;
    vertical-align: top;
    font-size: 16px;
}
.contact-template-2 .contact-email-field {
    background: #f7f7f7 url("../images/mail.png") no-repeat scroll right 10px center / 20px auto;
    height: 35px;
}
.contact-template-2 .contact-form-message.contact-success-message {
    border: 1px solid #aab2bd;
    font-size: 15px;
    padding: 5px 10px;
}
.contact-template-2 .contact-form-message.contact-error-message {
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 15px;
    padding: 5px 10px;
}
.contact-template-2 .sbSelector {
    line-height: 34px !important;
}
.contact-template-2 .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #434a54 !important;
}
.contact-template-2 .entry-content a, .contact-template-2 .entry-summary a, .contact-template-2 .pagina-content a, .contact-template-2 .comment-content a, .contact-template-2 .pingback .comment-body > a {
    border: none !important;
}
.contact-form-field a {
    border-bottom: none !important;
}
.contact-template-2 .contact-form-field .sbHolder {
    background-color: #ffffff;
    font-size: 14px;
    width: 50% !important;
    border: 1px solid #aab2bd !important;
    height: 35px;
}
.contact-template-2 .sbOptions {
    background-color: #ffffff !important;
    border: 1px solid #aab2bd;
    color: #000000 !important;
    top: 33px !important;
    width: 101% !important;
}
.contact-template-2 .sbOptions a:link, .contact-template-2 .sbOptions a:visited {
    color: #999999 !important;
}
.contact-template-2 .sbOptions a:hover, .contact-template-2 .sbOptions a:focus, .contact-template-2 .sbOptions a.sbFocus {
    background-color: #74baf5;
    color: #fff !important;
}
.contact-template-2 .sbOptions {
    max-height: inherit !important;
}
.contact-template-2 .sbOptions li {
    padding: 0 !important;
    border-bottom: 1px solid #aab2bd;
}
.contact-template-2 .sbOptions li:last-child {
    border-bottom: none;
}
.contact-template-2 .sbToggle {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/option-angle.png") !important;
    background-origin: padding-box !important;
    background-position: right 15px center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
}
.contact-template-2.sbToggle:hover, .contact-template-2 .sbToggle:focus {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/option-angle.png") !important;
    background-origin: padding-box !important;
    background-position: right 15px center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    outline: none;
}
.contact-form-wrapper.contact-template-3 {
    background-color: #fff;
    padding: 40px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-template-3 .contact-form-title {
    margin-bottom: 40px;
    font-size: 22px;
    color: #3979a9;
    text-transform: uppercase;
}
.contact-template-3 .contact-form-field-wrap {
    margin-bottom: 20px;
}
.contact-template-3 .contact-form-field-wrap > label {
    display: inline-block;
    width: 135px;
    font-size: 16px;
    color: #000;
    vertical-align: top;
    margin-top: 7px;
}
.contact-template-3 .contact-form-field {
    display: inline-block;
    width: 74.6%;
}
.contact-template-3 .contact-form-field input[type="text"], .contact-template-3 .contact-form-field input[type="email"], .contact-template-3 .contact-form-field input[type="password"], .contact-template-3 .contact-form-field textarea, .contact-template-3 .contact-form-field input[type="reset"] {
    border: 3px solid #74baf5;
    padding: 4px 8px;
    background-color: transparent;
    font-size: 16px;
}
.contact-template-3 .contact-form-field .contact-form-reset:hover {
    background: #52a2e5;
    border-color: #52a2e5;
}
.contact-template-3 input[type="checkbox"], input[type="radio"] button, select, textarea {
    outline: none !important;
}
.contact-template-3 .contact-form-checkbox {
    margin-right: 5px;
}
.contact-template-3 .contact-required:focus {
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
    box-shadow: 0 0 1px 1px #67D5EB;
}
.contact-template-3 #your-hobbies > label {
    vertical-align: top !important;
}
.contact-template-3 .your-hobbies .contact-form-field > label {
    display: block;
    margin-bottom: 10px;
}
 .contact-template-3 *::-moz-placeholder {
 color: rgba(51, 51, 51, 0.7);
 font-family: "Noto Sans", sans-serif;
 opacity: 1;
 font-size: 14px;
}
.contact-template-3 select.contact-required, .contact-template-3 .contact-form-field select, .contact-template-3 .contact-form-field .contact-number-field {
    border: 3px solid #74baf5;
    width: 50%;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
    background: transparent;
}
.contact-template-3 .contact-email-field {
    font-size: 14px;
    box-shadow: none;
    padding: 8px;
}
.contact-template-3 #asdfasdf > label {
    margin-top: 7px;
}
.contact-template-3 .contact-form-submit {
    background-color: #74baf5;
}
.contact-template-3 .contact-form-submit:hover {
    background-color: #52a2e5;
}
.contact-template-3 .contact-form-submit:focus {
    color: #fff;
}
.contact-template-3 .contact-form-reset {
    border: 3px solid #74baf5 !important;
    background-color: transparent;
    color: #434a54;
    padding: 9px 20px !important;
    border-radius: 0 !important;
    text-transform: none;
}
.contact-template-3 .contact-form-reset:hover {
    background-color: #52a2e5;
    border-color: #52a2e5 !important;
    color: #fff;
}
.contact-template-3 .contact-form-reset:focus {
    color: #fff;
}
.contact-template-3 .contact-form-field .contact-form-submit {
    font-size: 15px;
    margin-left: 135px;
    text-transform: none;
}
.contact-template-3 .contact-error {
    color: #ff0000;
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
    font-style: italic;
}
.contact-template-3 .contact-math-captcha-ans {
    border: 3px solid #74baf5;
    margin-top: 3px;
    width: 154px;
    height: 38px;
    padding: 2px 6px;
}
.contact-template-3 input.contact-form-radio {
    display: none;
}
.contact-template-3 input[type=radio] + label {
    background: rgba(0, 0, 0, 0) url("../images/uncheck-radio-bold-border.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 34px;
    margin-bottom: 8px;
    padding: 3px 0 0 35px;
    vertical-align: top;
}
.contact-template-3 input[type=radio]:checked + label {
    background: rgba(0, 0, 0, 0) url("../images/checked-radio-bold-border.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 3px 0 0 35px;
    vertical-align: top;
}
.contact-template-3 .contact-form-checkbox {
    display: none;
}
.contact-template-3 input[type=checkbox]:checked + label {
    background: rgba(0, 0, 0, 0) url("../images/check-box-checked-bold-border.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 4px 0 0 35px;
    vertical-align: top;
}
.contact-template-3 input[type=checkbox] + label {
    background: rgba(0, 0, 0, 0) url("../images/check-box-bod-border.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 4px 0 0 35px;
    vertical-align: top;
    font-size: 16px;
}
.contact-template-3 .contact-email-field {
    background: #f7f7f7 url("../images/mail.png") no-repeat scroll right 10px center / 20px auto;
    height: 40px;
}
.contact-template-3 .contact-form-message.contact-success-message {
    border: 3px solid #74baf5;
    font-size: 15px;
    padding: 5px 10px;
}
.contact-template-3 .contact-form-message.contact-error-message {
    border: 3px solid #ff0000;
    color: #ff0000;
    font-size: 15px;
    padding: 5px 10px;
}
.contact-template-3 .sbSelector {
    line-height: 35px !important;
}
.contact-template-3 .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #434a54 !important;
}
.contact-template-3 .entry-content a, .contact-template-3 .entry-summary a, .contact-template-3 .pagina-content a, .contact-template-3 .comment-content a, .contact-template-3 .pingback .comment-body > a {
    border: none !important;
}
.contact-template-3 .contact-form-field .sbHolder {
    background-color: #ffffff;
    font-size: 14px;
    width: 50% !important;
    border: 3px solid #74baf5 !important;
    height: 40px;
}
.contact-template-3 .sbOptions {
    background-color: #ffffff !important;
    border: 3px solid #74baf5;
    color: #000000 !important;
    margin-left: -2px;
    top: 29px !important;
    width: 103% !important;
}
.contact-template-3 .sbOptions a:link, .contact-template-3 .sbOptions a:visited {
    color: #999999 !important;
}
.contact-template-3 .sbOptions a:hover, .contact-template-3 .sbOptions a:focus, .contact-template-3 .sbOptions a.sbFocus {
    background-color: #74baf5;
    color: #fff !important;
}
.contact-template-3 .sbOptions {
    max-height: inherit !important;
}
.contact-template-3 .sbOptions li {
    padding: 0 !important;
    border-bottom: 3px solid #74baf5;
}
.contact-template-3 .sbOptions li:last-child {
    border-bottom: none;
}
.contact-template-3 .sbToggle {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/option-angle.png") !important;
    background-origin: padding-box !important;
    background-position: right 15px center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
}
.contact-template-3.sbToggle:hover, .contact-template-2 .sbToggle:focus {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/option-angle.png") !important;
    background-origin: padding-box !important;
    background-position: right 15px center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    outline: none;
}
.contact-form-wrapper.contact-template-4 {
    background-color: #fff;
    padding: 40px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-template-4 .contact-form-title {
    margin-bottom: 40px;
    font-size: 22px;
    color: #3979a9;
    text-transform: uppercase;
}
.contact-template-4 .contact-form-field-wrap {
    margin-bottom: 20px;
}
.contact-template-4 .contact-form-field-wrap > label {
    display: inline-block;
    width: 135px;
    font-size: 16px;
    color: #000;
    vertical-align: top;
    margin-top: 7px;
}
.contact-template-4 .contact-form-field {
    display: inline-block;
    width: 74.6%;
}
.contact-template-4 input[type="text"], .contact-template-4 input[type="email"], .contact-template-4 input[type="url"], .contact-template-4 input[type="password"], .contact-template-4 input[type="search"], .contact-template-4 textarea {
    border: transparent;
    border-bottom: 2px solid #74baf5;
    padding: 4px 8px;
    background-color: transparent;
    font-size: 16px;
}
.contact-template-4 textarea {
    outline: 1px solid #74baf5 !important;
    border-bottom: 2px solid #74baf5;
    background-color: transparent;
    font-size: 16px;
}
.contact-template-4 input[type="checkbox"], input[type="radio"] button, select, textarea {
    outline: none !important;
}
.contact-template-4 .contact-form-checkbox {
    margin-right: 5px;
}
.contact-template-4 .contact-email-field:focus, .contact-template-4 input[type="text"]:focus, .contact-template-4 input[type="number"]:focus, .contact-template-4 input[type="url"]:focus, .contact-template-4 input[type="password"]:focus, .contact-template-4 input[type="search"]:focus, .contact-template-4 textarea:focus {
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
    box-shadow: 0 0 1px 1px #67D5EB;
}
.contact-template-4 #your-hobbies > label {
    vertical-align: top !important;
}
.contact-template-4 .your-hobbies .contact-form-field > label {
    display: block;
    margin-bottom: 10px;
}
 .contact-template-4 input::-moz-placeholder, .contact-template-4 input::-webkit-input-placeholder {
 color: rgba(51, 51, 51, 0.7)!important;
 opacity: 1;
 font-size: 15px !important;
}
.contact-template-4 select.contact-required, .contact-template-4 .contact-form-field select, .contact-template-4 .contact-form-field .contact-number-field {
    border: transparent;
    border-bottom: 2px solid #74baf5;
    width: 50%;
    padding: 5px;
    cursor: pointer;
    height: 38px;
    background-color: transparent;
}
.contact-template-4 .contact-email-field {
    box-shadow: none;
    padding: 8px;
}
.contact-template-4 .contact-form-submit {
    background-color: #74baf5;
}
.contact-template-4 .contact-form-submit:hover {
    background-color: #52a2e5;
}
.contact-template-4 .contact-form-submit:focus {
    color: #fff;
}
.contact-template-4 .contact-form-reset {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #74baf5 !important;
    border-radius: 0 !important;
    color: #434a54;
    font-size: 15px;
    padding: 10px 20px !important;
    text-transform: none;
}
.contact-template-4 .contact-form-reset:hover {
    background-color: #52a2e5;
    border-color: #52a2e5;
    color: #fff;
}
.contact-template-4 .contact-form-reset:focus {
    color: #fff;
}
.contact-template-4 .contact-form-field .contact-form-submit {
    font-size: 15px;
    margin-left: 135px;
    text-transform: none;
}
.contact-template-4 .contact-error {
    color: #ff0000;
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
    font-style: italic;
}
.contact-template-4 .contact-math-captcha-ans {
    border: transparent;
    border-bottom: 2px solid #74baf5;
    background-color: transparent;
    margin-top: 3px;
    width: 154px;
    height: 38px;
    padding: 2px 6px;
}
.contact-template-4 input.contact-form-radio {
    display: none;
}
.contact-template-4 input[type=radio] + label {
    background: rgba(0, 0, 0, 0) url("../images/uncheck-radio-bold-border.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 34px;
    margin-bottom: 8px;
    padding: 3px 0 0 35px;
    vertical-align: top;
}
.contact-template-4 input[type=radio]:checked + label {
    background: rgba(0, 0, 0, 0) url("../images/checked-radio-bold-border.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 3px 0 0 35px;
    vertical-align: top;
}
.contact-template-4 .contact-form-checkbox {
    display: none;
}
.contact-template-4 input[type=checkbox]:checked + label {
    background: rgba(0, 0, 0, 0) url("../images/check-box-checked-bold-border.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 4px 0 0 35px;
    vertical-align: top;
}
.contact-template-4 input[type=checkbox] + label {
    background: rgba(0, 0, 0, 0) url("../images/check-box-bod-border.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 4px 0 0 35px;
    vertical-align: top;
    font-size: 16px;
}
.contact-template-4 .contact-email-field {
    background: url("../images/mail.png") no-repeat scroll right 10px center / 20px auto;
    height: 40px;
}
.contact-template-4 .contact-form-message.contact-success-message {
    border: 2px solid #74baf5;
    font-size: 15px;
    padding: 5px 10px;
}
.contact-template-4 .contact-form-message.contact-error-message {
    border: 2px solid #ff0000;
    color: #ff0000;
    font-size: 15px;
    padding: 5px 10px;
}
.contact-template-4 .sbSelector {
    line-height: 30px !important;
}
.contact-template-4 .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #434a54 !important;
}
.contact-template-4 .entry-content a, .contact-template-4 .entry-summary a, .contact-template-4 .pagina-content a, .contact-template-4 .comment-content a, .contact-template-4 .pingback .comment-body > a {
    border: none !important;
}
.contact-template-4 .contact-form-field .sbHolder {
    background-color: #ffffff;
    font-size: 14px;
    width: 50% !important;
    border: transparent;
    border-bottom: 2px solid #74baf5 !important;
    height: 35px;
}
.contact-template-4 .sbOptions {
    background-color: #ffffff !important;
    border: transparent;
    color: #000000 !important;
    margin-left: -2px;
    top: 35px !important;
    width: 103% !important;
}
.contact-template-4 .sbOptions a:link, .contact-template-4 .sbOptions a:visited {
    color: #999999 !important;
}
.contact-template-4 .sbOptions a:hover, .contact-template-4 .sbOptions a:focus, .contact-template-4 .sbOptions a.sbFocus {
    background-color: transparent;
    color: #74baf5 !important;
}
.contact-template-4 .sbOptions {
    max-height: inherit !important;
}
.contact-template-4 .sbOptions li {
    padding: 0 !important;
    border-bottom: 2px solid #74baf5;
}
.contact-template-4 .sbToggle {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/option-angle.png") !important;
    background-origin: padding-box !important;
    background-position: right 15px center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
}
.contact-template-4.sbToggle:hover, .contact-template-4 .sbToggle:focus {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/option-angle.png") !important;
    background-origin: padding-box !important;
    background-position: right 15px center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    outline: none;
}
.contact-form-wrapper.contact-template-5 {
    background-color: #fff;
    padding: 40px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-template-5 .contact-form-title {
    margin-bottom: 40px;
    font-size: 22px;
    color: #3979a9;
    text-transform: uppercase;
}
.contact-template-5 .contact-form-field-wrap {
    margin-bottom: 20px;
}
.contact-template-5 .contact-form-field-wrap > label {
    display: inline-block;
    width: 135px;
    font-size: 16px;
    color: #000;
    vertical-align: top;
    margin-top: 7px;
}
.contact-template-5 .contact-form-field {
    display: inline-block;
    width: 74.6%;
}
.contact-template-5 input[type="text"], .contact-template-5 input[type="email"], .contact-template-5 input[type="url"], .contact-template-5 input[type="password"], .contact-template-5 input[type="search"] {
    border: transparent;
    padding: 4px 8px;
    background-color: #146782;
    color: #fff;
    font-size: 16px;
    height: 35px;
}
.contact-template-5 textarea {
    border: transparent;
    padding: 4px 8px;
    background-color: #146782;
    color: #fff;
    font-size: 16px;
}
.contact-template-5 input[type="checkbox"], input[type="radio"] button, select, textarea {
    outline: none !important;
}
.contact-template-5 .contact-form-checkbox {
    margin-right: 5px;
}
 .contact-template-5 .contact-email-field:focus, .contact-template-5 input[type="text"]:focus, .contact-template-5 input[type="number"]:focus, .contact-template-5 input[type="url"]:focus, .contact-template-5 input[type="password"]:focus, .contact-template-5 input[type="search"]:focus, {
 -webkit-box-shadow: 0 0 1px 1px #67D5EB;
 box-shadow: 0 0 1px 1px #67D5EB;
}
.contact-template-5 textarea:focus {
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
    box-shadow: 0 0 1px 1px #67D5EB;
    background-color: #146782 !important;
    color: #fff !important;
}
.contact-template-5 #your-hobbies > label {
    vertical-align: top !important;
}
.contact-template-5 .your-hobbies .contact-form-field > label {
    display: block;
    margin-bottom: 10px;
}
 .contact-template-5 input::-moz-placeholder, .contact-template-5 textarea::-moz-placeholder {
 color: #fff;
 opacity: 1;
 font-size: 14px;
}
 .contact-template-5 input::-webkit-input-placeholder, .contact-template-5 textarea.contact-form-textarea::-webkit-input-placeholder {
 color: #fff;
 opacity: 1;
 font-size: 14px;
}
.contact-template-5 select.contact-required, .contact-template-5 .contact-form-field select, .contact-template-5 .contact-form-field .contact-number-field {
    border: transparent;
    width: 50%;
    padding: 5px;
    font-size: 16px;
    height: 38px;
    background-color: #146782;
    color: #fff;
}
.contact-template-5 .contact-email-field {
    font-size: 14px;
    box-shadow: none;
    padding: 8px;
}
.contact-template-5 .contact-form-submit {
    background-color: #146782;
}
.contact-template-5 .contact-form-submit:hover {
    background-color: #0b7ea4;
}
.contact-template-5 .contact-form-submit:focus {
    color: #fff;
}
.contact-template-5 .contact-form-reset {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #146782 !important;
    border-radius: 0 !important;
    color: #434a54;
    font-size: 15px;
    padding: 10px 20px !important;
    text-transform: none;
}
.contact-template-5 .contact-form-reset:hover {
    background-color: #0b7ea4;
    border-color: #0b7ea4 !important;
    color: #fff;
}
.contact-template-5 .contact-form-reset:focus {
    color: #fff;
}
.contact-template-5 .contact-form-field .contact-form-submit {
    font-size: 15px;
    margin-left: 135px;
    text-transform: none;
}
.contact-template-5 .contact-error {
    color: #ff0000;
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
    font-style: italic;
}
.contact-template-5 .contact-math-captcha-ans {
    border: transparent;
    border-bottom: 2px solid #74baf5;
    background-color: transparent;
    margin-top: 3px;
    width: 154px;
    height: 38px;
    padding: 2px 6px;
    font-size: 15px;
}
.contact-template-5 input.contact-form-radio {
    display: none;
}
.contact-template-5 input[type=radio] + label {
    background: rgba(0, 0, 0, 0) url("../images/uncheck-radio-5.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 34px;
    margin-bottom: 8px;
    padding: 3px 0 0 35px;
    vertical-align: top;
}
.contact-template-5 input[type=radio]:checked + label {
    background: rgba(0, 0, 0, 0) url("../images/checked-radio-5.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 3px 0 0 35px;
    vertical-align: top;
}
.contact-template-5 .contact-form-checkbox {
    display: none;
}
.contact-template-5 input[type=checkbox]:checked + label {
    background: rgba(0, 0, 0, 0) url("../images/check-box-checked-5.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 4px 0 0 35px;
    vertical-align: top;
}
.contact-template-5 input[type=checkbox] + label {
    background: rgba(0, 0, 0, 0) url("../images/check-box-5.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 8px;
    padding: 4px 0 0 35px;
    vertical-align: top;
    font-size: 16px;
}
.contact-template-5 .contact-email-field {
    background: url("../images/mail-white.png") no-repeat scroll right 10px center / 20px auto;
    height: 40px;
}
.contact-template-5 .contact-form-message.contact-success-message {
    border: 2px solid #146782;
    font-size: 15px;
    padding: 5px 10px;
}
.contact-template-5 .contact-form-message.contact-error-message {
    border: 2px solid #ff0000;
    color: #ff0000;
    font-size: 15px;
    padding: 5px 10px;
}
.contact-template-5 .sbSelector {
    line-height: 30px !important;
}
.contact-template-5 .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #fff !important;
}
.contact-template-5 .entry-content a, .contact-template-5 .entry-summary a, .contact-template-5 .pagina-content a, .contact-template-5 .comment-content a, .contact-template-5 .pingback .comment-body > a {
    border: none !important;
}
.contact-template-5 .contact-form-field .sbHolder {
    background-color: #146782;
    font-size: 14px;
    width: 50% !important;
    border: transparent;
    height: 35px;
}
.contact-template-5 .sbOptions {
    background-color: #f5f5f5 !important;
    border: transparent;
    color: #000000 !important;
    margin-left: 1px;
    top: 35px !important;
    width: 100% !important;
}
.contact-template-5 .sbOptions a:link, .contact-template-5 .sbOptions a:visited {
    color: #000 !important;
}
.contact-template-5 .sbOptions a:hover, .contact-template-5 .sbOptions a:focus, .contact-template-5 .sbOptions a.sbFocus {
    background-color: #146782;
    color: #fff !important;
}
.contact-template-5 .sbOptions {
    max-height: inherit !important;
}
.contact-template-5 .sbOptions li {
    padding: 0 !important;
    border-bottom: 2px solid #fff;
}
.contact-template-5 .sbToggle {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/option-angle-5.png") !important;
    background-origin: padding-box !important;
    background-position: right 15px center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    border-left: 1px solid #c6e3eb;
    top: 3px !important;
    width: 46px !important;
}
.contact-template-5.sbToggle:hover, .contact-template-5 .sbToggle:focus {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/option-angle-5-hover.png") !important;
    background-origin: padding-box !important;
    background-position: right 15px center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    outline: none;
}

@media only screen and (max-width: 1300px) {
.contact-template-1 .contact-form-field, .contact-template-2 .contact-form-field, .contact-template-3 .contact-form-field, .contact-template-4 .contact-form-field, .contact-template-5 .contact-form-field {
    width: 72%;
}
}

@media only screen and (max-width: 1200px) {
.contact-template-1 .contact-form-field, .contact-template-2 .contact-form-field, .contact-template-3 .contact-form-field, .contact-template-4 .contact-form-field, .contact-template-5 .contact-form-field {
    width: 67%;
}
.contact-template-1 .contact-form-submit, .contact-template-2 .contact-form-submit, .contact-template-3 .contact-form-field .contact-form-submit, .contact-template-4 .contact-form-field .contact-form-submit, .contact-template-5 .contact-form-field .contact-form-submit {
    margin-left: 0;
}
}

@media only screen and (max-width: 1024px) {
.contact-template-1 .contact-form-field, .contact-template-2 .contact-form-field, .contact-template-3 .contact-form-field, .contact-template-4 .contact-form-field, .contact-template-5 .contact-form-field {
    width: 100%;
}
.contact-template-1 .contact-form-field-wrap > label, .contact-template-2 .contact-form-field-wrap > label, .contact-template-3 .contact-form-field-wrap > label, .contact-template-4 .contact-form-field-wrap > label, .contact-template-3 .contact-form-field-wrap > label, .contact-template-5 .contact-form-field-wrap > label {
    margin-top: 7px;
}
}

@media only screen and (max-width: 955px) {
.contact-template-1 .contact-form-field, .contact-template-2 .contact-form-field, .contact-template-3 .contact-form-field, .contact-template-4 .contact-form-field, .contact-template-5 .contact-form-field {
    width: 71%;
}
}

@media only screen and (max-width: 800px) {
.contact-template-1 .contact-form-field, .contact-template-2 .contact-form-field, .contact-template-3 .contact-form-field, .contact-template-4 .contact-form-field, .contact-template-5 .contact-form-field {
    width: 100%;
}
.contact-template-1 .contact-form-field-wrap > label, .contact-template-2 .contact-form-field-wrap > label, .contact-template-3 .contact-form-field-wrap > label, .contact-template-4 .contact-form-field-wrap > label, .contact-template-5 .contact-form-field-wrap > label {
    width: 100%;
}
}

@media only screen and (max-width: 640px) {
.contact-template-1 .contact-form-submit, .contact-template-2 .contact-form-submit, .contact-template-3 .contact-form-submit, .contact-template-4 .contact-form-submit, .contact-template-5 .contact-form-submit {
    margin-bottom: 10px;
    margin-left: 0;
}
}
.contact-form-textarea {
    width: 100%;
}
.contact-multiple-dropdown {
    height: auto !important;
}
