﻿#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 #ce140d;
    -moz-box-shadow: 10px 10px 0px 0px #ce140d;
    box-shadow: 10px 10px 0px 0px #ce140d;
    left:0;
    right:0;
    margin:auto;
    position:fixed;
    top:90px;
    padding:58px 55px 18px 55px;
    max-width: 450px;
    
    z-index:110;
    color:#222;
    display:none;
    height:auto;
}
.jbCallme .jb_title{
    text-transform: uppercase;
	color: #000;
	font-size: 36px;
	text-align: center;
	font-family:inherit;
	font-weight:normal;
}
.jbCallme .modal-descr {
    font: 16px/20px;
    color: #777;
    margin: 10px 0 0;
    display:block;
}
.jbCallme .modal-descr a{
    color: #777;
	text-decoration:none;
}
.empty_field{
    color: red !important;
}
.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: 5px 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]{
   background-color: #ce140d;
font-weight: 500;
color: #ffffff;
font-size: 18px;
padding: 12px 20px;
display: block;
border-radius: 24px;
border: none;
width: 100%;
cursor: pointer;
}

.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;
}
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: #ce140d;
}

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





