.blur-filter {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.img-phone-contact {
	max-width:100%;
}
.btn-callback {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #09f;
	border-color: #09f;
}
.btn-callback:hover, .btn-callback:active, .btn-callback:focus{
	background-color: #0088ee;
	color: #ffffff;
}
#popup-callback {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  max-width: 525px;
  min-height: 100px;
  position: relative;
  width: 90%;
}
#popup-callback .popup-heading {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #dfe4eb;
  color: #1c1c1c;
  font-size: 21px;
  line-height: 45px;
  min-height: 45px;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: left;
}
#popup-callback  .popup-center {
  padding: 15px;
  display:inline-block;
}
#popup-callback .popup-footer {
  /*background-color: #f2f6f9;
  border-top: 1px solid #dfe4eb;*/
  display: inline-block;
  height: 100%;
  padding: 17px 25px;
  position: relative;
  vertical-align: bottom;
  width: 100%;
}
/* #popup-callback .mfp-close {
  background:#E8F6FC;
  border: 0 none;
  cursor: pointer !important;
  height: 45px;
  outline: medium none;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  border-left:1px solid #dfe4eb;
  z-index: 2;
} */

#popup-callback .mfp-close {
    background: #E60808;
    border: 0 none;
    cursor: pointer !important;
    border-radius: 50PX;
    height: 45px;
    outline: medium none;
    color: #fff;
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    width: 45px;
    border-left: 0;
    z-index: 2;
}

#popup-success-callback {
background: #dff0d8 none repeat scroll 0 0;
border-color: #d6e9c6;
color: #3c763d;
line-height: 25px;
margin: 0 auto;
max-width: 650px;
min-height: 50px;
padding: 10px 12px;
position: relative;
width: 90%;
}
#popup-callback .panel-heading-callback {
	padding: 7px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #333;
	
}
.sections_block_rquaired .fa {
	color:#fc5c3c !important;
}
.sections_block .fa {
	color:#67ca67 !important;
}
.sections_block , .sections_block_rquaired{
  overflow: hidden;
  position: relative;
}
.marb {
	margin-bottom:10px;
}
#popup-callback .input-group-addon {
	background:#f5f5f5;
}
.line_cb {
	border-top:1px solid #d9d9d9;
	margin:5px 0px;
}
.title-social,.title-title-schedule {
  font-size: 14px;
  margin-bottom: 2px;
}

.error_input {
	border:1px solid red !important;
	box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset !important;
}
.form-control.error_input::-moz-placeholder {
	color:red !important;
}
.form-control.error_input:-ms-input-placeholder {
	color:red !important;
}
.form-control.error_input::-webkit-input-placeholder {
	color:red !important;
}
.error_callback {
	padding:0px 15px;
	color:red;
}
.btn-callback span.spinner .fa.fa-spinner {
	display:none;
}
.btn-callback i.fa {
	display:inline-block;
}
.btn-callback.active span.spinner .fa.fa-spinner {
	display:inline-block;
}
.btn-callback.active i.fa {
	display:none;
}


/*FIXED RIGHT*/
#callback {
	background:#09f;
    border: 1px solid #555555;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0 0 3px #ddd;
    cursor: pointer;
    height: 160px;
    margin-right: -60px;
    margin-top: -90px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 93px;
    z-index: 100;
}

/*ANIMATION BUTTON*/
/*--------------------*/
.new_button_container {
    background: #09f;
    border-radius: 50%;
    bottom: 10%;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 60px;
    width: 50px;
    z-index: 1000;
	cursor:pointer;
	opacity:0.75;
}
.new_button_container .link::before {
    background: rgba(0, 0, 0, 0) url("../image/logo_drag_btn.png") no-repeat scroll center center / 35px auto;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 11;
	animation: 1.5s linear 0s normal none infinite running tada;
}
@keyframes pulse {
0% {
    opacity: 0.8;
    transform: rotate(0deg) scale(0.26) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(0.56) skew(1deg);
}
100% {
    opacity: 0.01;
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
.new_button_container .pulse_holder {
    height: 50px;
    position: absolute;
    width: 50px;
}
.new_button_container .pulse_rays {
    animation: pulse 1.65s linear 0s infinite;
    background-color: transparent;
    border: 2px solid #09f ;
    border-radius: 100%;
    bottom: -25px;
    box-sizing: border-box;
    height: 100px;
    opacity: 0.01;
    position: absolute;
    right: -25px;
    width: 100px;
}
.new_button_container .pulse_rays1 {
    animation: pulse 1.5s linear 0s infinite;
    background-color: transparent;
    border: 2px solid #09f ;
    border-radius: 100%;
    bottom: -25px;
    box-sizing: border-box;
    height: 100px;
    opacity: 0.01;
    position: absolute;
    right: -25px;
    width: 100px;
}

@keyframes tada {
0% {
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -5deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, 5deg);
}
40%, 60%, 80% {
    transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -5deg);
}
100% {
    transform: scale3d(1, 1, 1);
}
}
.new_button_container:hover {
	background:#4BD82B;
}
.new_button_container:hover .pulse_rays1, .new_button_container:hover .pulse_rays {
    background-color: #4BD82B;
    border-color: #4BD82B;
}
#tcb-call, #tcb-call *{
    box-shadow: none;
    box-sizing: content-box;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    transform-origin: 50% 50% 0;
}
#tcb-call {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    bottom: 10%;
    display: block;
    height: 100px;
    opacity: 0.75;
    position: fixed;
    right: 38px;
    width: 100px;
    z-index: 1000;
}
#tcb-call .tcb-layout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 2s linear 0s normal none infinite running spin;
    border-color: #09f transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    display: block;
    height: 100px;
    position: absolute;
    width: 100px;
}
#tcb-call .tcb-layout:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 3s linear 0s normal none infinite running spin;
    border-color: #09f transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    bottom: 5px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}
#tcb-call .tcb-layout:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 1.5s linear 0s normal none infinite running spin;
    border-color: #09f transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    bottom: 14px;
    content: "";
    left: 14px;
    position: absolute;
    right: 14px;
    top: 10px;
}
#tcb-call .tcb-phone {
    background: #09f;
    border-radius: 50%;
    height: 50px;
    left: 26px;
    position: absolute;
    top: 26px;
    width: 50px;
}
#tcb-call .tcb-phone-img {
    background: url("../image/logo_drag_btn.png") no-repeat scroll center center / 35px auto;
    border-radius: 50%;
    height: 50px;
    position: absolute;
    width: 50px;
	animation: 1.5s linear 0s normal none infinite running tada;
}
#tcb-call:hover .tcb-phone{
	background:#4BD82B;
}
#tcb-call:hover .tcb-layout{
	border-color: #4BD82B transparent transparent;
}
#tcb-call:hover .tcb-layout:before{
	border-color: #4BD82B transparent transparent;
}
#tcb-call:hover .tcb-layout:after{
	border-color: #4BD82B transparent transparent;
}
#tcb-call a, #tcb-call a:hover, #tcb-call a:active, #tcb-call a:focus {
    outline: 0 none;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}




