
.callback-phone {
  display: none;
  position: fixed;
  z-index: 200;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(o);
  width: 150px !important;
  height: 150px !important;
  bottom: 40px;
  right: 30px; }
.callback-phone:hover .phone_ {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 200 !important; }
.callback-phone .double_border {
  border: 3px solid #fff3d5;
  position: absolute;
  z-index: 100;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px; 
  }
@-webkit-keyframes circleb {
  0% {
    padding: 0;
    border: 3px solid rgba(255, 243, 213, 0.9); }
  100% {
    padding: 15px;
    border: 3px solid rgba(255, 243, 213, 0); } }
.callback-phone .vc {
  width: 150px;
  height: 150px; }
.callback-phone .vc .c {
  position: absolute;
  margin-top: 44px;
  margin-left: 44px; }
.callback-phone .phone {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border: 3px solid #fff3d5;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  z-index: 500;
  width: 63px;
  height: 63px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
@-webkit-keyframes circlea {
    0% {padding: 0; border: 3px solid rgba(255, 243, 213, 0.9); }
    100% {padding: 25px; border: 3px solid rgba(255, 243, 213, 0); } }
@-moz-keyframes circlea {
    0% {padding: 0; border: 3px solid rgba(255, 243, 213, 0.9); }
  100% {padding: 25px; border: 3px solid rgba(255, 243, 213, 0); } }
@-ms-keyframes circlea {
    0% {padding: 0; border: 3px solid rgba(255, 243, 213, 0.9); }
  100% {padding: 25px; border: 3px solid rgba(255, 243, 213, 0); } }
@-o-keyframes circlea {
    0% {padding: 0; border: 3px solid rgba(255, 243, 213, 0.9); }
  100% {padding: 25px; border: 3px solid rgba(255, 243, 213, 0); } }
@keyframes {
    0% {padding: 0; border: 3px solid rgba(255, 243, 213, 0.9); }
  100% {padding: 25px; border: 3px solid rgba(255, 243, 213, 0); } }
@-webkit-keyframes circleb {
    10% {padding: 0; opacity: 0; }
    50% {padding: 15px; opacity: 1; }
    100% {padding: 0; opacity: 0; } }
@-moz-keyframes circleb {
    10% {padding:0; opacity:0.5; }
    50% {padding:15px; opacity:1; }
    100% {padding:0; opacity:0.5; } }
@-ms-keyframes circleb {
    10% {padding:0; opacity:0.5;}
    50% {padding:15px; opacity:1;}
  100% {padding:0; opacity:0.5; } }
@-o-keyframes circleb {
    10% {padding:0; opacity:0.5;}
    50% {padding:15px; opacity:1;}
    100% {padding:0; opacity:0.5;} }
@keyframes {
    10% {padding:0; opacity:0.5;}
    50% {padding:15px; opacity:1;}
  100% {padding:0; opacity:0.5;} }
  
.callback-phone .border {position: absolute; left:0; top:0; right:0; bottom:0; width: 50px; height: 50px; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;
  background:black; background: #b4f3a3; margin:auto; overflow:hidden; }
  
.callback-phone .phone_ {
  width: 63px;
  position: absolute;
  top: 0;
  left: 0;
  height: 63px;
  background: url("/themes/css/phone.png") center center no-repeat;
  z-index: 500;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
.callback-phone .animation2 {
  -webkit-animation: circleb 2.5s infinite;
  -moz-animation: circleb 2.5s infinite;
  -ms-animation: circleb 2.5s infinite;
  -o-animation: circleb 2.5s infinite;
  animation: circleb 2.5s infinite; }
.callback-phone .animation {
  -webkit-animation: circlea 2.5s infinite;
  -moz-animation: circlea 2.5s infinite;
  -ms-animation: circlea 2.5s infinite;
  -o-animation: circlea 2.5s infinite;
  animation: circlea 2.5s infinite;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease; }
.callback-phone .tooltip {
  opacity: 0;
  display: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #51c539;
   /* layer fill content */
  padding-left: 25px;
  z-index: -1;
  height: 52px;
  text-align: center;
  padding-right: 50px;
  line-height: 52px;
  font-size: 16px;
  left: 0;
  margin-left: -250px;
  position: absolute;
  color: white;
  top: 50px; }
  
  .callback-phone .tooltip a {color:#fff !important;}


  
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg {position:fixed; height:100%; width:100%; background:#fff; background:rgba(0,0,0,.8); z-index:100; display:none; top:0; left:0;}
.reveal-modal {display:none; position:absolute; top:100px; left:50%; margin-left:-180px; width:400px; background:#fff; border:3px solid #fff; z-index:9999; padding:20px 40px 24px;}
		
.reveal-modal.small { width:460px; margin-left:-230px; border-radius:3px;}
.reveal-modal.medium { width:400px; margin-left:-240px;}
.reveal-modal.large { width:640px; margin-left:-340px;}
.reveal-modal.xlarge { width:800px; margin-left:-440px;padding:0 !important;}
	
.reveal-modal .close-reveal-modal {width:49px; height:53px; background:url(/images/close.png) no-repeat; position:absolute; top:20px; right:10px;cursor:pointer;} 

.v2{display:block; margin:25px 0; padding:15px 15px 0 15px;	background:#e6ebef;	overflow:hidden;}	
.v2 .v-left{float:left;	width:40%;}	
.v2 .v-left h3{	font-size:16px !important; margin:2px !important;}
.v2 .v-left p{font-size:14px !important; margin:2px !important;}
.v2 .v-right{float:right; width:60%;}
.v2 .v-right input{float:left !important; background:#fff !important; width:115px !important; margin-right:5px !important; margin-top:20px !important;}
.v2 .v-right input[type=submit]{background:#00AEEF !important; padding:6px !important; font-size:14px !important;}
.v2 .v-right .wpcf7-validation-errors{display:none !important;}   