.wrapper_call_sh{
  display: inline-block;
  text-decoration: none;
}
.wrapper_call_sh.sendsakx{
  float: right;
  display: inline-table;
  margin-bottom: -15px !important;
  text-align: right;
    right: 0px;
}
.button_call_sh {
	color: #192a45;
    background: #ffd201;
    text-transform: uppercase;
    font-weight: 500;
    height: 80px;
    width: 80px;
    position: relative;
    float: right;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}
.button_call_sh span{
	border-bottom:1px dashed;
}
.popup_call_sh.sendsakx .call_sh_tel{
	width:100%;
}
.button_call_sh:before{
  width: 30px;
  height: 100%;
  content: ' ';
  position: relative;
  opacity: .3;
  top: 0;
  left: 0;
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
  -webkit-transform: skew(-10deg,0deg);
  -moz-transform: skew(-10deg,0deg);
  -ms-transform: skew(-10deg,0deg);
  -o-transform: skew(-10deg,0deg);
  transform: skew(-10deg,0deg);
  -webkit-animation: move 5s infinite;
  -moz-animation: move 5s infinite;
  -ms-animation: move 5s infinite;
  -o-animation: move 5s infinite;
  animation: move 5s infinite;
}
.button_call_sh i{
  font-size: 38px;
      position: absolute;
    top: 25%;
    left: 25%;
	-webkit-animation: swinging 5s ease-in-out 0s infinite;
	-moz-animation: swinging 5s ease-in-out 0s infinite;
	animation: swinging 5s ease-in-out 0s infinite;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.button_call_sh:hover{
	cursor:pointer;
}
.button_call_sh:hover i{
	
	/*-webkit-animation: 0.1s tremor ease-out infinite;  
    animation: 0.1s tremor ease-out infinite;  */
}
@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        top:-1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        top: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@keyframes swinging{
0% { transform: rotate(0); }
5% { transform: rotate(12deg); }
10% { transform: rotate(-10deg); }
15% { transform: rotate(9deg); }
20% { transform: rotate(-8deg); }
25% { transform: rotate(7deg); }
30% { transform: rotate(-6deg); }
35% { transform: rotate(5deg); }
40% { transform: rotate(-4deg); }
45% { transform: rotate(3deg); }
50% { transform: rotate(0); }
100% { transform: rotate(0); }
}
 
@-webkit-keyframes swinging{
0% { -webkit-transform: rotate(0); }
5% { -webkit-transform: rotate(12deg); }
10% { -webkit-transform: rotate(-10deg); }
15% { -webkit-transform: rotate(9deg); }
20% { -webkit-transform: rotate(-8deg); }
25% { -webkit-transform: rotate(7deg); }
30% { -webkit-transform: rotate(-6deg); }
35% { -webkit-transform: rotate(5deg); }
40% { -webkit-transform: rotate(-4deg); }
45% { -webkit-transform: rotate(3deg); }
50% { -webkit-transform: rotate(0); }
100% { -webkit-transform: rotate(0); }
}
 
@-moz-keyframes swinging{
0% { -moz-transform: rotate(0); }
5% { -moz-transform: rotate(12deg); }
10% { -moz-transform: rotate(-10deg); }
15% { -moz-transform: rotate(9deg); }
20% { -moz-transform: rotate(-8deg); }
25% { -moz-transform: rotate(7deg); }
30% { -moz-transform: rotate(-6deg); }
35% { -moz-transform: rotate(5deg); }
40% { -moz-transform: rotate(-4deg); }
45% { -moz-transform: rotate(3deg); }
50% { -moz-transform: rotate(0); }
100% { -moz-transform: rotate(0); }
}
.overlay_call_sh{
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.popup_call_sh{
  display: inline-block;
  left: 50%;
  opacity: 0;
  width: 95%;
  max-width: 450px;
  position: fixed;
  top: -50%;
  background: #fff;
  padding: 20px;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.24);
  visibility: hidden;
  z-index: 999999;
  margin-left:-225px;
  
}

.close_modal_call_sh{
  position: absolute;
  padding: 1px 9px 4px 9px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #ccc;
  font-family: 'tahoma', sans-serif;
  text-align: center;
  font-weight: 800;
}

.input_sh input,.text_sh textarea{
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  outline: none;
  border: 2px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  padding-right: 46px;
}

.text_sh textarea{
  height: auto;
  resize: none;
}

.input_sh input:hover,.text_sh textarea:hover{
  border-color: #00BDAB;
}

.call_sh_one,.call_sh_two{

}

.btn_sh{
    position: relative;
    line-height: 29px;
	    margin-top: 6px;
    text-align: center;
    text-decoration: none;

    outline: none;
    color: #192a45;
    background: #ffd201;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px;
    border-radius: 10px;
    height: auto;
    width: 100%;
    border: none;
}

.btn_sh:active{
background-color: #fff !important;
    color: #000 !important;
}

.btn_sh:active{
  margin-top: 1px;
  border: 1px solid #333333;
  background: #ffCC00;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffCC00), to(#ff6600));
  background: -webkit-linear-gradient(top, #ffcc00, #ff6600);
  background: -moz-linear-gradient(top, #ffcc00, #ff6600);
  background: -ms-linear-gradient(top, #ffcc00, #ff6600);
  background: -o-linear-gradient(top, #ffcc00, #ff6600);
  background-image: -ms-linear-gradient(top, #ffcc00 0%, #ff6600 100%);
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
  color: #fff;
}

.form_call_sh .call_sh_one label:nth-child(1){
  width: 48%;
  float: left;
}

.form_call_sh .call_sh_one label:nth-child(2){
  width: 48%;
  float: right;
}

.form_call_sh_send{
  display: none;
  width: 100%;
  visibility: hidden;
  z-index: 9999;
}

.form_call_sh_send h5{
  margin-bottom: 21px;
  text-align: center;
  font-size: 20px;
}

.form_call_sh_send{
  text-align: center;
}

.form_call_sh_send input{
  font-size: 25px;
  text-transform: uppercase;
  width: 60px;
  float: none;
  text-align: center;
  margin: 0px;
}

.call_sh_tel{

}

.user_callsh_form .fa-append,.user_callsh_form_modal .fa-append{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 29px;
  height: 29px;
  padding-left: 3px;
  border-left: 1px solid #E5E5E5;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
  color: #CCC;
}

.user_callsh_form label,.user_callsh_form_modal label{
  position: relative;
}

.close_modal_call_sh{
  position: absolute;
  right: -10px;
  top: -12px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 0px;
  text-align: center;
  line-height: 23px !important;
  font-size: 17px !important;
}

.user_callsh_form .text_sh .fa-append,.user_callsh_form_modal .text_sh .fa-append{
  border-bottom: 1px solid rgb(229, 229, 229);
}
div.call_sh_tel.input_sh label.input
 {
   width: 100%;
}
.title_form_sgb {
  color: #0c0c0c;
    font-size: 15px;
	margin-bottom: 10px;
}

.titledesc_form_sgb {
       color: #0c0c0c;
    font-size: 13px;
    margin-top: 10px;
}

.call_sh_one.one label{
  width:100% !important;
}

.wrapper_call_sh.redb
 {
       width: 100%;
    text-align: center;
}
.jbprice-tmpl-full .desc_price {
    font-size: 14px;
}
.desc_pol_mod_sh{
	font-weight:600;
	    padding-left: 1px;
    font-size: 12px;
}
@-webkit-keyframes move{0%{left:0}20%{left:100%}100%{left:100%}}@-moz-keyframes move{0%{left:0}20%{left:100%}100%{left:100%}}@-ms-keyframes move{0%{left:0}20%{left:100%}100%{left:100%}}@-o-keyframes move{0%{left:0}20%{left:100%}100%{left:100%}}@keyframes move{0%{left:0}20%{left:100%}100%{left:100%}}
.jbprice-tmpl-full .jbprice-buttons .uk-button-success{
	color: #444 !important;
    background: #fff !important;
    border: 2px solid #444 !important;
}
.jbprice-tmpl-full .jbprice-buttons .uk-button-success:hover{
	background-color: #393939 !important;
    padding: 5px 20px !important;
	color: #fff !important;
    text-transform: uppercase !important;
}