@import url(https://use.fontawesome.com/releases/v5.8.1/css/all.css);

/* CSS Form */

div.joomly-callback-main, div.special-alert,div.joomly-callback-main.jmoddiv.jmodinside{
	display: none;
    position:absolute;
    background:white;
    z-index:1000000;
	padding:0px 0px;
	top:-400px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}	
div.dimmer{
	z-index:999995;
	position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:black no-repeat scroll center center;
	opacity: 0.5;
}
div.g-callback-recaptcha{
    margin: 0 auto;display: table; 
}
@media (max-width: 768px)
{
	div.g-callback-recaptcha {
	  -webkit-transform: scale(0.87);
	     -moz-transform: scale(0.87);
	      -ms-transform: scale(0.87);
	       -o-transform: scale(0.87);
	          transform: scale(0.87);
	  -webkit-transform-origin:0 0;      
		-moz-transform-origin:0; 
	    -ms-transform-origin:0;
	    -o-transform-origin:0;
	    transform-origin:0;   
	}
}
div.joomly-callback-main input{
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
    vertical-align: middle;
	color: #555;
	background-color: #fff;
}
div.joomly-callback-main label{
	font-weight: normal;
	color:black;
}
div.joomly-callback-main select{
	display:inline-block;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	background-color: #fff;
	width: auto;
	height: 35px;
	margin-left:5px;
	margin-bottom:0px;
	padding: 6px 4px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
form.reg_form{
	margin-bottom: 0px;	
}	
div.joomly-callback-div, button.button-joomly-callback-lightbox{
	margin-top: 15px;	
}	
div.joomly-callback-div > input{
	margin-bottom:0px;
}
div.tel > a.fontsize8{
	font-size:8px;
	margin-right: 3%;
}
div.tel{
	text-align: right;
}
div.joomly-callback-body{
	padding:20px 15px 15px 15px;
	background-color: #fff;
}
div.joomly-alert-body{
	padding: 20px;
}
div.joomly-callback-caption{
	border-bottom: 1px solid #E0D8D8;
}
div.joomly-callback-caption > div{
	display:inline-block;
}
div.joomly-callback-cap{
	margin-left:10%;
	width:80%;
}	
div.joomly-callback-caption{
	background-color: #21ad33;
	color:white;
}
.joomly-callback{
	cursor: pointer;
}
/* CSS Buttons */
button.button-joomly-callback-form, button[type="submit"].button-joomly-callback-lightbox {
   padding: 3px 18px;
   margin: 10px;
   border: 0 none;
   font-weight: 700;
   letter-spacing: 1px;
   display:block;
   margin-left:auto;
   margin-right:auto;
   text-transform: uppercase;
   height:auto;
   width: auto;
   background-color: #21ad33;
   color: #ffffff;
   box-sizing: border-box !important;
   -webkit-box-sizing: border-box !important;
   -moz-box-sizing: border-box !important;
   	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	text-shadow: none;
    background-image: none;
}
button[type="submit"].button-joomly-callback-lightbox{
	width: 100%;
	max-width: 100%;
}
button.button-joomly-callback-form:hover,button[type="submit"].button-joomly-callback-lightbox:hover{
	opacity: 0.8;
	outline: 0 none;
}
button.button-joomly-callback-form.sliding{
	padding: 14px 24px;
	z-index:999994;
	position:fixed;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	overflow-y: hidden;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
button.button-joomly-callback-form.sliding.align-bottom {
	position: fixed;
	bottom:0;
	white-space: nowrap;   
}
button.button-joomly-callback-form.sliding.align-left{
	position: fixed;
	-webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0% 100%;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 0% 100%;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 0% 100%;
    -o-transform: rotate(90deg);
    -o-transform-origin: 0% 100%;
    transform: rotate(90deg);
    transform-origin: 0% 100%;
    left: 0px;
    white-space: nowrap;    

}
button.button-joomly-callback-form.sliding.align-right{
	position: fixed;
	-webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 100% 100%;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 100% 100%;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 100% 100%;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    right: 0px;
    white-space: nowrap;    

}
button.button-joomly-callback-form.sliding.align-bottom.closed {
	bottom:-46px;
}
button.button-joomly-callback-form.sliding.align-right.closed {
	right:-200px;
}
button.button-joomly-callback-form.sliding.align-left.closed {
	left:-200px;
}
/* CSS Fields */
p.callback-text-center{
	text-align:center;
	margin: 0px;
	color:black;
}
img.img-joomly-callback,button.button-joomly-callback-lightbox{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;	
}	
input.joomly-callback-input{
	display: none;
}
input[type="text"].joomly-callback-field,input[type="tel"].joomly-callback-field
{
	height:40px;
	padding: 4px 6px;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	font-size: 13px;
    line-height: 18px;
    width:100%;
    max-width: 100%;
}
input[type="checkbox"].joomly-callback-checkbox{
	margin: 0px 0px 0px 10px;
}
img.img-joomly-callback{
	min-width:50px;
	width:30%;
	margin-right:3%;
	margin-left: 0px;
	display:inline-block;
	vertical-align:bottom;
}
input[type="text"].joomly-callback-field.captcha-joomly-callback{
	display:inline-block;
	width:66.5%;
}
/* CSS ALERT */
div.special-alert > p{
	margin: 20px 0px 30px 0px;
	text-align:center;	
	font-size: 16px;
}
div.joomly-callback-cap > h4{
	margin-top:10px;
	margin-bottom:10px;
	font-size: 14px;
    line-height: 16px;
	text-align:center;
	color:white;
}
div.joomly-callback-closer{
	width:10%;
}
div.joomly-callback-closer > i{
	float:right;
	cursor: pointer;
	margin-right:10px;
	color:white;
}
.align-left{
	left:10%;
}
.align-right{
	right:0;
}
.align-bottom{
	bottom:0;
}
div.button-joomly-callback-toggle{cursor:pointer;position:fixed;z-index:99999999;height: 150px;width:150px;}
.button-joomly-callback.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.button-joomly-callback.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;position:absolute;margin:auto;top: 0;left: 0;bottom: 0;right: 0;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: joomly-callback-circle-anim 2.4s infinite ease-in-out !important;-moz-animation: joomly-callback-circle-anim 2.4s infinite ease-in-out !important;-ms-animation: joomly-callback-circle-anim 2.4s infinite ease-in-out !important;-o-animation: joomly-callback-circle-anim 2.4s infinite ease-in-out !important;animation: joomly-callback-circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.button-joomly-callback.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;margin:auto;top: 0;left: 0;bottom: 0;right: 0;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: joomly-callback-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: joomly-callback-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: joomly-callback-circle-fill-anim 2.3s infinite ease-in-out;-o-animation: joomly-callback-circle-fill-anim 2.3s infinite ease-in-out;animation: joomly-callback-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.button-joomly-callback.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;margin:auto;top: 0;left: 0;bottom: 0;right: 0;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.button-joomly-callback.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-position: center center;background-image:url(img/mini.png);background-repeat:no-repeat;animation-name: joomly-callback-tossing;-webkit-animation-name: joomly-callback-tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.button-joomly-callback.img-circle:hover{opacity: 1;}
@keyframes joomly-callback-tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes joomly-callback-tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes joomly-callback-circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes joomly-callback-circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes joomly-callback-circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes joomly-callback-circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes joomly-callback-circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes joomly-callback-circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes joomly-callback-circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes joomly-callback-circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
div.button-joomly-callback-toggle.align-left{
	left:0;
}
div.button-joomly-callback-toggle.align-right{
	right:0;
}
div.button-joomly-callback-toggle.align-bottom{
	bottom:0;
}
@media screen and (max-width : 480px) {
	button.button-joomly-callback-form.sliding {
    	padding: 12px 20px;
    }
	div.button-joomly-callback-toggle{
		height: 70px;
		width: 70px;
	}
	div.button-joomly-callback.circlephone {
		display: none;
	}
	div.button-joomly-callback.circle-fill{
		width: 66px;
	    height: 66px;
	}
	div.button-joomly-callback.img-circle{
		width: 48px;
	    height: 48px;
	}
	div.button-joomly-callback.img-circleblock{
		width: 48px;
    	height: 48px;
    	background-size: 16px;
	}
}
div.button-joomly-callback-toggle.closed{
	display: none;
}