.swiper-slide img{
  display: block;
}
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.swiper-custom-button{
  background-image: none !important;
  background: rgba(255,255,255,0.8);
  color: #555555;
  font-size: 26px;
  text-align: center;
  width: 30px !important;
  height: 50px !important;
  line-height: 50px;
  -webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;
}
@media print,screen and (min-width : 501px) {
  .swiper_topfade{
    width:100%;
    overflow:hidden;
  }
  .swiper_topfade img{
    max-width: none;
    height: auto;
  }
  .swiper_topfade .swiper-wrapper{
    width: 1920px;
    height: 400px;
    margin-left:-960px;
    left:50%;
  }
}
@media screen and (max-width : 500px) {
  .swiper_topfade {
    width:100%;
    height:133px;
    overflow:hidden;
    position:relative;
  }
  .swiper_topfade .swiper-wrapper img{
    position:absolute;
    max-width:none;
    width: 640px;
    height:133px;
    left:50%;
    margin-left:-320px;
  }
}

