.bottom_fixed {
  position: fixed;
  left: 0px;
  bottom: 0px;
  vertical-align: bottom;
  z-index: 1000;
  width: 100%;
  height: 0px;
  /*
  .banners_host img{
    height:220px;
  }*/
}
.bottom_fixed .img-responsive {
  width: 100%;
}
.bottom_fixed .shadow {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.bottom_fixed .banner_container {
  position: absolute;
  width: 100%;
  bottom: 0%;
  background: white;
  font-size: 0px;
  border-top: 1px solid #4e4e4e;
}
.bottom_fixed .container {
  vertical-align: bottom;
  margin: auto;
}
.bottom_fixed .row {
  text-align: center;
}
.bottom_fixed .bottom_fixed_item {
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  /*border: 1px solid #ddd;
    padding-left: 0px;
    padding-right: 0px;
    margin: 10px;*/
  padding: 10px;
  font-size: 1rem;
  text-align: left;
  color: #ddd;
}
.bottom_fixed .bottom_fixed_item .item_content {
  border: 1px solid #ddd;
  /*height:272px;*/
  overflow: hidden;
}
.bottom_fixed .description {
  padding: 10px;
  padding-left: 16px;
  padding-right: 38px;
  height: 52px;
  text-transform: uppercase;
  color: #989898;
  position: relative;
}
.bottom_fixed .description .right_arrow {
  position: absolute;
  display: inline-block;
  height: 100%;
  right: 14px;
  top: 0px;
  vertical-align: middle;
}
.bottom_fixed .description .right_arrow img {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 12px;
  margin-top: -5px;
  vertical-align: middle;
}
.bottom_fixed .description:after {
  content: '';
  border-bottom: 1px solid #343434;
  border-right: 1px solid #343434;
  height: 9px;
  position: absolute;
  transform: rotate(-45deg);
  width: 9px;
  right: 16px;
  top: 50%;
  margin-top: -4px;
}
.bottom_fixed h5 {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #343434;
}
.bottom_fixed .openclose_bottom_fixed {
  position: relative;
  margin-top: -39px;
  padding-right: 40px;
}
.bottom_fixed .openclose_bottom_fixed span:after {
  content: '';
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  transition-duration: 0.3s;
}
.bottom_fixed .banners_host {
  padding-top: 10px;
  max-height: 313px;
}
@media (max-width: 720px) {
  .bottom_fixed .button,
  .bottom_fixed .btn {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .bottom_fixed .btn-primary {
    margin: 0px !important;
  }
}
.bottom_fixed.open {
  top: 0px;
  height: 100%;
}
.bottom_fixed.open .openclose_bottom_fixed span.lookTop:after {
  content: '';
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  height: 10px;
  position: absolute;
  transform: rotate(-135deg);
  width: 10px;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.3s;
}
/*# sourceMappingURL=bottom_fixed.css.map */