.cme-form{width:400px;top:150px;position:absolute;right:50px;-moz-box-shadow:0 2px 20px #333;-webkit-box-shadow:0 2px 20px #333;box-shadow:0 2px 20px #333;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;background:#eaeaea;color:#1b1b1b;padding:10px 15px;}
.cme-form h6, .cme-form h6, .cme-form .h6{font-size:1.3rem;font-family:"Exo 2";font-weight:700;border-bottom:3px solid #000;padding-bottom:0.5rem;margin-bottom:15px;}
.cme-form .cme-cls{height:36px;width:26px;font-size:3rem;line-height:0.6;color:#1b1b1b;float:right;overflow:hidden;text-align:right;text-decoration:none;cursor:pointer;}
.cme-form .cme-cls:hover{color:#4e4e4e;}
.cme-form .cme-txt{font-size:15px;}
.cme-form .cme-txt:required {height: 2.5rem;font-size:1.2rem;background: #fff;}
.cme-form .cme-txt::-webkit-input-placeholder{color:#999;}
.cme-form .cme-txt:-moz-placeholder{color:#999;}
.cme-form .cme-txt::-moz-placeholder{color:#999;}
.cme-form .cme-txt:-ms-input-placeholder{color:#999;}
.cme-form .cme-btn{font-weight:bold;padding-left:2rem;padding-right:2rem;}
.cme-form .has-error, .cme-form input.has-error:invalid{border:1px solid #ff8700;box-shadow:0 0 3px #ff8700;}
.cme-form input:required{box-shadow:none;background:#fff;}
.cme-form input:not(:required){background:#eaeaea;}
.cme-form input:required:focus{box-shadow: 0 0 2px #ffcc00;}
.cme-form input:focus {background:#fff;}
.cme-form span{padding:2px 0;display:block;font-size:14px;clear:both;}
.cme-form span div{float:left;display:inline;margin:0 5px 0 0;line-height:19px;}
.cme-btn-place{text-align:center;}
.cme-form .cme-btn-place span a{font-size:0px;}
.cme-form .callmebody{font-size:13px;background:#f7f7f7;padding:5px 10px;}
.cme-form .callmebody .inf{padding:0 5px;margin:0 0 10px 0;font-weight:bold;clear:both;}
.cme-form .callme-result{display:block;background:#eaeaea url(loading.gif) 10px center no-repeat;clear:both;margin:5px 0;}
.cme-form .callme-result div{font-size:0.9rem;font-family:"Exo 2";text-align:center;padding:7px 7px;margin:4px 0;}
.cme-form .callme-result div.sending{padding:7px 0 7px 35px;display:block;color:#333;clear:both;}
.cme-form .callme-result div.c_success{background:#98c462;color:#fff;text-shadow:none;}
.cme-form .callme-result div.c_error{background:#ff8700;color:#fffafa;text-shadow:none;}
#cme-back{display:none;position:fixed;top:0;left:0;right:0;bottom:0;overflow:auto;z-index:999;padding:8px;background:rgba(0, 0, 0, 0.6);}
.cme-bg{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-9;}
@media (max-width:992px){.cme-form{width:76%;right:auto;top:auto;left:12% !important;}
}
@media (max-width:480px){.cme-form{width:90%;right:auto;top:auto;left:5% !important;}
.cme-form .cme-txt{font-size:14px;}
.cme-form .cme-txt:required {font-size:18px !important;}
}