.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow: visible!important;
}
.jq-checkbox.checked .jq-checkbox__div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.jq-checkbox__div:before, .jq-checkbox__div:after {
    position: absolute;
    content: "";
    background: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
}
.jq-checkbox__div:before {
    width: 0;
    height: 0;
    top: 25px;
    left: -18px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.jq-checkbox__div:after {
    width: 0;
    height: 0;
    top: -6px;
    left: -18px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.jq-checkbox.checked .jq-checkbox__div:before, .jq-checkbox.checked .jq-checkbox__div:after {
    position: absolute;
    content: "";
    background: #84BF56;
    opacity: 1;
    filter: alpha(opacity=100);
}
.jq-checkbox.checked .jq-checkbox__div:before {
    width: 25px;
    height: 6px;
    top: 5px;
    left: 2px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.jq-checkbox.checked .jq-checkbox__div:after {
    width: 12px;
    height: 6px;
    top: 6px;
    left: -4px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -webkit-box-shadow: inset 3px 0 0 0 rgba(50, 50, 50, 0.45);
    -moz-box-shadow: inset 3px 0 0 0 rgba(50, 50, 50, 0.45);
    box-shadow: inset 3px 0 0 0 rgba(50, 50, 50, 0.45);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.jq-checkbox.checked {
    border: 1px solid #FFB03B;
}
.jq-checkbox.disabled {
    opacity: .55;
}
.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: 0 4px 0 0;
    border: 3px solid #ccc;
    background: #fff;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.jq-radio.checked {
    border-color: #FFB03B;
}
.jq-radio__div {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    background: transparent;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%}
.jq-radio.checked .jq-radio__div {
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    margin-left: -7.5px;
    background: #84BF56;
}
.jq-radio.disabled {
    opacity: .55;
}
.jq-file {
    width:  100%}
.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
}
.jq-file__name{
    overflow: hidden;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #fff;
    background: #FFF;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.jq-file__browse{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    background: #9BCD05;
    border: 1px solid #9BCD05;
    line-height: 32px;
    cursor: pointer;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.jq-file:hover .jq-file__browse{background:#8CB905;border-color:#8CB905}.jq-file:active .jq-file__browse{background:#8CB905;border-color:#8CB905}.jq-file.focused .jq-file__name{border:1px solid #5794BF}.jq-file.disabled,.jq-file.disabled .jq-file__name,.jq-file.disabled .jq-file__browse{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}.jq-number{position:relative;display:inline-block;vertical-align:middle;padding:0 36px 0 0}.jq-number__field{width:100px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;box-shadow:inset 1px 1px #F1F1F1,0 1px 2px rgba(0,0,0,.1)}.jq-number__field:hover{border-color:#B3B3B3}.jq-number__field input{box-sizing:border-box;width:100%;padding:8px 9px;border:none;outline:none;background:none;font:14px Arial,sans-serif;color:#333;text-align:left;-moz-appearance:textfield}.jq-number__field input::-webkit-inner-spin-button,.jq-number__field input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.jq-number__spin{position:absolute;top:0;right:0;width:32px;height:14px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;background:#F5F5F5;background:-webkit-linear-gradient(#FFF,#E6E6E6);background:linear-gradient(#FFF,#E6E6E6);box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,.1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-shadow:1px 1px #FFF;cursor:pointer}.jq-number__spin.minus{top:auto;bottom:0}.jq-number__spin:hover{background:#E6E6E6;background:-webkit-linear-gradient(#F6F6F6,#E6E6E6);background:linear-gradient(#F6F6F6,#E6E6E6)}.jq-number__spin:active{background:#F5F5F5;box-shadow:inset 1px 1px 3px #DDD}.jq-number__spin:after{content:'';position:absolute;top:4px;left:11px;width:0;height:0;border-right:5px solid transparent;border-bottom:5px solid #999;border-left:5px solid transparent}.jq-number__spin.minus:after{top:5px;border-top:5px solid #999;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.jq-number__spin.minus:hover:after{border-top-color:#000}.jq-number__spin.plus:hover:after{border-bottom-color:#000}.jq-number.focused .jq-number__field{border:1px solid #5794BF}.jq-number.disabled .jq-number__field,.jq-number.disabled .jq-number__spin{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}.jq-number.disabled .jq-number__spin:after{border-bottom-color:#AAA}.jq-number.disabled .jq-number__spin.minus:after{border-top-color:#AAA}.jq-selectbox{vertical-align:middle;cursor:pointer}.jq-selectbox__select{height:32px;padding:0 45px 0 10px;background:#fff;color:#212121;line-height:32px;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;-o-transition:all .2s linear}.jq-selectbox__select:hover,.jq-selectbox.focused .jq-selectbox__select{-webkit-box-shadow:0 0 5px 0 rgba(43,46,63,0.75);-moz-box-shadow:0 0 5px 0 rgba(43,46,63,0.75);box-shadow:0 0 5px 0 rgba(43,46,63,0.75)}.jq-selectbox.disabled .jq-selectbox__select{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}.jq-selectbox__select-text{display:block;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.jq-selectbox .placeholder{color:#888}.jq-selectbox__trigger{position:absolute;top:0;right:0;width:34px;height:100%;border-left:1px solid #CCC}.jq-selectbox__trigger-arrow{position:absolute;top:13px;right:12px;width:0;height:0;border-top:8px solid #999;border-right:5px solid transparent;border-left:5px solid transparent;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;-o-transition:all .2s linear}.jq-selectbox:hover .jq-selectbox__trigger-arrow{border-top-color:#000}.jq-selectbox.disabled .jq-selectbox__trigger-arrow{border-top-color:#AAA}.jq-selectbox__dropdown{width:100%;margin:0;padding:0;background:#fff;font-size:14px;border-left:1px solid #00B1FF;border-right:1px solid #00B1FF;border-bottom:1px solid #00B1FF}.jq-selectbox__search{margin:5px}.jq-selectbox__search input{box-sizing:border-box;width:100%;margin:0;padding:5px 27px 6px 8px;border:1px solid #CCC;border-radius:3px;outline:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;box-shadow:inset 1px 1px #F1F1F1;color:#333;-webkit-appearance:textfield}.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}.jq-selectbox__not-found{margin:5px;padding:5px 8px 6px;background:#F0F0F0;font-size:13px}.jq-selectbox ul{margin:0;padding:0}.jq-selectbox li{min-height:18px;padding:5px 10px 6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;color:#231F20;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;-o-transition:all .2s linear}.jq-selectbox li.selected{background-color:#A3ABB1;color:#FFF}.jq-selectbox li:hover{background-color:#00B1FF;color:#FFF}.jq-selectbox li.disabled{color:#AAA}.jq-selectbox li.disabled:hover{background:none}.jq-selectbox li.optgroup{font-weight:bold}.jq-selectbox li.optgroup:hover{background:none;color:#231F20;cursor:default}.jq-selectbox li.option{padding-left:25px}.jq-select-multiple{box-sizing:border-box;padding:1px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;background:#FFF;box-shadow:inset 1px 1px #F1F1F1,0 1px 2px rgba(0,0,0,.1);font:14px/18px Arial,sans-serif;color:#333;cursor:default}.jq-select-multiple.focused{border:1px solid #5794BF}.jq-select-multiple.disabled{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}.jq-select-multiple ul{margin:0;padding:0}.jq-select-multiple li{padding:3px 9px 4px;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.jq-select-multiple li:first-child{border-radius:3px 3px 0 0}.jq-select-multiple li:last-child{border-radius:0 0 3px 3px}.jq-select-multiple li.selected{background:#08C;color:#FFF}.jq-select-multiple li.disabled{color:#AAA}.jq-select-multiple.disabled li.selected,.jq-select-multiple li.selected.disabled{background:#CCC;color:#FFF}.jq-select-multiple li.optgroup{font-weight:bold}.jq-select-multiple li.option{padding-left:25px}input[type='email'].styler,input[type='password'].styler,input[type='search'].styler,input[type='tel'].styler,input[type='text'].styler,input[type='url'].styler,textarea.styler{padding:8px 9px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;box-shadow:inset 1px 1px #F1F1F1,0 1px 2px rgba(0,0,0,.1);font:14px Arial,sans-serif;color:#333}input[type='search'].styler{-webkit-appearance:none}textarea.styler{overflow:auto}input[type='email'].styler:hover,input[type='password'].styler:hover,input[type='search'].styler:hover,input[type='tel'].styler:hover,input[type='text'].styler:hover,input[type='url'].styler:hover,textarea.styler:hover{border-color:#B3B3B3}input[type='email'].styler:focus,input[type='password'].styler:focus,input[type='search'].styler:focus,input[type='tel'].styler:focus,input[type='text'].styler:focus,input[type='url'].styler:focus,textarea.styler:focus{border-color:#CCC;border-top-color:#B3B3B3;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}button.styler,input[type='button'].styler,input[type='submit'].styler,input[type='reset'].styler{overflow:visible;padding:8px 11px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;outline:none;background:#F5F5F5;background:-webkit-linear-gradient(#FFF,#E6E6E6);background:linear-gradient(#FFF,#E6E6E6);box-shadow:inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,.1);font:14px Arial,sans-serif;color:#333;text-shadow:1px 1px #FFF;cursor:pointer}button.styler::-moz-focus-inner,input[type='button'].styler::-moz-focus-inner,input[type='submit'].styler::-moz-focus-inner,input[type='reset'].styler::-moz-focus-inner{padding:0;border:0}button.styler:not([disabled]):hover,input[type='button'].styler:not([disabled]):hover,input[type='submit'].styler:not([disabled]):hover,input[type='reset'].styler:hover{background:#E6E6E6;background:-webkit-linear-gradient(#F6F6F6,#E6E6E6);background:linear-gradient(#F6F6F6,#E6E6E6)}button.styler:not([disabled]):active,input[type='button'].styler:not([disabled]):active,input[type='submit'].styler:not([disabled]):active,input[type='reset'].styler:active{background:#F5F5F5;box-shadow:inset 1px 1px 3px #DDD}button.styler[disabled],input[type='button'].styler[disabled],input[type='submit'].styler[disabled]{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}
.cf {
    width: 40%;
    margin: 0 auto;
}
.cf .mail input, .cf .tlph input {
    width: 100%;
	margin: 0 0 15px 0;
    padding: 8px 0 8px 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.cf .mail input:focus, .cf .tlph input:focus {
    border-color: #39C;
	outline: none;
}
input.wpcf7-not-valid {
    border-color: #fff !important;
    background: #ffd4d4;
}
input.wpcf7-not-valid:focus {
    background: #fff;
}
span.wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    width: 90%;
    height: 25px;
    left: 10px;
    top: -15px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 500;
    background: #f77;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 20px 20px rgb(0 5 134 / 6%);
}
span.wpcf7-form-control-wrap{display:block!important}
div.wpcf7-response-output{
    position: relative;
    width: 80%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    left: 30px;
    z-index: 999;
    margin: 0!important;
    padding: 0!important;
    font-size: 13px;
    font-weight: 500;
    border: none !important;
}
#ehg .wpcf7 form.sent .wpcf7-response-output, #ehg .wpcf7 form.invalid .wpcf7-response-output {
    padding: 0 0 0 50px !important;
}
#ehg .wpcf7 form.sent .wpcf7-response-output:before, #ehg .wpcf7 form.invalid .wpcf7-response-output:before {
    position: absolute;
    content: "\f269";
    font-size: 24px;
    color: #71d900;
    left: 20px;
}
#ehg .wpcf7 form.invalid .wpcf7-response-output:before {
	content: "\f135";
	color: #f77;
}
div.wpcf7-validation-errors{display:none !important;border:none!important;background:#E2574C;color:#fff}
div.wpcf7-mail-sent-ok{
	border: none!important;
    background: #8AC149;
    color: #fff;
    bottom: auto;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.cf .f-b-b {
    width: 100%;
    min-height: 45px;
    height: auto;
	text-align: left;
}
.cf .f-b-b .file {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.cf .f-b-b .add_file {
    position: relative;
    padding: 0 0 0 25px;
}
.cf .f-b-b .add_file:before {
    position: absolute;
    content: "+";
    width: 20px;
    height: 20px;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    background: #8CB905;
}
.hide-file {
    position: relative;
}
.hide-file .del_file {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;
    left: -30px;
    background: #EF4836;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}
.hide-file .del_file:hover {
    background: #B53729;
}
.hide-file .del_file:before, .hide-file .del_file:after {
    position: absolute;
    content: "";
    top: 11px;
    left: 5px;
    width: 15px;
    height: 2px;
    background: #fff;
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.hide-file .del_file:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.hide-file .del_file:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.hide-file .del_file:hover:before {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.hide-file .del_file:hover:after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.screen-reader-response ul {
    text-indent: 0;
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 35px;
    background: #E2574C;
    line-height: 35px;
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
}
.cf .f-b-b .butn {
    width: 45%;
    right: 0;
    display: block;
    float: right;
}
.cf .f-b-b .butn input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0;
    background: #10B5FE;
    color: #fff;
    text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.cf .f-b-b .butn input:focus {
    outline: none;
}
.cf .f-b-b .butn input:hover {
    background: #0B78A9;
}
.o-form {
    position: absolute;
    top: 0;
    right: 5%;
    width: 350px;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.o-form .b-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #555;
}
.o-form .b-top:before {
    position: absolute;
    content: "";
    bottom: -30px;
    width: 0;
    height: 0;
    border-left: 175px solid transparent;
    border-right: 175px solid transparent;
    border-top: 30px solid #555;
}
.o-form .title {
    position: relative;
    width: 100%;
	margin: 0 0 30px;
    padding: 20px 0;
    color: #fff;
    text-align: center;
}
.o-form p {
    text-align: center;
    width: 100% !important;
}
.o-form .name input, .o-form .tlph input {
    width: 90%;
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.o-form .name input:focus, .o-form .tlph input:focus {
    border-color: #39c;
}
.o-form .butn input {
    width: 90%;
    padding: 10px 0;
    background: #FFB03B;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.o-form .butn input:hover {
    background: #D29130;
	text-decoration: underline;
}
.o-form .butn input:focus {
    outline: none;
}
.o-form .b-bottom {
    text-align: center;
    margin: 20px 0 0 0;
    color: #fff;
}
.call-us-form {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.call-us-form .inpts, .call-us-form .text-area {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 20px 0 0 0;
}
.call-us-form .inpts input[type='text'], .call-us-form .inpts input[type='email'], .call-us-form .text-area textarea {
    display: block;
    background: rgba(255,194,21,.9);
    font-family: 'Rubik', sans-serif;
    padding: 10px;
    font-size: 16px;
    width: 90%;
    margin: 0 auto 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #C8BAAD;
    color: #000;
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;	
}
.call-us-form .text-area textarea {
    resize: vertical;
    height: 102px;
    max-height: 200px;
}
.call-us-form .inpts input[type='text']:focus, .call-us-form .inpts input[type='email']:focus, .call-us-form .text-area textarea:focus {
	outline: none;
	background: rgba(249, 218, 129, 0.9);
	border-color: #999;
	color: #000;
}
.call-us-form .inpts input[placeholder], .call-us-form textarea[placeholder] {
    color: #666;
}
.call-us-form .inpts input::-moz-placeholder, .call-us-form textarea::-moz-placeholder {
    color: #666;
}
.call-us-form .inpts input:-moz-placeholder, .call-us-form textarea:-moz-placeholder {
    color: #666;
}
.call-us-form .inpts input:-ms-input-placeholder, .call-us-form textarea:-ms-input-placeholder {
    color: #666;
}
.call-us-form .inpts input::-webkit-input-placeholder, .call-us-form textarea::-webkit-input-placeholder {
    color: #666;
}
.call-us-form .btn {
    display: block;
	font-family: 'Rubik', sans-serif;
    width: 220px;
    margin: 20px auto 0;
    padding: 15px 0;
    text-align: center;
    background: #DE2E31;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
	cursor: pointer;
}
.call-us-form .btn:hover {
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.55);
}
.call-us-form .btn:focus {
    outline: none;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255, .7) url(../img/form-preloader.gif) center center no-repeat;
    z-index: 9999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}