#jbCallme_overlay{
  background: #000;
  opacity: 0.9;
  filter:alpha(opacity=80);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}

.jbCallme{
  background: #f3f4f5;
  border: none;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 110;
  color: #323d53;
  display: none;
  height: auto;
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  border: none;
}

.jbCallme .jb_title{
  color: #000;
    font-size: 130%;
    font-weight: 300;
    padding: 25px 0 0 0;
    text-align: center;
}

.jbCallme textarea {
  border: 1px solid #d6d6d6;
    padding: 7px;
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
    height: 100px !important;
    font-size: 100%;
    font-weight: 400;
    box-sizing: border-box;
}

.jbCallme textarea:focus, .jbCallme textarea:active {
    outline: none;
    box-shadow: none;
    border: 1px solid grey;
}

.jbCallme form{
  margin: 10px;
  padding:0 30px !important;
}

.jbCallme .jb_input{
  margin: 20px auto;
}

.jbCallme label{
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
  margin-top: 12px;
}

.jbCallme input[placeholder] {
  font-size: 0.8em;
}

.jbCallme input[type=text],.jbCallme input[type=email]{
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #e8e8e8;
    padding: 7px;
    background-color: #fff;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    font-size: 100%;
    font-weight: 400;
    color: black;
}



.jbCallme select{
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 1px solid #e8e8e8;
  padding: 7px;
  background-color: #fff;
  width: 99%;
  display: block;
  font-size: 1em;
  font-weight: 400;
}

.jbCallme select:focus,.jbCallme input[type=text]:focus,.jbCallme input[type=email]:focus, .jbCallme textarea:focus{
  background-color: #f9fbff;
  border: 1px solid #999999;
}

.jbCallme .jb_close{
    position: absolute;
    display: block;
    top: 10px;
    right: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-indent: -500px;
    overflow: hidden;
    color: #909090;
}

.jbCallme .jb_close:after{
  display: block;
  content: '×';
  position: absolute;
  line-height: 24px;
  font-size: 2em;
  text-indent: 0;
  top: 0;
  right: 0;
}

.jbCallme input[type=submit]{
  color: #fff; */

    font-weight: 300;
    border: none;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
    display: block;
    width: 100%;
    max-width: 300px;
    outline: none;
    background-color: #f73636;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
    position: relative;
    padding: 15px 25px;
    margin: 10px auto;
    font-size: 1em;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 5px;


}

.jbCallme input[type=submit]:hover{
  background: #d61818;
  color: #fff;
}

.jbCallme .jb_dev{
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #c2c3c4;
  text-decoration: none;
}

.jbCallme .jb_success{
  margin: 30px;
  color: #4caf50;
  text-align: center;
  font-size: 100%;
}

.jbCallme .jb_fail{
  margin: 30px;
  color: #323d53;
  font-size: 100%;
}

.jb_progress{
  display: inline-block;
  height: 76px;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.jb_progress:after{
  border-width: 0 3px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: block;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  content: "";
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}

@keyframes spin{
  from{
    transform: rotate(0deg);
  }

  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin{
  from{
    -webkit-transform: rotate(0deg);
  }

  to{
    -webkit-transform: rotate(360deg);
  }
}


@media (max-width: 480px) {
     .jbCallme{
  background: #f3f4f5;
  border: none;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 110;
  color: #323d53;
  display: none;
  height: auto;
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  border: none;
}

.jb_title {
    color: #000;
    font-size: 1.1em !important;
    font-weight: 300;
    padding: 10px 0 0px 10px !important;
}

.jbCallme .jb_input {
    margin: 15px auto;
}

.jbCallme form {
    margin: 0px;
    padding: 0 30px !important;
}


}