﻿#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{
   background: rgb(29, 161, 234);
background: -moz-linear-gradient(90deg, rgb(29, 161, 234) 30%, rgb(14, 103, 152) 70%);
background: -webkit-linear-gradient(90deg, rgb(29, 161, 234) 30%, rgb(14, 103, 152) 70%);
background: -o-linear-gradient(90deg, rgb(29, 161, 234) 30%, rgb(14, 103, 152) 70%);
background: -ms-linear-gradient(90deg, rgb(29, 161, 234) 30%, rgb(14, 103, 152) 70%);
background: linear-gradient(180deg, rgb(29, 161, 234) 30%, rgb(14, 103, 152) 70%);
    left:50%;
    margin-left:-190px;
    position:fixed;
    top:25%;
    width:380px;
    z-index:110;
    color:#323d53;
    display:none;
    height:auto;
}

.jbCallme .jb_title {
  color: #fff;
  font-family: PT Sans;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  padding-top:30px;
}

.jbCallme .jb_title:first-letter{
    font-siz:18px;
}

.jbCallme textarea {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  height: 70px;
  margin-bottom: 5px;
  padding: 10px;
  resize: none;
  width: 100%;
}

.jbCallme form {
  margin: 20px 30px 30px;
}

.jbCallme .jb_input{
    margin-top: 10px;
}
.jbCallme label {
  display: none;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 12px;
}
.jbCallme input[type="text"], .jbCallme input[type="email"] {
  background-color: #fff;
  border: 1px solid #cccccc;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 15px;
  width: 100%;
}
.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:3px;
    right:3px;
    width:24px;
    height:24px;
    cursor:pointer;
    text-indent:-500px;
    overflow:hidden;
}
.jbCallme .jb_close:after{
    display:block;
    content:'×';
    position:absolute;
    line-height:24px;
    font-size:24px;
    text-indent:0;
    top:0;
    right:0;
    color:#fff;
}

.jbCallme input[type="submit"] {
     background: rgb(133, 190, 12);
background: -moz-linear-gradient(270deg, rgb(133, 190, 12) 30%, rgb(80, 137, 4) 70%);
background: -webkit-linear-gradient(270deg, rgb(133, 190, 12) 30%, rgb(80, 137, 4) 70%);
background: -o-linear-gradient(270deg, rgb(133, 190, 12) 30%, rgb(80, 137, 4) 70%);
background: -ms-linear-gradient(270deg, rgb(133, 190, 12) 30%, rgb(80, 137, 4) 70%);
background: linear-gradient(0deg, rgb(133, 190, 12) 30%, rgb(80, 137, 4) 70%);
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px !important;
  padding: 15px 30px;
  text-transform: uppercase;
  width: 100%;
}

.jbCallme input[type=submit]:hover {
    background: rgb(80, 137, 4);
background: -moz-linear-gradient(270deg, rgb(80, 137, 4) 30%, rgb(133, 190, 12) 70%);
background: -webkit-linear-gradient(270deg, rgb(80, 137, 4) 30%, rgb(133, 190, 12) 70%);
background: -o-linear-gradient(270deg, rgb(80, 137, 4) 30%, rgb(133, 190, 12) 70%);
background: -ms-linear-gradient(270deg, rgb(80, 137, 4) 30%, rgb(133, 190, 12) 70%);
background: linear-gradient(0deg, rgb(80, 137, 4) 30%, rgb(133, 190, 12) 70%);
}
.jbCallme .jb_dev {
  bottom: 10px;
  color: #c2c3c4;
  display: none;
  position: absolute;
  right: 10px;
  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); }
}
/*
     FILE ARCHIVED ON 08:17:36 Nov 21, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:46:36 May 06, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1049.343
  exclusion.robots: 0.112
  exclusion.robots.policy: 0.103
  RedisCDXSource: 2.966
  esindex: 0.008
  LoadShardBlock: 1014.251 (3)
  PetaboxLoader3.datanode: 1367.494 (5)
  CDXLines.iter: 28.013 (3)
  load_resource: 582.403 (2)
  PetaboxLoader3.resolve: 111.052 (2)
*/