// insert into users page
@keyframes bounce {
  0%{height:425px;}
  45%{height:20px;}
  100%{height:35px;}
}
@-webkit-keyframes bounce {
  0%{height:425px;}
  45%{height:20px;}
  100%{height:35px;}
}
  @-moz-keyframes bounce {
  0%{height:425px;}
  45%{height:20px;}
  100%{height:35px;}
}
  @-o-keyframes bounce {
  0%{height:425px;}
  45%{height:20px;}
  100%{height:35px;}
}
#fixed-iframe{
  display:none;
  z-index:100000000000;
}
@media (min-width: 750px) {
#evia-message-box {
  width: 100%;
  height:100%;
  border-radius: 3px 3px 0 0;
  margin:0;
  padding:0;
  width: 100% !important;
}
#fixed-iframe {
  height: 425px;
  width: 600px;
  position: fixed;
  display: block;
  bottom:0 !important;
  right:50px;
  -webkit-transition: width .7s, height .7s;
  transition: width .7s, height .7s;
}
#fixed-iframe.draggable{
  opacity:.6;
   
}
#fixed-iframe.moved{
  border-radius:5px;
  overflow:hidden;
   border-bottom: 1px solid #ddd;
}
#fixed-iframe a{
font-size:16px;
}
.evia-init{
  animation:none !important;
   -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
}
.evia-closed {
  height:35px !important;
  width:300px !important;
  animation: bounce 2s;
  -webkit-animation: bounce 2s;
  -moz-animation: bounce 2s;
  -o-animation: bounce 2s;
}
#evia-open-btn, #evia-move-btn{
  font-family: "lato","Helvetica Neue", Helvetica, Arial, sans-serif;
  position:absolute;
  padding:1px;
  top:7px;
  right: 10px;
  text-decoration: none;
  color: #fff;
  font-size:1.6rem;
  font-weight: bold;
  width: 18px;
  line-height: 20px;
  border-radius: 5px;
  text-align:center;
}
#evia-open-btn:focus, #evia-move-btn:focus{
  outline:none;
}
#evia-move-btn {
  right:38px;
}
#evia-open-btn:hover, #evia-move-btn:hover {
  background: rgba(255, 255, 255, .3);
}
}
