#jbCallme_overlay{
    background:#000;
    opacity:0.8;
    filter:alpha(opacity=80);
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:100;
    display:none;
}

.jbCallme{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 0px 0px #6462e6;
    -moz-box-shadow: 10px 10px 0px 0px #6462e6;
    box-shadow: 10px 10px 0px 0px #6462e6;
    left:0;
    right:0;
    margin:auto;
    position:fixed;
    top:90px;
    padding:58px 55px 18px 55px;
    max-width: 490px;
    
    z-index:110;
    color:#222;
    display:none;
    height:auto;
}
.jbCallme .jb_title{
	font-family: "NerisThin";
    text-transform: uppercase;
	color: #000;
	font-size: 36px;
	text-align: center;
}
.jbCallme .modal-descr {
    font: 16px/20px;
    color: #777;
    margin: 18px 0 24px;
    display:block;
}
.jbCallme textarea{
    border: 1px solid #eae9ef;
    padding: 3px;
    margin-bottom: 10px;
    background-color: #fff;
    width:98%;
    height:70px;
	text-align:center;
	border-radius:10px;
	font-size:14px;
	
}
.jbCallme form{
    margin: 20px;
}
.jbCallme .jb_input{
    margin-top: 10px;
}
.jbCallme  label   {
    font-size: 12px;
    text-transform: uppercase;
}
.jbCallme input[type=text],.jbCallme input[type=email]{
   background-color: #fff;
    border: 2px solid #e3e3e3;
    color: #777;
    padding: 11px 0 11px 0;
    width: 100%;
    margin-top: 6px;
    font-size: 16px;
    border-radius: 36px;
    text-align:center;
}
.jbCallme select{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
    padding: 7px;
    background-color: #fff;
    width:100%;
    display:block;
  
}
.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: 0px;
    right: -45px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-indent: -500px;
    overflow: hidden;
    background: url(../images/x.png) no-repeat center center;
}

.jbCallme input[type=submit]{
    -webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	color:#fff;
    font-size: 14px;
    letter-spacing: 1.9px;
    text-transform:uppercase;
	padding: 16px 0;
	text-decoration:none;
	line-height:1;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
	cursor:pointer;
	display:block;
	margin:40px auto 25px;
	width:100%;
	
	background: #705bfa;
	background: -moz-linear-gradient(45deg, #705bfa 0%, #f0bc99 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #705bfa), color-stop(100%, #f0bc99));
	background: -webkit-linear-gradient(45deg, #705bfa 0%, #f0bc99 100%);
	background: -o-linear-gradient(45deg, #705bfa 0%, #f0bc99 100%);
	background: -ms-linear-gradient(45deg, #705bfa 0%, #f0bc99 100%);
	background: linear-gradient(45deg, #705bfa 0%, #f0bc99 100%);
		background-clip: border-box;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#705bfa', endColorstr='#f0bc99', GradientType=1);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

}

.jbCallme .jb_dev{
    position:absolute;
    right:10px;
    bottom:10px;
    color:#c2c3c4;
    text-decoration:none;
}
.jbCallme .jb_success{
    margin:30px;
    color:#323d53;
    font-size:14px;
}
.jbCallme .jb_fail{
    margin:30px;
    color:#323d53;
    font-size:14px;
}
.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); }
}


form .checkbox {
  display: none;
}
form .checkbox-label {
    display: block;
	font-size:10px !important;
    color: #84a0a9;
	text-transform: lowercase !important;
    cursor: pointer;
    position: relative;
    width: 100%;
    vertical-align: middle;
    line-height: 31px;
	margin-top:20px;
	text-align:left;
	}
form .checkbox-label a{
	color:#dc6458;
}	
form .checkbox-label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  left: 0;
  bottom: 1px;
  border-radius: 5px;
  background-color: #f4f6fa;
  border: 1px solid #dddddd;
  float:left;
}
form input[type=checkbox]:checked + label:before {
  content: "\2714";
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  background-color: #fa5054;
}




