.floatbox_canvas{
z-index:106 !important;
}
#floatbox_overlay{
z-index:105 !important;
}
.peep_chat_dialog .video_audio_calls .avchat_chat_link {
   float: right;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;

}
.peep_chat_dialog.peep_chat_dialog_active .video_audio_calls .avchat_chat_link {
    padding-top: 6px;
}

.peep_avchat_confirmation_window {
    width:460px;
    height:140px;
    padding: 0px 10px 0px 0px;
    position: relative;
    z-index: 9;
   
}

.peep_avchat_btn {
    display: inline-block;
    min-height: 40px;
    width: 50px;
    vertical-align: top;
    color: #fff;
}
.peep_avchat_btn_icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px;
}
.peep_avchat_hint_btn_sound_off,
.peep_avchat_hint_btn_sound_on,
.peep_avchat_hint_btn {
    padding: 5px 0;
    display: none;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}

.peep_avchat_mute_btn_not_active:hover .peep_avchat_hint_btn_sound_on {
    display: block;
}

.peep_avchat_mute_btn_active:hover .peep_avchat_hint_btn_sound_off {
    display: block;
}

.peep_avchat_btn:hover .peep_avchat_hint_btn {
    display: block;
}
.peep_avchat_btn:hover {
    text-decoration: none;
    color: #fff;
}
.peep_avchat_decline_btn .peep_avchat_btn_icon {
    background-color: #cb3042;
    background-image: url("../images/decline.svg");
    transition: all 0.1s ease-in-out 0s;     
}
.peep_avchat_decline_btn:hover .peep_avchat_btn_icon {
    background-color: #de4557;
}
.peep_avchat_btn.peep_avchat_accept_btn, .peep_avchat_btn.peep_avchat_decline_btn {
    width: 65px;
    height: 38px;
    padding-right: 10px;
}

.peep_avchat_btn.peep_avchat_trylater_btn {
    width: 100px;
    height: 38px;
    padding-right: 10px;
}
.peep_avchat_accept_btn .peep_avchat_btn_icon {
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    background-color: #19c880;
    background-image: url("../images/accept.svg");
    background-position: right center;
    transition: all 0.1s ease-in-out 0s;      
}
.peep_avchat_accept_btn:hover .peep_avchat_btn_icon {
    background-color: #2bdc93;
}
.peep_avchat_block_btn .peep_avchat_btn_icon {
    background-image: url("../images/block.svg");
}
.peep_avchat_block_btn:hover .peep_avchat_btn_icon {
    background-image: url("../images/block_crossed.svg");
}
.peep_avchat_mute_btn .peep_avchat_btn_icon {
    background-image: url("../images/mute.svg");
}
.peep_avchat_mute_btn.peep_avchat_mute_btn_not_active .peep_avchat_btn_icon {
    background-image: url("../images/mute_crossed.svg");
}
.peep_avchat_mute_btn.peep_avchat_mute_btn_active:hover .peep_avchat_btn_icon {
    background-image: url("../images/mute_crossed.svg");
}
.peep_avchat_mute_btn.peep_avchat_mute_btn_not_active:hover .peep_avchat_btn_icon {
    background-image: url("../images/mute.svg");
}
.confirm_controls .peep_avchat_controls{
 width: auto !important;
    text-align: center;
    margin-top: -120px;
    margin-left:135px;

}

.peep_avchat_bg {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    z-index: 1;
}
.peep_avchat_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.83);
}
.peep_avchat_cont {
    position: relative;
    text-align: center;
    z-index: 3;
}
.peep_avchat_cont a {
   margin: 0px 4px;
}
.peep_avchat_cont h1 {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 25px;
    color: #fff;
}

.peep_avchat_caller_avatar {
    display: inline-block;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 42px;
}

.caller_profile{
    display:block;
    width: 150px;
text-align:center;
    height: 35px;
    line-height:35px;
color:#fff;
background:green;
border-radius:4px;
position: absolute;
    top: 20px;
    left: -40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
box-shadow: 4px 4px 10px rgba(0,0,0,0.8);
border:1px solid #fff;
}

.caller_avatar_requester{
width: 140px;
    height: 140px;
background-size:100% !important;
-webkit-background-size:100% !important;
-moz-background-size:100% !important;
-o-background-size:100% !important;
-ms-background-size:100% !important;
}



.animation_shake {
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-name: shake; 
    animation-name: shake;
}
@-webkit-keyframes shake { 
    10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
} 
@keyframes shake { 
    10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

#profile-like-action{
margin-left:10px;
}

#vid_but{
z-index:98;
position:relative;
margin:0px auto;
font-size:20px;
width:40px; 
height:40px;
border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 1px solid #cdcdcd;
color: #cdcdcd;  
transition: color .15s; 
line-height: 40px;
text-align:center;
}

#vid_but:hover{
border: 1px solid #777;
color: #777; 
}

#vid_but:before{
content: '\f03d';
font-family: fontawesome;
font-size:20px;
    
}

#form-profilesendvideo{
float:left;
width:40px;
height:40px;
margin-top:0px;
margin-left:0px;
position:relative;
}

#form-profilesendvideo a{
text-decoration:none !important;
}

@media (min-width: 220px) and (max-width: 481px) {
.peep_avchat_confirmation_window {
    width:100% !important;
    height:100% !important;
    padding: 10px;
    position: fixed;
    z-index: 9;
top:0;
right:0;
left:0;
bottom:0;
   
}

.confirm_controls .peep_avchat_controls{
 width: 100% !important;
    text-align: center;
  top: 100% !important;
    margin-left:0px;
position:fixed !important;
}

.caller_avatar_requester{
width: 100% !important;
    height: 50% !important;
-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
 position: fixed;
    right: 0;
    left: 0;
    top: 45px;
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
       
}

.calling_id_cont{
margin-top:0px !important;
margin-left:5px !important;
height:45px;
line-height:22px;
}

.calling_id{
float:left;
}

.calling_txt{
float:left;
margin-left:40px;
margin-top:2px !important;
}

.caller_profile{
    display:none !important;
    
}

a#vid_but{
width:30px;
height:30px;
padding:15px;
background-size:100% !important;
-webkit-background-size:100% !important;
-moz-background-size:100% !important;
-o-background-size:100% !important;
-ms-background-size:100% !important;
}
#form-profilesendvideo{
width:38px;
}


}



