/* floatBnr */

*{
  margin:0;
  padding:0;
}

#floatBnr {
  /*width: 260px;
  height: 135px;*/
  right: 10px;
  top: 200px;
  z-index:1;
  /*display: none;*/
}

#floatArea {
  width: 240px;
  height: 59px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: move;
  /*z-index:9999;*/
  /*filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)) drop-shadow(0 4px 5px rgba(0,0,0,0.14)) drop-shadow(0 1px 10px rgba(0,0,0,0.12));*/
  /*background-color: #ff0;*/
}


#floatClose{
  z-index: 999;
}
#floatClose a{
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #b50081;
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #666;
  font-size: 20px;
  text-align: center;
  z-index: 9999;
  opacity: 1;
}


.f_request a{
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: block; 
  z-index:1;
}

#floatBnr.top {
    position: fixed;
    right: 30px;
    top: 65px;
  }

.f_request img {
    width: 100%;
    vertical-align: bottom;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
    position: relative;
    top: -8px;
}

@media screen and (max-width: 768px) {
#floatBnr {
  display: none!important;
}
}
